Mauin / RxFingerprint

Android Fingerprint authentication and encryption with RxJava
Apache License 2.0
379 stars 81 forks source link

IllegalBlockSizeException, KeyPermanentlyInvalidatedException not thrown #71

Closed mato666 closed 7 years ago

mato666 commented 7 years ago

Fixed IllegalBlockSizeException on some devices (KeyPermanentlyInvalidatedException not thrown all the time after enrolling new fingerprint).

See:

Flo354 commented 6 years ago

Thanks for the PR. Can we hope a release including this fix soon?

Mauin commented 6 years ago

@Flo354 I just released v2.2.1 which contains this fix.

Flo354 commented 6 years ago

Thanks for your responsiveness