Lock.Android

Android Library to authenticate using Auth0 and with a Native Look & Feel

MIT License

Stars
142

Bot releases are hidden (Show)

Lock.Android - 1.12.1

Published by hzalaz over 8 years ago

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:

Lock.Android - 1.12.0

Published by hzalaz over 8 years ago

Full Changelog

Implemented enhancements:

  • Update Microsoft Account logo and color #114

Closed issues:

  • Update Google+ social icon #131

Merged pull requests:

Lock.Android - 1.11.0

Published by hzalaz almost 9 years ago

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)
Lock.Android - 1.10.0

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

  • Correctly handle sms and email as passwordless strategies #119 (hzalaz)
  • Email Passwordless Authentication #118 (hzalaz)
Lock.Android - 1.10.1

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

Lock.Android - 1.9.6

Published by hzalaz about 9 years ago

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)
Lock.Android - 1.9.5

Published by hzalaz about 9 years ago

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)
Lock.Android - 1.9.4

Published by hzalaz about 9 years ago

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:

Lock.Android - 1.9.3

Published by hzalaz about 9 years ago

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:

Lock.Android - 1.9.2

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

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

Published by hzalaz about 9 years ago

Full Changelog

Fixed bugs:

  • Android Core minSdk should be API level 9 #94
Lock.Android - 1.9.0

Published by hzalaz about 9 years ago

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)
Lock.Android - 1.8.0

Published by hzalaz about 9 years ago

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)
Lock.Android - 1.7.0

Published by hzalaz about 9 years ago

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:

Lock.Android - 1.6.0

Published by hzalaz about 9 years ago

Full Changelog

Closed issues:

  • Show error message returned from a rule #57

Merged pull requests:

  • Show Rule error if its 'unauthorized' #68 (hzalaz)
Lock.Android - 1.5.1

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

  • Extract small social grid styles #67 (hzalaz)
Lock.Android - 1.5.0

Published by hzalaz about 9 years ago

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)
Lock.Android - 1.4.0

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

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

Published by hzalaz about 9 years ago

Lock.Android - 1.3.2

Published by hzalaz about 9 years ago

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)