This Magisk Module lets you tweak Android 10-12's gestures.
- Android 10-12
- Magisk 20+
- Flash the module
- Select the desired options on the volume selector
- Reboot
- Enjoy!
If you wish to have the installer translated to your language send me a text file containing all lines (inside ui_print in common/install.sh) either on Github or my Email
- Any option not working is due to incompatibility with your current ROM (there's little i can do about it)
- Any issues related to GCam after installing the module are outside my control
- Automatic navbar coloring doesn't work on Android 11+
- Android Default
- Fullscreen
- Immersive (With the Pill + Default Keyboard Spacing)
- Immersive (With the Pill + Small Keyboard Spacing)
- Immersive (Without the Pill + Default Keyboard Spacing)
- Immersive (Without the Pill + Small Spacing under the Keyboard)
- Additionally back gestures can be disabled on Android 11-12 for either left side only (to access side menus on apps) or both sides (if one wishes to remap the back gestures with other apps)
-
skittles9823 for his help with the initial install script
-
Nebulart for the banner
-
Samchugit for making the original immersive gestures module
-
Zackptg5 for the MMT-Ex template
-
Topjohnwu for making Magisk
-
RKBDI for the Rboard module
-
Gnonymous7 for some general inspiration, if you want more visual tweaks make sure to check out their module G-VisualMod
-
All Custom ROMs who made my module an official feature in their ROM (AOSIP, Havoc & etc)
- Allow hiding the buttons underneath the keyboard in Immersive mode
- Fix Rboard checking for the keyboard spacing removal feature (apologies to RKBDI for the troubles)
- Automatically removes conflicting overlays during install (AKA some theme modules that include gesture overlays for no reason at all)
- More reliable language detection (should prevent issues where the installer shows no text)
- Added support for translations in the installer (currently included languages are English, Portuguese and Spanish)
- Allow disabling back gesture also on Android 10 (due to way A10 handles the back gesture it's only possible to disable them completely and on fullscreen mode only, if you have Xposed on A10 and wishes to disable only the left back gesture use this Xposed module https://github.com/kuba2k2/NoLeftBackGesture/releases/tag/v1.0)
- Fix install (sorry for the inconvenience)
- Updated Volume selector (from MMT-EX), should resolve install issues on some devices
- Increased the timeout to 10s to give users time to read the options
- Reenable back gestures on NO (on the whether to disable back gestures or not) option
- Reenable back gesture on uninstall (if user is unable to change the device's back gesture sensitivy from settings)
- Allow disabling back gesture on A11-12 (Left only for side menus and Left & Right for gesture apps)
- Update MAXAPI to 31 to support the eventual stable A12 release
- Update Volume selector
- Revised install logic
- Disable the Gboard spacing some Android 11 ROMs were using by default (users are still free to change/reenable the spacing with Rboard as I've made sure my code won't overlap with it)
- Fix and go back to using the new install logic on Android 11
- Revert to old install logic on Android 11 (attempts to bug fix module not installing correctly on some devices)
- Fixed an issue that was causing hide pill to be installed regardless of user preference
- Cleaner install code (again)
- Remove Android 11 specific overlays (no longer necessary as the standard ones work just fine on 11)
- Clean up install code even more
- Fix immersive sensitivity options
- Clean up installer code significantly
(if you notice any issues on Android 11 due to the new install logic report to me immediatelly)
- Fix for Immersive+default sensitivity not getting properly installed
- Allow changing gesture sensitivity (for users who may prefer Android's default gesture sensitivity)
- Fix fullscreen gestures installation (apologies for the inconvenience)
-
Added new options during install
-
Small keyboard bar (for immersive mode): Allows you to have less spacing underneath the keyboard
-
Hide Pill (for immersive mode): Allows you to have a near fullscreen experience while still keeping the spacing underneath the keyboard
- Switch to the MMT-EX template and added immersive gestures by samchugit as an option
- Fix gesture option disappearing on later Android 11 builds
- Hotfix for Android 11 beta
- Lowered gesture area to 18dp to reduce conflicts with apps
- Fix Android 11 support
- Add support for Android 11/R (untested as Magisk isn't avaliable for Android R yet)
- Block installation on MIUI as it's incompatible with the module
- Added support for ROMs that use /vendor/overlays for their gesture overlays
- Update to the latest Magisk module template and some minor clean ups in the code
- Hopefully fixed the issue that made so uninstalling the module made gestures completely unavailable on some ROMs
- Reduced conflict with some apps (like Gboard) by slightly lowering the gesture trigger area
- Hide gesture bar correctly in landscape
- Initial release