From bef546faf72b1b8ee0637089ba060e5d544f6d0b Mon Sep 17 00:00:00 2001 From: DanGLES3 Date: Tue, 7 Sep 2021 11:28:42 -0300 Subject: [PATCH 1/3] Remove conflicting overlays Cause some developers like to include those in their theme overlays for no reason --- common/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/install.sh b/common/install.sh index 213d7a7..3f20036 100644 --- a/common/install.sh +++ b/common/install.sh @@ -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 From 16943d54a5e2a9b43eae5d533d4ebf8970d0b882 Mon Sep 17 00:00:00 2001 From: DanGLES3 Date: Tue, 7 Sep 2021 11:29:29 -0300 Subject: [PATCH 2/3] 9.7 --- module.prop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.prop b/module.prop index 75ba547..47ca53e 100644 --- a/module.prop +++ b/module.prop @@ -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 From 7e73430331be3420a3ffda398498d796b14a9cbf Mon Sep 17 00:00:00 2001 From: DanGLES3 Date: Tue, 7 Sep 2021 11:31:04 -0300 Subject: [PATCH 3/3] 9.7 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 377d996..7ea79e6 100644 --- a/README.md +++ b/README.md @@ -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