Skip to content

FirebaseUI for Android v1.1.0

Compare
Choose a tag to compare
@samtstern samtstern released this 12 Jan 23:16
· 968 commits to master since this release

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 and FirebaseListAdapter can now intercept batch change events, allowing easier handling of situations like empty state.

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)