Releases: firebase/FirebaseUI-Android
FirebaseUI for Android v2.0.1
FirebaseUI for Android v2.0.1 is a minor release with the following changes:
- Fix for #750
This version has the following notable transitive dependencies:
Dependency | Version |
---|---|
Firebase / Play services | 11.0.1 |
Support Library | 25.3.1 |
FirebaseUI for Android v2.0.0
FirebaseUI for Android v2.0.0 is our biggest release ever! It contains many new features and bugfixes as well as some API improvements that result in breaking changes.
See the upgrade guide for information on upgrading from v1.2.0 or lower to v2.0.0.
Notable changes:
- Added support for Phone Number Authentication (!)
- API improvements to
database
module including exposingFirebaseArray
to make customization easier. - Fine-grained control over SmartLock for passwords
- Improved display on very small screens
- Make Facebook and Twitter dependencies optional
- Many bugfixes and stability improvements
This version has the following notable transitive dependencies:
Dependency | Version |
---|---|
Firebase / Play services | 11.0.0 |
Support Library | 25.3.1 |
FirebaseUI for Android v1.2.0
FirebaseUI for Android v1.2.0 contains a number of fixes and improvements.
Highlights:
- Update underlying dependencies (Firebase/Play services 10.2.0, etc)
- Support for intercepting batch events in
FirebaseRecyclerAdapter
andFirebaseListAdapter
- Better landscape support as well as fixes for rotation during sign-in
- Small bug fixes and performance improvements
A full listing of the changes can be seen in the milestone
FirebaseUI for Android v1.1.1
FirebaseUI for Android v1.1.1 is a bugfix on v1.1.0 with a fix for the following issue:
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)
FirebaseUI for Android v1.0.1
Version 1.0.1 fixes a number of bugs and updates underlying dependencies.
For a list of bugs fixed in this release,
see: https://github.com/firebase/FirebaseUI-Android/milestone/11?closed=1
FirebaseUI for Android v1.0.0
Version 1.0.0
is our biggest release ever! Stability increased across the board. The following notable features and bugfixes were implemented:
Features:
Auth:
- Twitter login now supported (#157)
- New format for specifying provider options (#294)
- Access token now returned after sign in (#286)
- Dialog shown when no internet connection (#241)
Database:
- Support for joins in list/recycler views (#276)
Bugfixes:
FirebaseUI for Android v0.6.2
Version 0.6.2
updates transitive dependencies:
- Update Firebase and Play Services dependencies from
9.6.1
to9.8.0
- Update support library dependencies from
24.x
to25.x
- Update build tools and compile SDK version from
24
to25
FirebaseUI for Android v0.6.1
FirebaseUI for Android v0.6.0
Features:
- Added new
firebase-ui-storage
module that integrates Firebase Storage and Glide
Fixes:
- Moved database tests into proper location, made them run
- Updated Firebase and Play Services dependencies to `9.6.0
- Fixed non-dismissing spinner issue for incorrect passwords