Android Goldfinger Versions Save

Android library to simplify Biometric authentication implementation.

v2.1.0

6 months ago
  • Update androidx.biometrics to 1.1.0
  • Add support for specifying authenticator types
  • Handle SECURITY_UPDATE_REQUIRED case

v2.0.1

4 years ago

Changelog

  • Update androidx.biometric to 1.0.1

v1.2.0

4 years ago

Changelog

  • AndroidX support
  • Add @Nullable and @NonNull annotations for better Kotlin integration
  • Use new Result model as wrapper to propagate more information to the developer
  • Standard Goldfinger and RxGoldfinger now use same model as result, thus the migration should be more straightforward

v1.1.2

5 years ago

Changelog

  • Fix user cancel error. Exposed with a new enum value Error.USER_CANCEL
  • Lockout permanent error mapped to Error.LOCKOUT

v1.1.1

6 years ago

Changelog

  • Fix critical Rx Module bintray issue
  • Minor gradle improvements

v1.1.0

6 years ago

Changelog

  • RxModule
  • Improve error handling by merging warnings and errors in single enum
  • Improved documentation

v1.0.1

6 years ago

Changelog

  • Fix initialization callback returning on background thread
  • Add Fingerprint constants instead of magic numbers

v1.0.0

6 years ago

Changelog

  • Asynchronous Crypto Object initialization
  • Fix Error.CANCELED issue on new Callback
  • Code cleanup

v1.0.0-rc1

6 years ago

Changelog

  • Initial public release