Commit efb38f5
feat[notifications, clientCharges]: DB flow to room database (#2728)
* feat[notifications, clientCharges]: DB flow to room database
* fix: clientChargeRepositoryImpl test
* fix: module name, entity name
* fix: Dependency Guard
* fix: Database Implementation
* fix: Fix Test & Lint Issue
---------
Co-authored-by: Sk Niyaj Ali <[email protected]>1 parent 0297116 commit efb38f5
File tree
83 files changed
+2403
-1977
lines changed- androidApp
- dependencies
- src/main
- kotlin/org/mifos/mobile
- res/values
- build-logic/convention/src/main/kotlin
- org/mifos/mobile
- core
- database
- schemas/org.mifos.mobile.core.database.SelfServiceDatabase
- src/main
- kotlin/org/mifos/mobile/core/database
- dao
- di
- entity
- utils
- datastore
- src
- debug
- java/org/mifos/mobile/core/datastore
- res/values
- main
- java/org/mifos/mobile/core/datastore
- model
- utils
- kotlin/org/mifos/mobile/core/datastore
- release/java/org/mifos/mobile/core/datastore
- data
- kotlin/src/test/resources/mockito-extensions
- src
- main/java/org/mifos/mobile/core/data
- model
- repositoryImpl
- repository
- test
- kotlin/org/mifos/mobile/core/data/repositories
- resources/mockito-extensions
- model
- src/main/java/org/mifos/mobile/core/model/entity
- network/src/main/java/org/mifos/mobile/core/network
- di
- services
- testing/src/main/java/org/mifos/mobile/core/testing/util
- feature
- beneficiary/src/main/java/org/mifos/mobile/feature/beneficiary/beneficiaryList
- client-charge
- src/main/java/org/mifos/mobile/feature/charge
- screens
- utils
- viewmodel
- notification
- src/main/java/org/mifos/mobile/feature/notification
- qr/src/main/java/org/mifos/mobile/feature/qr/qrCodeImport
- recent-transaction/src/main/java/org/mifos/mobile/feature/transaction/screens
- gradle
- wrapper
- libs
- country-code-picker
- src/main/kotlin/com/mifos/library/countrycodepicker
- pullrefresh/src/main/kotlin/com.mifos.library.pullrefresh
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+2403
-1977
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 12 | | |
22 | 13 | | |
23 | 14 | | |
| |||
84 | 75 | | |
85 | 76 | | |
86 | 77 | | |
87 | | - | |
| 78 | + | |
88 | 79 | | |
89 | 80 | | |
90 | 81 | | |
| |||
132 | 123 | | |
133 | 124 | | |
134 | 125 | | |
135 | | - | |
136 | 126 | | |
137 | 127 | | |
138 | 128 | | |
| |||
Lines changed: 1121 additions & 1073 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | | - | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| 657 | + | |
657 | 658 | | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
Lines changed: 17 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 52 | + | |
| 53 | + | |
56 | 54 | | |
57 | 55 | | |
0 commit comments