android: add media repository tests and checklist updates
Some checks failed
CI / test (push) Failing after 2m3s

This commit is contained in:
Codex
2026-03-09 02:24:36 +03:00
parent 8d13eb104e
commit 3dd320193c
4 changed files with 132 additions and 1 deletions

View File

@@ -104,3 +104,7 @@
- Extended `MessageRepository` with media send flow (`sendMediaMessage`) and optimistic local update behavior.
- Wired media API/repository through Hilt modules.
- Integrated file picking and media sending into Android `ChatScreen`/`ChatViewModel` with upload state handling.
### Step 17 - Sprint B / media tests
- Added `NetworkMediaRepositoryTest` for successful upload+attach flow.
- Added error-path coverage for failed presigned upload handling.