Releases: okta/okta-oidc-android
Releases · okta/okta-oidc-android
1.2.0
Compare
Sorry, something went wrong.
No results found
Feature
#281 Add ability to customize ID Token validation.
See CHANGELOG.md
1.1.0
Compare
Sorry, something went wrong.
No results found
Feature
#276 Adds support for parallel refresh token requests.
#277 Run SessionClient requests in serial.
Bug Fix
#272 Make OktaAuthenticationActivity launchMode singleTop which fixes an issue where the browser tab would remain in the Android recents list.
1.0.20
Compare
Sorry, something went wrong.
No results found
Bug Fix
#244 Fix unmarshall exception during onCreate on some samsung devices.
Other
#245 Update error code to remove duplicate, and follow pattern of other error codes.
#246 Update build and 3rd party dependencies.
1.0.19
Compare
Sorry, something went wrong.
No results found
Bug Fix
#230 Fixes androidx lifecycle compliance
Other
#242 Publish to maven central rather than jcenter.
Remove support for non androidx variant.
Changed artifact name from com.okta.android:oidc-androidx to com.okta.android:okta-oidc-android
1.0.18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed issue where chrome custom tab was put on the task stack.
1.0.15
Compare
Sorry, something went wrong.
No results found
Fixed issue with empty taskAffinity string. This causes an ActivityNotFound exception.
1.0.14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.