android: add long-press reaction and context action menu
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 14:26:47 +03:00
parent 5c3535ef8f
commit a5a940b749
3 changed files with 83 additions and 3 deletions

View File

@@ -247,3 +247,9 @@
- Added invite token extraction from incoming intents (`query token` and `/join/{token}` path formats).
- Wired deep link token into `MessengerNavHost -> ChatListRoute -> ChatListViewModel` auto-join flow.
- Removed manual `Invite token` input row from chat list screen.
### Step 41 - Chat UI / long-press action menu
- Added long-press message action card in `ChatScreen` with quick reactions.
- Added context actions from long-press: reply, edit, forward, delete, select, close.
- Added placeholder disabled pin action in the menu to keep action set consistent with Telegram-like flow.
- Updated Telegram UI batch-2 checklist items for long-press reactions and context menu.