v2.2.0
What's new
Thanks to @guobao2333 for first translation contribution to our project: Add Chinese language (是果宝呐) #101
-
Vertical/horizontal sensitivity adjustment for aiming #103 (Xtr126)
(31b6554))
Added an non-linear scaling option to fix sensitivity in some games (#90) and individual X/Y axis sensitivity adjustment.
-
Importing/exporting profiles (Xtr126)
-
Use string arrays for drop-down menus to support locales #101 (Xtr126)
-
Alert when shizuku is not authorized (Xtr126)
Bug fixes
- Write script only if not found (Xtr126)
- Use tablet layout only in landscape mode (Xtr126)
- Stringbuffer comparison on API <34 (Xtr126)
- random crash due to PendingIntent (Xtr126)
- Fix Launching editor from notification (Xtr126)
- Random crash (Xtr126)
- Use single WindowManager instance for stability (Xtr126)
- Set default type to POINTER_OVERLAY (Xtr126)
- Alert when shizuku not authorized #102 (Xtr126)
(04fca05)) - Hide cursorView using visibility flag for View (Xtr126)
- Use dynamic color theme (Xtr126)
- Obtain context when launched using xtMapper.sh (Xtr126)
- Fixed Nullpointerexception on accessing recyclerview (Xtr126)
Code Refactoring
Builds
- deps: bump androidx.webkit:webkit from 1.10.0 to 1.11.0 in /app #91 (dependabot[bot])
- deps: bump com.google.android.material:material in /app #92 (dependabot[bot])
- deps: bump androidx.appcompat:appcompat in /app #94 (dependabot[bot])
- deps: Jpgrade libsu from 5.2.2 to 5.3.0 (Xtr126)
Chores
- release v2.2.0 (Xtr126)
Commits
- 3985851: Upgrade AGP from 8.2.2 to 8.5.0 (Xtr126)
- 742c4da: Add middle mouse button as mouse aim trigger #96 (Xtr126)
- 42636ff: Update workflows (Xtr126)
- f41e6b5: Update build-apk.yml (Xtr126)
- 0ba45a2: Update README.md (Xtr126)
- (#101)
- d03bc34: test non linear scaling (Xtr126) #103
- c41c45b: Add import/export button (Xtr126)
- 49a8b97: Add landscape layout for ImportExportActivity (Xtr126)