Skip to content

Releases: hxreborn/biometric-app-lock

v1.11.4

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:32
v1.11.4
761ca14

What's Changed

Bug Fixes

  • 5bcfefe (hook) Re-issue a blocked screen pin once the app is unlocked by @hxreborn

    Pinning a locked app from recents now pins it after the unlock prompt is passed, instead of opening the app unpinned.

v1.11.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 10:23
v1.11.3
b181bb4

What's Changed

Bug Fixes

  • 9fcaded (hook) Skip the uninstall prompt for versioned library packages by @hxreborn

    Chrome and WebView updates no longer raise the biometric prompt while removing the old copy of their shared library.

  • c498ef5 (ui) Find hook logs when the Xposed framework is not LSPosed by @hxreborn

    Shared logs now include the hook log on Xposed forks that keep it outside LSPosed's own folder.

v1.11.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 12:48
v1.11.2
9b22846

What's Changed

Bug Fixes

  • 1d01adc (hook) Relock an app left right after it was unlocked by @hxreborn

    Locked apps now ask for authentication again when reopened after briefly going to the home screen.

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 12:15
v1.11.1
ced1cf2

What's Changed

Bug Fixes

  • b6946e5 (hook) Keep an app unlocked while it comes to the foreground by @hxreborn

    The unlock prompt no longer reappears several times in a row before a locked app opens.

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 11:06
v1.11.0
2c335a0

What's Changed

Features

  • 160c7be (ui) Add 3 and 10 minute re-lock delays plus a custom value by @hxreborn

    Custom delays are entered in minutes and apply to the global delay and to
    per-app overrides.

Bug Fixes

  • 2a52819 (hook) Drop the second prompt when uninstalling from the system dialog by @hxreborn

    Uninstalling an app through the system dialog now asks for biometrics once instead of twice.

  • 15e3ff2 (hook) Resume install prompts as the app that requested them by @hxreborn

    Installing an app now goes through on the first tap instead of needing a second one after the prompt.

  • 06a0428 (hook) Stop re-prompting when an installer asks for pre-approval by @hxreborn

    Installing an app from a store that asks for confirmation up front no longer repeats the biometric prompt forever.

  • 63c588d (hook) Block screen pinning from opening a locked app without auth by @hxreborn

    Pinning a locked app from recents no longer opens it without authentication.

  • adad21f (hook) Relock a locked app when the user goes home by @hxreborn

    Locked apps set to re-lock immediately now ask for the prompt again after
    you leave them for the home screen, not only after another app opens.

v1.10.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 06:39
v1.10.2
be9d97d

What's Changed

Bug Fixes

  • 4186630 (hook) Send a locked app home when the unlock prompt cannot start by @hxreborn

    Locked apps no longer open without authentication in the seconds after a reboot, when the prompt cannot be shown yet.

v1.10.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 09:02
v1.10.1
c896ca5

What's Changed

Bug Fixes

  • 5352b09 (hook) Redact the lockscreen copy of a locked app notification by @hxreborn

    Notifications from a locked app no longer reveal their content on the lockscreen when Android is set to hide sensitive content.

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 08:17
v1.10.0
405cb6e

What's Changed

Features

  • 84a80c7 (hook) Hide notification content while an app is locked by @hxreborn

    Notifications posted by a locked app now show a placeholder instead of their title and text until the app is unlocked.

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:49
v1.9.1
cd503ab

What's Changed

Bug Fixes

  • 8d6a251 (auth) Resume apps with no startable activity after unlock by @hxreborn

    Unlocking an app that has no launchable entry now opens it instead of returning to the home screen.

  • 00ec23c (ui) Show apps without a launcher activity in the app list by @hxreborn

    Iconless packages like Shell now appear in the app list and stay visible on the dashboard while locked.

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:48
v1.9.0
5194bd7

What's Changed

Features

  • cd42461 Add a per-app mode that locks only the selected activities by @hxreborn

    An app's activity list can now be flipped so only the checked activities ask for the unlock prompt.