152 Commits

Author SHA1 Message Date
redphx
962f4dec6d Minor update 2024-07-08 17:45:38 +07:00
redphx
6b2412ff27 Disable Onboarding screen 2024-07-08 07:32:16 +07:00
redphx
900ab38153 Minor fixes 2024-07-07 19:20:58 +07:00
redphx
d4f4084991 Disable "Most popular" option 2024-07-07 18:22:41 +07:00
redphx
975549b4e7 Add option to hide "All games" section 2024-07-07 18:16:50 +07:00
redphx
345d0f78dc Add option to hide "News" section 2024-07-07 16:55:57 +07:00
redphx
938dfa6aaa Add option to hide "Friends" section 2024-07-07 16:43:56 +07:00
redphx
56a3f1d8c8 Bug fixes 2024-07-07 14:59:12 +07:00
redphx
cafeed1a3c Bug fixes 2024-07-06 20:48:27 +07:00
redphx
481b365e6e Add "IsSupportedTvBrowser" flag 2024-07-06 16:13:53 +07:00
redphx
2b63edb7eb Refactor browser & userAgent's capabilities 2024-07-06 15:53:01 +07:00
redphx
45bda4bb24 Fix script not being loaded after refreshing token 2024-07-13 12:19:07 +07:00
redphx
c93db035f3 Update ICE candidates 2024-07-06 11:08:41 +07:00
redphx
d31a06be89 Use {once: true} in some event listeners 2024-07-02 17:20:23 +07:00
redphx
277c777121 Add "Show controller connection status" setting 2024-07-02 17:08:40 +07:00
redphx
6de235ce2f Fix overriding experimentation stopped working 2024-07-02 05:50:02 +07:00
redphx
0213b860fd No longer need "Kiwi Browser v123" profile 2024-07-01 17:52:12 +07:00
redphx
c1502b5552 Prepare for webOS & Tizen support 2024-07-01 17:26:04 +07:00
redphx
889a97e56b Stop using setCodecPreferences() as it causes stuttering on Chromium 124+ 2024-07-01 17:22:24 +07:00
redphx
2000d6d80e Update translations 2024-06-26 21:00:38 +07:00
redphx
36db8db1e7 Minify syntax in dist file 2024-06-22 16:29:54 +07:00
redphx
cf546123db Show "Off" when Sharpness is 0 2024-06-22 10:36:02 +07:00
redphx
d6a4d1741b Update NumberStepper 2024-06-22 10:35:45 +07:00
redphx
f169c17e18 Add WebGL2 renderer 2024-06-21 17:45:43 +07:00
redphx
3a16187504 Update Guide menu detection 2024-06-10 08:03:13 +07:00
redphx
00ebb3f672 Fix dispatching STREAM_PLAYING event when playing normal video 2024-06-09 18:31:57 +07:00
redphx
ebb4d3c141 Add FeatureGates 2024-06-09 18:31:15 +07:00
redphx
902918d7fb Update URLs 2024-06-09 15:56:32 +07:00
redphx
c7734245ae Don't check update for beta version 2024-06-09 11:50:46 +07:00
redphx
35e7fdacb5 Disable context menu on devices with touch support by default 2024-06-09 11:48:12 +07:00
redphx
504f16b802 Rename "hasTouchSupport" to "userAgentHasTouchSupport" 2024-06-09 11:47:08 +07:00
redphx
a3a7a57b51 Get PointerServer's port from the app 2024-06-09 11:41:00 +07:00
redphx
eb8490a798 Add native MKB support for Android app 2024-06-08 17:04:49 +07:00
redphx
2e0a59cbe1 Add back the ability to use native MKB feature on unofficial titles 2024-06-02 10:43:59 +07:00
redphx
850afb4ca7 Disable xCloud analytics also remove the Feedback button in the Guide menu 2024-06-02 09:57:04 +07:00
redphx
e98fa29271 Disable social features also hide the "Start a party" button in the Guide menu 2024-06-02 09:52:41 +07:00
redphx
d5d81f3374 Add "Back to home" button in the Stream menu 2024-06-01 17:04:33 +07:00
redphx
732bd19f3a Add Catalan 2024-06-01 10:21:11 +07:00
redphx
562c1c95f5 Update translations 2024-06-01 10:21:05 +07:00
redphx
ed3c4041ff Show stats in the Guide menu & refactor 2024-06-01 10:11:06 +07:00
redphx
addcf56abf Minor fix 2024-05-30 09:22:04 +07:00
redphx
ef14c78941 Fix settings being reset after refreshing page 2024-05-30 07:04:01 +07:00
redphx
5866644673 Clear TABs when disabling touch control 2024-05-29 20:09:20 +07:00
redphx
0f48cb891f Support emulated MKB in Android app
commit ad365d4ee854971122f0e8cb9157ed44b3aac0d8
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Wed May 29 17:19:57 2024 +0700

    Fix not able to reconnect to WebSocket server when switching game

