android: wire chats popup actions to archive pin delete clear and mute APIs
This commit is contained in:
@@ -614,3 +614,18 @@
|
||||
- Updated multi-select top actions/menu to be closer to Telegram reference in wording.
|
||||
- Added dynamic `Закрепить/Открепить` label in selection overflow based on selected chats pinned state.
|
||||
- Kept non-supported actions explicit with user feedback (Toast), avoiding silent no-op behavior.
|
||||
|
||||
### Step 97 - Chats popup/select actions wired to backend API
|
||||
- Extended Android chat data layer with missing parity endpoints:
|
||||
- `archive/unarchive`
|
||||
- `pin-chat/unpin-chat`
|
||||
- `clear`
|
||||
- `delete (for_all=false)`
|
||||
- `chat notifications get/update`
|
||||
- Added repository methods and `ViewModel` actions for those operations.
|
||||
- Replaced chats multi-select UI stubs with real API calls:
|
||||
- mute/unmute selected chats,
|
||||
- archive/unarchive selected chats,
|
||||
- pin/unpin selected chats,
|
||||
- clear selected chats,
|
||||
- delete selected chats for current user.
|
||||
|
||||
Reference in New Issue
Block a user