From b11e317d94723064ab87440a2de129dee518bde3 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Fri, 27 Feb 2026 19:54:46 +0530 Subject: [PATCH 01/35] New translations strings.xml (German) --- app/src/main/res/values-de/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 7459d2e02..ff6da9a74 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -375,7 +375,7 @@ Text Size Font Size Custom Text - Enter your text... + Gib deinen Text ein... Spacing Border Width Round Corners @@ -391,7 +391,7 @@ Rotate right Next OK - Save Changes + Änderungen Speichern Calendar Sync Settings Sync specific calendars Periodic Sync @@ -1041,7 +1041,7 @@ \?#/ Oi! You can check updates in app settings, No need to add here XD Export - Import + Importieren Repositories exported successfully Failed to export repositories Repositories imported successfully From 820721e6f173730824265befd7d158e4e10920d8 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Fri, 27 Feb 2026 19:54:47 +0530 Subject: [PATCH 02/35] New translations strings.xml (Dutch) --- app/src/main/res/values-nl/strings.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index a209e0738..abd421b8a 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -192,9 +192,9 @@ Automatisch Uit USB-foutopsporing - Color Picker - Are you sure you\'re on Androdi 17? (╯°_°)╯ - Eye Dropper + Kleurenkiezer + Weet je zeker dat je op Android 17 bent? (╯°_°)╯ + Pipet Aan Uit Aangepaste Privé-DNS @@ -599,7 +599,7 @@ Aanpasbare helderheid in-/uitschakelen\n\nHet automatisch aanpassen van de schermhelderheid op basis van de lichtcondities in-/uitschakelen. Privé-DNS in-/uitschakelen.\n\nDoor de Uit/Automatisch/Hostnaam privé-DNS-modi schakelen. USB-foutopsporing in-/uitschakelen.\n\nToegang tot foutopsporing via USB in-/uitschakelen via de snelle instellingen. - Launch the eye dropper tool to pick colors introduced in Android 17 BETA 2 + Open het pipethulpmiddel om kleuren te kiezen, geïntroduceerd in Android 17 Bèta 2 Downloaden Scherm uit From c87a36a959655d3cb9375b32985ab1a3ac1eddfd Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:40 +0530 Subject: [PATCH 03/35] Update source file strings.xml --- app/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 94708047e..217e34bd6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -117,6 +117,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 5e6eae6382be0d7dd4f0bf2c6bed927eebe5785d Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:43 +0530 Subject: [PATCH 04/35] New translations strings.xml (Romanian) --- app/src/main/res/values-ro/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index d64dd8821..9c9506408 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From fbfa4922fc6d8bb265e13ae683f9bdf417b7950e Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:45 +0530 Subject: [PATCH 05/35] New translations strings.xml (French) --- app/src/main/res/values-fr/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 197026acf..01c843c40 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -113,6 +113,8 @@ Plus d\'options Geler toutes les applis Dégeler toutes les applis + Export frozen apps list + Import frozen apps list Choisir les applis à geler Choisir quelles applis peuvent être gelées Automatisation From 8f3b3a24b27ba30b4d7fdefa85caad370a1840d7 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:46 +0530 Subject: [PATCH 06/35] New translations strings.xml (Spanish) --- app/src/main/res/values-es/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index e102d281f..c688bfe01 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 05fdfeb10962f179d0c3c42e84fd10ad79f2a30a Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:47 +0530 Subject: [PATCH 07/35] New translations strings.xml (Afrikaans) --- app/src/main/res/values-af/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-af/strings.xml +++ b/app/src/main/res/values-af/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 6b72139a3af6fc8a19ce5e8052f0663fbb390bcb Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:48 +0530 Subject: [PATCH 08/35] New translations strings.xml (Arabic) --- app/src/main/res/values-ar/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 45ef1041d..b14e4b1dd 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From f569af2d067590ff7cfbe7bb0c2c3a809cdb82a7 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:49 +0530 Subject: [PATCH 09/35] New translations strings.xml (Catalan) --- app/src/main/res/values-ca/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From e983929fa3d809864c8fcbeb4a96101d21d72151 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:50 +0530 Subject: [PATCH 10/35] New translations strings.xml (Czech) --- app/src/main/res/values-cs/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 3ee9af1bbe4ea75d98f40b7aba340c806ad76859 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:51 +0530 Subject: [PATCH 11/35] New translations strings.xml (Danish) --- app/src/main/res/values-da/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From ec4f9d4c657d0ff5786f2d16f47c2db4c3d17e6b Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:53 +0530 Subject: [PATCH 12/35] New translations strings.xml (German) --- app/src/main/res/values-de/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index ff6da9a74..4ef814872 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -113,6 +113,8 @@ Weitere Optionen Friere alle Apps ein Taue alle Apps auf + Export frozen apps list + Import frozen apps list Wähle Apps zum Einfrieren Wähle, welche Apps eingefroren werden können Automatisierung From aa41716d13eed78955d20e52b6a16e048c4c0bce Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:54 +0530 Subject: [PATCH 13/35] New translations strings.xml (Greek) --- app/src/main/res/values-el/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 24d499a8482dc046a5008deb19c932bfad567f7e Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:55 +0530 Subject: [PATCH 14/35] New translations strings.xml (Finnish) --- app/src/main/res/values-fi/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 09125ad678de5fa78641b71e41027d2f9e3825e6 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:56 +0530 Subject: [PATCH 15/35] New translations strings.xml (Hebrew) --- app/src/main/res/values-he/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From e501979513f8fab6cd8519302624255d668b8347 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:57 +0530 Subject: [PATCH 16/35] New translations strings.xml (Hungarian) --- app/src/main/res/values-hu/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 3b1c334a86d50c1e69cc228c082c81e4a1bd4994 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:58 +0530 Subject: [PATCH 17/35] New translations strings.xml (Italian) --- app/src/main/res/values-it/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index ac66f2cb5..3fe710f31 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -114,6 +114,8 @@ Le app bloccate richiederanno l\'autenticazione all\'apertura. L\'app rimarrà s Altre opzioni Blocca tutte le app Sblocca tutte le app + Export frozen apps list + Import frozen apps list Scegli le app da bloccare Choose which apps can be frozen Automation From 9a7fad4f416df35ecbcb210d934d7151abd766ec Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:13:59 +0530 Subject: [PATCH 18/35] New translations strings.xml (Japanese) --- app/src/main/res/values-ja/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 066f411b8..2a44038bc 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -113,6 +113,8 @@ その他のオプション すべてのアプリをフリーズ すべてのアプリのフリーズを解除 + Export frozen apps list + Import frozen apps list フリーズさせるアプリを選択 フリーズできるアプリを選択してください 自動化 From d3fb35c35750a02ce0367d89c2a6fe9ae2cd34e3 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:00 +0530 Subject: [PATCH 19/35] New translations strings.xml (Korean) --- app/src/main/res/values-ko/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From f92afbba2225df910d210974dd9a4498ed6153f0 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:01 +0530 Subject: [PATCH 20/35] New translations strings.xml (Dutch) --- app/src/main/res/values-nl/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index abd421b8a..a68a093c7 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -113,6 +113,8 @@ Meer opties Bevries alle apps Ontdooi alle apps + Export frozen apps list + Import frozen apps list Kies apps om te bevriezen Kies welke apps bevroren kunnen worden Automatisatie From 5e409f5d9c72c51acae6f03a1a435608f32eb717 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:03 +0530 Subject: [PATCH 21/35] New translations strings.xml (Norwegian) --- app/src/main/res/values-no/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From a07e9563bbba01d20487a21b358487e079d56e2d Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:04 +0530 Subject: [PATCH 22/35] New translations strings.xml (Polish) --- app/src/main/res/values-pl/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From a24c0f48a414e141d193cbe6dfd957ae5014ae09 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:05 +0530 Subject: [PATCH 23/35] New translations strings.xml (Portuguese) --- app/src/main/res/values-pt/strings.xml | 28 ++++++++++++++------------ 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index ea4a579ba..0c02d6026 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -26,7 +26,7 @@ Another note, the biometric authentication prompt only lets you use STRONG secure class methods. Face unlock security methods in WEAK class in devices such as Pixel 7 will only be able to utilize the available other STRONG auth methods such as fingerprint or pin. Enable Button Remap - Use Shizuku + Use Shizuku or Root or Root Works with screen off (Recommended) Shizuku is not running Detected %1$s @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation @@ -479,15 +481,15 @@ Shizuku Required for advanced commands. Install Shizuku from the Play Store. Install Shizuku - Shizuku permission + Grant Permission Required to run power-saving commands while maps is navigating. Requires Shizuku or Root Root Access Permissions required for system actions using Root privileges. Notification Listener - Required to detect when Maps is navigating. - Required to detect new notifications - Required to detect and snooze notifications + Requires notification listener access to monitor Google Maps navigation status and enable power saving when not navigatiing. + Requires notification listener access to detect new notifications and trigger edge lighting. + Requires notification listener access to monitor and snooze unwanted system notifications. Accessibility Service Required for App Lock, Screen off widget and other features to detect interactions Required to trigger notification lighting on new notifications @@ -834,7 +836,7 @@ You are up to date This is a pre-release version and might be unstable. - Release Notes v%1$s + Release Notes %1$s View on GitHub Download APK @@ -890,7 +892,7 @@ Notification lighting does not work It depends on the OEM. Some like OneUI does not seem to allow overlays above the AOD preventing the lighting effects being shown. In this case, try the ambient display as a workaround. Button remap does not work while display is off - Some OEMs limit the accessibility service reporting once the display is actually off but they may still work while the AOD is on. \nIn this case, you may able to use button remaps with AOD on but not with off. \n\nAs a workaround, you will need to use Shizuku permissions and turn on the \'Use Shizuku\' toggle in button remap settings which identifies and listen to hardware input events.\nThis is not guaranteed to work on all devices and needs testing.\n\nAnd even if it\'s on, Shizuku method only will be used when it\'s needed. Otherwise it will always fallback to Accessibility which also handles the blocking of the actual input during long press. + Some OEMs limit the accessibility service reporting once the display is actually off but they may still work while the AOD is on. \nIn this case, you may able to use button remaps with AOD on but not with off. \n\nAs a workaround, you will need to use Shizuku permissions and turn on the \'Use Shizuku or Root\' toggle in button remap settings which identifies and listen to hardware input events.\nThis is not guaranteed to work on all devices and needs testing.\n\nAnd even if it\'s on, Shizuku method only will be used when it\'s needed. Otherwise it will always fallback to Accessibility which also handles the blocking of the actual input during long press. Flashlight brightness does not work Only a limited number of devices got hardware and software support adjusting the flashlight intensity. \n\n\'The minimum version of Android is 13 (SDK33).\nFlashlight brightness control only supports HAL version 3.8 and higher, so among the supported devices, the latest ones (For example, Pixel 6/7, Samsung S23, etc.)\'\npolodarb/Flashlight-Tiramisu What the hell is this app? @@ -908,10 +910,10 @@ Essentials Bug Report Send via - Are We There Yet? - Prepare for your destination. - Open your map app, pick a location, and share it to Essentials. - Radius: %d m + Are we there yet? + Destination nearby alerts + Open Google Maps, pick a location, and share it to Essentials. + Alert Radius: %d m Location Used to detect arrival at your destination. Background Location @@ -932,8 +934,8 @@ Required to wake your device upon arrival. Tap to grant. %1$d m %1$.1f km - Travel Alarm active - %1$s remaining + Travel alarm active + %1$s remaining (%2$d%%) Travel Progress Shows real-time distance to destination Destination Nearby From 5190790890344833790be9ea38ff54c8676cf021 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:06 +0530 Subject: [PATCH 24/35] New translations strings.xml (Russian) --- app/src/main/res/values-ru/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 0cf11ce42..ee43cd589 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -113,6 +113,8 @@ Больше Настроек Заморозить все приложения Разморозить все приложения + Export frozen apps list + Import frozen apps list Выбор Приложения для Заморозки Выберите, какие приложения будут заморожены Автоматизация From 4a8d5b3c3569a18ae1a1aac4db77d5c1ae5250a5 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:07 +0530 Subject: [PATCH 25/35] New translations strings.xml (Serbian (Cyrillic)) --- app/src/main/res/values-sr/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 4132261f603dc8508bb2e95c81d6f337ed07292b Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:09 +0530 Subject: [PATCH 26/35] New translations strings.xml (Swedish) --- app/src/main/res/values-sv/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From b86dafb6cf74826d916b9efa85d1d4a4c4157bf2 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:10 +0530 Subject: [PATCH 27/35] New translations strings.xml (Turkish) --- app/src/main/res/values-tr/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index d5966867e..ba3556f21 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 3360240d79f62eef5809c22a0df9aec8b768570a Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:11 +0530 Subject: [PATCH 28/35] New translations strings.xml (Ukrainian) --- app/src/main/res/values-uk/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 5ec6db2f6aa935b67b8eb8085d5c3d2971c53bcd Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:12 +0530 Subject: [PATCH 29/35] New translations strings.xml (Chinese Simplified) --- app/src/main/res/values-zh/strings.xml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 8795b2e4f..c618e79f6 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation @@ -479,15 +481,15 @@ Shizuku Required for advanced commands. Install Shizuku from the Play Store. Install Shizuku - Shizuku permission + Grant Permission Required to run power-saving commands while maps is navigating. Requires Shizuku or Root Root Access Permissions required for system actions using Root privileges. Notification Listener - Required to detect when Maps is navigating. - Required to detect new notifications - Required to detect and snooze notifications + Requires notification listener access to monitor Google Maps navigation status and enable power saving when not navigatiing. + Requires notification listener access to detect new notifications and trigger edge lighting. + Requires notification listener access to monitor and snooze unwanted system notifications. Accessibility Service Required for App Lock, Screen off widget and other features to detect interactions Required to trigger notification lighting on new notifications @@ -834,7 +836,7 @@ You are up to date This is a pre-release version and might be unstable. - Release Notes v%1$s + Release Notes %1$s View on GitHub Download APK @@ -890,7 +892,7 @@ Notification lighting does not work It depends on the OEM. Some like OneUI does not seem to allow overlays above the AOD preventing the lighting effects being shown. In this case, try the ambient display as a workaround. Button remap does not work while display is off - Some OEMs limit the accessibility service reporting once the display is actually off but they may still work while the AOD is on. \nIn this case, you may able to use button remaps with AOD on but not with off. \n\nAs a workaround, you will need to use Shizuku permissions and turn on the \'Use Shizuku\' toggle in button remap settings which identifies and listen to hardware input events.\nThis is not guaranteed to work on all devices and needs testing.\n\nAnd even if it\'s on, Shizuku method only will be used when it\'s needed. Otherwise it will always fallback to Accessibility which also handles the blocking of the actual input during long press. + Some OEMs limit the accessibility service reporting once the display is actually off but they may still work while the AOD is on. \nIn this case, you may able to use button remaps with AOD on but not with off. \n\nAs a workaround, you will need to use Shizuku permissions and turn on the \'Use Shizuku or Root\' toggle in button remap settings which identifies and listen to hardware input events.\nThis is not guaranteed to work on all devices and needs testing.\n\nAnd even if it\'s on, Shizuku method only will be used when it\'s needed. Otherwise it will always fallback to Accessibility which also handles the blocking of the actual input during long press. Flashlight brightness does not work Only a limited number of devices got hardware and software support adjusting the flashlight intensity. \n\n\'The minimum version of Android is 13 (SDK33).\nFlashlight brightness control only supports HAL version 3.8 and higher, so among the supported devices, the latest ones (For example, Pixel 6/7, Samsung S23, etc.)\'\npolodarb/Flashlight-Tiramisu What the hell is this app? @@ -908,10 +910,10 @@ Essentials Bug Report Send via - Are We There Yet? - Prepare for your destination. - Open your map app, pick a location, and share it to Essentials. - Radius: %d m + Are we there yet? + Destination nearby alerts + Open Google Maps, pick a location, and share it to Essentials. + Alert Radius: %d m Location Used to detect arrival at your destination. Background Location @@ -932,8 +934,8 @@ Required to wake your device upon arrival. Tap to grant. %1$d m %1$.1f km - Travel Alarm active - %1$s remaining + Travel alarm active + %1$s remaining (%2$d%%) Travel Progress Shows real-time distance to destination Destination Nearby From 49b895cbadeac2d300b72afa7af2d5fc93252eb1 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:13 +0530 Subject: [PATCH 30/35] New translations strings.xml (Chinese Traditional) --- app/src/main/res/values-zh/strings.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index c618e79f6..68f178f4e 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -481,15 +481,15 @@ Shizuku Required for advanced commands. Install Shizuku from the Play Store. Install Shizuku - Grant Permission + Shizuku permission Required to run power-saving commands while maps is navigating. Requires Shizuku or Root Root Access Permissions required for system actions using Root privileges. Notification Listener - Requires notification listener access to monitor Google Maps navigation status and enable power saving when not navigatiing. - Requires notification listener access to detect new notifications and trigger edge lighting. - Requires notification listener access to monitor and snooze unwanted system notifications. + Required to detect when Maps is navigating. + Required to detect new notifications + Required to detect and snooze notifications Accessibility Service Required for App Lock, Screen off widget and other features to detect interactions Required to trigger notification lighting on new notifications @@ -836,7 +836,7 @@ You are up to date This is a pre-release version and might be unstable. - Release Notes %1$s + Release Notes v%1$s View on GitHub Download APK @@ -892,7 +892,7 @@ Notification lighting does not work It depends on the OEM. Some like OneUI does not seem to allow overlays above the AOD preventing the lighting effects being shown. In this case, try the ambient display as a workaround. Button remap does not work while display is off - Some OEMs limit the accessibility service reporting once the display is actually off but they may still work while the AOD is on. \nIn this case, you may able to use button remaps with AOD on but not with off. \n\nAs a workaround, you will need to use Shizuku permissions and turn on the \'Use Shizuku or Root\' toggle in button remap settings which identifies and listen to hardware input events.\nThis is not guaranteed to work on all devices and needs testing.\n\nAnd even if it\'s on, Shizuku method only will be used when it\'s needed. Otherwise it will always fallback to Accessibility which also handles the blocking of the actual input during long press. + Some OEMs limit the accessibility service reporting once the display is actually off but they may still work while the AOD is on. \nIn this case, you may able to use button remaps with AOD on but not with off. \n\nAs a workaround, you will need to use Shizuku permissions and turn on the \'Use Shizuku\' toggle in button remap settings which identifies and listen to hardware input events.\nThis is not guaranteed to work on all devices and needs testing.\n\nAnd even if it\'s on, Shizuku method only will be used when it\'s needed. Otherwise it will always fallback to Accessibility which also handles the blocking of the actual input during long press. Flashlight brightness does not work Only a limited number of devices got hardware and software support adjusting the flashlight intensity. \n\n\'The minimum version of Android is 13 (SDK33).\nFlashlight brightness control only supports HAL version 3.8 and higher, so among the supported devices, the latest ones (For example, Pixel 6/7, Samsung S23, etc.)\'\npolodarb/Flashlight-Tiramisu What the hell is this app? @@ -910,10 +910,10 @@ Essentials Bug Report Send via - Are we there yet? - Destination nearby alerts - Open Google Maps, pick a location, and share it to Essentials. - Alert Radius: %d m + Are We There Yet? + Prepare for your destination. + Open your map app, pick a location, and share it to Essentials. + Radius: %d m Location Used to detect arrival at your destination. Background Location @@ -934,8 +934,8 @@ Required to wake your device upon arrival. Tap to grant. %1$d m %1$.1f km - Travel alarm active - %1$s remaining (%2$d%%) + Travel Alarm active + %1$s remaining Travel Progress Shows real-time distance to destination Destination Nearby From 8b1630515665958d9a678593a47e2d68d4491658 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:14 +0530 Subject: [PATCH 31/35] New translations strings.xml (English) --- app/src/main/res/values-en/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From eca8497519fee567ec152bbbf3e6b2e88499757a Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:16 +0530 Subject: [PATCH 32/35] New translations strings.xml (Vietnamese) --- app/src/main/res/values-vi/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 97322d266f84e19085dffcf15f486ff793fad2b3 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:17 +0530 Subject: [PATCH 33/35] New translations strings.xml (Portuguese, Brazilian) --- app/src/main/res/values-pt/strings.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 0c02d6026..9b9fe8d0a 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -26,7 +26,7 @@ Another note, the biometric authentication prompt only lets you use STRONG secure class methods. Face unlock security methods in WEAK class in devices such as Pixel 7 will only be able to utilize the available other STRONG auth methods such as fingerprint or pin. Enable Button Remap - Use Shizuku or Root or Root + Use Shizuku Works with screen off (Recommended) Shizuku is not running Detected %1$s @@ -481,15 +481,15 @@ Shizuku Required for advanced commands. Install Shizuku from the Play Store. Install Shizuku - Grant Permission + Shizuku permission Required to run power-saving commands while maps is navigating. Requires Shizuku or Root Root Access Permissions required for system actions using Root privileges. Notification Listener - Requires notification listener access to monitor Google Maps navigation status and enable power saving when not navigatiing. - Requires notification listener access to detect new notifications and trigger edge lighting. - Requires notification listener access to monitor and snooze unwanted system notifications. + Required to detect when Maps is navigating. + Required to detect new notifications + Required to detect and snooze notifications Accessibility Service Required for App Lock, Screen off widget and other features to detect interactions Required to trigger notification lighting on new notifications @@ -836,7 +836,7 @@ You are up to date This is a pre-release version and might be unstable. - Release Notes %1$s + Release Notes v%1$s View on GitHub Download APK @@ -892,7 +892,7 @@ Notification lighting does not work It depends on the OEM. Some like OneUI does not seem to allow overlays above the AOD preventing the lighting effects being shown. In this case, try the ambient display as a workaround. Button remap does not work while display is off - Some OEMs limit the accessibility service reporting once the display is actually off but they may still work while the AOD is on. \nIn this case, you may able to use button remaps with AOD on but not with off. \n\nAs a workaround, you will need to use Shizuku permissions and turn on the \'Use Shizuku or Root\' toggle in button remap settings which identifies and listen to hardware input events.\nThis is not guaranteed to work on all devices and needs testing.\n\nAnd even if it\'s on, Shizuku method only will be used when it\'s needed. Otherwise it will always fallback to Accessibility which also handles the blocking of the actual input during long press. + Some OEMs limit the accessibility service reporting once the display is actually off but they may still work while the AOD is on. \nIn this case, you may able to use button remaps with AOD on but not with off. \n\nAs a workaround, you will need to use Shizuku permissions and turn on the \'Use Shizuku\' toggle in button remap settings which identifies and listen to hardware input events.\nThis is not guaranteed to work on all devices and needs testing.\n\nAnd even if it\'s on, Shizuku method only will be used when it\'s needed. Otherwise it will always fallback to Accessibility which also handles the blocking of the actual input during long press. Flashlight brightness does not work Only a limited number of devices got hardware and software support adjusting the flashlight intensity. \n\n\'The minimum version of Android is 13 (SDK33).\nFlashlight brightness control only supports HAL version 3.8 and higher, so among the supported devices, the latest ones (For example, Pixel 6/7, Samsung S23, etc.)\'\npolodarb/Flashlight-Tiramisu What the hell is this app? @@ -910,10 +910,10 @@ Essentials Bug Report Send via - Are we there yet? - Destination nearby alerts - Open Google Maps, pick a location, and share it to Essentials. - Alert Radius: %d m + Are We There Yet? + Prepare for your destination. + Open your map app, pick a location, and share it to Essentials. + Radius: %d m Location Used to detect arrival at your destination. Background Location @@ -934,8 +934,8 @@ Required to wake your device upon arrival. Tap to grant. %1$d m %1$.1f km - Travel alarm active - %1$s remaining (%2$d%%) + Travel Alarm active + %1$s remaining Travel Progress Shows real-time distance to destination Destination Nearby From 08a3cfcfae51cf022d345d69d54a261415f6da44 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:18 +0530 Subject: [PATCH 34/35] New translations strings.xml (Sinhala) --- app/src/main/res/values-si/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-si/strings.xml b/app/src/main/res/values-si/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-si/strings.xml +++ b/app/src/main/res/values-si/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation From 077341efa087ff971416fbc1e90407556dcabbd3 Mon Sep 17 00:00:00 2001 From: "sameerasw.com" Date: Sat, 28 Feb 2026 00:14:19 +0530 Subject: [PATCH 35/35] New translations strings.xml (Acholi) --- app/src/main/res/values-ach/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-ach/strings.xml b/app/src/main/res/values-ach/strings.xml index e75199d39..62aa1d9a1 100644 --- a/app/src/main/res/values-ach/strings.xml +++ b/app/src/main/res/values-ach/strings.xml @@ -113,6 +113,8 @@ More options Freeze all apps Unfreeze all apps + Export frozen apps list + Import frozen apps list Pick apps to freeze Choose which apps can be frozen Automation