Reprint Versions Save

A unified fingerprint library for android.

3.3.2

4 years ago
  • Fix potential resource leak in marshmallow module

3.3.1

5 years ago
  • Fix authentication on Galaxy S5

3.3.0

5 years ago
  • Switch from Android Support Libraries to AndroidX
  • Deprecate Spass module. Due to the deprecation of the underlying Spass SDK, this module is only used if the Android FingerprintManager is unavailable.

3.2.1

6 years ago
  • Catch several exceptions thrown by marshmallow imprint module on some devices.
  • Update support library and compile version to 27

3.2.0

6 years ago
  • Raise minimum API to 14
  • Compile against API 26
  • Fix build warnings caused by the third party spass module.

There are no behavior changes in this release, so if you need API 10 support, you can keep using version 3.1.0.

3.1.0

7 years ago

This release updates the API to make restart behavior more configurable, and to work around bugs in some Nougat devices.

  • A new module was added with an interface to RxJava 2. The RxJava 1 interface is still fully supported.
  • Reprint.authenticate now takes an optional predicate that determines whether or not to shut down the sensor after each recoverable failure. The default behavior remains the same.
  • The RxJava observable now calls onNext after each status update from the sensor. onError is no longer called in normal circumstances. Instead of using Observable.retry to configure retry behavior, you should pass a predicate to RxReprint.authenticate instead.

2.9.2

7 years ago
  • Fix regression on K and L devices

2.9.1

7 years ago

2.9.0

7 years ago
  • Add optional logging interface.

2.8.3

7 years ago
  • Fix rare crash caused by a bug in the system Imprint service
  • Add support for roboelectric