A small library that allows You to easily manage fingererprint authentication inside your Activity or Fragment on devices with fingerprint scanner and Android M and higher. Min sdk 14
Stars
447
Forks
70
Watchers
447
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
44
commits
15
commits
add flag to FahTimeOutService to prevent multiple calling tryToStopMe()
092b359View on GitHubFixed another typo in FahErrorType.Auth.AUTH_TOO_MANY_RETRIES and deprecated FahErrorType.Auth.AUTH_TO_MANY_RETRIES.
23ba555View on GitHubJust made a few things in FahManager a bit more concise (Yay, Kotlin!).
db80296View on GitHubChanged cleanTimeOut() back to regular function, but without backing property this time, as that one wasn't needed.
d3952dcView on GitHubMessed up some properties in commit d52e111099f55b848e827693b59965a9043b1f8c by using the property in the getter instead of field.
965702cView on GitHubSmall tweak to FingerprintAuthHelper deprecation handling. Instead of still using the old cleanTimeOut method, that method is now fully deprecated and implicit isTimeOutCleaned() method should be used instead.
1c50524View on GitHubSimplified FahSecureSettingsDialog.Builder.build() declaration.
1039969View on GitHubSome refactoring of FingerprintAuthHelper (with backwards compatibility for Java and Kotlin)
d52e111View on GitHub