Compare commits

...

19 Commits

Author SHA1 Message Date
redphx
10e8a96a18 Update translations 2024-03-22 04:31:17 +07:00
redphx
7201efba9c Bump version to 3.2.5 2024-03-22 04:26:30 +07:00
redphx
e6504d246f Fix crashing on Kiwi v124 2024-03-22 04:21:55 +07:00
redphx
3847c27a1d Update issue templates 2024-03-21 09:45:23 +07:00
redphx
1e56e7b2a2 Fix loading time box not hidden sometimes 2024-03-20 17:56:21 +07:00
redphx
0d80edb7cb Swap position of "Low" & "High" values in "Visual quality" setting 2024-03-20 17:27:03 +07:00
redphx
b11a89037a Add back the "Off" option for "Touch controller > Availability" setting 2024-03-20 17:23:42 +07:00
redphx
ac08f657bb Add 18:9 screen ratio 2024-03-20 17:02:21 +07:00
redphx
469bac6693 Update README.md 2024-03-16 17:49:03 +07:00
redphx
fe16c28dc5 Bump version to 3.2.4 2024-03-16 17:29:09 +07:00
redphx
b2adc5b365 Add link to Android app 2024-03-16 17:17:45 +07:00
redphx
af5e92057d Use window.scrollTo() 2024-03-15 17:17:57 +07:00
redphx
d37a16169f Call AppInterface.onEvent() 2024-03-15 10:25:50 +07:00
redphx
447e93096b Rename "AndroidInterface" to "AppInterface" 2024-03-15 10:23:00 +07:00
redphx
94bddb0740 Support vibrating using Android API 2024-03-13 16:52:01 +07:00
redphx
357ee51999 Add "disableIndexDbLogging" patch 2024-03-12 17:20:33 +07:00
redphx
e47a0521c8 Fix Logitech G Cloud's controller name 2024-03-12 16:56:08 +07:00
redphx
6beb4b2f72 Fix "enableXcloudLogger" patch 2024-03-12 16:54:23 +07:00
redphx
a9254d0ad8 Add Indonesian translations 2024-03-12 16:21:08 +07:00
5 changed files with 309 additions and 49 deletions

View File

@@ -7,6 +7,8 @@ assignees: ''
--- ---
<!-- ⚠️ Only use English. Any other languages will be deleted. -->
**Platform** **Platform**
- Device: Phone, Laptop, Desktop, TV... - Device: Phone, Laptop, Desktop, TV...
- OS: Windows, Android, iOS... - OS: Windows, Android, iOS...

View File

@@ -7,6 +7,8 @@ assignees: ''
--- ---
<!-- ⚠️ Only use English. Any other languages will be deleted. -->
**I'm using:** **I'm using:**
- Device: - Device:
- OS: - OS:

View File

@@ -1,6 +1,9 @@
# Better xCloud # Better xCloud
Improve Xbox Cloud Gaming (xCloud) experience on [xbox.com/play](https://www.xbox.com/play). It also allows you to use Remote Play on the xCloud website. Improve Xbox Cloud Gaming (xCloud) experience on [xbox.com/play](https://www.xbox.com/play). It also allows you to use Remote Play on the xCloud website.
> [!NOTE]
> The Android app is in development at [redphx/better-xcloud-android](https://github.com/redphx/better-xcloud-android)
**Supported platforms:** **Supported platforms:**
- Windows - Windows
- macOS - macOS

View File

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

File diff suppressed because it is too large Load Diff