Commit graph

2409 commits

Author SHA1 Message Date
Eric Bailey
eaf0081623 WIP, avi not working on web 2024-09-11 19:58:16 -05:00
Eric Bailey
3c8b3b4782 Progress on desktoip 2024-09-11 19:58:16 -05:00
Eric Bailey
76c584d981 WIP 2024-09-11 19:58:16 -05:00
Samuel Newman
991202966e
[Video] Fix web autoplay (#5274) 2024-09-11 11:36:54 -07:00
Samuel Newman
24b07c6cf4
[Video] Cap duration (#5270) 2024-09-11 10:33:57 -07:00
Samuel Newman
580b67ba37
disable autoplay within messages and trim feelers (#5260) 2024-09-11 16:20:32 +01:00
Samuel Newman
b04ecbe54d
hls buffering tweaks (#5266) 2024-09-11 16:20:20 +01:00
Samuel Newman
db38438549
increase target area of scrubber (#5265) 2024-09-11 16:20:08 +01:00
Samuel Newman
fc25992070
[Video] make hover state stick around if tapped (#5259) 2024-09-10 20:19:37 -07:00
Samuel Newman
c22492147b
remove scrollbar-gutter in fullscreen (#5258) 2024-09-10 23:18:08 +01:00
Hailey
b37b64fb49
Verify Identical Domains Emit Origin (#5255) 2024-09-10 08:16:41 -07:00
Samuel Newman
08f5f37b34
[Video] Allow drag-and-drop & pasting video (#5252)
* allow DnD/pasting video

* rm await
2024-09-10 16:14:28 +01:00
Samuel Newman
6bc5a05f4b
[Video] Much simpler fix to fullscreen bug (#5251)
* much simpler fix

* allow old behaviour on firefox

* rm logs
2024-09-10 16:10:13 +01:00
Samuel Newman
66239ba11d
[Video] Fix fullscreen on Chrome (#5246) 2024-09-09 22:37:57 -07:00
Samuel Newman
0f6be244a6
max 1 subtitle file (#5244) 2024-09-10 02:02:53 +01:00
surfdude29
f240893980
Add context to Mute and Unmute labels on video control (#5234)
Co-authored-by: Marco Buono <thecoreh@gmail.com>
2024-09-09 09:29:14 -07:00
Samuel Newman
6c6a76b193
[Video] Upload tweaks (#5228)
* use correct mime type

* fix wheel progress
2024-09-08 08:27:50 -07:00
Paul Frazee
a6a3d203fd
Release 1.91 prep (#5215)
* Run intl:extract

* Test fixes

* Update pt-BR translations for video
2024-09-07 13:52:00 -07:00
Hailey
9b8d62ca25
[Video] Tweak order of elements in composer (#5213) 2024-09-07 13:29:27 -07:00
Samuel Newman
1b4fee3e43
[Video] Open the floodgates (partially) (#5208) 2024-09-07 12:15:15 -07:00
Hailey
51259e7c42
Revert "[Video] Ensure loop doesn't stop" (#5209) 2024-09-07 12:11:18 -07:00
Hailey
10cdc436b8
[Video] Ensure loop doesn't stop (#5207) 2024-09-07 11:54:51 -07:00
Samuel Newman
45a719b256
[Video] Check upload limits before uploading (#5153)
* DRY up video service auth code

* throw error if over upload limits

* use token

* xmark on toast

* errors with nice translatable error messages

* Update src/state/queries/video/video.ts

---------

Co-authored-by: Hailey <me@haileyok.com>
2024-09-07 19:27:32 +01:00
dan
292117804f
Set show_follow_suggestions_in_profile to true (#5205) 2024-09-07 17:08:19 +02:00
dan
7d7431d14e
Set fixed_bottom_bar to true (#5203) 2024-09-07 17:07:30 +02:00
jlca
adef9cff10
fix: remove duplicate style rounded_sm (#5201) 2024-09-06 22:29:36 -07:00
nicofercavv
275f2bb004
Add cursor pointer to 'New post' button (#5109) 2024-09-06 18:18:31 -05:00
Eric Bailey
543be17674
Add emoji picker to chat composer (#5196)
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Co-authored-by: Adrov Igor <nucleartux@gmail.com>
2024-09-06 15:58:47 -07:00
Hailey
7e4f8cabd3
[Video] Handle push/pop on Android for autoplay (#5194) 2024-09-06 15:01:05 -07:00
Eric Bailey
c5faa60344
Redesign play button (#5192) 2024-09-06 21:55:23 +01:00
Hailey
60182cd874
[Video] Add disable autoplay for native, more tweaking (#5178) 2024-09-06 09:31:01 -07:00
Eric Bailey
bdff8752fb
Add support for autofill of one-time-code for email verification (#5186) 2024-09-06 11:22:29 -05:00
Hailey
a1969faf8e
[Video] Fix alt text dialog on iOS and Android (#5177)
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2024-09-06 08:26:37 -07:00
Eric Bailey
64b50ba69a
Go full width on native and mobile web (#5184) 2024-09-06 17:19:29 +02:00
Eric Bailey
b90cd68359
Remove record-with-media side-by-side layout (#5182) 2024-09-06 09:58:27 -05:00
Samuel Newman
55468595d0
[Video] Error banner improvements (#5163) 2024-09-05 21:25:56 -07:00
Hailey
6eabedd037
[Video] More adjustments for loading state jank (#5171) 2024-09-05 14:54:09 -07:00
Eric Bailey
2265fedd2a
Constrain image heights in feeds and threads (#5129)
* 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
2024-09-05 13:45:13 -05:00
Samuel Newman
117926357d
[Video] require email to post videos (#5152)
Co-authored-by: Hailey <me@haileyok.com>
2024-09-05 11:36:19 -07:00
Hailey
93c171b403
[Video] Use expo-video from fork (#5159) 2024-09-05 08:27:28 -07:00
Marco Buono
6d8ed5c3c8
Add quick access to quote action on long press (#5123) 2024-09-05 10:14:04 -05:00
Samuel Newman
4e6b6740f7
[Video] Enter/exit animations for video in composer (#5164)
* enter/exit animations for video in composer

* use zoom out animation

* unify margin between different steps

* skip animation when posting
2024-09-05 16:07:06 +01:00
Samuel Newman
428607d9a3
[Video] throw HLS errors to be caught by error boundary (#5166)
* throw HLS errors to be caught by error boundary

* wording tweak

* do the same on native

* fix type error
2024-09-05 16:03:00 +01:00
Samuel Newman
60b74f7ab8
[Video] Disable autoplay option (preview + web player) (#5167)
* rename setting

* preview (web)

* preview (native)

* improve autoplay disabled behaviour on web
2024-09-05 15:56:10 +01:00
Hailey
2556698427
[Video] Add loading state to player (#5149) 2024-09-04 16:46:01 -07:00
Hailey
86de0dda02
Tweak animation to not roll 0 -> 1, overflow hidden (#5148) 2024-09-04 12:36:20 -07:00
Hailey
0ef17a464d
Use new player icon for external video embeds (#5147) 2024-09-04 12:20:21 -07:00
Samuel Newman
fcf27f0512
[Video] content fit cover on native (#5140) 2024-09-04 19:56:02 +01:00
Samuel Newman
e8eaf2f4a7
allow only posting video (#5142) 2024-09-04 19:42:28 +01:00
Marco Buono
c36c47d49a
Add slight spacing between Post and CW button (#5125) 2024-09-04 11:04:08 -07:00