about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove superseded strings from en/messages.po (#2706)surfdude292024-01-311-291/+0
|
* Remove superseded strings from de/messages.po (#2707)surfdude292024-01-311-111/+9
| | | | | * Remove superseded strings from de/messages.po * restore some superseded translations to their equivalents
* Remove superseded strings from es/messages.po (#2708)surfdude292024-01-311-156/+12
| | | | | * Remove superseded strings from es/messages.po * oops, missed one
* Remove superseded strings from fr/messages.po (#2709)surfdude292024-01-311-102/+4
|
* Remove superseded strings from hi/messages.po (#2711)surfdude292024-01-311-289/+9
| | | | | A cleanup PR that removes strings from hi/messages.po that have been superseded and are no longer used. I also matched some of the superseded strings that had already been translated to their new equivalents.
* Onboarding moderation improvements (#2713)Hailey2024-01-314-101/+130
| | | | | | | | | | | | | | | | | * create separate label group arrays * render adult and other label groups separately * animate in/out the additional settings * improve toggle logic * support animations on all platforms * remove debug * update notice, prevent running animations on mount * reorg imports
* :facepalm: (#2655)Eric Bailey2024-01-311-1/+1
|
* New splash screen (#2714)Eric Bailey2024-01-311-14/+34
| | | | | | | * New splash screen * Add logotype to splash * Adjust spacing
* set default display name to be blank (#2717)Hailey2024-01-311-1/+1
|
* add padding to bottom offset (#2715)Hailey2024-01-311-1/+1
|
* Copy edits (#2710)Eric Bailey2024-01-312-4/+3
|
* Bump ios build numberPaul Frazee2024-01-3011-1377/+2521
|
* Reduce the odds of false positives in the language suggester (close #2598) ↵Paul Frazee2024-01-302-10/+23
| | | | (#2700)
* Handle onboarding in non-prod envs (#2698)Eric Bailey2024-01-302-1/+4
|
* Workaround Safari content-visibility bug (#2699)dan2024-01-301-1/+4
|
* Fix notification invalidation condition on web (#2697)dan2024-01-301-7/+14
| | | Co-authored-by: Dan Abramov <dan@mac.home>
* moderate avatars and embeds in composer reply to (#2665)Hailey2024-01-305-6/+18
| | | | | | | * moderate avatars and embeds in composer reply to * oops * dont need moderation in the quote opts
* prevent duplicate keys in feed tab bar (#2666)Hailey2024-01-303-15/+27
|
* add padding to user's lists/feeds scrollviews (#2675)Hailey2024-01-302-8/+6
| | | | | * add padding to user's lists/feeds scrollviews * always use the header offset for padding
* adjust height of list based on screen size (#2678)Hailey2024-01-301-3/+19
|
* Fix notification mark-read behaviors (#2696)Paul Frazee2024-01-303-17/+25
| | | | | * Mark read on first notifs page fetch always; this is less optimal but it fixes a case where when the first full page's unreads are all filtered out * Use the pre-filter indexedAt for updateSeen
* Merge pull request #2695 from bluesky-social/hailey/fix-android-swipeHailey2024-01-302-11/+35
|\ | | | | fix left swipe on android
| * add commentHailey2024-01-301-0/+2
| |
| * update commentHailey2024-01-301-4/+9
| |
| * cleanupHailey2024-01-301-2/+2
| |
| * cleanupHailey2024-01-301-4/+13
| |
| * use variableHailey2024-01-301-1/+1
| |
| * use gap on nativeHailey2024-01-302-12/+20
| |
* | check if a thread is muted before incrementing notif badge, filter out ↵Hailey2024-01-301-7/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quotes (#2686) * check if a thread is muted before incrementing notif badge * some filtering for quotes and reposts * move logic to util * change logic * revert always fetching * logic for cases when we don't have a subject (count) * unneeded change * check subject embed in `isThreadMuted` * remove todo
* | Autofocus the alt text input on all platforms, improve dismissability on ↵Hailey2024-01-302-2/+25
| | | | | | | | | | | | | | | | | | native (#2690) * sneak in a eslint fix * autofocus the alt text input whenever we open the modal * properly use the hook
* | remove unnecessary right padding in main thread item (#2693)Hailey2024-01-301-0/+1
| |
* | Don't interpolate rkey (#2691)Eric Bailey2024-01-301-3/+1
| |
* | i18n interests, allow for fallbacks (#2692)Eric Bailey2024-01-309-56/+103
| |
* | Merge pull request #2679 from bluesky-social/hailey/check-blocks-load-profileHailey2024-01-305-13/+48
|\ \ | | | | | | clear cache when blocking/unblocking and whenever we get blocked, better invalidation logic for `useProfileQuery`
| * | tsHailey2024-01-301-4/+4
| | |
| * | move to correct fileHailey2024-01-302-13/+14
| | |
| * | better namingHailey2024-01-292-4/+8
| | |
| * | update deprecatedHailey2024-01-291-3/+3
| | |
| * | namingHailey2024-01-291-2/+2
| | |
| * | dont invalidate profile queries if they are only for display name resolutionHailey2024-01-291-1/+1
| | |
| * | configurable stale time for profile queriesHailey2024-01-291-5/+8
| | |
| * | use `isLoading` for whether to show no profile headerHailey2024-01-291-2/+2
| | |
| * | check if we are blocked when opening a profile, reset posts cache if we areHailey2024-01-292-2/+29
| | |
* | | Avatar type for Feed check (#2661)Prates2024-01-302-1/+7
| |/ |/| | | | | | | * Changed type from algo to list * Fixed to check if it's a feed or a list
* | use in app browser for translations when enabled (#2663)Hailey2024-01-302-8/+17
|/
* Fix typos and suggested punctuation tweak in StepSuggestedAccounts/index.tsx ↵surfdude292024-01-271-3/+3
| | | | | | | | | (#2649) * Fix typos in StepSuggestedAccounts/index.tsx * suggested wording tweak * on second thought, 'some' again is redundant
* Suggest wording tweak in StepAlgoFeeds/index.tsx (#2653)surfdude292024-01-271-1/+1
| | | | | | | | | * Suggest wording tweak in StepAlgoFeeds/index.tsx * Update src/screens/Onboarding/StepAlgoFeeds/index.tsx --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Enable new onboardingPaul Frazee2024-01-261-1/+1
|
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2024-01-261-17/+28
|\
| * Adjust placeholder to be pixel-perfect (#2650)dan2024-01-261-17/+28
| |