about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix Fast Refresh in <Text> files (#6609)dan2024-11-216-139/+156
| | | | | | | | | | | * Separate non-components from components * Mark old Text as deprecated * Move emoji utilities to non-React file * Fix type * Fix import
* Don't underline links on native hover (#6588)dan2024-11-212-23/+13
|
* Remove unused RN.Animated code (#6584)dan2024-11-214-427/+3
| | | | | * Remove unused RN.Animated code * Rm more dead code
* Disable vertical scrollbars on Android only (#6586)dan2024-11-211-1/+2
|
* Prevent ProfileHeaderHandle from breaking out of its parent view (#6574)Horus Lugo2024-11-201-1/+1
|
* fix change handle dialog on android (#6563)Samuel Newman2024-11-202-6/+3
|
* preserve video's last known time when scrolling away (#6239)Andrew Aquino2024-11-192-0/+13
|
* Implement Polish translation (#6283)axiand2024-11-196-0/+8045
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial polish translation sweep * rewrite feeds page flavor text * bring up to date with dev branch, revisit some strings * redoing some more... * bring up to date * rm dead strings, try out a different phrasing for threaded mode str prev translation was nonsensical - we're already calling threads "wątki". let's try "recursive tree" instead to describe what threaded mode does * tweaks here and there * more tweaks. sign translation file TL note: trying a new space-saving translation for send via direct message, old one made the context menu stretch * space-saving translations for profile tabs * up to date * tl latest changes * some small fixes * few more tweaks around profile editing strings * i dislike gendered languages * yet more tweaks * Update dates.ts * Review suggestions (1) * tiny fixes * Review suggestions (2) * Review suggestions (3) * Review suggestions (4) * "Anuluj wyciszenie" * A few new strings * Remove dead strings again * Review suggestions (5) * te -> to --------- Co-authored-by: Frudrax Cheng <i@cynosura.one>
* Update Hungarian translation for 1.94 (#6186)smileyhead2024-11-191-1422/+1767
|
* Fix post interaction selectable text being cut off (#6527)Evan2024-11-191-2/+2
|
* Remove aria-pressed attr from button. Closes #6325 (#6402)Paul Coroneos2024-11-191-1/+0
|
* Render post menu items lazily (take two) (#6473)dan2024-11-192-672/+741
| | | | | | | | | | | | | | | * Revert "Revert "Render dropdown menu items lazily (#6437)" (#6470)" This reverts commit 0b38c77faa71dbc777d3d0162b86cb3e8695ff99. * Lazily initialize menu items * Split in two files * Make it work on mobile This is wonky because our useMenuDialog abstraction only has `isOpen` on web. I couldn't figure out a way to make it work xplat so I'm just tracking it myself manually. * Fix typo in comment
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-19142-148/+53
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Split FeedSlice into FlatList rows (#6507)dan2024-11-193-211/+188
|
* Use native modal for signup queue screen (#6392)Samuel Newman2024-11-191-20/+33
| | | | | | | | | * fix top inset for signup queue * use native modal for queue screen * spacing for if text is super large * don't allow scroll bounce
* Attempted video perf improvements (#6519)Samuel Newman2024-11-193-38/+32
| | | | | | | * remove layout animations from video * only show button/spinner when necessary * use native activityindicator rather than loader
* Add Profiler build for Android (#6510)dan2024-11-192-34/+66
|
* Add useHandleRef as a lighter alternative for useAnimatedRef (#6500)dan2024-11-187-54/+75
|
* Fix TagMenu initial render perf (#6483)dan2024-11-182-151/+165
| | | | | | | * Split tag menu dialog content * Log the actual error please * Fix it on native
* Hardcode Giphy embed height (#6475)dan2024-11-181-26/+4
|
* Extract RepostButton inner dialog (#6498)dan2024-11-181-79/+109
| | | | | | | | | * Extract RepostButton inner dialog * use `useDialogContext` instead of passing prop --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Fix layout jumps for images (#6474)dan2024-11-181-12/+15
|
* Optimize ContentHider (#6501)dan2024-11-181-9/+31
|
* Revert "Render dropdown menu items lazily (#6437)" (#6470)dan2024-11-171-309/+278
| | | This reverts commit e9fe8d90ef5e9ca2ed4bc9649794c5288fb1232d.
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-1726-304/+351
| | | | | | | | | | | | | | | | | | | | | * Convert lightbox to get/set * Work around software-mansion/react-native-reanimated#6613 * Use get/set in more places * Port MainScrollProvider to get/set * Port more to get/set * Port composer to get/set * Remove unnecessary thread hops in composer * Port more things to get/set * Convert more to get/set, remove redundant runOnJS * Convert remaining cases to get/set
* fix video thumb cleanup (#6431)Samuel Newman2024-11-173-10/+17
|
* Render dropdown menu items lazily (#6437)dan2024-11-171-278/+309
|
* [Web] Clicking root link twice refreshes the screen (#6434)dan2024-11-171-4/+13
| | | | | | | * [Web] Clicking root link twice refreshes the screen * Scope it to navigation action In practice this means -- just for the bottom mobile web tab bar.
* Release 1.94 (#6430)Paul Frazee2024-11-1623-18494/+27836
| | | | | | | * Fix errors in hindi .po * Run intl extract * Update join count
* Sort pins last in thread view (#6426)dan2024-11-161-0/+11
|
* Remove typography NUX and consistently call upsertProfile (#6424)dan2024-11-163-151/+33
| | | | | | | | | * Make profile upsert unconditional * Remove Typography NUX * Early exit NUXes on unknown creation date * Clarify via comment
* Email verification tweaks (date) (#6416)Hailey2024-11-161-2/+3
|
* Update PT-BR messages.po (#6284)Luan2024-11-161-55/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update PT-BR translation * Update PT-BR translation * Update messages.po * Update PT-BR translation for consistent usage of "postagem" * Update messages.po * Update src/locale/locales/pt-BR/messages.po Co-authored-by: Gildásio Filho <gildasiogx@gmail.com> * Update src/locale/locales/pt-BR/messages.po * Update src/locale/locales/pt-BR/messages.po * Update src/locale/locales/pt-BR/messages.po * Update src/locale/locales/pt-BR/messages.po * Apply suggestions from code review Co-authored-by: Gildásio Filho <gildasiogx@gmail.com> --------- Co-authored-by: Gildásio Filho <gildasiogx@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Fix the translation of the adjective "open" (#6206)CanGiante2024-11-161-1/+1
|
* Fix minor localization issues in Spanish: (#6094)Elena Torró2024-11-161-68/+68
| | | | | | | | | | | | | | | | | | | * Fix minor localization issues in Spanish: - Use 'pack de inicio' instead of 'paquete de inicio' - Use 'Inténtalo' instead of 'Intenta' - Fix 'Por favor' - Do not use 'una' as article for 'posts' - Use 'Eliminado' instead of 'Removido' * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Use 'paquete de inicio' and fix typos --------- Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com>
* Update Irish localization to 100% (#6387)Kevin Scannell2024-11-161-1294/+118
|
* Update French translations (November 9th, 2024) (#6190)Stanislas Signoud2024-11-161-371/+103
| | | | | | | | | * Remove legacy strings in FR localisation file * Update French translations * Fix typos and inconsistent French translations * Get rid of a few 'Veuillez' in French locale to appear less formal
* Update italian translation (#6188)Marco Maroni2024-11-161-1279/+1689
| | | | | | | | | | | | | * Updated and added missing italian translation * Resolved conflicts * Fix conflict * Fix some translation * Update messages.po Some other fixes
* Big update of the Hindi translation (#6077)FalKoopa2024-11-161-1655/+1655
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Resolve conflicts * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po based on feedback * Update messages.po * Update messages.po
* Update catalan messages.po (#6030)Ivan Beà2024-11-161-46/+46
| | | | | | | | | | | | * Update catalan messages.po back to 100% Please have a look at it @jordimas @darccio @surfdude29 @rortan134 * Update catalan messages.po aplying @jordimas corrections * Update messages.po
* use IAB for translate (#6421)Samuel Newman2024-11-163-3/+3
|
* manually implement drawertype logic (#6419)Samuel Newman2024-11-161-0/+1
|
* Update Chinese & Cantonese localization (#6020)Frudrax Cheng2024-11-163-5056/+5407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations messages.po (Chinese Simplified) * New translations messages.po (Chinese Traditional) * New translations messages.po (Chinese Traditional, Hong Kong) * Update translates from crowdin * Run intl:extract * Update translates from crowdin * Update translates from crowdin * zh-CN: Fix typo * zh-HK: Update translates * Update translates by notlin4 * Update translates from crowdin * Update translates from crowdin * zh-CN: Clarify description text * Update translates from crowdin * zh-HK: Update translates * zh-CN: Re-translate 'Feed' * zh-HK: Update Translates * Update translates from crowdin * CN & TW: Consistency fixes * Update translates from crowdin * Update translates from crowdin * Unify the translation of 'Yes' * Update translates from crowdin * Update translates from crowdin * zh-CN: Optimize media tag translates * CN & HK: Update translates from crowdin * Improved 'starter pack' translations * CN & HK: Improved onboard translations * zh-CN: Improved translation * Update translates from crowdin * zh-HK: Improved translation * Remove extra spaces before the time * Update Translates from crowdin * Update translates from crowdin * zh-CN: Improved translation * CN: Fix 'mute for everyone' translates * Retranslate 'self-labels' * Retranslate 'self-labels' again * CN & HK: Improved translation * CN & HK: Improved translation#2 * CN: Improved translation * Rollback 'report' translation * Hot fix * CN: Clarify label annotations * TW: Improved translation * Update translates from crowdin * Translated email verification dialog & Fix HK typo
* Update Korean localization (#6014)Minseo Lee2024-11-161-1125/+1232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Japanese translation (#6013)Takayuki KUSANO2024-11-161-469/+541
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update translations * Remove obsoleted messages * Fix the msg pointed out by Hima-Zinn * Update translation * Update translation * Applied suggested fixes by Hima-Zinn * Translate 1 message and apply middlingphys' suggesstion * Translate unread related msgs, etc. * Update translation * Translate 2 new msgs, remove obsolete msgs * Translate 1 message * translate backdated info * Update translation
* Tweak email verification dialog (#6397)Hailey2024-11-152-24/+59
|
* Better error message (+ translations!) (#6349)Samuel Newman2024-11-151-4/+10
| | | | | * clean network errors for new common eerors * translate errors
* [Statsig] Remove client downsampling (#6153)Hailey2024-11-1513-99/+57
|
* Reduce calls to getLogs (#6381)Eric Bailey2024-11-151-2/+2
|
* Reduce `listConvos` requests (#6378)Eric Bailey2024-11-153-11/+46
| | | | | | | | | | | | | * Reduce page size for request * Remove refetch interval entirely * Add comment * Optimistically mark as read * Drop default active poll interval to 60s from 5min * Only optimistically update unread count if success