android: add chat/realtime tests and update android checklist

This commit is contained in:
Codex
2026-03-08 22:34:41 +03:00
parent 2dfad1a624
commit 9d842c1d88
6 changed files with 350 additions and 16 deletions

View File

@@ -51,3 +51,9 @@
- Added private chat presence display (`online` / `last seen recently` fallback).
- Connected Chat List to ViewModel/use-cases with no business logic inside composables.
- Added chat click navigation to placeholder `ChatScreen(chatId)`.
### Step 9 - Tests and checklist updates
- Added unit test for chat cache-first sync strategy (`NetworkChatRepositoryTest`).
- Added unit test for realtime event parsing (`RealtimeEventParserTest`).
- Added DAO test (`ChatDaoTest`) using in-memory Room + Robolectric.
- Updated Android checklist status in `docs/android-checklist.md`.