Releases: Xposed-Modules-Repo/eu.hxreborn.biometricapplock
v1.5.4
v1.5.3
What's Changed
Bug Fixes
v1.5.2
v1.5.1
What's Changed
Bug Fixes
-
2ad25f4(hook) Stop recents tap relocking resumed app by @hxrebornRecents no longer relocks the app being resumed and locked apps now prompt from recents on OneUI.
-
88ddce0(hook) Skip uri regrant on stripped ROMs by @hxrebornAvoids failing on ROMs where the URI grant methods are absent.
Refactor
v1.5.0
What's Changed
Features
Bug Fixes
-
8389496(hook) Regrant content uris on auth replay by @hxreborn -
81878a9(hook) Always evict a removed task from the cache by @hxreborn
Performance Improvements
-
19fb1ee(ui) Load SelfLockScreen icon off main via shared cache by @hxreborn -
ad368ad(ui) Use MotionScheme effects spec for mechanical fades by @hxreborn -
25747ce(ui) Add contentType to lazy list items for pool reuse by @hxreborn
Refactor
v1.4.0
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.
Refactor
v1.2.1
What's Changed
Features
-
4537040Add module-process logcat to log export by @hxrebornThe export now includes the app process's own logs, so biometric prompt failures show up next to the system hook activity.
Bug Fixes
Performance Improvements
-
ab55240(prefs) Skip unchanged keys on remote sync by @hxrebornSyncing prefs to the hook now writes only changed values, so a routine app launch no longer wakes the hook once per key.
-
3b58985(ui) Cache root status in the scope viewmodel by @hxreborn
Refactor
v1.2.0
What's Changed
Features
-
de59f4a(hook) Prevent module uninstall by @hxrebornAdded a toggle to stop the app from being uninstalled
-
66bd390(ui) Add Share logs to About screen by @hxrebornAdds Share logs in About → Links to export module logs and diagnose issues. Debug builds produce more verbose output. Restart after updating for new hooks to take effect.
v1.1.0
What's Changed
Features
-
99cfc1eRe-lock apps when the screen turns off by @hxrebornTurning the screen off forces every protected app to re-authenticate on its next launch regardless of its re-lock delay.
Bug Fixes
-
0c72d63(hook) Match fingerprints across API levels by @hxrebornImprove version compatibility so locked apps prompt below Android 16.
-
21dc795(ui) Use LocalWindowInfo for sheet gesture threshold by @hxrebornThe What's New sheet now sizes itself to the window, not the screen, so it works in split-screen and on foldables
-
c91cc24(ui) Drop ApplicationInfo from AppItem by @hxrebornAppItem no longer carries the full ApplicationInfo object for each row