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

(android) Add custom PIN option #614

Merged
merged 4 commits into from
Aug 23, 2024
Merged

(android) Add custom PIN option #614

merged 4 commits into from
Aug 23, 2024

Conversation

dpad85
Copy link
Member

@dpad85 dpad85 commented Aug 23, 2024

Similar to the work done on iOS (see #560), this PR adds a new option in App Access to setup a custom 6-digits PIN code. This can be done in addition to the System screen lock option. Both options can be active at the same time, or just one of them.

image image image

Several failed PIN code attempts in a row will trigger a timer to help against brute force.

image

dpad85 added 4 commits July 16, 2024 17:50
V2 was coming from the legacy app but has never been used
on the modern version. This version was used to get a key
from the keystore with baked-in biometric authentication,
which prevents background processing.
A 6-digits PIN code can now be defined to restrict access to
the application, in addition to the System screen lock option.
Both can be used at the same time, or just one.

This PIN code is specific to Phoenix and can be different from
the System PIN.

This change is similar to the PIN code update for iOS (#560).
@dpad85 dpad85 merged commit 9bce2ac into master Aug 23, 2024
@dpad85 dpad85 deleted the android-custom-pin branch August 23, 2024 12:09
@robbiehanson robbiehanson mentioned this pull request Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants