feat: improve media picking and attachment previews
Some checks failed
Android CI / android (push) Failing after 5m54s
Android Release / release (push) Failing after 6m9s
CI / test (push) Failing after 2m25s

Show images and GIFs fully inside chat bubbles instead of cropping them.

Split attachment flow into a visual picker for photos and videos and a separate system file picker.

Add batch visual sending with a shared caption applied to the first item until album support exists.
This commit is contained in:
2026-04-05 20:06:19 +03:00
parent b3c121b8bc
commit 6bb3dfc712
4 changed files with 109 additions and 11 deletions

View File

@@ -164,6 +164,8 @@
<string name="chat_media_badge_video">Video</string>
<string name="chat_attachment_title">Attachment</string>
<string name="chat_attachment_gallery_file">Gallery / File</string>
<string name="chat_attachment_photos_videos">Photos &amp; videos</string>
<string name="chat_attachment_files">Files</string>
<string name="chat_attachment_take_photo">Take photo</string>
<string name="chat_attachment_take_video">Record video</string>
<string name="chat_media_badge_gif">GIF</string>