Skip to content

Commit

Permalink
Update version string w/ README
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jul 17, 2024
1 parent 06d30d9 commit fb3ac27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ This project version mainly implements the following features:
10. Custom shortcut commands.
11. Easy soft keyboard switching.
12. Portrait mode.
13. SBS entertainment mode.
14. Topmost display for the screen, useful for foldable screens.
15. Virtual touchpad space and sensitivity adjustment for playing right-click view games, such as Warcraft.
16. Force the use of the device's own vibration motor (in case your gamepad's vibration is not effective).
17. Gamepad debugging page to view gamepad vibration and gyroscope information, as well as Android kernel version information.
18. Trackpad tap/scrolling support
19. Natural track pad mode with touch screen
20. Non-QWERTY keyboard layout support
21. Quick Meta key with physicl BACK button
22. Frame rate lock fix for some devices
13. Topmost display for the screen, useful for foldable screens.
14. Virtual touchpad space and sensitivity adjustment for playing right-click view games, such as Warcraft.
15. Force the use of the device's own vibration motor (in case your gamepad's vibration is not effective).
16. Gamepad debugging page to view gamepad vibration and gyroscope information, as well as Android kernel version information.
17. Trackpad tap/scrolling support
18. Natural track pad mode with touch screen
19. Non-QWERTY keyboard layout support
20. Quick Meta key with physicl BACK button
21. Frame rate lock fix for some devices

Also checkout https://github.com/ClassicOldSong/Widecar if you want a seamless experience like Apple Sidecar for your Windows PC with Sunshine and Moonlight.

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 21
targetSdk 34

versionName "12.1-240716-2-nior"
versionName "12.1-240717-nior"
versionCode = 314

// Generate native debug symbols to allow Google Play to symbolicate our native crashes
Expand Down

0 comments on commit fb3ac27

Please sign in to comment.