Commit graph

4347 commits

Author SHA1 Message Date
Samuel Newman
117926357d
[Video] require email to post videos ()
Co-authored-by: Hailey <me@haileyok.com>
2024-09-05 11:36:19 -07:00
Hailey
91c3dbd812
[Video] Fix CI () 2024-09-05 10:21:52 -07:00
Marco Buono
824206b95f
Load number formatting data when activating locales () 2024-09-05 10:34:24 -05:00
Hailey
93c171b403
[Video] Use expo-video from fork () 2024-09-05 08:27:28 -07:00
Marco Buono
6d8ed5c3c8
Add quick access to quote action on long press () 2024-09-05 10:14:04 -05:00
Samuel Newman
4e6b6740f7
[Video] Enter/exit animations for video in composer ()
* 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 ()
* 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) ()
* rename setting

* preview (web)

* preview (native)

* improve autoplay disabled behaviour on web
2024-09-05 15:56:10 +01:00
gabrielsiilva
d846f5bbf0
fix on 'reposted by you' translation to ptbr () 2024-09-04 21:00:07 -07:00
Hailey
2556698427
[Video] Add loading state to player () 2024-09-04 16:46:01 -07:00
Eric Bailey
76f493c279
Ensure profile labels can be appealed separately from account labels () 2024-09-04 18:34:19 -05:00
Eric Bailey
4d97a2aa16
Add misleading report type to posts ()
* Add misleading report type to posts

* Update copy

* Update copy
2024-09-04 18:22:57 -05:00
Hailey
86de0dda02
Tweak animation to not roll 0 -> 1, overflow hidden () 2024-09-04 12:36:20 -07:00
Hailey
0ef17a464d
Use new player icon for external video embeds () 2024-09-04 12:20:21 -07:00
Samuel Newman
5dcb52015c
add video to embed () 2024-09-04 19:57:16 +01:00
Samuel Newman
fcf27f0512
[Video] content fit cover on native () 2024-09-04 19:56:02 +01:00
Samuel Newman
e8eaf2f4a7
allow only posting video () 2024-09-04 19:42:28 +01:00
Marco Buono
c36c47d49a
Add slight spacing between Post and CW button () 2024-09-04 11:04:08 -07:00
Hailey
6382a91fb0
[Video] Use same play button for gifs and videos () 2024-09-04 10:59:06 -07:00
Samuel Newman
5f5c14d044
Replace ImageHorzList 🤮 with MediaPreview () 2024-09-04 10:52:41 -07:00
Frudrax Cheng
82ca0b16b6
Fix a missing curly brace in pt-BR ()
thanks!
2024-09-04 10:50:54 -07:00
Hailey
12b4a250d2
[Video] withRepeat for spinner () 2024-09-04 09:39:34 -07:00
Hailey
45bb2477d8
[Video] Show better progress () 2024-09-04 09:17:14 -07:00
Hailey
d94ff2695d
[Video] Throw error when playback fails () 2024-09-04 08:06:58 -07:00
Hailey
dee28f378a
[Video] Only allow one VideoView to be active at a time, regardless of source () 2024-09-04 08:06:45 -07:00
Hailey
21e48bb2d8
[Video] Tweak playback handling () 2024-09-04 08:00:53 -07:00
Samuel Newman
515f87ed24
fail video if cannot load preview () 2024-09-04 15:56:29 +01:00
Samuel Newman
3eef62d995
log errors () 2024-09-04 15:29:20 +01:00
dan
e2a244b998
Disable in-thread deduping for reposted replies () 2024-09-04 15:42:22 +02:00
dan
8860890a85
Don't log extra background events () 2024-09-04 15:41:42 +02:00
Samuel Newman
39f74ced5c
close keyboard before opening modal () 2024-09-03 23:13:25 +01:00
Samuel Newman
3ee5ef32d9
[Video] Error handling in composer, fix auto-send ()
* tweak

* error state for upload toolbar

* catch errors in upload status query

* stop query on error

---------

Co-authored-by: Hailey <me@haileyok.com>
2024-09-03 22:49:19 +01:00
Samuel Newman
0bd0146efb
fix mime checks () 2024-09-03 20:55:10 +01:00
Fabio Nobre
ea4d8bc1ab
Updating some messages in the pt-BR locale file - [2] ()
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
Co-authored-by: Hailey <me@haileyok.com>
2024-09-03 12:14:38 -07:00
Eric Bailey
ddda612c11
Fix border on some listing screens ()
* Fix border on PostQuotes, add debug atom

* Add util_screen_outer, apply to h_full_vh here needed
2024-09-03 13:50:48 -05:00
Samuel Newman
5c2e9f09bf
reset playback rate on exit fullscreen () 2024-09-03 19:46:37 +01:00
Hailey
7f26ad508e
[Video] Toggle controls when entering fullscreen () 2024-09-03 11:04:46 -07:00
Hailey
5d300bec90
Adjust render properties for Feed List () 2024-09-03 10:56:00 -07:00
Hailey
0014d4363f
Only animate the like icon when from an actual toggle () 2024-09-03 10:55:53 -07:00
Samuel Newman
bd42f770b8
show video in quote () 2024-09-03 18:33:16 +01:00
Hailey
dde72b48e1
[Video] Manage foreground/background playback on the native side () 2024-09-03 08:41:14 -07:00
Hailey
05e61346b8
[Video] Say No to Audio (Disable expo-video AudioSession management) () 2024-09-03 08:33:21 -07:00
Samuel Newman
0e1de19903
[Video] Upload errors and UI improvements ()
* surface errors in UI

* style progress indicator

* remove job status progress

* rm log

* fix webm ext
2024-09-03 15:09:09 +01:00
Samuel Newman
f9d736653c
[Video] Hide mouse when inactive () 2024-09-03 11:51:16 +01:00
Samuel Newman
0469ca6cb4
[Embeds] Format big numbers () 2024-09-02 13:04:26 -07:00
Fabio Nobre
f3f7dfc3e6
Add some Portuguese (PT-BR) translation () 2024-09-02 04:09:17 -07:00
Hailey
4abcd65ccf
More tweaks to animation () 2024-09-02 03:15:31 -07:00
Mary
05ac76fc89
Don't eagerly load all JS assets ()
Co-authored-by: Hailey <me@haileyok.com>
2024-09-02 01:59:04 -07:00
Hailey
1225e84485
Improve animations for like button () 2024-09-02 01:37:24 -07:00
Samuel Newman
eb868a042a
[Video] Misc player style tweaks ()
* use actual black rather than theme black

* adjust time/mute indicators
2024-09-02 09:33:46 +01:00