Commit fd875fd
authored
Group management (#139)
* Define Group model, GroupRepo, GroupDao
* Group management feature common ui
* Rework GroupRepo, group use cases
* Setup core presentation for group
* Quick feature impl group management
* PairAlert feature impl group management
* Portfolio feature impl group management
* fix quick widget feature
* Feature pages rely on groups sorting
* Remove isDefault field from Group model
* minor fix
* Setup feature pairs cascade delete on group delete
* ui fix
* ValidateGroupNameUseCase
* Reuse GroupCreateDialog instead of PortfolioCreateDialog
* Reuse GroupSelectPopup instead of PortfolioSelectPopup
* Add new groups to the right
* Fix inconsistent orderIndex bug
* Add bottom padding to add screens
* Room migration 14->15
* Test Room migration 14->15
* typo fix
* Validate group name on rename
* Remove Send Telegram message job because tg channel was deleted1 parent 91a229e commit fd875fd
File tree
76 files changed
+2789
-676
lines changed- .github/workflows
- app/src/main/java/dev/arkbuilders/rate/presentation
- core
- data/src/main/java/dev/arkbuilders/rate/core/data/repo
- db
- schemas/dev.arkbuilders.rate.core.db.Database
- src
- androidTest/java/dev/arkbuilders/rate/core/db
- main/java/dev/arkbuilders/rate/core/db
- dao
- entity
- migration
- typeconverters
- di
- src/main/java/dev/arkbuilders/rate/core/di
- modules
- domain/src/main/java/dev/arkbuilders/rate/core/domain
- model
- repo
- usecase
- presentation
- src/main
- java/dev/arkbuilders/rate/core/presentation
- ui
- group
- utils
- res
- drawable
- values
- feature
- pairalert/src/main/java/dev/arkbuilders/rate/feature/pairalert
- data/repo
- di
- domain/model
- presentation
- add
- main
- portfolio/src/main/java/dev/arkbuilders/rate/feature/portfolio
- data/repo
- di
- domain/model
- presentation
- add
- main
- ui
- quickwidget/src/main/java/dev/arkbuilders/rate/feature/quickwidget
- di
- presentation
- action
- quick/src/main/java/dev/arkbuilders/rate/feature/quick
- data
- di
- domain
- model
- repo
- presentation
- add
- main
- ui
- gradle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+2789
-676
lines changedThis file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Lines changed: 73 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
0 commit comments