v1.3.0
What's Changed
Features
-
dd9d4d6(auth) Unlock locked apps with screen lock by @hxrebornA locked app now falls back to the device PIN, pattern, or password when biometrics are unavailable, and can optionally require a confirmation tap after face unlock.
-
7c02081(hook) Relock when a task is removed by @hxrebornSwiping a locked app off the recents screen drops its unlock, so the next launch asks for authentication again.
-
e6af8b5(ui) Make debug builds obvious at a glance by @hxrebornDebug builds now show a marker in the header so they are easy to tell apart.
-
06e647c(ui) Require biometric to open settings by @hxrebornThe app can now require fingerprint, face, or device credential before it opens, and shows an error or lockout message when authentication fails.
-
997c6cc(ui) Add confirm before hiding launcher icon by @hxrebornHiding the app icon now asks you to confirm first.
-
664a692(ui) Capture more detail in log export by @hxrebornThe log header now records build type, ROM, and capture time.
-
fcbaf2a(ui) Save logs to a file by @hxrebornLogs can now be saved to the device in addition to sharing.
Bug Fixes
-
31e8129(hook) Reopen locked apps on the right screen by @hxrebornLocked apps now reopen on the exact screen that was tapped, including deep links and non-exported notification targets, instead of restarting at the launcher.
-
43c98a7(hook) Improve OEM and version compatibility by @hxrebornLocked apps now prompt more reliably across different Android versions and OEM ROMs.