Skip to content

Releases: okta/okta-oidc-android

1.2.0

21 Oct 14:57
490d35e
Compare
Choose a tag to compare

Feature

  • #281 Add ability to customize ID Token validation.

See CHANGELOG.md

1.1.0

27 Sep 14:04
4cd74ca
Compare
Choose a tag to compare

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

06 Jul 19:04
23f96eb
Compare
Choose a tag to compare

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

21 Jun 21:54
bf76d04
Compare
Choose a tag to compare

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

26 Mar 02:40
Compare
Choose a tag to compare
1.0.18 Pre-release
Pre-release
  • 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

11 Nov 03:29
Compare
Choose a tag to compare
  • 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

31 Aug 21:52
809f418
Compare
Choose a tag to compare
  • Fixed issue where chrome custom tab was put on the task stack.

1.0.15

03 Aug 20:33
8cda9db
Compare
Choose a tag to compare
  • Fixed issue with empty taskAffinity string. This causes an ActivityNotFound exception.

1.0.14

21 Jul 02:39
0247ab5
Compare
Choose a tag to compare
  • 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

21 May 21:06
3294d8e
Compare
Choose a tag to compare
  • 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.