about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused NoopFeedTuner (#4856)dan2024-07-312-32/+7
|
* useDedupe callback (#4855)GSMT2024-07-301-2/+2
|
* [Video] Uploads (#4754)Hailey2024-07-3013-112/+594
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * state for video uploads * get upload working * add a debug log * add post progress * progress * fetch data * add some progress info, web uploads * post on finished uploading (wip) * add a note * add some todos * clear video * merge some stuff * convert to `createUploadTask` * patch expo modules core * working native upload progress * platform fork * upload progress for web * cleanup * cleanup * more tweaks * simplify * fix type errors --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Make label required in link components (#4844)Eric Bailey2024-07-252-9/+7
|
* Boolean filter improvement alternative: TS upgrade (#4840)Dmitrii Kartashev2024-07-266-10/+12
| | | | | * upgrade typescript and use new feature * fix: typing error
* Add label to profile card (#4843)Eric Bailey2024-07-252-7/+21
|
* Improve a11y on noty feed (#4842)Eric Bailey2024-07-252-18/+26
|
* Add labels in feed card (#4836)Eric Bailey2024-07-251-3/+7
|
* Add labels to mod details dialog (#4839)Eric Bailey2024-07-251-3/+10
|
* Add labels to a few missing places (#4838)Eric Bailey2024-07-2512-18/+60
|
* Add labels in list card (#4837)Eric Bailey2024-07-251-3/+3
|
* Refactor feed slices (#4834)dan2024-07-253-69/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy FeedViewPost into FeedSliceItem * Explicitly construct feed slice items by copying known fields * Type rootItem as FeedViewPost for now Mergefeed logic relies on that. * Unify reason and __source for slice items * Move feedContext out of FeedSliceItem * Remove slice.isFlattenedReply * Remove unnused slice.ts * Inline slice.isFullThread * Refactor condition for clarity * Extract slice.includesThreadRoot * Encapsulate more usages of slice.rootItem into slice * Rename slice.rootItem so semi-private slice._feedPost * Move reason into slice * Simplify slice ctor argument * Reorder getters to reduce diff * Make feedContext a getter to reduce diff
* `true` (#4833)Hailey2024-07-251-32/+30
|
* Replace `import hairlineWidth =` with const (#4831)Samuel Newman2024-07-2527-105/+81
| | | | | | | | | * replace import with const * just use `StyleSheet.hairlineWidth` --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [Videos] Video player - PR #1 - basic player (#4731)Samuel Newman2024-07-2516-105/+489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add ffmpeg-kit-react-native * get select video button + compression working * up res to 1080p * add progress component * move logic out of compressVideo * (WIP) add lonestar compression * rework web compression a bit * mess around with adding a thumbnail * 3mbps * replace * use 3mbps * add expo-video * remove unnecessary try/catch * rm ToastAndroid * fix web * wrap lazy component in suspense * gate video select button * rm web compression * flip sign * remove expo-video from web * review nits * add video picker permissions + rm temp buttons * add ffmpeg-kit-react-native * replace * hls-capable player * start trying to hoist up video player instance * hoist video player and move things around * always show native controls * fix controls on expo video android * gate temp video player in feed * rm IS_DEV, doesn't do what I thought it did * use __DEV__ instead --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* Bump 1.90 (#4832)Hailey2024-07-251-1/+1
|
* Fix sloppy filter(Boolean) types (#4830)dan2024-07-254-56/+88
| | | | | | | | | | | | | * Fix sloppy filter(Boolean) in threadgate * Fix sloppy filter(Boolean) in Explore * Fix sloppy filter(Boolean) in post-feed * Harden FeedPostSliceItem.reason type def * Harden parentAuthor types * Fix lying component types, handle blocks
* Fuggedaboudit (#4829)Eric Bailey2024-07-251-3/+1
|
* Release 1.89 prep (#4822)Paul Frazee2024-07-2418-8536/+9871
| | | | | * Fix curate-lists tests * Run intl extract
* Update German localization (part 1) (#4742)surfdude292024-07-241-691/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update German localization * Apply suggestions from code review Co-authored-by: cdfzo <cdfzo@pm.me> * update string after #4743 merged * Apply suggestions from code review Co-authored-by: cdfzo <cdfzo@pm.me> * Starterpaket –––> Startpaket * Improve existing translations (#17) * Improve existing translations * Update more * Update more --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * capitalise toast --------- Co-authored-by: cdfzo <cdfzo@pm.me>
* Updated Japanese Translation (#4748)Takayuki KUSANO2024-07-241-17/+52
| | | | | | | * Updated translation * Update translation * Update translation
* Update Chinese Localization (#4774)Kuwa Lee2024-07-242-939/+997
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TW: Update * TW: Clean * TW: Update * CN: Update translates * Both: Remove superseded strings * Both: Remove superseded strings#2 * TW: Update and clean * TW: Update * CN: Update translates * TW: Improve * Update messages.po * CN: Update translates --------- Co-authored-by: Frudrax Cheng <i@cynosura.one> Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* Update French localization (#4781)surfdude292024-07-241-10/+41
| | | | | | | | | | | * Update French localization * Apply suggestion from code review Co-authored-by: Stanislas Signoud <signez@stanisoft.net> --------- Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
* make some settings screens scrollable for accessibility (#4819)Hailey2024-07-242-6/+6
| | | | | * make settings scrollable for accessibility * nit
* make toast shorter (#4821)Hailey2024-07-241-1/+1
|
* special invalidation logic (#4820)Samuel Newman2024-07-241-0/+2
| | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Modernise thread/following feed settings screen (#4797)Samuel Newman2024-07-244-148/+90
| | | | | | | | | | | * fix web * show back button on tablet for certain settings screens * move headers to inside of scrollview --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Priority notifications (#4798)Samuel Newman2024-07-2420-84/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new settings screen * bring back the spinner * add experimental language * fix typo, change leading * integrate priority notifications API * update package * use refetch instead of invalidateQueries * fix read-after-write issue by polling for update * add spinner for initial load * rm onmutate, it's overcomplicated * set error state eagerly * Change language in description Co-authored-by: Hailey <me@haileyok.com> * prettier * add `Toggle.Platform` * extract out mutation hook + error state * rm useless cache mutation * disambiguate isError and isPending * rm unused isError --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* Use consistent index for reading last item (#4817)dan2024-07-241-2/+2
|
* Hack-modify avi path to use smaller thumbs behind gate (#4816)Paul Frazee2024-07-232-2/+25
| | | | | * Hack-modify avi path to use smaller thumbs behind gate * Only use small thumbs on smaller rendering
* swap flex-start/end (#4815)Samuel Newman2024-07-231-2/+2
| | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Fix switch style and animate (#4814)Samuel Newman2024-07-231-14/+17
| | | | | | | | | | | | | | * set height to 20+(2*hairline) * animate switch * Try to align on line height across platforms * Use border 1px --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Native toast rework (#4808)Samuel Newman2024-07-232-69/+78
| | | | | | | | | * rework toast to use reanimated * fix animation on iOS --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Use appropriate icons for toasts (#4803)Samuel Newman2024-07-2348-95/+134
| | | | | | | | | | | | | * use appropriate icons for toasts * use info for session expiry * tweak size * message -> safeMessage --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* dont filter exact matches from typeahead (#4802)Hailey2024-07-191-11/+22
|
* Remove invalid labelers when subscribing/unsubscribing (#4771)Eric Bailey2024-07-123-27/+74
| | | | | | | * Remove invalid labelers when subscribing/unsubscribing * Let the async lock cook * Use link to associate, leave copy as is
* Replace incongruous buttons in drawer (#4772)Eric Bailey2024-07-121-34/+24
| | | | | * Replace incongruous buttons in drawer * Improve a11y help
* Invert saturation scale as well (#4783)Eric Bailey2024-07-121-26/+26
|
* Make all referrer info sync (#4782)Hailey2024-07-127-28/+26
|
* Return a promise for `getReferrerInfoAsync` on web (#4777)Hailey2024-07-111-2/+1
|
* Fix: emoji picker closes when hitting spacebar (#4422) (#4441)Michał Gołda2024-07-111-21/+23
| | | | Co-authored-by: Hailey <me@haileyok.com>
* `Reposted by you` and `Reply to you` (#4478)Minseo Lee2024-07-112-35/+62
| | | | Co-authored-by: Hailey <me@haileyok.com>
* referrers for all platforms (#4514)Hailey2024-07-1112-34/+213
|
* Create shared preferences API (#4654)Hailey2024-07-1119-81/+722
|
* Lint native files (#4768)Hailey2024-07-1118-372/+390
|
* bump 1.89.0 (#4776)Hailey2024-07-121-1/+1
|
* Fix search hashtags by author (#4773)Eric Bailey2024-07-111-1/+1
|
* [ALF] Theme & palette cleanup (#4769)Eric Bailey2024-07-1119-642/+839
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Invert primary scale * Invert negative palette * Replace theme specific styles in Toggle * Remove theme specific colors from Button, improves secondary solid on dark mode * TextField * Remove from MessageItem * Threadgate editor * IconCircle * Muted words * Generate themes from hues * Cleanup * Deprecate more values, fix circular import * Invert positive too, hardly use * Button tweaks, some theme diffs * Match disabled state for negative button * Fix unread noty bg
* Filter yourself out of follows interstitial (#4770)Eric Bailey2024-07-111-2/+6
|
* ALF post button (#4767)Hailey2024-07-101-38/+35
|