about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes msgfmt error in line 196 (#2567)Jordi Mas2024-01-181-3/+3
|
* Prevent close on backdrop for alt text edit modal (#2492)Mary2024-01-182-4/+8
| | | | | * fix: don't close on backdrop for alt text edit * fix: ignore esc key press if a modal is open
* Merge branch 'mary-ext-feat/better-autocomplete-view' into mainPaul Frazee2024-01-182-35/+114
|\
| * Change handling for mobilePaul Frazee2024-01-182-3/+30
| |
| * Merge branch 'feat/better-autocomplete-view' of ↵Paul Frazee2024-01-182-34/+86
|/| | | | | | | https://github.com/mary-ext/fork-bsky-app into mary-ext-feat/better-autocomplete-view
| * feat: better autocomplete viewMary2024-01-162-34/+86
| |
* | fix: make alt text selectable in Lightbox (#2563)Kyrylo Pronskykh2024-01-181-6/+10
| |
* | Add catalanPaul Frazee2024-01-185-1/+26
| |
* | Adding catalan localization (#2434)Ivan Beà2024-01-181-0/+2489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create messages.po in catalan * Apply suggestions from code review Co-authored-by: Dario Castañé <d@rio.hn> * Update messages.po Change Estàs segur to Segur * Update messages.po Change "Estàs segur" to "Confirmes" "Ho confirmes" and keep using tuteo * Update messages.po adding suggestions by @jordimas * Apply suggestions from code review Co-authored-by: Dario Castañé <d@rio.hn> Co-authored-by: Daniel Martí <mvdan@mvdan.cc> --------- Co-authored-by: Dario Castañé <d@rio.hn> Co-authored-by: Daniel Martí <mvdan@mvdan.cc>
* | Set start time on YouTube embeds (#2565)Mary2024-01-182-9/+11
| | | | | | | | | | | | | | * fix: set start time on yt embeds * fix: re-encode to be on the safe side * chore: fix embed tests
* | Remove excess l10n related markups (#2544)Takayuki KUSANO2024-01-184-17/+13
| | | | | | | | | | * Remove excess l10n related markups * One more correction pointed out by quiple
* | fix: exempt well-known paths from being handled (#2505)Mary2024-01-181-1/+8
| |
* | Merge branch 'Signez-better-fr-l10n' into mainPaul Frazee2024-01-181-613/+637
|\ \
| * | Merge branch 'better-fr-l10n' of https://github.com/Signez/bsky-social-app ↵Paul Frazee2024-01-181-613/+637
|/| | | | | | | | | | | into Signez-better-fr-l10n
| * | Improve French localization thanks to reviewsStanislas Signoud (Signez)2024-01-121-32/+32
| | | | | | | | | | | | Thanks to @fenarinarsa for all the review work!
| * | Translate more strings in FrenchStanislas Signoud (Signez)2024-01-121-457/+402
| | |
| * | Extract new strings to translate in FrenchStanislas Signoud (Signez)2024-01-121-363/+1826
| | |
* | | Update DiscoverFallbackHeader.tsx (#2537)Minseo Lee2024-01-181-9/+9
| | |
* | | Use new palette values for main palette (#2566)Eric Bailey2024-01-185-69/+74
| | | | | | | | | | | | | | | * Use new palette values for main palette * Drawer bg in dark mode
* | | Phone number verification in account creation (#2564)Paul Frazee2024-01-1817-332/+694
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add optional sms verification * Add support link to account creation * Add e2e tests * Bump api@0.9.0 * Update lockfile * Bump api@0.9.1 * Include the phone number in the ui * Add phone number validation and normalization
* | | Allow images to use specified aspectRatios (#2558)Eric Bailey2024-01-181-15/+2
| | |
* | | New component library based on ALF (#2459)Eric Bailey2024-01-1860-965/+4680
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install on native as well * Add button and link components * Comments * Use new prop * Add some form elements * Add labels to input * Fix line height, add suffix * Date inputs * Autofill styles * Clean up InputDate types * Improve types for InputText, value handling * Enforce a11y props on buttons * Add Dialog, Portal * Dialog contents * Native dialog * Clean up * Fix animations * Improvements to web modal, exiting still broken * Clean up dialog types * Add Prompt, Dialog refinement, mobile refinement * Integrate new design tokens, reorg storybook * Button colors * Dim mode * Reorg * Some styles * Toggles * Improve a11y * Autosize dialog, handle max height, Dialog.ScrolLView not working * Try to use BottomSheet's own APIs * Scrollable dialogs * Add web shadow * Handle overscroll * Styles * Dialog text input * Shadows * Button focus states * Button pressed states * Gradient poc * Gradient colors and hovers * Add hrefAttrs to Link * Some more a11y * Toggle invalid states * Update dialog descriptions for demo * Icons * WIP Toggle cleanup * Refactor toggle to not rely on immediate children * Make Toggle controlled * Clean up Toggles storybook * ToggleButton styles * Improve a11y labels * ToggleButton hover darkmode * Some i18n * Refactor input * Allow extension of input * Remove old input * Improve icons, add CalendarDays * Refactor DateField, web done * Add label example * Clean up old InputDate, DateField android, text area example * Consistent imports * Button context, icons * Add todo * Add closeAllDialogs control * Alignment * Expand color palette * Hitslops, add shortcut to Storybook in dev * Fix multiline on ios * Mark dialog close button as unused
* | | Reduce some Sentry logs (#2549)Eric Bailey2024-01-164-7/+8
| | | | | | | | | | | | | | | * Reduce some Sentry logs * Update tests
* | | Patch `@lingui/core` to fix `unraw` import resolution error (#2548)Eric Bailey2024-01-161-0/+10
| | |
* | | 1.65Paul Frazee2024-01-162-3/+3
| | |
* | | Fix the fallback to discover behavior on the home feed (#2546)Paul Frazee2024-01-161-1/+2
| |/ |/|
* | Bump android version codePaul Frazee2024-01-151-1/+1
| |
* | Bump ios build numberPaul Frazee2024-01-1511-390/+480
| |
* | Add a new home feed-api wrapper and give a header indicating the fallback ↵Paul Frazee2024-01-157-6/+152
| | | | | | | | | | | | | | | | | | behavior (#2534) * Add a new home feed-api wrapper and give a header indicating the fallback behavior * Sneak in a quick fix: use the correct text color in the delete modal * Use imported constant
* | Add accept-language header (#2457)Cooper Edmunds2024-01-152-14/+28
| |
* | rss: filter out replies server-side (#2518)bnewbold2024-01-151-1/+1
| |
* | feat: show muted/blocked status on list card (#2523)Mary2024-01-151-5/+13
| |
* | 1.64 (#2521)Paul Frazee2024-01-1212-4128/+18667
| | | | | | | | | | | | | | * bump expo * 1.64 * Update locale files
* | Bump react-native@0.73.2 (#2519)Paul Frazee2024-01-127-153/+163
| | | | | | | | | | * Bump react-native@0.73.2 * Remove old patch
* | Create a profile record on new user (#2520)Paul Frazee2024-01-121-0/+6
| | | | | | | | | | * Create a profile record on new user * Dont hold up account creation for the profile
* | fix: truncate long email address (#2493)Mary2024-01-121-2/+8
| |
* | fix: set html lang according to app language (#2496)Mary2024-01-121-1/+4
| |
* | Ensure sessions and tokens are synced between tabs (#2498)Eric Bailey2024-01-121-23/+37
| | | | | | | | | | * Ensure sessions and tokens are synced between tabs * Send clear account to sentry for monitoring
* | package.json: cp --verbose doesn't exist on macos (#2501)Eli Mallon2024-01-121-1/+1
| |
* | Suggest post language correction (#2486)Paul Frazee2024-01-123-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: suggested language * fix: wording correction * Factor out SuggestedLanguage into a separate component * Tighten the language-suggestion confidence to avoid false positives * Tweak the copy and UI * Add function fallbacks for safari --------- Co-authored-by: Mary <pineapplecreamcheese@skiff.com>
* | (optional) In app browser (#2490)Paul Frazee2024-01-1211-22/+299
|/ | | | | | | | | | | | | * add expo web browser + modal * add in app browser option to settings * don't show toggle on web * Tweak browser-choice UIs --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Toggle minimal shell on any scroll for web (#2499)dan2024-01-111-42/+47
|
* :sparkles: New report type, appeal (#2455)Foysal Ahamed2024-01-101-1/+1
|
* Update Ukrainian translation (#2469)Max Ignatenko2024-01-101-23/+23
| | | Co-authored-by: Ukrainians <github-actions@github.com>
* fix: don't set autocomplete on search input (#2482)Mary2024-01-102-0/+4
|
* Reorder the locales alphabetically and correct the name for Indonesian (#2483)Minseo Lee2024-01-105-13/+13
|
* Use the RichText facets when copying post text (#2481)Mary2024-01-106-5/+60
| | | | | * feat: serialize rich text to string * feat: wire richTextToString to copy post text
* Add expired log (#2456)Eric Bailey2024-01-101-0/+2
| | | | | * Add expired log * Add service
* remove deprecated search.bsky.social code (#2461)bnewbold2024-01-101-69/+0
|
* Increase the number of lines for quote posts from 6 to 20 (#2489)Paul Frazee2024-01-101-1/+1
|