Commit 49de9ae
feat(contacts): add shared contacts module with persistence layer (#775)
* feat(verification): support full-screen and target navigation for drop-in use cases
Add `target` and `fullScreen` params to AppRoute.Verification so the flow
can forward-navigate on success (replace) and render with status bar padding
when used outside of a modal sheet (e.g. onboarding).
Wire phone verification into the onboarding flow from AccessKeyScreen.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
* feat(contacts): add shared contacts module with persistence layer
Introduces the contacts module with:
- ContactCoordinator for orchestrating contact sync
- ScopeAwareContactReader with full-access and picker-based strategies
- ContactChecksum for detecting contact list changes
- Hilt module for DI wiring
Adds persistence support:
- ContactDao with Room queries for contact mappings and sync state
- ContactMappingEntity and ContactSyncStateEntity
- FlipcashDatabase v16 schema migration
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
* feat(contacts): reset contact state on logout via SessionController
---------
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1d33233 commit 49de9ae
23 files changed
Lines changed: 1563 additions & 1 deletion
File tree
- apps/flipcash
- app
- src/main/kotlin/com/flipcash/app
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
| 149 | + | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 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 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments