Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Releases: ajalt/reprint

3.3.2

24 Jul 16:18
Compare
Choose a tag to compare
  • Fix potential resource leak in marshmallow module

3.3.1

24 Dec 22:56
Compare
Choose a tag to compare
  • Fix authentication on Galaxy S5

3.3.0

05 Nov 17:45
Compare
Choose a tag to compare
  • 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

25 Dec 01:26
Compare
Choose a tag to compare
  • Catch several exceptions thrown by marshmallow imprint module on some devices.
  • Update support library and compile version to 27

3.2.0

04 Nov 18:54
Compare
Choose a tag to compare
  • 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

29 Apr 18:41
Compare
Choose a tag to compare

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

01 Feb 19:54
Compare
Choose a tag to compare
  • Fix regression on K and L devices

2.9.1

30 Jan 23:45
Compare
Choose a tag to compare

2.9.0

24 Jan 19:14
Compare
Choose a tag to compare
  • Add optional logging interface.

2.8.3

07 Dec 00:58
Compare
Choose a tag to compare
  • Fix rare crash caused by a bug in the system Imprint service
  • Add support for roboelectric