URL videos: Downloads video to temp file using streaming (avoids OOM), shows progress indicator, shares via Intent, cleans up after 60 seconds

Local videos: Shares directly without downloading
Video format detection: Supports MP4, WebM, MKV, AVI, MOV based on file magic numbers
This commit is contained in:
davotoula
2026-01-18 20:04:27 +01:00
parent 6f62e2c7b1
commit f2e484b18e
3 changed files with 290 additions and 16 deletions
+3
View File
@@ -1426,6 +1426,9 @@
<string name="group_relay_explanation">The relay that all users of this chat connect to</string>
<string name="share_image">Share image…</string>
<string name="unable_to_share_image">Unable to share image, please try again later…</string>
<string name="share_video">Share video…</string>
<string name="unable_to_share_video">Unable to share video, please try again later…</string>
<string name="downloading_video_for_sharing">Downloading video…</string>
<string name="search_by_hashtag">Search hashtag: #%1$s</string>