- AndroidX
- Add
USE_BIOMETRIC
permission for API 28
- RxJava 2
ReadResult
now has a publiccreate
methodWhorlwind.write()
now returns aCompletable
- Fix: Lots of common exceptions have been caught and handled internally
- Fix: Remove key when
IllegalBlockSizeException
exception is thrown due to Android 8.0 bug
- Fix: Do not bother calling authenticate if subscriber has already unsubscribed.
- Fix: Lazily initialized
SharedPreferencesStorage
on first use to avoid hitting the filesystem on startup (and avoid potentially tripping StrictMode as well).
Initial version.