Skip to content

Releases: auth0/Lock.Android

1.12.1

27 Jan 16:46

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Log the body of the error responses #144
  • Support customizing "user is blocked" message #140

Fixed bugs:

  • In change password screen use "New Password" instead of "Password" #146

Closed issues:

  • Bug when Signing up new user #153
  • Error logging in from google+ #151
  • Send login_hint parameter for all email/username requests #147

Merged pull requests:

1.12.0

27 Jan 16:46

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Update Microsoft Account logo and color #114

Closed issues:

  • Update Google+ social icon #131

Merged pull requests:

1.11.0

13 Nov 14:47

Choose a tag to compare

Full Changelog

Fixed bugs:

  • com.auth0.api.APIClient﹕ Failed obtain delegation token info #117
  • Social authentication fails when using embedded WebView #116

Closed issues:

  • Add ImageView to background on login/reset password screens #126

Merged pull requests:

  • Update the minimum api level to 15 #133 (nikolaseu)
  • Update google-oauth2 background color #132 (nikolaseu)
  • update google support library to v23. this requires build sdk >= 23 #130 (nikolaseu)
  • use generic icon/colors for unknown strategies #129 (nikolaseu)
  • add ImageView and styles to activity to have more control over backgr… #128 (xorgate)
  • use drawables instead of font icons for the social strategies #127 (nikolaseu)
  • Bugfix missing strategy type #125 (nikolaseu)
  • Listen to event bus while activity is alive #122 (hzalaz)
  • Migrate to OkHttp #121 (hzalaz)

1.10.1

28 Sep 12:51

Choose a tag to compare

Full Changelog

Merged pull requests:

1.10.0

28 Sep 12:51

Choose a tag to compare

Full Changelog

Merged pull requests:

  • Correctly handle sms and email as passwordless strategies #119 (hzalaz)
  • Email Passwordless Authentication #118 (hzalaz)

1.9.6

28 Jul 17:28

Choose a tag to compare

Full Changelog

Merged pull requests:

  • Allow custom UI to use IdP authentication classes #111 (hzalaz)
  • Add Auth0 class to handle basic account information #110 (hzalaz)

1.9.5

28 Jul 17:28

Choose a tag to compare

Full Changelog

Fixed bugs:

  • User's identities are not properly parsed from JSON #106

Merged pull requests:

  • Use new /passwordless/start endpoint #108 (hzalaz)
  • Fix class cast exception identities #107 (hzalaz)

1.9.4

28 Jul 17:28

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Better handling of app info fetch errors #88

Fixed bugs:

  • Email validation deeming email with + character as invalid #103

Merged pull requests:

1.9.3

28 Jul 17:28

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add custom Auth0 BroadcastReceivers #96

Fixed bugs:

  • Email Signup does not close window on success #101
  • Cursor does not show in Lollipop #98

Merged pull requests:

1.9.2

28 Jul 17:28

Choose a tag to compare

Full Changelog

Merged pull requests:

  • Allow Lock.Builder to be extended for custom Lock classes #95 (hzalaz)