Releases: okta/okta-oidc-android
Releases · okta/okta-oidc-android
1.2.0
1.1.0
1.0.20
1.0.19
1.0.18
- Potential fix for null certificate from encryption manager.
- Deprecate ConnectionParameters timeouts in favor of OktaHttpClient timeouts.
- Add internet permission to library manifest
1.0.17
- Fixed an issue with CCT being removed from the back stack prematurely. This prevents the use of password managers.
- Animations are now applied correctly when transitioning from CCT back to application.
Android 11 support
- Added
queries
to AndroidManifest.xml - Fix encryption crash on API 30+
- Update target SDK to API 30
1.0.16
- Fixed issue where chrome custom tab was put on the task stack.
1.0.15
- Fixed issue with empty taskAffinity string. This causes an ActivityNotFound exception.
1.0.14
- Fix bug with canceling requests
- Allow empty scopes for OAuth2.0 compatibility
- Preserve exception for error types of OTHERS
- Update gradle and other libraries
1.0.13
- Fix storage cache not set for get operations.
- Adds a new HttpStatusCodeException that subclasses IOException. This is thrown when an unexpected http status code is encountered.