fingerlock icon indicating copy to clipboard operation
fingerlock copied to clipboard

Android fingerprint authentication library

Results 6 fingerlock issues
Sort by recently updated
recently updated
newest added

Can you any help to scanner my finger to result scanning to textview ?

And a bunch of other devices. Writing this here so others don't go crazy as well. I get a call to onFingerLockScanning(true) and then attempt using the fingerprint scanner, but...

## Description When FingerLock is initialized after previously registered fingerprints were deleted from Android Settings produces an unexpected error. The error returned is `FINGERPRINT_NOT_SUPPORTED`, when it should be `FINGERPRINT_REGISTRATION_NEEDED` ##...

After I perform a`fingerLockManager.start()` and I purposely scan a bad fingerprint 5 times. This makes the Google API return a [FingerprintManager.FINGERPRINT_ERROR_LOCKOUT](https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.html#FINGERPRINT_ERROR_LOCKOUT) error, which states: >The operation was canceled because the...

This is more of a feature request in the future, but would it be possible for the out of the box dialog to be customizable to include options to change...

enhancement

Hi, I tried to use this project to learn about the fingerprint in android. After installation, the Authenticate using Fingerprint is just showing an option but not working. Can you...