Skip to content

Releases: infinum/Android-Goldfinger

v2.2.0

03 Sep 14:46
8c40fa6
Compare
Choose a tag to compare
  • Bump biometric version to 1.2.0-alpha05
  • Rename fingerprinting methods to biometric
  • Bump library version to 2.2.0
  • Now published on com.infinum namespace (MavenCentral: com.infinum:goldfinger)

v2.1.0

03 Nov 14:19
35b5082
Compare
Choose a tag to compare
  • Update androidx.biometrics to 1.1.0
  • Add support for specifying authenticator types
  • Handle SECURITY_UPDATE_REQUIRED case

v2.0.1

17 Apr 07:32
Compare
Choose a tag to compare

Changelog

  • Update androidx.biometric to 1.0.1

v1.2.0

20 Jun 12:05
5096df9
Compare
Choose a tag to compare

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

28 Mar 18:20
f7db550
Compare
Choose a tag to compare

Changelog

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

v1.1.1

09 May 11:19
1cfefa5
Compare
Choose a tag to compare

Changelog

  • Fix critical Rx Module bintray issue
  • Minor gradle improvements

v1.1.0

08 May 15:59
Compare
Choose a tag to compare

Changelog

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

v1.0.1

24 Apr 09:34
bce0784
Compare
Choose a tag to compare

Changelog

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

v1.0.0

13 Feb 10:40
18d6f90
Compare
Choose a tag to compare

Changelog

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

v1.0.0-RC1

30 Jan 11:17
1e11a72
Compare
Choose a tag to compare

Changelog

  • Initial public release