about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* close keyboard before opening modal (#5124)Samuel Newman2024-09-031-2/+5
|
* [Video] Error handling in composer, fix auto-send (#5122)Samuel Newman2024-09-032-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 Newman2024-09-034-14/+28
|
* Updating some messages in the pt-BR locale file - [2] (#5099)Fabio Nobre2024-09-031-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 Bailey2024-09-036-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 Newman2024-09-031-0/+1
|
* [Video] Toggle controls when entering fullscreen (#5113)Hailey2024-09-031-1/+4
|
* Adjust render properties for `Feed` `List` (#5080)Hailey2024-09-031-1/+3
|
* Only animate the like icon when from an actual toggle (#5096)Hailey2024-09-035-9/+20
|
* show video in quote (#5093)Samuel Newman2024-09-032-2/+11
|
* [Video] Manage foreground/background playback on the native side (#5104)Hailey2024-09-031-25/+4
|
* [Video] Upload errors and UI improvements (#5092)Samuel Newman2024-09-0311-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 Newman2024-09-031-11/+33
|
* Add some Portuguese (PT-BR) translation (#5057)Fabio Nobre2024-09-021-381/+381
|
* More tweaks to animation (#5082)Hailey2024-09-024-31/+28
|
* Improve animations for like button (#5074)Hailey2024-09-026-247/+580
|
* [Video] Misc player style tweaks (#5064)Samuel Newman2024-09-026-24/+25
| | | | | * use actual black rather than theme black * adjust time/mute indicators
* [Video] Remove hack from scrubber (#5063)Samuel Newman2024-09-021-15/+3
| | | | | * remove mouseleave, add pointer cancel * don't show time indicator if duration is 0
* Mark unhydrated replies as orphaned (#5048)dan2024-08-311-1/+9
|
* Add some Portuguese translation (#5052)Hailey2024-08-311-81/+81
|
* Show some known OP replies in Following (#5049)dan2024-08-311-6/+21
| | | | | * Show known OP replies in Following * Fiter by >0 parent likes
* Fix provider order (#5046)Eric Bailey2024-08-312-22/+22
|
* Animate the like button (#5033)dan2024-08-301-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
* [Video] Split 'videos' gate in two (#5037)Samuel Newman2024-08-304-5/+6
|
* [Video] Minor player tweaks (#5044)Samuel Newman2024-08-305-15/+35
|
* [Videos] avoid using fetch for blob handling where possible (#5041)Samuel Newman2024-08-309-18/+47
| | | | | | | * avoid using fetch where possible * whoopsie wrong branch * more import fixes
* [Video] Captions and alt text (#5009)Samuel Newman2024-08-3014-30/+503
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Videos] Fix uploads (#5042)Samuel Newman2024-08-303-14/+12
| | | | | | | * fix pds url * fix service auth exp * whoopsie wrong branch
* Composer blocks (#5040)Eric Bailey2024-08-304-45/+93
| | | | | | | * Move i18n provider up the stack * Protect composer opening for a blocked post * Protect ctrls from interacting with blocked user
* [Experiment] Suggest profiles in profile (#5030)dan2024-08-304-38/+110
| | | | | | | | | | | | | | | * Rename variable to disambiguate with parent scope * More variables where they are used * Inline variables * Add suggestions in profile * Gate it * rm space * Remove header suggestions under gate
* Hide back button in my profile (#4991)Igor Adrov2024-08-301-0/+1
|
* Improve localization (#5008)Minseo Lee2024-08-302-16/+19
| | | | | * Update QrCode.tsx * Update generate-starterpack.ts
* extend token lifetime to 30 minutes (#5019)Samuel Newman2024-08-302-0/+2
|
* Tweak rendering of top headers so they always appear even during load (#4982)Hailey2024-08-3012-128/+118
| | | | Co-authored-by: Eric Bailey <git@esb.lol>
* Localize dates, counts (#5027)Eric Bailey2024-08-2921-175/+364
| | | | | | | | | | | | | | | | | | | | | | | * refactor: consistent localized formatting * refactor: localized date time * refactor: localize relative time with strings * chore: fix typo from copy-paste * Clean up useTimeAgo * Remove old ago * Const * Reuse * Prettier --------- Co-authored-by: Mary <git@mary.my.id>
* Force at least one item to always be initially rendered (#5029)Hailey2024-08-291-1/+6
|
* fix hashtag screen side borders (#4983)Hailey2024-08-292-16/+14
|
* [Video] Properly get the service auth aud from the session (#5025)Hailey2024-08-293-6/+34
|
* Fix language filtering for feeds (#5026)dan2024-08-291-12/+5
| | | | | * Fix language filtering for feeds * Simplify logic
* Enable show_follow_back_label_v2 (#5022)dan2024-08-292-4/+1
|
* Remove logging of following prefs (#5021)dan2024-08-292-34/+2
|
* Remove new_user_guided_tour and tour code (#5023)dan2024-08-2914-456/+34
|
* [Video] Remove old env var (#5018)Hailey2024-08-291-1/+1
|
* Profile screen performance tweak - Adjust initial num to render based on ↵Hailey2024-08-294-11/+27
| | | | header height (#5005)
* [Video] Make compress/upload cancelable (#4996)Samuel Newman2024-08-2910-58/+104
| | | | | | | * add abort controller to video upload system * rm log * rm log 2
* [Video] Add uploaded video to post (#4884)Samuel Newman2024-08-298-126/+116
| | | | | | | | | | | | | | | | | | | | | * 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)Hailey2024-08-291-48/+38
|
* [Video] Lexicon implementation (#4881)Samuel Newman2024-08-297-82/+169
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Hide quote counts for quotegated posts (#5011)Eric Bailey2024-08-281-1/+3
|
* Ensure captcha verification code gets submitted in signup request (#5010)Hailey2024-08-283-13/+9
| | | | Co-authored-by: Eric Bailey <git@esb.lol>