about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update index.tsxMinseo Lee2024-02-151-9/+10
|
* Update src/view/screens/Moderation.tsxMinseo Lee2024-02-151-1/+1
| | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update src/view/com/modals/LinkWarning.tsxMinseo Lee2024-02-151-1/+1
| | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update src/view/com/modals/LinkWarning.tsxMinseo Lee2024-02-151-1/+1
| | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update src/view/screens/Settings/index.tsxMinseo Lee2024-02-151-1/+1
| | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update src/view/screens/Settings/index.tsxMinseo Lee2024-02-151-1/+1
| | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update Drawer.tsxMinseo Lee2024-02-141-4/+6
|
* Mark more texts for localizationMinseo Lee2024-02-1427-93/+127
|
* Adds `preconnect` links to essencial external domains (#2847)Evandro Leopoldino Gonçalves2024-02-132-0/+10
| | | | | | | * adds preconnect links to essencial external domains * adds preconnect links to essencial external domains in the base.html template * fixes formatting issue
* Move visual display logic out of PostThread generators (#2862)dan2024-02-131-28/+55
| | | | | | | | | | | | | * Split skeleton gen into replies and parents Co-authored-by: Hailey <me@haileyok.com> * Move REPLY_PROMPT out of the generator * Move the rest of visual logic out of gen --------- Co-authored-by: Hailey <me@haileyok.com>
* Tune the feeds page a little morePaul Frazee2024-02-131-17/+24
|
* Add italian to app languagesPaul Frazee2024-02-135-0/+15
|
* Italian localization (#2642)Gabriella N2024-02-131-0/+4017
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create italian translation * Add files via upload * Delete src/locale/locales/it/italian translation * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> * Update src/locale/locales/it/messages.po Co-authored-by: Daniele <irsooti+code@gmail.com> --------- Co-authored-by: Daniele <irsooti+code@gmail.com>
* Merge branch 'mary-ext-feat/logged-out-improvements' into mainPaul Frazee2024-02-132-8/+150
|\
| * Add a little more bottom pad to be safePaul Frazee2024-02-131-1/+2
| |
| * Add safearea pad to bottom of native splashPaul Frazee2024-02-131-0/+3
| |
| * Merge branch 'feat/logged-out-improvements' of ↵Paul Frazee2024-02-132-8/+146
|/| | | | | | | https://github.com/mary-ext/fork-bsky-app into mary-ext-feat/logged-out-improvements
| * fix: style adjustmentsMary2024-02-131-2/+1
| |
| * fix: use the size propMary2024-02-131-1/+2
| |
| * feat: language selection on mobileMary2024-02-131-1/+75
| |
| * fix: do not remove the outlineMary2024-02-131-1/+0
| |
| * feat: language selection on web splash screenMary2024-02-131-3/+66
| |
| * fix: localize the splash screen footerMary2024-02-131-4/+6
| |
* | Bump build numberPaul Frazee2024-02-131-1/+1
| |
* | fix onboarding font size (#2857)Hailey2024-02-131-3/+5
| |
* | Add copy to feeds page (#2852)Hailey2024-02-139-97/+129
|/ | | | | | | | | | | | | | | | | | | | | | | | | * move `IconCircle` to `components` for reuse * add copy to feeds page * start of a header * saveit * add lg size * add your feeds * don't show Your Feeds if you don't have any * Minor ui tweaks * cleanup * remove unused activity indicator --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Bump build numbers and translationsPaul Frazee2024-02-1213-4741/+5461
|
* Fix duplicate keys in PostThread (#2854)dan2024-02-121-12/+15
|
* Remove invites code UI (#2851)Eric Bailey2024-02-123-193/+66
| | | | | * Hide invite codes UI, comment in settings * Just comment out
* Update tests to get them passing again (#2853)Paul Frazee2024-02-1215-84/+215
|
* Improve a11y of inputs (#2846)Eric Bailey2024-02-121-35/+15
| | | | | * Improve a11y of inputs * Remove old comment
* basic export repository link in settings (#2641)bnewbold2024-02-125-96/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * basic export repository link in settings Absolutely no prior React experience, and limited TypeScript, so probably doing all kinds of things wrong! I tried to make it a download button instead of link but that didn't work. There is probably a safer way to construct the URL string. I think having the download open in the browser is reasonable, as opposed to an in-app save flow in mobile. But i'm not sure. * Remove appview proxy toggle * Move Settings screen to a subfolder * Add support for the download attribute on links in web * Rewrite ExportRepository modal using ALF * Mobile ui tweaks --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* pad right for treeview (#2849)Hailey2024-02-121-1/+11
| | | | | * pad right for treeview * add comment
* Add search button to header on feeds screen (#2848)Hailey2024-02-122-72/+126
| | | | | * add search bar to header * add button on web
* Improved server selector during account creation and signin (#2840)Paul Frazee2024-02-1214-267/+316
| | | | | | | | | | | | | | | | | * Replace the ServerInput modal with a new dialog based on alf that remembers your server address history and doesnt put staging and localdev in the options * Update the server selector during account creation * dont apply capitalization, use url keyboard * Apply insets to dialog top * Improve padding of dialogs on native * Fix race condition in dialog close; also fix fire of the onClose event in dialogs --------- Co-authored-by: Hailey <me@haileyok.com>
* remove line height from text input for composer on ios (#2844)Hailey2024-02-121-1/+3
| | | | | * remove line height from text input for composer * only apply removal to ios
* Add follow button to highlighted post (#2828)Hailey2024-02-122-126/+254
| | | | | | | | | | | | | | | | | * add user-minus icon * add follow button to highlighted post * web hack for animations * adjustments * remove static string width, use flexbox * Revert "add user-minus icon" This reverts commit f1aafb3e39dce131b729864924d63a22368f9187. * better displaying of display name
* Cleaning up old codes pt_BR (#2809)Maison da Silva2024-02-121-287/+2
| | | Leave the file identical to the number of lines in the English version!
* Fix wrong translations in zh-CN localization (#2812)Aaki2024-02-121-17/+17
| | | | | | | | | | | | | * Update translations and fix wording * Update translation for Bluesky client service provider * Update Chinese translation for "Logged-out visibility" message * Update Chinese translation for password prompt * Update Chinese translations for invite codes * Update translations for Chinese locale
* Adjust Japanese translation (#2814)middlingphys2024-02-121-8/+8
| | | | | | | | | | | | | | | * Adjust Japanese translation * Adjust Japanese translation 2 * Update src/locale/locales/ja/messages.po Co-authored-by: Noritada Kobayashi <noritada.kobayashi@gmail.com> * Add name to message.po --------- Co-authored-by: Noritada Kobayashi <noritada.kobayashi@gmail.com>
* Update ja messages.po (#2821)hibiki2024-02-121-3/+3
|
* change follow to follow all when !== 20 (#2831)Hailey2024-02-121-1/+5
|
* ios adult content link fix 🤦 (#2845)Hailey2024-02-121-2/+7
|
* improves build.md completeness (#2835)Connor Justice2024-02-121-0/+11
|
* increase stroke width for active hashtag icon (#2829)Samuel Newman2024-02-121-1/+1
|
* Update `blueskyweb.xyz` links to `bsky.social` (#2830)surfdude292024-02-1214-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update blogpost link to bsky.social and remove unnecessary localisation params at end of Play Store URL in README.md * Update privacy policy link to bsky.social in PrivacyPolicy.tsx * Update TOS link to bsky.social in TermsOfService.tsx * Update links to bsky.social in Links.tsx * Update links to bsky.social in SplashScreen.web.tsx * Update link to bsky.social in base.html * Update links to bsky.social in HomeLoggedOutCTA.tsx * Update links to bsky.social in RightNav.tsx * Update links to bsky.social in Drawer.tsx * Update DMCA link to bsky.social in Modal.tsx * Update link to copyright policy on bsky.social in CopyrightPolicy.tsx * Update link to bsky.social in CommunityGuidelines.tsx * Update links to bsky.social in Settings.tsx * Update to bsky.social in Typography.tsx
* eas nightlies (#2826)Hailey2024-02-096-3/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add comment to config * add ios build num bump script * remove bak * add bump script for android * github action * add comment to config * testing * testing attempt 2 * add app id * ok add the app id the right way * Apply automatic changes * test the commit message * test the commit message again * Nightly iOS Build Bump * finished --------- Co-authored-by: haileyok <haileyok@users.noreply.github.com>
* Always show post dropdown button at the bottom of the post, add share button ↵dan2024-02-094-39/+51
| | | | | | | | | | | | | | | | | | | | | | | | to highlighted post (#2646) * Always show post dropdown at the bottom * Rm useless view (no longer needed) * space icons evenly in big, add equal padding * add share icon * add onShare * confirmed figma noob. figured it out. * use our svg naming strat * Update icon --------- Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Measure header layout reliably (#2817)dan2024-02-091-16/+21
| | | | | * Measure header layout reliably * grammar
* Round line height (#2824)Eric Bailey2024-02-092-3/+3
| | | | | * Round line height * Add to existing