android: add global search and message thread API parity
Some checks failed
Android CI / android (push) Failing after 4m59s
Android Release / release (push) Has started running
CI / test (push) Has been cancelled

This commit is contained in:
Codex
2026-03-09 22:48:36 +03:00
parent 7824ab1a55
commit b294297dbd
15 changed files with 297 additions and 40 deletions

View File

@@ -17,8 +17,7 @@ Backend покрывает web-функционал почти полность
## 2) Web endpoints not yet fully used on Android
- `GET /api/v1/messages/{message_id}/thread`
- `GET /api/v1/search` (single global endpoint; Android uses composed search calls)
- `GET /api/v1/messages/{message_id}/thread` (data layer wired, UI thread screen/jump usage pending)
- Contacts endpoints:
- `GET /api/v1/users/contacts`
- `POST /api/v1/users/{user_id}/contacts`
@@ -36,6 +35,5 @@ Backend покрывает web-функционал почти полность
Завершить следующий parity-блок:
- `GET /api/v1/messages/{message_id}/thread`
- единый `GET /api/v1/search` для полнофункционального Telegram-like поиска
- `GET /api/v1/messages/{message_id}/thread` (UI usage)
- contacts API (`/users/contacts*`) + экран управления контактами