about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* clean up languages (#5007)Samuel Newman2024-08-281-94/+94
|
* [Video] 🫧 Move logic around by platform (#5003)Hailey2024-08-289-95/+77
|
* add indicator of time remaining (#5000)Samuel Newman2024-08-273-35/+58
|
* [Video] add scrubber to the web player (#4943)Samuel Newman2024-08-262-114/+382
|
* Release 1.90 prep (#4988)Paul Frazee2024-08-2319-13876/+21329
| | | | | | | | | * Stop creating a mod-authority in e2e due to upstream conflict * Dont require 3 interests when none come back * Fix e2e login * intl extract
* Use moderatePost_wrapped for post embeds (#4981)Eric Bailey2024-08-233-3/+5
| | | | | * Use moderatePost_wrapped * Add lint rule
* Update Indonesian translation (#4875)kodebanget2024-08-231-80/+81
| | | Co-authored-by: Indonesian <github-actions@github.com>
* Update French localization (#4823)surfdude292024-08-231-26/+14
|
* Update Japanese translation (#4824)Takayuki KUSANO2024-08-231-178/+562
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated translation * Update translation * Update translation * Update translation * Only show replies in Following if following all involved actors (#4869) * Only show replies in Following for followed root and grandparent * Remove now-unnecessary check * Simplify condition * Respect labels on feeds and lists (#4818) * Prep * Pass in optional moderation to FeedCard * Compute moderation decision, filter contentList contexts, pass into card * Let's go a different route * Filter from within search queries * Use same search query for starter packs * Filter lists from profile tabs * Cleanup * Filter from profile feeds * Moderate post embeds * Memoize * Use ScreenHider on lists * Hide both list types * Fix crash on iOS in screen hider, fix lineheight * Memoize renderItem * Reuse objects to prevent re-renders * tweak list header (#4870) Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> * bskyweb: optional basic auth password middleware (#4759) * Update translation * Revert "Update translation" This reverts commit 3a7b74f47b808f4fda482546f67ea90bfa073693. * Revert "bskyweb: optional basic auth password middleware (#4759)" This reverts commit bc3a27d40f068a7203aa55384300cbd26f8248cf. * Revert "tweak list header (#4870)" This reverts commit 34e7e5cba2cdbc8bddf062ed468ec10c68b0cdd8. * Revert "Respect labels on feeds and lists (#4818)" This reverts commit 9ec6fde2884ad7a32d032227518e89c5607b61a1. * Revert "Only show replies in Following if following all involved actors (#4869)" This reverts commit e2cc4bb4af092564aa93f41f5dadba2b65ae4250. * Update translation * Update translation * Update translation * Updated translation * Update translation * Update translation * Unified existing translations of "hidden" and "community". * Update translation * Update translation * Update translation --------- Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: bnewbold <bnewbold@robocracy.org>
* Update Korean localization (#4826)Minseo Lee2024-08-231-1053/+1430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
* Update catalan localization (#4851)Ivan Beà2024-08-231-59/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update catalan localisation More lines translated, It will be so kind of you to check it @jordimas @darccio @surfdude29 Thanks * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: GSMT <samaritanojr006@gmail.com> * Update src/locale/locales/ca/messages.po Co-authored-by: GSMT <samaritanojr006@gmail.com> * Update messages.po apply @jordimas corrections * Update messages.po change traves per través --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: GSMT <samaritanojr006@gmail.com>
* Update Chinese Localization (#4947)Frudrax Cheng2024-08-232-2045/+2831
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CN: Update translates * CN: Remove superseded strings * TW: Update and Clean * Both: Update translates * CN: Update translates * CN: Remove superseded strings * CN: Update translates * CN: Remove superseded strings * TW: Run intl:extract * CN: Update translates * TW: Update and clean * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Both: Run intl:extract * CN: Update translates * CN: Update translates * Both: Run intl:extract * CN: fix typo * CN: fix typo#2 * CN: Update translates * CN: Update translates#2 * TW: Update translates * Both: Remove superseded strings * TW: fix typo --------- Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com> Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* Revert "Make settings account buttons a little nicer" (#4987)Hailey2024-08-232-83/+66
|
* fix `findAll*` type in `post-thread` (#4986)Hailey2024-08-231-8/+12
|
* Optimistic hidden replies (#4977)Eric Bailey2024-08-239-129/+70
|
* Make settings account buttons a little nicer (#4980)Eric Bailey2024-08-222-66/+83
| | | | | | | | | | | * Replace account dropdown with Menu * Replace card row and add interaction state * Remove testID copy pasta * Sanitize handle * Remove hover from row
* Use RichText for sp description (#4979)Eric Bailey2024-08-221-8/+13
| | | | | | | | | * Use RichText for sp description * `isRecord` above --------- Co-authored-by: Hailey <me@haileyok.com>
* Fix fixed footer experiment (#4969)dan2024-08-224-52/+95
| | | | | | | | | | | | | | | | | * Split minimal shell mode into headerMode and footerMode For now, we'll always write them in sync. When we read them, we'll use headerMode as source of truth. This will let us keep footerMode independent in a future commit. * Remove fixed_bottom_bar special cases during calculation This isn't the right time to determine special behavior. Instead we'll adjust footerMode itself conditionally on the gate. * Copy-paste setMode into MainScrollProvider This lets us fork the implementation later just for this case. * Gate footer adjustment in MainScrollProvider This is the final piece. Normal calls to setMode() keep setting both header and footer, but MainScrollProvider adjusts the footer conditionally.
* Submit fix (#4978)dan2024-08-225-32/+46
| | | | | | | | | | | | | | | * Fix submit logic * Fix type * Align submit task creation 1:1 with callsites * blegh. `useThrottledValue` * make `useThrottledValue`'s time required --------- Co-authored-by: Hailey <me@haileyok.com>
* update `usePostThreadQuery` to check quote query data (#4975)Hailey2024-08-222-1/+5
| | | | | | | * update `usePostThreadQuery` to check quote query data * search notifs before quotes * oops