Skip to content

Releases: auth0/Lock.Android

1.9.1

28 Jul 17:28

Choose a tag to compare

Full Changelog

Fixed bugs:

  • Android Core minSdk should be API level 9 #94

1.9.0

28 Jul 17:28

Choose a tag to compare

Full Changelog

Fixed bugs:

  • Web flow url host should match account domain #83

Merged pull requests:

  • Send SDK info in query parameter #93 (hzalaz)
  • Send SDK Client Headers #92 (hzalaz)
  • Use domain for authorise url instead of tenant #91 (hzalaz)
  • Refactored Lock builder & new util methods #90 (hzalaz)
  • Introduce credential stores in Lock #89 (hzalaz)

1.8.0

28 Jul 17:28

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Move social integrations to an independent pod #77
  • Support disableSignupAction and disableChangePassword #75

Fixed bugs:

  • Handle null callback in App configuration #76

Closed issues:

  • java.lang.NoClassDefFoundError: com.auth0.identity.WebIdentityProvider #79

Merged pull requests:

  • Allow null callback url #85 (hzalaz)
  • Chore independent native integrations #84 (hzalaz)
  • Feature disable signup change password flags #82 (hzalaz)

1.7.0

28 Jul 17:28

Choose a tag to compare

Full Changelog

Fixed bugs:

  • Properly handle configuration URL #71
  • Switch to EU cdn when domain is from EU. #70

Closed issues:

  • Social Login - Google Plus(non native) fails to return from browser #69

Merged pull requests:

1.6.0

28 Jul 17:28

Choose a tag to compare

Full Changelog

Closed issues:

  • Show error message returned from a rule #57

Merged pull requests:

  • Show Rule error if its 'unauthorized' #68 (hzalaz)

1.5.1

28 Jul 17:28

Choose a tag to compare

Full Changelog

Merged pull requests:

  • Extract small social grid styles #67 (hzalaz)

1.5.0

28 Jul 17:28

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Native form for ADFS and WAAD connections #51
  • Handle requires\_username in DB connection #20

Closed issues:

  • Authentication Callback is showing invalid webpage for the callback url #46

Merged pull requests:

  • Connections waad and adfs calls /ro to authenticate #66 (hzalaz)
  • Enable requires_username feature for DB connections #65 (hzalaz)

1.4.0

28 Jul 17:28

Choose a tag to compare

Full Changelog

Merged pull requests:

  • Feature fullscreen older devices #63 (hzalaz)
  • Add flag to only enable fullscreen in API level 16+ #62 (hzalaz)

1.3.3

28 Jul 17:28

Choose a tag to compare

1.3.2

28 Jul 17:28

Choose a tag to compare

Full Changelog

Closed issues:

  • NPE when loading single waad connection #59
  • Refresh token null #52

Merged pull requests:

  • Avoid ResourceNotFoundException when using webview. #61 (hzalaz)
  • Fix NPE exception when no DB connection is enabled #60 (hzalaz)
  • Bugfix domain configuration #58 (hzalaz)