feat: add album preview sheet before sending
Some checks failed
Android CI / android (push) Has started running
Android Release / release (push) Has been cancelled
CI / test (push) Has been cancelled

- open a media preview sheet for picked photos and videos before upload

- support reordering, removing items, and editing the shared caption in the sheet

- send the confirmed batch through the existing album flow as one message with attachments
This commit is contained in:
2026-04-05 20:37:10 +03:00
parent 7d7996fb20
commit 64dfd18ee1
4 changed files with 292 additions and 3 deletions

View File

@@ -351,4 +351,8 @@
<string name="account_error_invalid_credentials">Invalid credentials.</string>
<string name="account_error_unauthorized">Unauthorized.</string>
<string name="chat_audio_strip_video_note">Video note</string>
<string name="chat_media_preview_title">%1$d selected</string>
<string name="chat_media_preview_caption_hint">Add a caption</string>
<string name="chat_media_preview_move_left">Move left</string>
<string name="chat_media_preview_move_right">Move right</string>
</resources>