about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx
Commit message (Expand)AuthorAgeFilesLines
* Port post embeds to new arch (#7408)Eric Bailey2025-06-131-210/+0
* Refine accessibilityHint (#7554)Minseo Lee2025-02-111-3/+3
* Attempted video perf improvements (#6519)Samuel Newman2024-11-191-4/+2
* [Video] Prevent screen from dimming while in full screen (#5637)Hailey2024-10-071-2/+2
* [Video] Additional android fixes (#5373)Hailey2024-09-171-10/+1
* [Video] Volume controls on web (#5363)Samuel Newman2024-09-161-3/+3
* Add context to `Unmute` and `Mute` strings (#5340)surfdude292024-09-151-1/+5
* [Video] Remember mute state while scrolling (#5331)Hailey2024-09-131-8/+7
* [Video] Remove `expo-video`, use `bluesky-video` (#5282)Hailey2024-09-131-135/+170
* Image/video border + tweaks (#5324)Eric Bailey2024-09-131-0/+2
* [Video] Handle push/pop on Android for autoplay (#5194)Hailey2024-09-061-0/+4
* [Video] Add disable autoplay for native, more tweaking (#5178)Hailey2024-09-061-3/+0
* [Video] Use `expo-video` from fork (#5159)Hailey2024-09-051-2/+2
* [Video] Add loading state to player (#5149)Hailey2024-09-041-30/+15
* [Video] content fit cover on native (#5140)Samuel Newman2024-09-041-1/+1
* [Video] Throw error when playback fails (#5132)Hailey2024-09-041-0/+9
* [Video] Tweak playback handling (#5127)Hailey2024-09-041-1/+4
* reset playback rate on exit fullscreen (#5116)Samuel Newman2024-09-031-0/+1
* [Video] Toggle controls when entering fullscreen (#5113)Hailey2024-09-031-1/+4
* [Video] Manage foreground/background playback on the native side (#5104)Hailey2024-09-031-25/+4
* [Video] Misc player style tweaks (#5064)Samuel Newman2024-09-021-13/+16
* [Video] Add `timeRemainingChange` event to `player` in `expo-video` (#5013)Hailey2024-08-291-48/+38
* [Video] Lexicon implementation (#4881)Samuel Newman2024-08-291-4/+25
* [Video] 🫧 Move logic around by platform (#5003)Hailey2024-08-281-2/+2
* add indicator of time remaining (#5000)Samuel Newman2024-08-271-35/+6
* [Video] set audio category to ambient every time a new player is made (#4934)Samuel Newman2024-08-141-0/+3
* [Video] Try/catch video play/pause (#4930)Samuel Newman2024-08-131-4/+12
* [Video] Fix crash when switching tabs (#4925)Hailey2024-08-121-19/+4
* [Video] Invert usage of `setAudioActive` (#4924)Hailey2024-08-121-2/+2
* [Video] Resume background audio whenever muting video audio (#4915)Hailey2024-08-091-3/+3
* [Videos] handle app backgrounding (#4912)Samuel Newman2024-08-091-7/+36
* animate controls + fade out time after a while (#4913)Samuel Newman2024-08-091-28/+40
* [Video] More tweaks to `AVAudioSession` options (#4910)Hailey2024-08-091-6/+15
* [Video] Prevent pausing of background audio with `expo-video` on iOS (#4908)Hailey2024-08-091-2/+14
* [Video] more minor tweaks (#4906)Samuel Newman2024-08-091-9/+67
* [Video] Bundle of minor tweaks (#4904)Samuel Newman2024-08-091-26/+29
* [Video] Visibility detection view (#4741)Hailey2024-08-071-0/+96