commit ca9369318d4cbb831650e8ca631e7997dc7706cb
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Wed May 29 17:19:23 2024 +0700

    Stop emulated MKB when losing pointer capture

commit 8cca1a0554c46b8f61455e79d5b16f1dff9a8014
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Wed May 29 17:17:42 2024 +0700

    Allow fine-tuning maximum video bitrate

commit 763d414d560d9d2aa6710fd60e3f80bf43a534d6
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Wed May 29 08:13:56 2024 +0700

    Update mouse settings

commit d65c5ab4e4a33ed8ad13acf0a15c4bb5ace870eb
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Wed May 29 08:10:49 2024 +0700

    Increase MKB dialog's bg opacity

commit 3e72f2ad2700737c8148ef47629528954a606578
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Wed May 29 08:02:57 2024 +0700

    Show/hide MKB dialog properly

commit e7786f36508e3aa843604d9886861930bada5d60
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Wed May 29 07:47:21 2024 +0700

    Fix connecting to WebSocket server when it's not ready

commit 512d8c227a057e5c0399bf128bc1c52a88fcf853
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Wed May 29 07:18:06 2024 +0700

    Fix arrow keys not working in Android app

commit 0ce90f47f37d057d5a4fab0003e2bec8960d1eee
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Tue May 28 17:36:56 2024 +0700

    Set mouse's default sensitivities to 50

commit 16eb48660dd44497e16ca22343a880d9a2e53a30
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Tue May 28 17:33:37 2024 +0700

    Allow emulated MKB feature in Android app

commit c3d0e64f8502e19cd4f167fea4cdbdfc2e14b65e
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Tue May 28 17:32:49 2024 +0700

    Remove stick decay settings

commit d289d2a0dea61a440c1bc6b9392920b8e6ab6298
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Tue May 28 17:21:39 2024 +0700

    Remove stick decaying feature

commit 76bd001d98bac53f757f4ae793b2850aad055007
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Tue May 28 17:21:14 2024 +0700

    Update data structure

commit c5d3c87da9e6624ebefb288f6d7c8d06dc00916b
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Tue May 28 08:14:27 2024 +0700

    Fix not toggling the MKB feature correctly

commit 9615535cf0e4d4372e201aefb6f1231ddbc22536
Author: redphx <96280+redphx@users.noreply.github.com>
Date:   Mon May 27 20:51:57 2024 +0700

    Handle mouse data from the app
2024-05-29 17:28:39 +07:00
redphx
0d0ecca155 Update translations when version changed 2024-05-26 15:05:30 +07:00
redphx
15a2c67703 Observe root dialog 2024-05-26 11:59:38 +07:00
redphx
ac37fe05bc Show note for Video Ratio setting 2024-05-26 11:16:52 +07:00
redphx
498123af85 Add notes to Shortcuts UI 2024-05-25 14:55:24 +07:00
redphx
78d74cfd23 Set audioGainNode to null when couldn't setup GainNode 2024-05-25 10:09:33 +07:00
redphx
567770c86e Fix crashing with GainNode when the stream has no sound 2024-05-25 09:55:20 +07:00