Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Releases: openid/OpenYOLO-Android

0.3.1

31 Oct 17:17
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Notable Changes

  • Fixed issue with retrieve Intent creation introduced by 0.3.0.
  • Extended credential retrieve timeout based on experimentation on slow devices.

0.3.0

24 Oct 20:11
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Notable Changes

  • #132 Prefer invoking the retrieve flow via a client crafted Intent over the Intent supplied from a BBQ credential retrieve request.
  • #129 Renamed CredentialClient.getDeleteResult() to getCredentialDeleteResult()

0.2.1: Beta production ready release

07 Oct 18:27
Compare
Choose a tag to compare
Pre-release

Patch release that fixes #113.

Notable Changes:

  • #113 Fixes issue present in release 0.2.0 where dependencies where not present in pom files.
  • #99 Adds utility methods to protocol objects for additional properties.

0.2.0: Beta production ready release

02 Oct 18:46
Compare
Choose a tag to compare
Pre-release

NOTE: There is an bug in this release. See #113 for more information.

This is the beta production ready release for the OpenYOLO for Android library. It primarily contains improvements to the client experience.

Notable Changes:

  • ProviderPickerActivity meets Android's recommended accessibility checks and RTL languages.
  • CredentialClient's interface has standardized on Activity based intents operations that interact with credential providers.
  • Added a representative demo app built using the Android Architecture Components library.
  • Enforce that AuthenticationDomain's crafted via Android packages has exactly one signature.
  • Added support for CredentialClient.disableAutoSignIn()

0.1.1: First binary release of OpenYOLO for Android

02 Oct 18:47
Compare
Choose a tag to compare
- Should comply with android-03 spec - please
  report any discrepancies.
- API and SPI still need thorough review for
  developer experience.

This should still be considered EXPERIMENTAL
and UNSTABLE for any releases labeled 0.x.y