Commit graph

7 commits

Author SHA1 Message Date
James Rich
881dd31937 fix(widget): drive updates via debounced state observer
- Change SharingStarted.WhileSubscribed → Eagerly so upstream flows
  stay active and state is always fresh in LocalStatsWidgetStateProvider
- Inject LocalStatsWidgetStateProvider into AndroidAppWidgetUpdater and
  observe state with debounce(500).distinctUntilChanged() to call
  updateAll() on any meaningful data change — handles all data sources
  in one place without requiring callers to know about widget updates
- Add missing android:label so widget appears correctly in picker search
  (was showing as 'Fdroid Debug' / 'Google Debug')

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-17 23:01:34 -05:00
James Rich
17e69c6d4c
chore: review-cleanup fleet (audit + fix + hardening) (#5158) 2026-04-17 00:02:59 +00:00
James Rich
b13f9bf989
fix(resources): add resourcePrefix to KMP + widget modules, rename prefixed resources (#5111) 2026-04-13 18:25:23 +00:00
James Rich
7ca7179197
build: migrate Compose dependencies to Compose Multiplatform (#5084) 2026-04-12 14:45:11 +00:00
James Rich
6af3ad6f0c
refactor(service): harden KMP service layer — database init, connection reliability, handler decomposition (#4992) 2026-04-04 18:07:44 +00:00
James Rich
b3b38acc0b
feat: Migrate networking to Ktor and enhance multiplatform support (#4890)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-23 16:48:10 +00:00
James Rich
1b0dc75dfe
feat: Complete app module thinning and feature module extraction (#4844) 2026-03-19 00:21:18 +00:00