-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: EmailAuthScreen (Stateful + Slot) #2236
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
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
9af10d2
feat: AuthMethodPicker, logo and provider theme style
demolaf b6f7bdc
chore: organize folder structure
demolaf 96ffa30
feat: TOS and PP footer, ui tests for AuthMethodPicker
demolaf bfd056c
chore: tests folder structure
demolaf 4c3a59b
chore: use version catalog for compose deps
demolaf a840716
feat: AuthTextField with validation
demolaf 58145d6
test: AuthTextField and field validations
demolaf 24c687c
chore: update doc comments
demolaf 76923bc
wip: Email Provider integration
demolaf 7f73bcf
chore: upgrade mockito, fix: spying mocked objects in new library
demolaf 70cd57a
wip: Email provider integration
demolaf 42ebf15
wip: Email provider integration
demolaf b1d69e7
wip: Email provider integration
demolaf 751fcc9
feat: Email provider integration
demolaf 9fc948d
Merge branch 'version-10.0.0-dev' of https://github.com/firebase/Fire…
demolaf 5bd8c7c
Merge branch 'version-10.0.0-dev' of https://github.com/firebase/Fire…
demolaf 32637b4
wip: SignIn, SignUp, ResetPassword flows
demolaf eb38a85
refactor: remove libs.versions.toml catalog file
demolaf 45b6a40
Merge branch 'version-10.0.0-dev' of https://github.com/firebase/Fire…
demolaf 3098775
add sample app compose module
demolaf 0e97d3f
Merge branch 'feat/T3' of github.com:demolaf/FirebaseUI-Android into …
demolaf 2d6fa27
Merge branch 'feat/T3' of github.com:demolaf/FirebaseUI-Android into …
demolaf ee2d922
Merge branch 'feat/P2' of github.com:demolaf/FirebaseUI-Android into …
demolaf b30f379
wip: SignInUI and EmailAuthScreen sample
demolaf ad1392d
feat: Email provider integration
demolaf 76af4b9
Merge branch 'version-10.0.0-dev' of https://github.com/firebase/Fire…
demolaf 9bac9a5
wip: SignUp UI
demolaf 84b914a
feat: add PasswordResetLinkSent state
demolaf ca7d009
Merge branch 'feat/P2' of github.com:demolaf/FirebaseUI-Android into …
demolaf 9a1520f
fix: use isSecureTextField for password fields
demolaf 6e527f1
wip: SignUp
demolaf 0d97227
fix: passwordResetActionCodeSettings for send password reset link
demolaf 4e09672
fix: combine Firebase and internal auth state flows to prioritize non…
demolaf ff17661
wip: SignUp
demolaf 9c665ca
chore: remove unused methods
demolaf 6351838
Merge branch 'feat/P2' of github.com:demolaf/FirebaseUI-Android into …
demolaf e31ffec
chore: remove unused comments and code
demolaf 01e873f
chore: remove unused imports, reformat
demolaf d4b0fbb
Merge branch 'feat/P2' of github.com:demolaf/FirebaseUI-Android into …
demolaf f8a3014
chore: remove comments
demolaf edbf241
chore: remove comments
demolaf ca4a5fb
Merge branch 'feat/P2' of github.com:demolaf/FirebaseUI-Android into …
demolaf aeec7dc
handle authState exceptions
demolaf 16c6126
fix: mockito 5 upgrade stubbing issues
demolaf 9fe6660
Merge branch 'feat/P2' of github.com:demolaf/FirebaseUI-Android into …
demolaf 21759b4
wip: Email link, deep link
demolaf a6337b6
Merge branch 'version-10.0.0-dev' of https://github.com/firebase/Fire…
demolaf 92cc5dd
chore: add copyright message
demolaf a467dde
refactor: rename to emailLinkActionCodeSettings in AuthProvider.Email…
demolaf 50dddb3
feat: add dark theme
demolaf 23c1234
feat: Email sign in link
demolaf 2bb25a4
fix: test doesn't capture initial Idle state
demolaf cc63ca0
fix: CI run issues
demolaf 513fa3d
fix: CI run issues
demolaf b04afcb
fix: opt out of edge to edge in app module
demolaf c7438a9
fix: remove opt out of edge to edge in app module
demolaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <resources> | ||
|
|
||
| <style name="AppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> | ||
| <item name="colorPrimary">@color/colorPrimary</item> | ||
| <item name="colorPrimaryDark">@color/colorPrimaryVariant</item> | ||
| <item name="colorPrimaryVariant">@color/colorPrimaryVariant</item> | ||
| <item name="colorSecondary">@color/colorSecondary</item> | ||
| <!-- Opt-out of edge-to-edge enforcement for Android 15 (API 35) --> | ||
| <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item> | ||
| </style> | ||
| </resources> | ||
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.
Uh oh!
There was an error while loading. Please reload this page.