about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Reliably focus keyboard on Android (#4427)dan2024-06-071-7/+25
|
* Use the proper logic on iOS to increment the badge (#4233)Hailey2024-06-072-13/+15
|
* Composer - backup android focus (#4415)Samuel Newman2024-06-071-0/+13
| | | | | * backup android focus * bump to 300ms just to make sure it catches all of them
* scope enable/disable of keyboard controller in composer to only android (#4412)Hailey2024-06-061-1/+1
|
* Fix horizontal padding of tab within profile header (#3924)Minseo Lee2024-06-062-9/+8
| | | | Co-authored-by: Hailey <me@haileyok.com>
* disable keyboard controller in the composer screen (#4399)Hailey2024-06-061-0/+12
| | | | | | | | | | | | | | | * disable keyboard controller in the composer screen * add comment * oops * destructure * rename to keyboard context for clarity * move destructure * cleanup
* Fix notifications pagination on web (#4400)Paul Frazee2024-06-061-1/+10
| | | | | * Fix notifications pagination on web * Preserve larger threshold on native
* Fix tall image lightbox on Android (#4393)dan2024-06-061-8/+14
|
* Fix prettier (#4392)dan2024-06-061-1/+6
|
* cancel animations before updating value for min-shell animation (#4386)Hailey2024-06-062-2/+10
| | | | | * cancel animations before updating value * comment
* Composer - make sure android keyboard opens (#4390)Samuel Newman2024-06-063-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | * keep trying to open keyboard until it's open * limit number of retries * keep the original 50ms one as well * Proper fix! * disable autoFocus if not visible * Reset derived state * Revert "Reset derived state" This reverts commit 71f57391ae78bac717282e699d1b83cbd87771eb. * Use derived state pattern * Rename for clarity --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Switch to withSpring to work around Reanimated regression (#4391)dan2024-06-061-9/+3
|
* Split ShareViaChatDialog (#4383)dan2024-06-061-11/+22
|
* add `legacy` to picker for Android (#4377)Hailey2024-06-052-1/+4
| | | | | * add `legacy` to picker * add for the other callsite
* add notification count badge mobile web (#4375)Hailey2024-06-052-8/+36
| | | | | | | | | | | | | | | | | * add notification count badge mobile web * rename var * add gate to types * implement gate * nit * Fix condition order, narrow types --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* add types for `desktopFixedHeight` to `List` (#4356)Hailey2024-06-052-1/+2
| | | | | | | * add types for `desktopFixedHeight` * nit * accept both `number` and `boolean`
* Release 1.85 (#4372)Paul Frazee2024-06-0418-12020/+14967
| | | | | * Update tests * Run intl extract
* Update Korean localization (#4318)Minseo Lee2024-06-041-840/+707
| | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Merge remote-tracking branch 'upstream/main' into update-korean-localization
* Update Irish translations back to 100% (#4306)Kevin Scannell2024-06-041-1595/+764
|
* Update French localizations (#4223)Stanislas Signoud2024-06-041-906/+742
| | | | | | | | | | | | | | | | | * Update French localizations * Fix typos in French and misusage of "Ignorer" Thanks @surfdude29 for the review! Fixes #4296. * Bump strings and remove unused one in French * Translate three new missing strings in French * Bump strings and trim unused old in French again * Translate five new missing strings in French again
* Upated Japanese translation (#4311)Takayuki KUSANO2024-06-041-197/+164
| | | | | | | * Delete obsoleted translated messages * Translate new messages, update some messages * Update Japanese translations
* Update Chinese Localization (#4323)Frudrax Cheng2024-06-042-1871/+1726
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve zh-TW translation * improve and fix * Update messages.po msgid "Nevermind, create a handle for me" * revert L3813 * 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: Fix and clean msgid "Copy {0}" msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." * CN: Unify emoji * TW: Update and unify some translation * TW: unify "色情 * TW: update * TW: typo * CN:translated latest commit * CN:removed superseded strings * CN:fixed string 'left to go' * CN:unified translation * CN:translated latest commit * CN:fix typo --------- Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com>
* use a timeout to focus the composer input (#4370)Hailey2024-06-051-1/+8
| | | | | | | | | | | * use a timeout to focus the composer input * scope to just android * scope useEffect to just android as well * oops * cleanup
* Fix: visually indicate when quoted content is labeled (#4369)Paul Frazee2024-06-051-2/+4
|
* [🙅] Integrate deactivate (#4308)Eric Bailey2024-06-055-15/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update types (cherry picked from commit 27deac1f367825771ba76fa098ec1b0a62dcf64a) * Integrate into deactivate dialog (cherry picked from commit 84f299a447259cc1fbfc7be607e28197779e4ec1) * Integrate into Deactivated screen (cherry picked from commit 29193f34822ecdf11e2a407197fa230285dfe846) * Bump api sdk (cherry picked from commit 738c622d3e5a23bfbb0d3bdce3a6bdf01e54ca60) * Update permalink (cherry picked from commit c10bf5c071d76c3054bc4ce9d313c10b1820f038) * Bump sdk pkg * Update types to match backend * Loosen types for forwards compat * Hydrate status from persisted data * Refresh session when re-activating, clear query cache * Show app password error * Refactor dialog to clear state when closed * Add app password error to Deactivated screen
* Fix descenders cutoff in new chat dialog (#4359)Eric Bailey2024-06-041-2/+4
|
* Report persisted schema validation failures (#4358)Eric Bailey2024-06-041-2/+13
| | | | | * Report persisted schema validation failures * Make it safer
* Don't show profile labels until loaded (#4357)dan2024-06-041-9/+11
|
* [🙅] Remove fallback that's no longer valid (#4353)Eric Bailey2024-06-042-30/+30
| | | | | * Remove fallback that's no longer valid * Update test
* Use recent convos for share via dialog (#4352)Eric Bailey2024-06-043-11/+81
|
* Fix a few border nits (#4349)Hailey2024-06-043-11/+19
| | | | | | | | | | | | | | | * replace w/ hairline width * no border for placeholder * few notifications screen fixes tablet * still show the border on desktop * Simp --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Mark `accessibilityLabel` and `accessibilityHint` for translation (#4351)surfdude292024-06-041-2/+5
| | | | | | | * mark `accessibilityLabel` and `accessibilityHint` for translation * lint * try again
* use rngh scrollview in search horizontal list (#4350)Hailey2024-06-041-2/+3
|
* Fix forwarded ref (#4348)dan2024-06-041-9/+12
|
* add profiles to search history (#4169)Ryan Skinner2024-06-041-7/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | * add profiles to search history * increasing horizontal padding slightly * tightening up styling * fixing navigation issue * making corrections * Make the search history profiles a little smaller * bug stomping * Fix issues * Persist taps * Rm unnecessary --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Fix missing top borders (#4346)dan2024-06-043-13/+5
|
* allow nested quotes in DMs (#4345)Samuel Newman2024-06-043-29/+27
|
* Composer - unbork web (#4344)Samuel Newman2024-06-042-31/+13
| | | | | | | * reduce side gap + add overflow hidden also remove the animations since they don't appear in prod, and are kinda broken * removed fixed height to fix alt text
* Composer - make bottom border more consistent when typing (#4343)Samuel Newman2024-06-041-10/+10
| | | | | | | | | | | * floor values * fix last line being obscured * Rm unnecessary runOnUI --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* [🙅] Disambiguation of the deactivation (#4267)Eric Bailey2024-06-0412-217/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disambiguation of the deactivation * Snapshot crackle pop * Change log context * [🙅] Add status to session state (#4269) * Add status to session state * [🙅] Add new deactivated screen (#4270) * Add new deactivated screen * Update copy, handle logout * Remove icons, adjust padding * [🙅] Add deactivate account dialog (#4290) * Deactivate dialog (cherry picked from commit 33940e2dfe0d710c0665a7f68b198b46f54db4a2) * Factor out dialog, add to delete modal too (cherry picked from commit 47d70f6b74e7d2ea7330fd172499fe91ba41062d) * Update copy, icon (cherry picked from commit e6efabbe78c3f3d9f0f8fb0a06a6a1c4fbfb70a9) * Update copy (cherry picked from commit abb0ce26f6747ab0548f6f12df0dee3c64464852) * Sizing tweaks (cherry picked from commit fc716d5716873f0fddef56496fc48af0614b2e55) * Add a11y label
* [🐴] Post embeds polish (#4339)Eric Bailey2024-06-043-30/+94
| | | | | | | * Handle message cleanup * Handle last message in chat list * Memoize lastMessage