-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Password protection of app #62
Comments
Comment by brarcher There was a request similar to this on another app that I've written. Feel free to review that discussion. Likely it is something that will not be supported in this app. The effort is non-trivial to do it correctly and securely. These days I do not have much time to dedicate to the project. I thank you for the suggestion, though. |
Maybe https://github.com/mattsilber/applock is worth considering for this, it looks promising |
+1 for an optional passlock |
@TheLastProject Can I take up this issue. I am planning to use the Aitorvs finger lock library {https://github.com/aitorvs/fingerlock} to add the finger lock. |
Sounds good! Good luck @Unreal-Dreams and tell me if you have questions :) |
@Unreal-Dreams are you still working on this? |
I am sorry @TheLastProject due to some unforeseen conditions I won't be able to complete my work on this. I will surely resume if I got a chance. Thank You |
Yup, that is indeed the requested feature :) If this becomes optional (so, it doesn't show when you start the app but you can tap something in settings) that would be right about perfect :) |
Have a look. Will this work? |
That looks pretty good! I think we should avoid showing cards until the app is unlocked (if locking is enabled) and I'd rather the configure lock stuff shows up as soon as you toggle App Lock in the settings. Will need to try it out myself to see if it feels right, but it looks really good so far :) |
Should I do locking/un-locking stuff in a separate activity then? (For not showing cards) I don't want to mess with the existing code! |
It may be easiest to just extend to add an |
Have a look please. |
Looks awesome! How does it deal with stuff like home screen widgets? |
There is no error in your screenshot? |
Line 1 : com.github.spotbugs... |
Nah that's just some weird Android Studio glitch. It shows that as red for me too, but it works just fine. Has been like that for very very long. |
Ok. Pls check the pr then. |
For those who are viewing this issue now: The last attempt at fixing this was in #462 but sadly it didn't quite work out. So this feature still doesn't exist. For now I'd recommend just using a device-wide lock code (which I strongly recommend doing anyway, if you don't have any lock code on your device you make a lot of private data very easy to reach if someone steals your phone, including all your contacts and photos). |
Looks like Android 15 introduces a new "Private space" feature, so for those on Android 15 that is likely an usable option: https://blog.google/products/android/android-15/ |
Issue by MPK44
Saturday Jul 25, 2020 at 08:51 GMT
Originally opened as brarcher/loyalty-card-locker#370
it would be cool, if one could protect the app with a password from opening.
Especially when saving gift card codes (like money)
The text was updated successfully, but these errors were encountered: