Skip to content

Releases: okta/okta-oidc-android

1.2.0

Choose a tag to compare

@JayNewstrom JayNewstrom released this 21 Oct 14:57
490d35e

Feature

  • #281 Add ability to customize ID Token validation.

See CHANGELOG.md

1.1.0

Choose a tag to compare

@JayNewstrom JayNewstrom released this 27 Sep 14:04
4cd74ca

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

Choose a tag to compare

@JayNewstrom JayNewstrom released this 06 Jul 19:04
23f96eb

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

Choose a tag to compare

@JayNewstrom JayNewstrom released this 21 Jun 21:54
bf76d04

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

1.0.18 Pre-release
Pre-release

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 26 Mar 02:40
  • 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

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 11 Nov 03:29
  • 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

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 31 Aug 21:52
809f418
  • Fixed issue where chrome custom tab was put on the task stack.

1.0.15

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 03 Aug 20:33
8cda9db
  • Fixed issue with empty taskAffinity string. This causes an ActivityNotFound exception.

1.0.14

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 21 Jul 02:39
0247ab5
  • 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

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 21 May 21:06
3294d8e
  • 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.