Skip to content

Releases: auth0/Lock.Android

3.2.2

Choose a tag to compare

@poovamraj poovamraj released this 11 Jan 17:00
92c4094

Full Changelog

This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices.
Please review the README note for additional details.

Security

Bump Auth0.Android dependency to 2.8.1 #652 (poovamraj)

3.2.1

Choose a tag to compare

@poovamraj poovamraj released this 24 Jun 11:41

3.2.1 (2022-06-24)

Full Changelog

Fixed

Security

3.2.0

Choose a tag to compare

@lbalmaceda lbalmaceda released this 11 Oct 15:30
ceb2387

Full Changelog

Changed

3.1.0

Choose a tag to compare

@lbalmaceda lbalmaceda released this 20 Jul 14:39

Full Changelog

Added

Fixed

3.0.1

Choose a tag to compare

@lbalmaceda lbalmaceda released this 28 May 11:24

Full Changelog
Fixed

3.0.0

Choose a tag to compare

@lbalmaceda lbalmaceda released this 04 May 18:23

This release brings a few improvements that come with new requirements. Check the details in the Migration Guide file if you are coming from a previous version, to understand how these impact you.

In summary, this release brings:

  • Open ID Connect compliant practices.
  • ID token verification for Web Authentication flows.
  • A new customizable networking stack.
  • Simpler Android app set up.

Some of these features were previously available but only enforced when the "OIDC" flag was explicitly enabled.

V3 Changelog

Full Changelog
Closed issues

  • AuthenticationCallback methods are only called the first time I login #607
  • UnauthorizedErrors are not received in lock widget callbacks #606

Added

Changed

Removed

  • Remove support for changing the Social Button style [SDK-2430] #614 (lbalmaceda)
  • Remove support for Implicit Authentication flow [SDK-2430] #613 (lbalmaceda)
  • Remove WebView component support [SDK-2430] #612 (lbalmaceda)

Fixed

Breaking changes

2.24.0

Choose a tag to compare

@lbalmaceda lbalmaceda released this 05 Nov 14:42
7336142

Full Changelog

Added

  • Add custom tabs options to the available Lock settings [SDK-1974] #601 (lbalmaceda)

Fixed

  • Bump SDK to fix NPE with Kotlin nullable annotations #598 (lbalmaceda)

2.23.0

Choose a tag to compare

@lbalmaceda lbalmaceda released this 16 Sep 20:52
23f1d60

Full Changelog

Having project sync issues after upgrading?
This release updates the core SDK to make it compatible with Android 11 new privacy changes. If you run into a build compile issue when importing this version, make sure that you are using the latest patch version of the Android Gradle Plugin. Check the table in the announcement blogpost to learn to what version you should update.

Changed

  • Improve compatibility with Kotlin and run Lint on CI #596 (lbalmaceda)
  • Add compatibility with Android 11: Bump SDK version #595 (lbalmaceda)
  • Update "37 Signals" auth style to "Basecamp" [SDK-1944] #593 (lbalmaceda)

2.22.0

Choose a tag to compare

@lbalmaceda lbalmaceda released this 25 Aug 19:38
8039c0b

Full Changelog

Added

2.21.1

Choose a tag to compare

@lbalmaceda lbalmaceda released this 25 Aug 19:37
8c930a2

Full Changelog

Fixed