Skip to content

v1.8.0

Choose a tag to compare

@hxreborn hxreborn released this 05 Aug 06:41
bc307ea

What's Changed

Features

  • 0764416 (auth) Choose which biometrics and screen lock unlock apps by @hxreborn

    The unlock prompt and the app's own settings lock now offer face unlock where it counts as a weak-class biometric, with an option to require the strongest biometrics or the screen lock instead.

  • b6c630c (ui) Set unlock methods for a single app by @hxreborn

    An app can now use its own biometric and screen lock choice instead of the global one.

  • 1e3496c (ui) Label each sensor's biometric class on the dashboard by @hxreborn

    The hardware card now shows whether the fingerprint reader and face unlock are Class 3 or Class 2 on this device instead of one combined label.

Bug Fixes

  • b0b6c3f (auth) Retry the unlock prompt when it self-cancels on launch by @hxreborn

    Locked apps no longer bounce back to the home screen when the unlock prompt disappears before you can authenticate.

  • af8af65 (prefs) Apply setting changes without a reboot on all Xposed builds by @hxreborn

    Changes to the locked app list and other settings now take effect immediately on Xposed builds where they previously applied only after a reboot.

Refactor