Releases: okta/okta-oidc-android
Releases · okta/okta-oidc-android
Release list
1.0.12
- Fix ServiceConnection leak
- Update androidx libraries.
1.0.11
- Update to token validation errors. Added separate codes for specific validation failure.
1.0.10
- Minor change to use androidx.collection.ArrayMap instead of android.util.ArrayMap
1.0.9
- Add option to use MATCH_ALL for browser filters.
- Add custom configuration.
- Improve error message sent to application layer.
- Update dependency libraries.
version 1.0.8
- Fix chrome custom tabs start animation.
version 1.0.7
- Add ability to customize transition animations for chrome custom tabs.
1.0.6
1.0.5
- Deprecate authorizedRequest
- Default to first available browser if none found in preferred browser list.
- Encryption will not use TEE since it is causing issues with Android 10.
1.0.4
- Social login support
- Sign out returns an error if no tokens found.
- Email verification support
- Sign out convenience API
- IllegalBlockSizeException will be thrown if keys are inaccessible
1.0.3
- Fix service connection leak when CCT is destroyed in the background.
- Fix bug when switching between encryption managers.
Bug was caused by removing keys and reusing the same
encryption manager object. The keys need to be recreated. - Fix decryption issue with PIXEL 3.
Don't use the OEAP spec to initialize the cipher if
device uses strong box.