-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added Password Protection and biometric authentication by Encrypted Shared Preferences and biometrics in android #125
Added Password Protection and biometric authentication by Encrypted Shared Preferences and biometrics in android #125
Conversation
This is awesome! Would it be possible to use biometrics instead of a password too? May you please make the new strings translateable (android/app/src/main/res/values/strings.xml )? Can you please have a look too, @mubeen1519? What do you think? |
sure will look into it but biometric feature are good approach for this app and convinent for user |
actually its looks not too good to use password and this design also if biometric option is available we dont need to do this stuff only prompt show at start for biometric and user dont need to write and remember the password |
Okay, I will try to make a PR regarding biometric authentication soon. |
I think both options would be great. So the users can decide if they go without extra protection, password or biometrics. |
Thanks for giving a helping hand, @mubeen1519! ❤️ |
Okay @CrazyMarvin |
@CrazyMarvin I have implemented biometric auth and tested it on my physical device, it is working fine, you should check it out too. |
May you share a debug APK please, @anuragkanojiya1? |
@CrazyMarvin Here's the debug apk. |
@CrazyMarvin any update? |
the apk is not installing on my device android 10 |
It's working fine on my Android 10 device. |
I just merged your PR. The UX needs a bit fine-tuning. Are you interested to do that next week? Thanks! |
Sure @CrazyMarvin, Additionally, if you enjoy my work and would like to support me, you can check out my GitHub Sponsors profile: Sponsor My Work. Your support would mean a lot to me! Looking forward to contribute more! Best regards, |
The designer updated the mockup. |
Sure @CrazyMarvin. |
Related Issue
Closes: #115
Description
Implemented the password protection feature using encrypted shared preferences. This ensures that sensitive user data is securely stored in an offline mode and accessed only through proper authentication. Added logic to enable and disable password protection, and updated the settings screen to reflect the current state of the password protection feature.
Type of Change
1008.mp4