Skip to content

0.3.0 #30

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 62 commits into from
Nov 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
88e010c
Initial Auth Commit.
davideast Sep 26, 2015
4c3a5a9
Add basic login/logout functionality
puf Oct 20, 2015
88781ea
Log errors, otherwise this is impossible to troubleshoot
puf Oct 20, 2015
42a80f5
Field naming and unsupported operations
puf Oct 20, 2015
eee9d64
Revert "Field naming and unsupported operations"
puf Oct 20, 2015
06f1c0e
Fixed naming issues of fields
puf Oct 20, 2015
cb135ec
onCreate should be protected
puf Oct 20, 2015
f4066d7
Unimplemented providers throw exception when used
puf Oct 20, 2015
4318acc
Handle flow where is already logged in
puf Oct 21, 2015
0c9c4c9
Make SocialProvider names match the case the Firebase provider use
puf Oct 21, 2015
81a3800
Push Firebase initialization out of LoginActivity.onCreate
puf Oct 21, 2015
48c7ee7
Added some todos
puf Oct 22, 2015
ff00df8
Merge pull request #23 from firebase/0.3.0-puf
abeisgoat Oct 31, 2015
1afad6b
Adds functional support for Twitter auth and partial Facebook support
Nov 4, 2015
6d472ef
Cleans up use of FirebaseOAuthToken and fixes Facebook login
abeisgoat Nov 4, 2015
dedf6d8
Fixes syntax highlighting in README
abeisgoat Nov 4, 2015
892e053
Adds login dialog and various fixes
abeisgoat Nov 5, 2015
16d932d
Merge branch 'abe-0.3.0' of github.com:firebase/FirebaseUI-Android in…
abeisgoat Nov 5, 2015
891947f
Remove .iml, migrated auth into helpers, add PasswordAuthHelper, clea…
abeisgoat Nov 5, 2015
2548c2a
Adds more styling to demo app
abeisgoat Nov 5, 2015
f09e4cc
Remove ownership comments
abeisgoat Nov 5, 2015
4f730d7
Remove placeholder in strings.xml
abeisgoat Nov 5, 2015
f29b575
Fixes FirebaseLoginPrompt input colors
abeisgoat Nov 6, 2015
1bef15a
Cleans up FirebaseLoginDialog layout
abeisgoat Nov 6, 2015
33747cd
Fix firebasei package name typo
abeisgoat Nov 6, 2015
17ba409
Switches twitter creds and adds an icon on send button
abeisgoat Nov 6, 2015
6148882
More cleanup of errors and keys
abeisgoat Nov 10, 2015
d0c621a
UI cleanup
abeisgoat Nov 10, 2015
960a7af
UI clean-up
abeisgoat Nov 11, 2015
96af06c
Merge pull request #25 from firebase/abe-0.3.0
puf Nov 11, 2015
5052e58
Fixes RecyclerView flashing on login/logout
abeisgoat Nov 11, 2015
b6e9378
Fixed onAuth triggering multiple times
abeisgoat Nov 11, 2015
202e400
Reorganize auth package
abeisgoat Nov 12, 2015
59236f1
Adds FirebaseLoginError
abeisgoat Nov 12, 2015
3f12e19
Implemented hacky Google sign-in
abeisgoat Nov 14, 2015
4fe329b
Error routing fixes
abeisgoat Nov 19, 2015
17c2f9b
Adds new action files
abeisgoat Nov 19, 2015
cd42ad7
Cleans up BaseActivity and refactors Google*.java
abeisgoat Nov 22, 2015
3efc44f
Remove unused GoogleActions.java
abeisgoat Nov 22, 2015
22a78b0
README Clean-up
abeisgoat Nov 24, 2015
6977033
Add table of contents to README
abeisgoat Nov 24, 2015
5ee9f41
Adds dialog image
abeisgoat Nov 24, 2015
007c6c1
Merge branch 'abe-0.3.0' of github.com:firebase/FirebaseUI-Android in…
abeisgoat Nov 24, 2015
ced9dba
Add auth docs
abeisgoat Nov 24, 2015
5725e01
Fix syntax highlighting
abeisgoat Nov 24, 2015
83e356b
Merge branch 'master' of github.com:firebase/FirebaseUI-Android into …
abeisgoat Nov 24, 2015
b619f2a
Merge branch 'abe-0.3.0' of github.com:firebase/FirebaseUI-Android in…
abeisgoat Nov 24, 2015
69ac14e
Fix version in README
abeisgoat Nov 24, 2015
504588c
Adds ability to enable providers from FirebaseLoginBaseActivity
abeisgoat Nov 24, 2015
84096cc
Merge branch 'abe-0.3.0' of github.com:firebase/FirebaseUI-Android in…
abeisgoat Nov 24, 2015
de2f148
Update README.md
abeisgoat Nov 24, 2015
916a4a9
Removes google-services.json
abeisgoat Nov 24, 2015
f6405d4
Merge branch 'abe-0.3.0' of github.com:firebase/FirebaseUI-Android in…
abeisgoat Nov 24, 2015
1036784
Update CONTRIBUTORS
abeisgoat Nov 24, 2015
9d61550
Helper -> Provider
abeisgoat Nov 24, 2015
5a08bba
Various tweaks from feedback
abeisgoat Nov 24, 2015
8ba0b59
Various fixes from feedback
abeisgoat Nov 24, 2015
418fe5e
Adds stubbed google-services.json
abeisgoat Nov 24, 2015
a934f3b
Updates README and fixes Google error
abeisgoat Nov 25, 2015
3022c08
Merge pull request #29 from firebase/abe-0.3.0
abeisgoat Nov 25, 2015
a941c5d
Sets all providers to be disabled by default
abeisgoat Nov 25, 2015
1256497
Remove excess google-services.json
abeisgoat Nov 25, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.DS_Store
/build
/captures
/library/target
/library/target
/**/*.iml
3 changes: 3 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
# Name <email address>

Frank van Puffelen <[email protected]>
Abraham Haskins <[email protected]>
David East <[email protected]>
Mike McDonald <[email protected]>
19 changes: 0 additions & 19 deletions FirebaseUI-Android.iml

This file was deleted.

Loading