|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [3.0.0](https://github.com/auth0/Lock.Android/tree/3.0.0) (2021-05-04) |
| 4 | +[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.23.0...3.0.0) |
| 5 | +**Closed issues** |
| 6 | +- AuthenticationCallback methods are only called the first time I login [\#607](https://github.com/auth0/Lock.Android/issues/607) |
| 7 | +- UnauthorizedErrors are not received in lock widget callbacks [\#606](https://github.com/auth0/Lock.Android/issues/606) |
| 8 | + |
| 9 | +**Added** |
| 10 | +- Add migration guide [SDK-2430] [\#615](https://github.com/auth0/Lock.Android/pull/615) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 11 | + |
| 12 | +**Changed** |
| 13 | +- Drop Jetifier plugin usage [\#624](https://github.com/auth0/Lock.Android/pull/624) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 14 | +- Enable AppLinks in the declared intent filters [\#622](https://github.com/auth0/Lock.Android/pull/622) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 15 | +- Simplify library set up by declaring activities internally [\#620](https://github.com/auth0/Lock.Android/pull/620) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 16 | +- Refactor broadcast receiver usage [\#619](https://github.com/auth0/Lock.Android/pull/619) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 17 | +- Raise Unauthorized and Access Denied errors through callback [SDK-2480] [\#618](https://github.com/auth0/Lock.Android/pull/618) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 18 | +- Update readme [\#617](https://github.com/auth0/Lock.Android/pull/617) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 19 | +- Migrate sample app to use Kotlin [SDK-2431] [\#616](https://github.com/auth0/Lock.Android/pull/616) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 20 | + |
| 21 | +**Removed** |
| 22 | +- Remove support for changing the Social Button style [SDK-2430] [\#614](https://github.com/auth0/Lock.Android/pull/614) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 23 | +- Remove support for Implicit Authentication flow [SDK-2430] [\#613](https://github.com/auth0/Lock.Android/pull/613) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 24 | +- Remove WebView component support [SDK-2430] [\#612](https://github.com/auth0/Lock.Android/pull/612) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 25 | + |
| 26 | +**Fixed** |
| 27 | +- Fix filtering by Country name [SDK-2546] [\#623](https://github.com/auth0/Lock.Android/pull/623) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 28 | +- Run lint and fix inspection results [\#611](https://github.com/auth0/Lock.Android/pull/611) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 29 | + |
| 30 | +**Breaking changes** |
| 31 | +- Update LockCallback and AuthenticationCallback [SDK-2480] [\#621](https://github.com/auth0/Lock.Android/pull/621) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 32 | +- Use Auth0.Android v2 [SDK-2429] [\#610](https://github.com/auth0/Lock.Android/pull/610) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 33 | +- Migrate to AndroidX [\#609](https://github.com/auth0/Lock.Android/pull/609) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 34 | +- Bump the minimum required android version [SDK-2427] [\#608](https://github.com/auth0/Lock.Android/pull/608) ([lbalmaceda](https://github.com/lbalmaceda)) |
| 35 | + |
3 | 36 | ## [2.23.0](https://github.com/auth0/Lock.Android/tree/2.23.0) (2020-09-14)
|
4 | 37 | [Full Changelog](https://github.com/auth0/Lock.Android/compare/2.22.0...2.23.0)
|
5 | 38 |
|
|
0 commit comments