about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add catalanPaul Frazee2024-01-184-0/+13
|
* 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-181-2/+4
| | | | | | | * 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 '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-183-57/+62
| | | | | | | | | | * Use new palette values for main palette * Drawer bg in dark mode
* | Phone number verification in account creation (#2564)Paul Frazee2024-01-188-306/+494
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1852-965/+4612
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Fix the fallback to discover behavior on the home feed (#2546)Paul Frazee2024-01-161-1/+2
| |
* | Bump ios build numberPaul Frazee2024-01-1510-389/+479
| |
* | 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
| |
* | feat: show muted/blocked status on list card (#2523)Mary2024-01-151-5/+13
| |
* | 1.64 (#2521)Paul Frazee2024-01-1210-3967/+18483
| | | | | | | | | | | | | | * bump expo * 1.64 * Update locale files
* | 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
* | 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-129-6/+228
|/ | | | | | | | | | | | | * 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-104-12/+12
|
* 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
|
* fix rendering of external in quote embeds (#2464)Hailey2024-01-101-15/+15
|
* Reduce polling (#2465)Paul Frazee2024-01-1010-14/+79
| | | | | | | | | | | | | * Move profile and preference polling to polls-on-foreground * Refetch prefs on feeds screen refresh since polling no longer occurs * Reduce notifications polling by 50% if there's already an unread * Disable feed polling if we know we have content * Disable the hard refresh after 1 hour in case it's the cause of the random feed refresh bug * Fix types
* Internationalize more strings (#2440)Stanislas Signoud2024-01-09108-558/+925
| | | Co-authored-by: Ansh <anshnanda10@gmail.com>
* Mark more texts for localization (#2436)Noritada Kobayashi2024-01-105-38/+49
|
* Update Ukrainian translations (#2439)Max Ignatenko2024-01-101-18/+19
|
* Add Indonesian localization (#2356)Danni2024-01-106-2/+2492
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Indonesian (id) locale * Add Indonesian translation messages * Update team number and add some translation * Update for better ID translation * Apply suggestions from code review Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com> Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com> * Apply suggestions from code review Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com> * Change translation post to postingan * Update translation * Fix error * Apply suggestions from code review Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com> * Add Thinkbyte1024 and mary-ext to language team ID * Update username to lowercase --------- Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com> Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com> Co-authored-by: Ansh <anshnanda10@gmail.com>
* add expandable context to composer when replying to post (#2419)Hailey2024-01-087-29/+261
| | | | | | | | | | | | | | | * add expand replyTo text with animation * add images, quote to replyTo * support withmedia * adjust layout * add embed to all needed openComposer calls * adjust gap * organize imports
* Add stable gutters to settings pagePaul Frazee2024-01-081-1/+3
|
* Merge branch 'settings-web' of https://github.com/rahulyadav5524/social-app ↵Paul Frazee2024-01-081-3/+15
|\ | | | | | | into main
| * Fixed same issueRahul Yadav2024-01-071-1/+0
| |
| * Fixed import issueRahul Yadav2024-01-071-1/+1
| |
| * Removed unused codeRahul Yadav2024-01-071-2/+2
| |
| * Removed unused codeRahul Yadav2024-01-071-11/+1
| |
| * Fixed scroll issueRahul Yadav2024-01-071-10/+17
| |