-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit f70107e
Merge pull request #285 from Kotlin-Android-Open-Source/tweaks
This pull request implements a comprehensive refactoring that renames the `getUsers` method and related use cases to `observeUsers` to better reflect the flow-based observable nature of the functionality. The changes also include code style improvements, dependency updates, and minor optimizations.
Key changes:
- Renamed `getUsers` to `observeUsers` across the entire codebase including repositories, use cases, tests, and ViewModels
- Updated various code style elements including constant naming conventions and coroutine dispatcher handling
- Added performance optimizations and removed unused logging statementsFile tree
20 files changed
+89
-56
lines changed- .idea
- codeStyles
- buildSrc/gradle/wrapper
- core-ui/src/main/java/com/hoc/flowmvi/core_ui
- core/src/main/java/com/hoc/flowmvi/core
- data/src
- main/java/com/hoc/flowmvi/data
- test/java/com/hoc/flowmvi/data
- domain/src
- main/java/com/hoc/flowmvi/domain
- model
- repository
- usecase
- test/java/com/hoc/flowmvi/domain
- feature-main/src
- main/java/com/hoc/flowmvi/ui/main
- test/java/com/hoc/flowmvi/ui/main
- mvi/mvi-base/src/main/java/com/hoc/flowmvi/mvi_base
20 files changed
+89
-56
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | - | ||
3 | + | ||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Binary file not shown.
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | - | ||
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | - | ||
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | - | ||
3 | + | ||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | - | ||
8 | + | ||
9 | + | ||
9 | 10 | | |
10 | - | ||
11 | - | ||
11 | + | ||
12 | + | ||
13 | + | ||
12 | 14 | | |
13 | - | ||
14 | - | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | - | ||
14 | + | ||
15 | + | ||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | - | ||
83 | + | ||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments