Compare commits

..

31 Commits

Author SHA1 Message Date
eeb7ab749a Bump version to 3.5.0 2024-04-08 17:20:47 +07:00
2af3dc315b Update translations 2024-04-08 16:52:29 +07:00
bd7b7d5ef5 Minor fixes 2024-04-07 15:16:27 +07:00
93b540d995 New setting: "combine audio & video streams" 2024-04-07 11:44:30 +07:00
9f26021ec6 Add Experimental text in Settings 2024-04-07 11:27:52 +07:00
bd8aedaf30 Add CheckForUpdate flag 2024-04-06 17:01:38 +07:00
414bc2268e Fix emitting "playing" event on normal videos 2024-04-06 16:54:41 +07:00
6b12b4add4 Use "await" keyword in interceptHttpRequests() 2024-04-06 16:41:21 +07:00
cdc64da95f Preload Remote Play right after getting server list 2024-04-06 15:31:59 +07:00
1a2fb6c89a Only init Settings UI when necessary 2024-04-06 15:29:40 +07:00
351cb0204b Preload Remote Play after injecting header buttons 2024-04-06 15:08:07 +07:00
f6a7a78be7 Fix exception in settings 2024-04-05 21:45:40 +07:00
66695b2fc2 Minor fix 2024-04-05 21:43:06 +07:00
6f8f425003 Fix scrollbar not hiding in Firefox 2024-04-05 21:31:47 +07:00
1966c7c127 Hide scrollbar setting in the app 2024-04-05 21:31:30 +07:00
67788bd365 Fix exception with Remote Play 2024-04-05 21:18:48 +07:00
bf9942ca4f Remote Play: fix not able to delete session after disconnecting 2024-04-05 17:06:01 +07:00
8d22533d7f Fix problem with Remote Play 2024-04-03 19:54:36 +07:00
7df5ac1e22 Bump version to 3.4.0 2024-04-03 07:38:41 +07:00
63f6db443a Show gamepad's vibration status in Toast 2024-04-03 07:06:14 +07:00
2a104cef24 Add "name" property to "select" elements 2024-04-03 06:46:36 +07:00
cc84e91d1c Add option to hide web page's scrollbar 2024-04-03 06:39:09 +07:00
c011a943ae Update translations 2024-04-03 06:38:57 +07:00
eef0946b01 Add support for Remote Play dialog in Android app 2024-04-02 21:47:02 +07:00
5b032d0ede Call AppInterface.showRemotePlayDialog() if available 2024-04-02 17:36:13 +07:00
6503707c54 Display Remote Play as popup instead of dialog 2024-04-02 17:18:27 +07:00
dc56e32357 Fix getting Remote Play consoles multiple times 2024-04-02 07:31:12 +07:00
33941a12d1 Preload Remote Play consoles by default 2024-04-02 07:01:06 +07:00
aebb7888d1 Adjust screenshot button's size 2024-03-31 13:31:00 +07:00
c051313092 Minor fix 2024-03-29 11:20:31 +07:00
244bebba01 Free memory after taking screenshot in the app 2024-03-24 16:13:39 +07:00
2 changed files with 534 additions and 285 deletions

View File

@ -1,5 +1,5 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 3.3.0
// @version 3.5.0
// ==/UserScript==

File diff suppressed because it is too large Load Diff