about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add new languages to `CFBundleLocalizations` key (#6835)surfdude292024-12-022-3/+3
| | | | | | | | | | | | | | | * Order tweak in lingui.config.js * Add new languages to `CFBundleLocalizations` key * Order tweak in dates.ts * hyphen to en-dash * change two `zh` tags to use script rather than region * `zh_HK` ➡️ `yue-Hant` * `pt` ➡️ `pt-BR`
* "Contain" images with missing dimensions instead of cropping them (#6828)dan2024-11-283-20/+35
| | | | | | | * Show unknown aspect as "contain" for autosize * Fix a flash of wrong position when opening in lightbox * Fix last frame flash on Android
* Fix stuck lightbox (#6816)dan2024-11-282-3/+40
| | | | | | | * Fix lightbox getting stuck by fixing rAF order If you spam opening lightbox too fast, the effect that calls rAF will clean up and set up again midflight. Unfortunately, due to rAF order being unreliable, it may fire in reverse order, causing "open, open, close" instead of "open, close, open", so it would get stuck closed. This fixes the rAF order. * Don't allow opening another lightbox while it's open
* ensure black root view on iOS (#6813)Samuel Newman2024-11-281-2/+7
|
* fix iOS language picker style in dark mode (#6804)Foster2024-11-283-0/+4
| | | Co-authored-by: skipness <ckhf@proton.me>
* Fix web build by removing app icon settings (#6784)dan2024-11-272-1/+5
|
* Fix gap between Write Your Reply and bottom bar on web (#6783)dan2024-11-271-1/+1
| | | | | * Fix gap between Write Your Reply and bottom bar on web * rm log
* [Subs] Custom app icons (#6758)Samuel Newman2024-11-277-2/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * custom icons * rm default * clouds.jpg * use cross-platform fork * minor fixes for android * update dynamic icon lib * gate app icon settings behind discover debug dids * rename clouds * Bop it * Update default ios icon as well * Remove old icon * Update logo placement * update to latest expo-dynamic-app-icon * fix android icon sizes --------- Co-authored-by: Eric Bailey <git@esb.lol>
* css color transitions on left nav (#6768)Samuel Newman2024-11-271-0/+1
|
* Fix ast (#6774)Frudrax Cheng2024-11-272-3/+2
|
* Fix import sortPaul Frazee2024-11-261-1/+1
|
* Release 1.95 take2 (#6771)Paul Frazee2024-11-2629-6167/+7603
| | | | | * Run intl extract * Update join count
* Add "ast" locale support (#6411)Softastur2024-11-266-0/+8612
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add "ast" locale support * Add "ast" locale support * Add "ast" locale support * Add "ast" locale support * Add "ast" locale support * Add "ast" locale support * Add "ast" translations This commit adds preliminary translation support for "ast" locale. Around 20% is translated. * Update "ast" locale translations * Update "ast" translations Fixes minor spelling mistakes and translates many strings more * Update messages.po With this commit we reach the 55% of strings translated after the last code sync --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Add Aragonese language ('an') support and l10n (#6638)Juan Pablo Martínez2024-11-266-0/+8131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update languages.ts * Update i18n.web.ts * Update i18n.ts * Update helpers.ts * Create messages.po * Update lingui.config.js * Update dates.ts * Add files via upload * Update src/components/hooks/dates.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/components/hooks/dates.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update i18n.ts * Update messages.po * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update catalan messages.po (#6682)Ivan Beà2024-11-261-43/+43
| | | | | | | | | | | | | | | | * Update catalan messages.po Back to 100% translated. Applied pending corrections by @darcio and @jordimas https://static.softcatala.org/quality/bluesky_social_app.html Please take a look at it @ivanbea @jordimas @darccio @surfdude29 @rortan134 @magarcia * Update catalan messages.po Change all "arxiu" to "fitxer" as suggested by @jordimas * Update catalan messages.po Suggestions by @aryiu
* Update Italian translations (#6717)Michele Locati2024-11-261-72/+72
|
* Informal tone and other improvements to Dutch (#6724)Guido Leenders2024-11-261-3555/+2891
| | | | | | | * Informal tone [ER]. * More improvements [ER]. * Improvements by Flitskikker [ER].
* Improve German translation (#6750)Nando2024-11-261-57/+57
|
* Update Chinese & Cantonese localization (#6754)Frudrax Cheng2024-11-263-696/+660
| | | | | | | | | | | | | | | | | | | | | | | | | * Update translates from crowdin * zh-CN: Re-translate 'Welcome, friend!' * zh-CN: Improved translations * Fix translate 'Threaded' * zh-CN: Improve spelling and grammar * Translated 'Allow quote posts' * zh-CN: Better translation of 'from' * zh-CN: Improved quantifiers * zh-CN: Improved translations * Update translates from crowdin * Update translates from crowdin * Improved translation
* Lightbox status bar behaviour (#6637)Samuel Newman2024-11-263-33/+58
| | | | | | | * lightbox status bar * add hideTransitionAnimation="slide" * move navigation bar logic to util
* Fix stutter when swiping feeds on Android (#6765)dan2024-11-262-13/+1
|
* Fix Android keyboard bug when opening a sheet (#6739)Samuel Newman2024-11-261-10/+14
| | | | | * reimplement KeyboardStickyView * fix missing arg
* Fix `<List>` types (#6756)Samuel Newman2024-11-2610-152/+168
| | | | | | | * fix List and ScrollView types * add comment * rm omitting ref
* focus search input on soft reset in mobile (#5732)rshigg2024-11-251-0/+1
|
* Edit string to avoid churning translations (#6737)dan2024-11-251-1/+1
|
* Revert "Pass referrer on native (with an opt out) (#6648)" (#6732)dan2024-11-258-124/+16
| | | This reverts commit ac5b2cf31f2bb45f1bf8a180705249d3cce8017d.
* Ensure react-native-keyboard-controller enabled state doesn't get ↵Samuel Newman2024-11-256-84/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | overwritten (#6727) * revert to prev state instead of false * add dep array * use ref counting approach * patch keyboard controller to allow changing the enabled prop * remove state from patch * change patched prop name * remove Math.max check, log if < 0 * use noop provider * rm patch, use `useRef` * Style nits * Rm on web --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Dismiss keyboard on drag in starter pack screens (#6537)Adam Rowe2024-11-252-0/+2
|
* fix: keyboard handler memoization (#6719)Kirill Zyusko2024-11-252-27/+33
| | | | | * fix: keyboard handler memoization * fix: return missing dependency
* Make quote post enabled switch label text static (#6720)Evan2024-11-251-5/+1
| | | | | | | | | | | * Make quote post enabled switch label text static * Update PostInteractionSettingsDialog.tsx * meh this is better --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Don't re-sort already fetched post thread items (#6698)dan2024-11-242-9/+52
| | | | | | | | | | | | | | | * Don't reorder already seen posts in PostThread * Add sorting by generation * Rip out stable order cache It doesn't make sense because sort() doesn't call the callback for all A/B pairs, and the server returning a different ordering will cause cache misses which means there'll be no stability anyway. * Make hotness deterministic per fetched at * Cache random scores while in thread * Reorder for clarity
* Fix glitches in gl/messages.po (#6702)surfdude292024-11-242-14/+6
| | | | | | | | | * fix glitches in gl/messages.po * Fix italian --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Fix format number polyfill for gl locale (#6680)dan2024-11-241-0/+3
|
* Run intl:extract (#6678)Paul Frazee2024-11-2326-18980/+20147
|
* Update src/locale/i18n.tsPaul Frazee2024-11-231-0/+1
|
* Merge branch 'main' into mainPaul Frazee2024-11-23316-36408/+69286
|\
| * Improve spanish translation of repost (#6395)Gonzalo Riestra2024-11-231-10/+10
| | | | | | Use "republicar" instead of "volver a publicar"
| * There’s no Moldavian/Moldovan language (#6427)Claudiu Cristea2024-11-231-2/+2
| |
| * Added Galician language localization (#6463)xurxogp2024-11-236-0/+9576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update languages.ts added galician language * Update i18n.web.ts added import of galician translations file * Update i18n.ts added galician language * Update helpers.ts added galician to sanitizeLanguage function * galician messages First commit * Second commit * Third commit * fourth commit * fifth commit * Update lingui.config.js change to make available Galician language * galician translation by Carlos Vieito and Alexandre Espinosa --------- Co-authored-by: Alexandre Espinosa Menor <aemenor@gmail.com>
| * Update catalan messages.po (#6485)Martin Garcia2024-11-231-127/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update catalan messages.po * 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: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
| * Update Italian translations (#6487)Michele Locati2024-11-231-2658/+934
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Italian translations * Fix typo * Update messages.po * yarn intl:extract * Update italian translation * Fix typo * In Italy we almost never use Title Case * @marcomaroni-github suggestions * Add more strings, remove "per favore" * Update narrow "# hours" * Fix plural rules, translate remaining strings * Update translations with @arestifop suggestions * Update translations * Update translations --------- Co-authored-by: Lucaterzo <49860098+Lucaterzo@users.noreply.github.com> Co-authored-by: Alessio <alessio.restifo@gmail.com>
| * Update Korean localization (#6523)Minseo Lee2024-11-231-625/+647
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
| * Vietnamese Localization (Continued from #2524) (#6564)Quang Phan2024-11-237-1/+8561
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Vietnamese localization * Complete Vietnamese Translations * Add date localization for Vietnamese * Fix typos and wording in Vietnamese translation * Update Vietnamese translation * Add @vinhphm to Vietnamese translator list --------- Co-authored-by: CromNguyen <nguyenthietmanh98@gmail.com>
| * Updated Hindi UI for Version 1.94 (#6566)FalKoopa2024-11-231-1588/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
| * updated & added missing strings in FR locale (#6596)cereza2024-11-231-176/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * updated FR locale * removed my name from Language-Team i'm not sure if this is a list of every translation contributors or if this is the main people who handle translations, so i've decided to remove it for the time being * replaced "fil d'actu Following" with "fil des abonnements" i thought i did that already oops * fixed DID mistranslation i thought it stood for Direct Inward Dialing * applied suggestions from @signez Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * replaced spaces to non breaking spaces where necessary might have some missing, i'll patch these up while fixing apostrophes * fixed apostrophes i also swapped "Changer l'e-mail" with "Changer votre e-mail", thought since it was an account-related thing, IIRC most of the account settings (handle, password, etc.) are possessive towards the user so i thought it'd be better to keep it consistent * removed the period at the start why is that here get that outta here Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * applied suggestions from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * Fix the remaning 'like' mentions in French --------- Co-authored-by: Stanislas Signoud <signez@stanisoft.net> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
| * Translate missing strings. (#6599)codehead2024-11-231-196/+196
| | | | | | Co-authored-by: Javier Arturo Rodriguez <javier@rodriguez.org.mx>
| * Update Portuguese localization (#6603)Luan2024-11-231-128/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update PT-BR messages.po * Apply suggestions from code review Co-authored-by: Paul Frazee <pfrazee@gmail.com> * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Update Chinese & Cantonese localization (#6626)Frudrax Cheng2024-11-233-2001/+2031
| | | | | | | | | | | | | | | | | | | | | | * Update translates from crowdin * Completed the translations for video and HTTP referer control * Improved translation * Fix several translation issues * Improved Cantonese translations
| * Update Irish translation (#6668)Kevin Scannell2024-11-231-659/+659
| |
| * Fix skeleton alignment (#6676)dan2024-11-231-6/+6
| |