FirebaseUI for Android v1.1.0
FirebaseUI for Android v1.1.0 includes a large number of bug fixes and some backwards-compatible feature improvements.
Some highlights:
- Auth
- Improvements to email-gathering flow for Twitter auth users.
- Ability to determine between user-cancelled and failed sign in attemtps.
- UI improvements including animations and a transparent kickoff activity resulting in fewer 'flickering' transitions.
- Display name now propagated from SmartLock when available.
- Elimination of multiple memory leaks.
- Database
- Users of
FirebaseRecyclerAdapter
andFirebaseListAdapter
can now intercept batch change events, allowing easier handling of situations like empty state.
- Users of
For a complete listing of the contents of this release, see:
https://github.com/firebase/FirebaseUI-Android/milestone/12
(special thanks on this release to @SUPERCILEX who contributed the majority of the code)