Skip to content

v2.0.2

Compare
Choose a tag to compare
@Mauin Mauin released this 05 Feb 18:33
· 29 commits to master since this release

This release fixes issues with devices not being able to detect the Fingerprint APIs correctly after updating to the recent Support Libraries.

Fixes:

  • #31 Remove usages of Support Library FingerprintManagerCompat and use FingerprintManager directly instead. This works around the issue of some devices not specifying the Fingerprint APIs correctly and being unable to detect the Fingerprint sensor with recent Support Libraries.
  • #29 Removes Retrolambda from the library. This caused issues for Apps using ProGuard and not using Retrolambda. (see Issue #27)

Behaviour Changes:

  • #32 Emit FingerprintUnavailableException instead of IllegalAccessException when RxFingerprint operations are called even though RxFingerprint.isAvailable(...) returns false

Dependency changes:

  • Removes usages of the Android Support Library compat package
  • Updates Support Annotations to v25.1.1