Skip to content

Releases: okta/okta-oidc-android

1.0.12

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 10 Apr 00:16
  • Fix ServiceConnection leak
  • Update androidx libraries.

1.0.11

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 03 Mar 21:19
c247ae6
  • Update to token validation errors. Added separate codes for specific validation failure.

1.0.10

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 20 Feb 20:47
fed26bf
  • Minor change to use androidx.collection.ArrayMap instead of android.util.ArrayMap

1.0.9

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 07 Feb 18:37
8e71558
  • Add option to use MATCH_ALL for browser filters.
  • Add custom configuration.
  • Improve error message sent to application layer.
  • Update dependency libraries.

version 1.0.8

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 09 Dec 20:43
a035189
  • Fix chrome custom tabs start animation.

version 1.0.7

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 05 Dec 22:41
c09be5e
  • Add ability to customize transition animations for chrome custom tabs.

1.0.6

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 20 Nov 18:22
  • Fixed API 19 compatibility

1.0.5

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 31 Oct 21:22
3488168
  • Deprecate authorizedRequest
  • Default to first available browser if none found in preferred browser list.
  • Encryption will not use TEE since it is causing issues with Android 10.

1.0.4

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 27 Sep 20:37
abb21eb
  • Social login support
  • Sign out returns an error if no tokens found.
  • Email verification support
  • Sign out convenience API
  • IllegalBlockSizeException will be thrown if keys are inaccessible

1.0.3

Choose a tag to compare

@FeiChen-okta FeiChen-okta released this 31 Aug 00:33
ee80435
  • Fix service connection leak when CCT is destroyed in the background.
  • Fix bug when switching between encryption managers.
    Bug was caused by removing keys and reusing the same
    encryption manager object. The keys need to be recreated.
  • Fix decryption issue with PIXEL 3.
    Don't use the OEAP spec to initialize the cipher if
    device uses strong box.