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

[fix/bypass-lock-prevention] Bypass Passcode Prevention #1324

Closed
wants to merge 6 commits into from

Commits on Feb 19, 2024

  1. Prevent the user from changing the device time to bypass the lock pre…

    …vention of the app.
    hosy committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a3f1c16 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    5bf4d2a View commit details
    Browse the repository at this point in the history
  2. maybe keys are needed

    hosy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4e37782 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fixed code review findings

    hosy committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    853e803 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Converted lockUntilDate to lockDelay. This is a better prevention if …

    …user changes the system time to bypass the passcode lock. ProcessInfo.processInfo.systemUptime does not work, because system does not restart after setting the system date/time. lockUntilDate is also stored in user defaults than lockedUntilDate before.
    hosy committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b21c0b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    5840f4d View commit details
    Browse the repository at this point in the history