infinum / Android-Goldfinger

Android library to simplify Biometric authentication implementation.
Apache License 2.0
654 stars 76 forks source link

UI part #42

Closed ivanecc closed 5 years ago

ivanecc commented 5 years ago

Be cool if library will have simple dialog for check fingerprint. Like alert with title, message & status of check (success, failed) Maybe something like that : image

domagojkorman commented 5 years ago

Hi,

Google created BiometricPrompt which is exactly what you want. We soon plan to integrate existing Goldfinger API with Google's new BiometricPrompt dialog.

ivanecc commented 5 years ago

@domagojkorman problem that BiometricPrompt is only supported from Android P. What about Android 6 and upper version?

domagojkorman commented 5 years ago

@IvanKalabanan It will be available via support library. That is as much as I know.

To keep it short, Goldfinger is not intended to solve UI related issues.

While I do agree that it would be awesome that Goldfinger does everything, UI is something we did not want to implement in this library because it would bring more unnecessary issues.