Commit a4c1be0
fix: Provider button shape customization and theming API (#2288)
* feat: introduce provider button shape customization and update theming API
* feat: add back navigation support to authentication screens
* feat: add customizable screen transitions for Firebase Auth UI
* feat: update theming API to support null theme inheritance and introduce adaptive theme
* refactor: simplify theme observation in AuthUIThemeTest by using CompositionLocalProvider
---------
Co-authored-by: Rosário P. Fernandes <[email protected]>1 parent e92790d commit a4c1be0
File tree
22 files changed
+1775
-266
lines changed- app/src/main/java/com/firebaseui/android/demo
- auth
- src
- main/java/com/firebase/ui/auth
- configuration
- theme
- ui
- components
- screens
- email
- phone
- test/java/com/firebase/ui/auth
- configuration
- theme
- ui/components
- e2eTest/src/test/java/com/firebase/ui/auth/ui
- flutterfire/.idea
22 files changed
+1775
-266
lines changedLines changed: 321 additions & 41 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
| 55 | + | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
51 | 66 | | |
52 | 67 | | |
53 | 68 | | |
| |||
0 commit comments