Skip to content

v1.1.0

Choose a tag to compare

@hxreborn hxreborn released this 02 Jun 10:05
· 3 commits to main since this release
9b53645

What's Changed

Features

  • 99cfc1e Re-lock apps when the screen turns off by @hxreborn

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

    Improve version compatibility so locked apps prompt below Android 16.

  • 21dc795 (ui) Use LocalWindowInfo for sheet gesture threshold by @hxreborn

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

    AppItem no longer carries the full ApplicationInfo object for each row

Refactor

  • b5632b3 (app) Move binder and prefs to Application by @hxreborn

    The service connection now lives on Application so it binds reliably on every process start