about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | add `document.referrer` to statsig custom (#4509)Hailey2024-06-131-0/+14
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add referrer to statsig custom dont include referrer if hostname is bsky.app save add `document.referrer` to statsig custom * add a hostname field * account for ssr * account for ssr
* | | | Calculate correct keyboard offset in composer (#4500)Samuel Newman2024-06-131-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * calculate correct keyboard offset * give viewHeight a default value * much simpler approach
* | | | Hide bio and social proof for blocked users (#4504)dan2024-06-131-1/+6
| |_|/ |/| |
* | | KnownFollowers localization (#4494)Minseo Lee2024-06-131-22/+28
| | | | | | | | | | | | | | | | | | | | | * Update KnownFollowers.tsx * Update KnownFollowers.tsx * Update KnownFollowers.tsx
* | | Fix profile hover card blocked state (#4480)Eric Bailey2024-06-132-27/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix: mini profile on hover allows following a blocker/blocked user (#4423) (#4440) * Tweaks --------- Co-authored-by: Michał Gołda <michal.golda@hotmail.com>
* | | Set profile hover prefetch stale time to 30s (#4417)Eric Bailey2024-06-132-34/+42
| | | | | | | | | | | | | | | | | | | | | * Set prefetch stale time to 30s * Run prefetch on mouseOver * Only prefetch once on mousemove
* | | Prevent rich-formatting paste (#4327)Mary2024-06-131-8/+19
| | | | | | | | | | | | | | | * fix: prevent rich-formatting paste * fix: return true instead of preventDefault
* | | Show social proof in hovercards (#4502)dan2024-06-132-1/+22
| | | | | | | | | | | | | | | * Add social proof to hovercards * Close it more reliably
* | | Just use server count (#4499)Eric Bailey2024-06-121-9/+1
| |/ |/| | | | | | | * Just use server count * Fix count
* | Don't show warning when sharing your own post in PWI opt-out mode (#4495)Hailey2024-06-123-7/+15
|/
* Update Chinese localization (#4410)Kuwa Lee2024-06-112-134/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TW: Update and clean * CN:run intl:extract * 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> * TW: unify "登入" * Update messages.po * Update messages.po * BOTH: fix "Post" msgctxt "description" msgid "Post" * CN: Update translates * CN: Remove superseded strings * TW: Update and clean * CN: fix msgid "This feed is empty." --------- Co-authored-by: Frudrax Cheng <i@cynosura.one> Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* Release 1.86 prep (#4490)Paul Frazee2024-06-1121-7801/+9252
| | | | | * Test updates * Run intl extract
* Add KnownFollowers component to standard profile header (#4420)Eric Bailey2024-06-1111-6/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add KnownFollowers component to standard profile header * Prep for known followers screen * Add known followers screen * Tighten space * Add pressed state * Edit title * Vertically center * Don't show if no known followers * Bump sdk * Use actual followers.length to show * Updates to show logic, space * Prevent fresh data from applying to cached screens * Tighten space * Better label * Oxford comma * Fix count logic * Add bskyweb route * Useless ternary * Minor spacing tweak --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Update italian localization (#4374)Marco Maroni2024-06-111-1037/+1056
| | | | | | | | | | | | | | | | | | | | * Update messages.po Update italian localization * Fix translation * Update src/locale/locales/it/messages.po Fix by @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Added some translation --------- Co-authored-by: Marco Maroni <marcomaroni@gmail.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update Korean localization (#4387)Minseo Lee2024-06-111-140/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 French localization (#4437)surfdude292024-06-111-41/+52
| | | | | | | | | | | | | | | | | | | | | * Update French localization * use `point médian` * Update messages.po * add three new strings * translate new string * Apply suggestions from code review Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * update revision date --------- Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
* Irish back to 100% (#4454)Kevin Scannell2024-06-111-1504/+955
|
* Fix to thread load-more bug (#4488)Paul Frazee2024-06-111-3/+2
|
* Stringify path error (#4379)Eric Bailey2024-06-111-1/+1
|
* Only enable keyboard controller when necessary (#4483)Samuel Newman2024-06-1113-201/+186
| | | | | | | | | | | | | | | | | | | * Only enable keyboard controller when necessary * make it screen only * rm keyboard padding * rm keyboardpadding file * revert using keyboard controller in composer * remove styles.outer (unnecessary for revert) * continue to use keyboard padding in the report dialog for dms --------- Co-authored-by: Hailey <me@haileyok.com>
* Update feeds header to just have edit link (#4484)Paul Frazee2024-06-111-45/+18
|
* Improve thread loading (#4402)Paul Frazee2024-06-113-2/+112
| | | | | | | * Increase the number of posts loaded when a self-thread is present * Increase depth to 10, detect cutoffs on self-threads and show continue link * Stacky the avis
* Move feeds screen into common navigator, handle usages (#4365)Eric Bailey2024-06-1129-167/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move feeds screen into common navigator, handle usages * Add link to Feeds from home screen (#4366) * Add link to feeds to home screen header * Center logo * Replace icons * Tweak spacing * Tweak spacing * Swap icon, sizing * Buttonize, size * Make menu same alignment on all screens * Remove FeedsTab support, enable drawer swipe on MessagesTab * Add note * Vertically align header * Swap in Pin * Use hashtag icon * Remove png * Fix reference * Ensure alignment with home and other screens
* rip out native translate (#4482)Samuel Newman2024-06-1113-227/+4
|
* register the push token after request has been approved on android (#4481)Hailey2024-06-112-2/+18
| | | | | | | | | | | * register the push token after request has been approved on android * use a `0` string for badge count * Revert "use a `0` string for badge count" This reverts commit efac39861817f4237c58211f68ef266d919b4d40. * temporary fix
* patch `expo-notifications` to clear badge (#4475)Hailey2024-06-102-21/+51
|
* Revert to old modal on android (#4458)Samuel Newman2024-06-116-147/+173
| | | | | | | | | | | | | | | | | * revert to old modal on android * close alf dialogs before closing composer * Try to fix white area * Use hook * Fix Back button * oops --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Sort profile feedgens by likes (#4380)Eric Bailey2024-06-111-1/+4
| | | | | | | | | | | | | | | * Sort profile feedgens by likes * Sort entire set as we get more pages * Nah This reverts commit 3b8714fd97bb113cfd8c588d5cdfd063d395f553. * Update profile-feedgens.ts --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Revert "Fix undefined block (#4471)" (#4472)Eric Bailey2024-06-112-22/+4
| | | This reverts commit 7cac413f3b397fee95681033f075d51c7c4ee153.
* Fix undefined block (#4471)Eric Bailey2024-06-102-4/+22
| | | | | | | | | | | | | | | * Fix undefined block (#4378) * Fix undefined block * Changing text and handling all blocks. * Tweaks * Hide follow button in hover card if user blocked --------- Co-authored-by: Josh <hi@oracularhades.com>
* Open convo menu when tapping on chat with deleted account (#4470)Eric Bailey2024-06-111-11/+7
| | | | | | | | | | | | | | | * Open menu on click * Remove useless util * Improve label * s/press/click * Tweak message --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* stop using `addPushTokenListener` (#4467)Hailey2024-06-112-4/+19
| | | | | | | | | | | | | | | * stop using push token listener * cleanup the hack * add a comment * remove test code * Fix patch --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* add hitslop to repost button (#4469)Samuel Newman2024-06-101-1/+3
|
* Add a loading indicator to notifications when loading latest (#4468)Paul Frazee2024-06-111-3/+19
| | | | | * Add a loading indicator to notifications when loading latest * Adjust size and alignment
* Visually improve the empty state of feeds (#4466)Paul Frazee2024-06-104-21/+40
|
* Give a meaningful error in the composer when replying to a deleted post (#4464)Paul Frazee2024-06-101-3/+10
|
* Fix: show known feed error UI more reliably (#4463)Paul Frazee2024-06-101-3/+2
|
* Only validate persisted data for existing users (#4465)Eric Bailey2024-06-101-0/+6
|
* Check `canAskAgain` for notification permissions (#4460)Hailey2024-06-103-3/+15
|
* Add support for new-tab clicks on feeds (#4462)Paul Frazee2024-06-103-22/+48
|
* Override legacy language codes for indonesian, hebrew, and yiddish (#4461)Paul Frazee2024-06-102-2/+20
| | | | | * Manually override incorrect 'in' to 'id' lang code * Fix additional legacy language code issues
* Ungate mobile web notification badge (#4459)dan2024-06-102-19/+14
|
* Fix (#4430): Use separate hooks for shell mode animated styles (#4451)Francesco Lodovici2024-06-109-30/+43
| | | | | | | | | * Fix (#4430): Use separate hooks for shell mode animated styles * Consolidate in one file --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Throttle instead of debounce (#4456)Samuel Newman2024-06-101-2/+6
| | | | | | | | | | | * throttle instead of debounce * trailing: true * Fix throttle call --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* debounce refetching listconvos (#4455)Samuel Newman2024-06-101-3/+16
|
* Patch to work around a crash in RN internals (#4426)dan2024-06-081-0/+16
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Reliably focus keyboard on Android (#4427)dan2024-06-071-7/+25
|
* Bump `expo-notifications` to fix NPE (#4425)Hailey2024-06-084-5/+5
| | | | | * bump library * rename patch file
* Use the proper logic on iOS to increment the badge (#4233)Hailey2024-06-077-15/+34
|
* Bump 1.86.0 (#4411)Hailey2024-06-071-1/+1
|