Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TouchID support refactoring #8311

Commits on Jul 27, 2022

  1. TouchID support refactoring

    Should fix keepassxreboot#7695: TouchID and Apple Watch support is now detected both at compile time and runtime
    yowidin committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    6055e63 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Removed TouchID and Apple Watch availability cache

    Each authentication method can become unavailable during runtime:
    user can close the laptop lid or take off the watch.
    
    This also means that we probably have to add some sort of timer to the
    DatabaseOpenWidget to check the unlock method periodically in case
    if quick unlock is enabled and a previously unavailable authentication
    method becomes available again.
    yowidin committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0af6bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Cleanup + TODOs

    - Password data removal
    - TODOs and descriptions for some functions
    yowidin committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    e552c11 View commit details
    Browse the repository at this point in the history