Skip to content

v1.3.0

Choose a tag to compare

@hxreborn hxreborn released this 03 Jun 22:22
· 1 commit to main since this release

What's Changed

Features

  • dd9d4d6 (auth) Unlock locked apps with screen lock by @hxreborn

    A 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 @hxreborn

    Swiping 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 @hxreborn

    Debug builds now show a marker in the header so they are easy to tell apart.

  • 06e647c (ui) Require biometric to open settings by @hxreborn

    The 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 @hxreborn

    Hiding the app icon now asks you to confirm first.

  • 664a692 (ui) Capture more detail in log export by @hxreborn

    The log header now records build type, ROM, and capture time.

  • fcbaf2a (ui) Save logs to a file by @hxreborn

    Logs can now be saved to the device in addition to sharing.

Bug Fixes

  • 31e8129 (hook) Reopen locked apps on the right screen by @hxreborn

    Locked 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 @hxreborn

    Locked apps now prompt more reliably across different Android versions and OEM ROMs.

Refactor

  • 8849922 (auth) Rework the locked-app unlock flow by @hxreborn

    Simplifies the internal flow that reopens a locked app after authentication.

  • 2191252 (ui) Move log export to its own section by @hxreborn

    Moves the log export option into its own Diagnostics section so it is easier to find.