Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.34 KB

File metadata and controls

36 lines (22 loc) · 1.34 KB

1.2.0

Feature

  • #281 Add ability to customize ID Token validation.

1.1.0

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

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

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