docs: add android text-formatting parity gap
Some checks failed
Android CI / android (push) Failing after 5m8s
Android Release / release (push) Failing after 6m12s
CI / test (push) Failing after 2m51s

This commit is contained in:
Codex
2026-03-10 08:00:39 +03:00
parent 47365bba57
commit 10e188b615
3 changed files with 18 additions and 0 deletions

View File

@@ -56,6 +56,10 @@
- [x] Forward в 1+ чатов
- [x] Reactions
- [x] Delivery/read states
- [ ] Text formatting parity with web:
- bold / italic / underline / strikethrough
- spoiler / monospace / code block / links
- composer shortcuts/toolbar behavior
## 8. Медиа и вложения
- [x] Upload image/video/file/audio

View File

@@ -23,6 +23,13 @@ Backend покрывает web-функционал почти полность
- `DELETE /api/v1/notifications/push-token`
- `POST /api/v1/auth/resend-verification`
## 2.1) Web feature parity gaps not yet covered on Android
- Text formatting in composer/render is not at web parity yet:
- bold / italic / underline / strikethrough
- spoiler / monospace / code block / links
- shortcut/toolbar UX similar to web composer
## 3) Practical status
- Backend readiness vs Web: `high`
@@ -35,3 +42,4 @@ Backend покрывает web-функционал почти полность
- `GET /api/v1/messages/{message_id}/thread` (UI usage)
- notifications API + UI inbox flow
- notifications delivery polish (channels/grouping/snooze/per-chat overrides parity with web prefs)
- text formatting parity in chat composer/render