forked from firebase/FirebaseUI-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/p/add privacy policy #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update support lib
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Update dependencies
FirebaseUI fork
Correct button colors + hide appbar on AuthPicker screen
Fix password prompt layout.
Finish the KickOffActivity on dialog tap outside
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
All layouts are fully accesible
…Changed # Conflicts: # database/src/main/java/com/firebase/ui/database/FirebaseIndexArray.java
Support Facebook Login without email
update support library -> 25.3.0
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Logout of Twitter
Change-Id: I5ff1752f718b91602020147a91fe56691b09318f
Change-Id: I0b884bdbe5e62713dc3a4edca8539cace74f3f18
Change-Id: If1686bde8906f2e06d87c51fb8399be0b960028d
Change-Id: I6eac4c2e92c13b1e5ad9a2953441566ad2d7c29e
Merge phone auth into version-2.0.0
Change-Id: Ib65f67b63052ee3a0cf542a38931610208abbd9f
Merge version-2.0.0-dev into master
Change-Id: I661d5f056c292b2679be1921e972366810cef2ee
Change-Id: Ibe0bfa105b5e316b992552727df0e6167c10cf56
Version 2.0.1
typo : PROVDER -> PROVIDER
# Conflicts: # .gitignore # auth/src/main/java/com/firebase/ui/auth/ui/email/CheckEmailFragment.java # auth/src/main/java/com/firebase/ui/auth/ui/email/RegisterEmailFragment.java # auth/src/main/res/drawable/idp_button_background_email.xml # auth/src/main/res/layout-land/auth_method_picker_layout.xml # auth/src/main/res/layout/activity_register_email.xml # auth/src/main/res/layout/auth_method_picker_layout.xml # auth/src/main/res/layout/check_email_layout.xml # auth/src/main/res/layout/forgot_password_layout.xml # auth/src/main/res/layout/idp_button_facebook.xml # auth/src/main/res/layout/idp_button_google.xml # auth/src/main/res/layout/idp_button_twitter.xml # auth/src/main/res/layout/register_email_layout.xml # auth/src/main/res/layout/welcome_back_idp_prompt_layout.xml # auth/src/main/res/layout/welcome_back_password_prompt_layout.xml # auth/src/main/res/values/colors.xml # auth/src/main/res/values/strings.xml # auth/src/main/res/values/styles.xml # constants.gradle
…d_layout_fix Fix reset password layout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey there! So you want to contribute to FirebaseUI? Before you file this pull request, follow these steps:
./gradlew checkto ensure the Travis build passes.