Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove conflicting overlays #57

Merged
merged 3 commits into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ This Magisk Module lets you tweak Android 10-12's gestures.
- All Custom ROMs who made my module an official feature in their ROM (AOSIP, Havoc & etc)

## Changelog
### V9.7
- Automatically removes conflicting overlays during install (AKA some theme modules that include gesture overlays for no reason at all)
### v9.6
- More reliable language detection (should prevent issues where the installer shows no text)
### v9.5
Expand Down
2 changes: 2 additions & 0 deletions common/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Custom Logic
##########################################################################################

find /data/adb/modules -type d -not -path "*HideNavBar/system*" -iname "*navigationbarmodegestural*" -exec rm -rf {} \; 2>/dev/null

LANG=$(settings get system system_locales)
LANGS=$(echo ${LANG:0:2} )
if [ -f $MODPATH/Lang/"$LANGS"/"$LANGS"1.txt ]; then
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=HideNavBar
name=Fullscreen/Immersive Gestures (Q-S)
version=v9.6
versionCode=34
version=v9.7
versionCode=35
author=DanGLES3
description=Customize Android 10-12's navigation gestures