v2.0.2
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 useFingerprintManager
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 ofIllegalAccessException
when RxFingerprint operations are called even thoughRxFingerprint.isAvailable(...)
returnsfalse
Dependency changes:
- Removes usages of the Android Support Library
compat
package - Updates Support Annotations to
v25.1.1