Marvin Ramin

Results 20 comments of Marvin Ramin

Not sure about this. The default key size is already 2048. Setting it explicitly would probably help with devices that set this to some other (possibly weaker) value. But for...

I also realized this shortly after I released RC-1. So this is a good question. The methods for `hasEnrolledFingerprints` and `isHardwareAvailable` were deprecated because they are part of `FingerprintManager`, which...

I haven't personally played around with this Intent yet, I just saw that it exists and decided it would make sense in RxFingerprint. If we can start the Intent with...

Yes, I'm aware the `FingerprintManager` is marked as `Deprecated` in API 28 and will be replaced by `BiometricDialog`. With the release of the first Android P developer preview I've started...

Interesting. This looks like Xiaomi devices might not supply a string in those callbacks at all under some conditions. Do you want to create a PR with your proposed fix...

Hey, thanks for creating this issue. As for the 2nd part: The Fingerprint APIs were only added to the Android SDK in Android API 23. So it is not possible...

There is no such listener right now. A possibility would be to emit a value in `onNext` giving the status update. I'll think about adding something like this.

Do you have a more detailed Stacktrace for the exception? Which version of RxFingerprint are you currently using?

Without much more details it's hard to guess what actually is the problem in this case. For AES the key size is set to `256` by default which should be...

Interesting. Unfortunately I have neither device at hand to test it. Also the Stacktrace is not being much more helpful. Which encryption method are you using? Did you change this...