160 Commits

Author SHA1 Message Date
redphx
b84c464066 Add "Disable features" setting 2024-12-10 21:30:21 +07:00
redphx
d0a8b894b9 Show indicator for current preset 2024-12-09 19:59:30 +07:00
redphx
f0e4d4b8d0 Fix exception in app 2024-12-09 18:18:40 +07:00
redphx
d292bef5e7 Only show unbind note on custom presets 2024-12-09 17:42:51 +07:00
redphx
4ffc034076 Rename EventBus events 2024-12-08 21:57:29 +07:00
redphx
e1ba2344b7 Declare window.navigator typing 2024-12-08 20:52:13 +07:00
redphx
741bc9a4e5 Rename EventBus to BxEventBus 2024-12-08 20:09:12 +07:00
redphx
de7bf3edc7 Refactor 2024-12-08 20:05:29 +07:00
redphx
79ebb1a817
EventBus (#590)
* Replace BxEvent.TITLE_INFO_READY with Event Bus

* Migrate more events

* Migrate stream events to event bus

* Migrate preset events

* Migrate more

* Fix dispatching "input" event twice in Number Stepper
2024-12-08 17:55:44 +07:00
redphx
9044a07c0b Add note for default presets 2024-12-08 10:49:09 +07:00
redphx
c426f64ea9 Add generateMsDeviceInfo() 2024-12-07 22:00:50 +07:00
redphx
4011eb402a Linting 2024-12-07 16:48:58 +07:00
redphx
07b2e47757 Don't show Shortcut button on Android TV 2024-12-07 09:42:29 +07:00
redphx
1ca2b771e7 Fix forcing native MKB not working when mode = "default" 2024-12-07 07:46:13 +07:00
redphx
fe98a1165f Adjust video position (#583) 2024-12-06 21:42:18 +07:00
redphx
4777f90a53 Fix the Shortcut button not showing in product page 2024-12-06 18:16:58 +07:00
redphx
1ea1afe4d4 Optimize Patcher 2024-12-06 18:13:24 +07:00
redphx
5b67c344de Bug fixes 2024-12-05 17:18:47 +07:00
redphx
9199351af1 6.0 2024-12-05 17:10:39 +07:00
redphx
fce8af4b3b Fix custom buttons disappearing in Guide Menu (#551) 2024-11-06 07:36:32 +07:00
redphx
f0e7272a82 Use "brand" instead of "manufacturer" 2024-11-01 19:57:08 +07:00
redphx
b0ecc7171b Update device suggestion URL 2024-11-01 19:52:25 +07:00
redphx
b090d325ae Migrate PatcherCache to singleton class 2024-11-01 07:22:21 +07:00
redphx
b170b95145 Fix bugs in NumberStepper 2024-10-29 20:20:34 +07:00
redphx
38211168e9 Reduce width of controller-friendly select box if it has <optgroup> 2024-10-29 16:56:34 +07:00
redphx
392dc2cf86 Categorize servers by continents 2024-10-29 16:51:29 +07:00
redphx
6cfff0274d Replace forEach() with for() 2024-10-22 10:42:09 +07:00
redphx
5e98c756d4 Add Polling rate setting 2024-10-21 22:01:32 +07:00
redphx
de76364a46 Optimize + refactor code 2024-10-21 20:50:12 +07:00
redphx
03efa528c8 Android: add Shortcut & Wallpaper menu to Game Card's context menu 2024-10-19 16:53:55 +07:00
redphx
7578671cc3 Remove "ui_home_context_menu_disabled" setting as it's no longer needed 2024-10-18 21:41:21 +07:00
redphx
927eae3f2f Refactor getInstance() methods 2024-10-14 16:56:05 +07:00
redphx
9f440e9cf4 Don't call animate() when hiding renderer 2024-10-14 16:47:03 +07:00
redphx
0c34173815 Add "Limit video player's FPS" feature 2024-10-12 16:15:51 +07:00
redphx
8a40d361d9 Add unsupportedNote property 2024-10-08 07:19:09 +07:00
redphx
98fa273b48 Don't render MKB settings on unsupported devices 2024-10-08 07:01:58 +07:00
redphx
b9134bc141 Add "MSFS2020: force native MKB support" setting 2024-10-07 21:39:42 +07:00
redphx
76b205a65a New stats: clock, play time, battery, download, upload 2024-10-06 15:50:39 +07:00
redphx
eed0aa9d9e Fix not disabling unsupported features in Settings dialog 2024-10-02 07:17:17 +07:00
redphx
9007663a3a Lite: remove NativeMkbHandler code in built script 2024-10-01 17:47:01 +07:00
redphx
8f6bc5cb1b Detach VIRTUAL_GAMEPAD_ID from EmulatedMkbHandler 2024-10-01 17:22:33 +07:00
redphx
12d8d766dc Lite: remove XhomeInterceptor and TouchController in built script 2024-10-01 17:09:07 +07:00
redphx
b2736d574d Disable PatcherCache in Lite version 2024-10-01 16:49:40 +07:00
redphx
98cf893956 Fix Settings dialog opening during gameplay 2024-09-30 17:18:40 +07:00
redphx
bd58355ef5 Create better-xcloud.lite.user.js 2024-09-30 17:11:05 +07:00
redphx
e7c10d43f5 Fix buttons layout in product details page 2024-09-26 19:46:30 +07:00
redphx
f6ec6d7c9b Fix not calculating controller-friendly <select>'s size when switching tab 2024-09-25 20:20:06 +07:00
redphx
f704452171 Remote Play dialog: replace radio buttons with select box 2024-09-24 19:47:55 +07:00
redphx
bb57f72e64 Calculate minimum width of controller-friendly <select> elements 2024-09-24 19:31:56 +07:00
redphx
037927b9be Fix not able to control Remote Play dialog using controller (#509) 2024-09-20 07:05:39 +07:00