-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit e3e3f99
committed
Refactor: Replace EdgeToEdgeDelegate with WindowCompat.enableEdgeToEdge
This commit replaces the custom `EdgeToEdgeDelegate.apply()` method with the AndroidX Core library's `WindowCompat.enableEdgeToEdge()` for enabling edge-to-edge display in various activities.
This change simplifies the codebase by removing the custom utility class and leveraging the standard AndroidX API for edge-to-edge functionality. Additionally, minor code formatting and Javadoc updates were made in `NoCodeAdFragment.java` and `OnboardingViewModel.java`, and the field order in `Note.java` was adjusted.1 parent 92f1ae3 commit e3e3f99
File tree
52 files changed
+147
-135
lines changed- app/src/main/java/com/d4rk/androidtutorials/java
- ui
- components
- screens
- android
- lessons
- alerts
- alertdialog
- snackbar
- toast
- basics
- history
- permissions
- sdk
- shortcuts/tabs
- viewbinding
- clocks
- chronometer
- clock
- datepicker
- timepicker
- data/room
- layouts
- linear
- relative
- table
- networking/retrofit
- progress/progressbar
- start
- views
- grid
- images
- web
- help
- main
- onboarding
- startup
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+147
-135
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | - | ||
38 | + | ||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | + | ||
12 | 13 | | |
13 | 14 | | |
14 | - | ||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | - | ||
23 | + | ||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | + | ||
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | - | ||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | - | ||
33 | + | ||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 3 additions & 2 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 | | |
11 | 13 | | |
12 | - | ||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | - | ||
26 | + | ||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Lines changed: 3 additions & 2 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 | | |
11 | 13 | | |
12 | - | ||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | - | ||
26 | + | ||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | + | ||
10 | + | ||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | - | ||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | - | ||
26 | + | ||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | + | ||
6 | + | ||
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | - | ||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | - | ||
19 | + | ||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | - | ||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | - | ||
21 | + | ||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | + | ||
11 | + | ||
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | - | ||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | - | ||
68 | + | ||
69 | + | ||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | + | ||
6 | + | ||
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | - | ||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | - | ||
19 | + | ||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments