Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Japanese localization (#2003) | Ansh | 2023-12-13 | 7 | -14/+2429 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add japanese to list of languages * add japanese translations * change `jp` to `ja` * minor changes to Japanese translation * minor changes to Japanese translation * update japanese strings with feedback * Update languages.ts * Extract translations * Gitignore new compiled file * allow switching to japanese --------- Co-authored-by: Jake Gold <jake@blueskyweb.xyz> Co-authored-by: Eric Bailey <git@esb.lol> | ||||
* | Fix View Full Thread (#2181) | dan | 2023-12-12 | 1 | -5/+5 |
| | |||||
* | Make right nav scrollable on short screens (#2186) | Eric Bailey | 2023-12-12 | 1 | -60/+63 |
| | |||||
* | Stub broadcast channel for unspported contexts (#2175) | Eric Bailey | 2023-12-12 | 3 | -12/+15 |
| | |||||
* | i18n settings improvements (#2184) | Eric Bailey | 2023-12-12 | 7 | -39/+79 |
| | | | | | | | | | * Handle language selector * Improve type safety * Add a little more safety * Update comment | ||||
* | 1.58 | Paul Frazee | 2023-12-11 | 2 | -100/+100 |
| | |||||
* | Double the footer on the list members flatlist | Paul Frazee | 2023-12-11 | 1 | -1/+1 |
| | |||||
* | Fix links in profiles (#2178) | Eric Bailey | 2023-12-11 | 2 | -11/+35 |
| | | | | | | | | | | | * Resolve links in profile bios * Improve solution * On mobile, dont disable pointer events on the bio richtext --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Patch bad migration, sanitize bad value (#2179) | Eric Bailey | 2023-12-11 | 4 | -3/+18 |
| | |||||
* | Hide the mobile reply control if outside the threadgate (#2177) | Paul Frazee | 2023-12-11 | 2 | -2/+11 |
| | |||||
* | Revise FeedSourceCard load state to allow deletion for failures (#2172) | Eric Bailey | 2023-12-11 | 6 | -41/+107 |
| | | | | | | | | | | | | | * Revise FeedSourceCard load state to allow deletion for failures * Translate * Remove test error feed * Fix missing uri param --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Handle failed pinned feed fetches when rendering list of pinned feeds (#2173) | Eric Bailey | 2023-12-11 | 1 | -20/+33 |
| | |||||
* | Don't validate embeds when traversing cache (#2174) | dan | 2023-12-11 | 1 | -12/+4 |
| | |||||
* | dismiss keyboard when threadgate settings are opened (#2161) | Ansh | 2023-12-11 | 1 | -1/+5 |
| | |||||
* | Clarify MyList filter intent (#2167) | Eric Bailey | 2023-12-11 | 1 | -2/+6 |
| | |||||
* | Additional reductions in request traffic (#2169) | Paul Frazee | 2023-12-11 | 5 | -24/+17 |
| | | | | | | | * Dont poll for new content on profiles * Drop the whenAppReady query after new post to reduce traffic overhead * Reduce getPosts calls in notifs to only use them when needed | ||||
* | Fix scroll on native (#2170) | dan | 2023-12-11 | 8 | -54/+53 |
| | |||||
* | Fix scroll on profile lists/feeds (#2168) | dan | 2023-12-11 | 8 | -53/+54 |
| | |||||
* | Reduce calls to getFeedGenerator and getFeed (#2166) | Paul Frazee | 2023-12-11 | 4 | -26/+71 |
| | | | | | | | | | | | * Reduce calls to getFeedGenerator by the mergefeed * Dont run end-of-follows mergefeed requests until actually at the end of the feed * build AWS container --------- Co-authored-by: Jake Gold <jake@blueskyweb.xyz> | ||||
* | Bump ios and android build numbers | Paul Frazee | 2023-12-10 | 2 | -36/+82 |
| | |||||
* | Add "Who can reply" controls [WIP] (#1954) | Paul Frazee | 2023-12-10 | 21 | -148/+883 |
| | | | | | | | | | | | | | | | | | | | | | * Add threadgating * UI improvements * More ui work * Remove comment * Tweak colors * Add missing keys * Tweak sizing * Only show composer option on non-reply * Flex wrap fix * Move the threadgate control to the top of the composer | ||||
* | Fix empty state width (#2157) | Eric Bailey | 2023-12-09 | 2 | -0/+2 |
| | |||||
* | Remove (#2156) | Eric Bailey | 2023-12-09 | 2 | -6/+0 |
| | |||||
* | Add back isInitialLoad to session (#2155) | Eric Bailey | 2023-12-09 | 3 | -2/+16 |
| | |||||
* | Multiple notifications fixes (#2154) | Paul Frazee | 2023-12-09 | 11 | -145/+161 |
| | | | | | | | | | | | | | | | * Dont reset notifications feed on push notification event * Dont separate notifications by read state to avoid jank * On notifications screen focus, check latest and only rerender if not scrolled down * Reuse the cached notifs page when its not stale * Bump ios build number * Improve comments * Change the 'mark all read' condition to avoid firing too early | ||||
* | Poll for new posts on app foreground (#2152) | Paul Frazee | 2023-12-08 | 1 | -5/+17 |
| | |||||
* | Use new filter for Posts tab on profile (#2150) | Eric Bailey | 2023-12-08 | 4 | -3/+4 |
| | | | | | | | * Use new filter for Posts tab on profile * Update deps * Remove log | ||||
* | Tweak the PWI opt-out copy again (#2153) | Paul Frazee | 2023-12-08 | 3 | -23/+55 |
| | | | | | * Tweak the PWI ot-out copy again * Update .po files | ||||
* | Fix quote post moderation check (#2149) | Eric Bailey | 2023-12-08 | 1 | -1/+3 |
| | | | | | | | | | | | * Fix quote post moderation check * Restore the ContentHider check * Apply the content hider to quote posts --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Await app view when handling blocks mutes for lists (#2151) | Eric Bailey | 2023-12-08 | 1 | -0/+10 |
| | | | | | * Await app view when handling blocks mutes for lists * Do it right this time | ||||
* | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2023-12-08 | 7 | -81/+178 |
|\ | |||||
| * | Add manual per-page memoization to post select (#2146) | dan | 2023-12-08 | 1 | -57/+120 |
| | | |||||
| * | Close account switcher before logging out (#2148) | Eric Bailey | 2023-12-08 | 1 | -2/+6 |
| | | | | | | | | | | * Close account switcher before logging out * Add comment | ||||
| * | Clear unused locales (#2147) | Ansh | 2023-12-09 | 8 | -7387/+91 |
| | | | | | | | | | | * add some missing intl strings * remove locales that are not used | ||||
* | | Bump ios build number | Paul Frazee | 2023-12-07 | 5 | -120/+120 |
|/ | |||||
* | Various search fixes (#2145) | Paul Frazee | 2023-12-07 | 5 | -34/+88 |
| | | | | | | | * Add posts-search query to shadow cache search * Update user search to use correct endpoint * Fix: include cursor in post search | ||||
* | Stop using the cached notification page (#2142) | Paul Frazee | 2023-12-07 | 1 | -14/+7 |
| | |||||
* | Update pwi opt-out language (#2143) | Paul Frazee | 2023-12-07 | 6 | -36/+100 |
| | |||||
* | Fix bad merge in translations (#2144) | dan | 2023-12-07 | 5 | -10/+10 |
| | |||||
* | Fixes issue with (#2119) | Ansh | 2023-12-07 | 4 | -19/+105 |
| | | | | | | | | | | | * Allow going directly to password input screen when switching accounts and password is required * Revise state handling * Handle logged out states, enable clearing requestedAccount --------- Co-authored-by: Eric Bailey <git@esb.lol> | ||||
* | Add more breadcrumbs (#2141) | Eric Bailey | 2023-12-07 | 2 | -2/+13 |
| | |||||
* | Fix invites used order, adjust layout (#2139) | Eric Bailey | 2023-12-07 | 2 | -14/+22 |
| | |||||
* | Grab-bag of post-feed improvements (#2140) | Paul Frazee | 2023-12-07 | 5 | -6/+24 |
| | | | | | | | * Sanity check against cases where empty pages may occur * Use the mergefeed as an emergency fallback to an empty feed * Check for new posts on focus | ||||
* | Add label appeal tool to posts and accounts (#2124) | Paul Frazee | 2023-12-07 | 12 | -380/+846 |
| | | | | | * Add label appeal tool to posts and accounts * Fix translations | ||||
* | Navigate Home on account switch (#2138) | dan | 2023-12-07 | 1 | -12/+7 |
| | |||||
* | Allow blocking/muting to curational lists, unpinning to modlists (#2121) | Eric Bailey | 2023-12-07 | 1 | -1/+68 |
| | | | | | | | | | | | * Add un-pinning of modlist * Allow muting/blocking of curational lists * Tweak icon --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Improve account switching on mobile (#2135) | Eric Bailey | 2023-12-07 | 1 | -1/+9 |
| | | | | | * Improve account switching on mobile * Clarify comment | ||||
* | Hoist moderation, attempt to fill feed up to 30 (#2134) | Eric Bailey | 2023-12-07 | 4 | -83/+112 |
| | | | | | | | | | | | * Move moderatePost up to feed query * Attemt to fill page up to 30 * Add the 'ensure full page' behavior to notifs --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Disable animation on scrollToTop for web (#2137) | Paul Frazee | 2023-12-07 | 7 | -9/+36 |
| | |||||
* | Fix double sep (#2136) | Eric Bailey | 2023-12-07 | 1 | -4/+1 |
| |