Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Video] Fix safari showing spinner (#5364) | Samuel Newman | 2024-09-16 | 2 | -3/+11 |
| | |||||
* | [Video] Volume controls on web (#5363) | Samuel Newman | 2024-09-16 | 11 | -911/+1058 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * split up VideoWebControls * add basic slider * logarithmic volume * integrate mute state * fix typo * shared video volume * rm log * animate in/out * disable for touch devices * remove flicker on touch devices * more detailed comment * move into correct context provider * add minHeight * hack * bettern umber --------- Co-authored-by: Hailey <me@haileyok.com> | ||||
* | [Video] Fix scrubber tap target (#5360) | Samuel Newman | 2024-09-16 | 1 | -2/+4 |
| | | | | | * put padding on correct element * clear timeout on down | ||||
* | Remove overflow hidden from external link outer el (#5356) | Eric Bailey | 2024-09-15 | 2 | -3/+33 |
| | | | | | | | | | * Remove overflow hidden * Borders when no thumb * Fix overflow, add bg to no-thumb state * Cleanup | ||||
* | Add context to `Unmute` and `Mute` strings (#5340) | surfdude29 | 2024-09-15 | 1 | -1/+5 |
| | | | | Co-authored-by: Hailey <me@haileyok.com> | ||||
* | [Video] Remember mute state while scrolling (#5331) | Hailey | 2024-09-13 | 2 | -8/+39 |
| | |||||
* | [Video] Remove `expo-video`, use `bluesky-video` (#5282) | Hailey | 2024-09-13 | 4 | -314/+213 |
| | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> | ||||
* | Image/video border + tweaks (#5324) | Eric Bailey | 2024-09-13 | 7 | -56/+151 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Image/video border (#5253) * Update AutoSizedImage.tsx * Update AutoSizedImage.tsx * Update Gallery.tsx * Update ExternalLinkEmbed.tsx * Update MediaPreview.tsx * Update UserAvatar.tsx * Update ExternalLinkEmbed.tsx * Update ExternalPlayerEmbed.tsx * Update ExternalGifEmbed.tsx * Update GifEmbed.tsx * Update ExternalGifEmbed.tsx * Update GifEmbed.tsx * Update UserAvatar.tsx * Update ExternalPlayerEmbed.tsx * Update ExternalPlayerEmbed.tsx * video * Update QuoteEmbed.tsx * Tweaks, abstract components --------- Co-authored-by: Minseo Lee <itoupluk427@gmail.com> | ||||
* | Tabular numbers to video timestamp (#5293) | Minseo Lee | 2024-09-12 | 2 | -3/+3 |
| | |||||
* | [Video] Fix web autoplay (#5274) | Samuel Newman | 2024-09-11 | 1 | -11/+14 |
| | |||||
* | disable autoplay within messages and trim feelers (#5260) | Samuel Newman | 2024-09-11 | 3 | -18/+23 |
| | |||||
* | hls buffering tweaks (#5266) | Samuel Newman | 2024-09-11 | 2 | -1/+11 |
| | |||||
* | increase target area of scrubber (#5265) | Samuel Newman | 2024-09-11 | 1 | -1/+1 |
| | |||||
* | [Video] make hover state stick around if tapped (#5259) | Samuel Newman | 2024-09-10 | 1 | -3/+37 |
| | |||||
* | remove scrollbar-gutter in fullscreen (#5258) | Samuel Newman | 2024-09-10 | 1 | -0/+9 |
| | |||||
* | Verify Identical Domains Emit Origin (#5255) | Hailey | 2024-09-10 | 1 | -6/+0 |
| | |||||
* | [Video] Much simpler fix to fullscreen bug (#5251) | Samuel Newman | 2024-09-10 | 1 | -12/+7 |
| | | | | | | | * much simpler fix * allow old behaviour on firefox * rm logs | ||||
* | [Video] Fix fullscreen on Chrome (#5246) | Samuel Newman | 2024-09-09 | 2 | -30/+14 |
| | |||||
* | Add `context` to `Mute` and `Unmute` labels on video control (#5234) | surfdude29 | 2024-09-09 | 1 | -2/+2 |
| | | | | Co-authored-by: Marco Buono <thecoreh@gmail.com> | ||||
* | [Video] Open the floodgates (partially) (#5208) | Samuel Newman | 2024-09-07 | 1 | -7/+0 |
| | |||||
* | Revert "[Video] Ensure loop doesn't stop" (#5209) | Hailey | 2024-09-07 | 1 | -5/+1 |
| | |||||
* | [Video] Ensure loop doesn't stop (#5207) | Hailey | 2024-09-07 | 1 | -1/+5 |
| | |||||
* | [Video] Handle push/pop on Android for autoplay (#5194) | Hailey | 2024-09-06 | 3 | -3/+18 |
| | |||||
* | [Video] Add disable autoplay for native, more tweaking (#5178) | Hailey | 2024-09-06 | 3 | -46/+59 |
| | |||||
* | Remove record-with-media side-by-side layout (#5182) | Eric Bailey | 2024-09-06 | 1 | -42/+11 |
| | |||||
* | [Video] More adjustments for loading state jank (#5171) | Hailey | 2024-09-05 | 1 | -43/+47 |
| | |||||
* | Constrain image heights in feeds and threads (#5129) | Eric Bailey | 2024-09-05 | 3 | -29/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Limit height of images within posts * Add some future-proofness * Comments, improve a11y * Adjust ALT, add crop icon * Fix disableCrop in record-with-media posts * Clean up aspect ratios, handle very tall images * Handle record-with-media separately, clarify intent using enums * Adjust spacing * Adjust rwm embed image size on mobile * Only do reduced layout if images embed * Adjust gap in small embed variant * Clean up grid layout * Hide badge on small variant with one image * Remove crop icon from image grid, leave on single image * Fix sizing in Firefox * Fix fullBleed variant | ||||
* | [Video] Use `expo-video` from fork (#5159) | Hailey | 2024-09-05 | 1 | -2/+2 |
| | |||||
* | [Video] throw HLS errors to be caught by error boundary (#5166) | Samuel Newman | 2024-09-05 | 3 | -19/+55 |
| | | | | | | | | | * throw HLS errors to be caught by error boundary * wording tweak * do the same on native * fix type error | ||||
* | [Video] Disable autoplay option (preview + web player) (#5167) | Samuel Newman | 2024-09-05 | 1 | -5/+10 |
| | | | | | | | | | * rename setting * preview (web) * preview (native) * improve autoplay disabled behaviour on web | ||||
* | [Video] Add loading state to player (#5149) | Hailey | 2024-09-04 | 2 | -86/+155 |
| | |||||
* | Use new player icon for external video embeds (#5147) | Hailey | 2024-09-04 | 1 | -2/+2 |
| | |||||
* | [Video] content fit cover on native (#5140) | Samuel Newman | 2024-09-04 | 2 | -2/+2 |
| | |||||
* | [Video] Use same play button for gifs and videos (#5144) | Hailey | 2024-09-04 | 2 | -25/+5 |
| | |||||
* | [Video] Throw error when playback fails (#5132) | Hailey | 2024-09-04 | 1 | -0/+9 |
| | |||||
* | [Video] Only allow one `VideoView` to be active at a time, regardless of ↵ | Hailey | 2024-09-04 | 2 | -9/+25 |
| | | | | source (#5131) | ||||
* | [Video] Tweak playback handling (#5127) | Hailey | 2024-09-04 | 2 | -10/+26 |
| | |||||
* | reset playback rate on exit fullscreen (#5116) | Samuel Newman | 2024-09-03 | 1 | -0/+1 |
| | |||||
* | [Video] Toggle controls when entering fullscreen (#5113) | Hailey | 2024-09-03 | 1 | -1/+4 |
| | |||||
* | show video in quote (#5093) | Samuel Newman | 2024-09-03 | 2 | -2/+11 |
| | |||||
* | [Video] Manage foreground/background playback on the native side (#5104) | Hailey | 2024-09-03 | 1 | -25/+4 |
| | |||||
* | [Video] Hide mouse when inactive (#5094) | Samuel Newman | 2024-09-03 | 1 | -11/+33 |
| | |||||
* | [Video] Misc player style tweaks (#5064) | Samuel Newman | 2024-09-02 | 4 | -20/+22 |
| | | | | | * use actual black rather than theme black * adjust time/mute indicators | ||||
* | [Video] Remove hack from scrubber (#5063) | Samuel Newman | 2024-09-02 | 1 | -15/+3 |
| | | | | | * remove mouseleave, add pointer cancel * don't show time indicator if duration is 0 | ||||
* | [Video] Split 'videos' gate in two (#5037) | Samuel Newman | 2024-08-30 | 2 | -2/+2 |
| | |||||
* | [Video] Minor player tweaks (#5044) | Samuel Newman | 2024-08-30 | 1 | -3/+1 |
| | |||||
* | [Video] Captions and alt text (#5009) | Samuel Newman | 2024-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * video settings modal in composer * show done button on web * rm download options * fix logic for showing settings button * add language picker (wip) * subtitle list with language select * send captions & alt text with video when posting * style "ensure you have selected a language" text * include aspect ratio with video * filter out captions where the lang is not set * rm log * fix label and add hint * minor scrubber fix | ||||
* | [Video] Add uploaded video to post (#4884) | Samuel Newman | 2024-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * video uploads! * use video upload lexicons * add missing postgate * remove references to prerelease package * fix scrubber showing a "0" * Delete types.ts * rm logs * rm upload header --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> | ||||
* | [Video] Add `timeRemainingChange` event to `player` in `expo-video` (#5013) | Hailey | 2024-08-29 | 1 | -48/+38 |
| | |||||
* | [Video] Lexicon implementation (#4881) | Samuel Newman | 2024-08-29 | 5 | -64/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * implement AppBskyEmbedVideo lexicon in player * add alt to native player * add prerelease package * update prerelease * add video embed view manually from record * fix type error on example video * black bg + use aspect ratio on web * add video to feeds * fix video overflowing aspect ratio * remove prerelease package --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> |