Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load number formatting data when activating locales (#5128) | Marco Buono | 2024-09-05 | 1 | -16/+64 |
| | |||||
* | [Video] Use `expo-video` from fork (#5159) | Hailey | 2024-09-05 | 1 | -2/+2 |
| | |||||
* | Add quick access to quote action on long press (#5123) | Marco Buono | 2024-09-05 | 1 | -0/+3 |
| | |||||
* | [Video] Enter/exit animations for video in composer (#5164) | Samuel Newman | 2024-09-05 | 3 | -26/+35 |
| | | | | | | | | | * enter/exit animations for video in composer * use zoom out animation * unify margin between different steps * skip animation when posting | ||||
* | [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 | 4 | -8/+32 |
| | | | | | | | | | * rename setting * preview (web) * preview (native) * improve autoplay disabled behaviour on web | ||||
* | fix on 'reposted by you' translation to ptbr (#5146) | gabrielsiilva | 2024-09-04 | 1 | -1/+1 |
| | |||||
* | [Video] Add loading state to player (#5149) | Hailey | 2024-09-04 | 3 | -86/+156 |
| | |||||
* | Ensure profile labels can be appealed separately from account labels (#5154) | Eric Bailey | 2024-09-04 | 4 | -22/+45 |
| | |||||
* | Add misleading report type to posts (#5150) | Eric Bailey | 2024-09-04 | 1 | -0/+5 |
| | | | | | | | * Add misleading report type to posts * Update copy * Update copy | ||||
* | Tweak animation to not roll 0 -> 1, overflow hidden (#5148) | Hailey | 2024-09-04 | 2 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | allow only posting video (#5142) | Samuel Newman | 2024-09-04 | 1 | -2/+9 |
| | |||||
* | Add slight spacing between Post and CW button (#5125) | Marco Buono | 2024-09-04 | 1 | -2/+6 |
| | |||||
* | [Video] Use same play button for gifs and videos (#5144) | Hailey | 2024-09-04 | 4 | -28/+36 |
| | |||||
* | Replace `ImageHorzList` 🤮 with `MediaPreview` ✨ (#5143) | Samuel Newman | 2024-09-04 | 4 | -118/+176 |
| | |||||
* | Fix a missing curly brace in pt-BR (#5130) | Frudrax Cheng | 2024-09-04 | 1 | -1/+1 |
| | | | thanks! | ||||
* | [Video] `withRepeat` for spinner (#5141) | Hailey | 2024-09-04 | 1 | -4/+8 |
| | |||||
* | [Video] Show better progress (#5133) | Hailey | 2024-09-04 | 2 | -15/+33 |
| | |||||
* | [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 |
| | |||||
* | fail video if cannot load preview (#5138) | Samuel Newman | 2024-09-04 | 1 | -1/+13 |
| | |||||
* | log errors (#5139) | Samuel Newman | 2024-09-04 | 1 | -6/+12 |
| | |||||
* | Disable in-thread deduping for reposted replies (#5135) | dan | 2024-09-04 | 1 | -1/+6 |
| | |||||
* | Don't log extra background events (#5134) | dan | 2024-09-04 | 1 | -4/+4 |
| | |||||
* | close keyboard before opening modal (#5124) | Samuel Newman | 2024-09-03 | 1 | -2/+5 |
| | |||||
* | [Video] Error handling in composer, fix auto-send (#5122) | Samuel Newman | 2024-09-03 | 2 | -140/+205 |
| | | | | | | | | | | | | | * tweak * error state for upload toolbar * catch errors in upload status query * stop query on error --------- Co-authored-by: Hailey <me@haileyok.com> | ||||
* | fix mime checks (#5118) | Samuel Newman | 2024-09-03 | 4 | -14/+28 |
| | |||||
* | Updating some messages in the pt-BR locale file - [2] (#5099) | Fabio Nobre | 2024-09-03 | 1 | -95/+95 |
| | | | | | Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com> Co-authored-by: Hailey <me@haileyok.com> | ||||
* | Fix border on some listing screens (#5115) | Eric Bailey | 2024-09-03 | 6 | -6/+24 |
| | | | | | * Fix border on PostQuotes, add debug atom * Add util_screen_outer, apply to h_full_vh here needed | ||||
* | 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 |
| | |||||
* | Adjust render properties for `Feed` `List` (#5080) | Hailey | 2024-09-03 | 1 | -1/+3 |
| | |||||
* | Only animate the like icon when from an actual toggle (#5096) | Hailey | 2024-09-03 | 5 | -9/+20 |
| | |||||
* | 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] Upload errors and UI improvements (#5092) | Samuel Newman | 2024-09-03 | 11 | -60/+155 |
| | | | | | | | | | | | * surface errors in UI * style progress indicator * remove job status progress * rm log * fix webm ext | ||||
* | [Video] Hide mouse when inactive (#5094) | Samuel Newman | 2024-09-03 | 1 | -11/+33 |
| | |||||
* | Add some Portuguese (PT-BR) translation (#5057) | Fabio Nobre | 2024-09-02 | 1 | -381/+381 |
| | |||||
* | More tweaks to animation (#5082) | Hailey | 2024-09-02 | 4 | -31/+28 |
| | |||||
* | Improve animations for like button (#5074) | Hailey | 2024-09-02 | 6 | -247/+580 |
| | |||||
* | [Video] Misc player style tweaks (#5064) | Samuel Newman | 2024-09-02 | 6 | -24/+25 |
| | | | | | * 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 | ||||
* | Mark unhydrated replies as orphaned (#5048) | dan | 2024-08-31 | 1 | -1/+9 |
| | |||||
* | Add some Portuguese translation (#5052) | Hailey | 2024-08-31 | 1 | -81/+81 |
| | |||||
* | Show some known OP replies in Following (#5049) | dan | 2024-08-31 | 1 | -6/+21 |
| | | | | | * Show known OP replies in Following * Fiter by >0 parent likes | ||||
* | Fix provider order (#5046) | Eric Bailey | 2024-08-31 | 2 | -22/+22 |
| | |||||
* | Animate the like button (#5033) | dan | 2024-08-30 | 1 | -23/+248 |
| | | | | | | | | | | | | | | | | | * Animate the like button * Respect reduced motion * Move like count into animated component * Animate text * Fix layout on Android * Animate text backwards too * Fix bad copypasta * Reflect nonlocal updates to animated values |