Releases: auth0/Lock.Android
Releases · auth0/Lock.Android
1.12.1
Implemented enhancements:
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:
- Fix mixed signup parameters #155 (hzalaz)
- Send 'login_hint' parameter #150 (nikolaseu)
- Feature: Add option to customize the "user is blocked" message #149 (nikolaseu)
- Change password screen: use 'New password' instead of 'Password' #148 (nikolaseu)
- Log the exception when the request fails #145 (nikolaseu)
1.12.0
Implemented enhancements:
- Update Microsoft Account logo and color #114
Closed issues:
- Update Google+ social icon #131
Merged pull requests:
- Update readme for v1.12 #143 (nikolaseu)
- Update sample app #142 (nikolaseu)
- Use 'Login with Microsoft' as title #141 (hzalaz)
- Add (and use) new class LockContext to provide the Lock instance #139 (nikolaseu)
- deprecate lock-sms and lock-email in favor of lock-passwordless #138 (nikolaseu)
- Fixed typo #137 (trydis)
- Feature: add lock-passwordless #136 (nikolaseu)
- Feature: add passwordless sms magic link #135 (nikolaseu)
- Feature add passwordless email magic link #134 (nikolaseu)
1.11.0
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)