android: add global search and message thread API parity
This commit is contained in:
@@ -656,3 +656,12 @@
|
||||
- Wired these actions into the existing Chat Management panel:
|
||||
- edit selected chat title,
|
||||
- edit selected chat profile fields (title/description).
|
||||
|
||||
### Step 102 - Global search + message thread parity
|
||||
- Added Android data-layer integration for unified backend global search:
|
||||
- `GET /api/v1/search`
|
||||
- new `SearchRepository` + `SearchApiService` returning `users/chats/messages`.
|
||||
- Switched chats fullscreen search flow to use unified backend search instead of composed per-domain calls.
|
||||
- Extended message data layer with:
|
||||
- `GET /api/v1/messages/{message_id}/thread`
|
||||
- `MessageRepository.getMessageThread(...)` for thread/replies usage in upcoming UI steps.
|
||||
|
||||
Reference in New Issue
Block a user