- #347 Use browser querying logic from okta-mobile-kotlin.
- #341 Validate TokenResponse before returning a Token to the user.
- #328 Allow HTTPS redirect URLs. Please note, not all user flows will result in a redirect back to the application if this is used.
- #325 Update transitive dependencies to preserve backwards compatibility (Make them api rather than implementation).
- #321 Update GSON to 2.9.0.
- #319 Cancelling a WebAuthClient now returns a cancelled response when the flow has been cancelled.
- #316 Fix a crash during login/logout.
- #311 Sleep and retry when crypto operations fail to fix a bug on Android 10.
- #303 Fix a crash during logout.
- #293 Fixes ambiguous error codes.
- #288 Fix for ActivityNotFoundException.
- #281 Add ability to customize ID Token validation.
- #272 Make
OktaAuthenticationActivity
launchMode
singleTop
which fixes an issue where the browser tab would remain in the Android recents list.
- #244 Fix unmarshall exception during onCreate on some samsung devices.
- #245 Update error code to remove duplicate, and follow pattern of other error codes.
- #246 Update build and 3rd party dependencies.
- #230 Fixes androidx lifecycle compliance
- #242 Publish to maven central rather than jcenter.
- Remove support for non androidx variant.
- Changed artifact name from
com.okta.android:oidc-androidx
tocom.okta.android:okta-oidc-android