about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert change to how notifications are loaded on mobilePaul Frazee2023-12-131-2/+2
|
* 1.59Paul Frazee2023-12-133-24/+24
|
* Feed bugfixes (#2204)Paul Frazee2023-12-133-4/+15
| | | | | * Dont show both an error and empty message in the feed * Add a sanity check when attempting to fill the first 30
* More notifications improvements (#2198)Paul Frazee2023-12-134-28/+27
| | | | | * On mobile, never replace the notifs under the user due to focus events * Use the server's seenAt response to calculate isRead state locally
* Rework the rightnav overflow behavior to not obscure the scroll region (#2199)Paul Frazee2023-12-131-67/+65
|
* Hotfix: Merge conflict in translation file (#2203)Ansh2023-12-136-7564/+127
| | | | | * remove unused translation files * re-run extract and compile
* Memoize usePalette (#2201)dan2023-12-131-34/+38
|
* Add fallback to email reminder modal (#2193)Eric Bailey2023-12-122-0/+17
| | | | | * Add fallback to email reminder modal * Add more debug
* Clean up pager refs to fix crash (#2195)dan2023-12-121-12/+23
|
* Re-rendering improvements for like/unlike (#2180)dan2023-12-127-87/+160
| | | | | | | | | | | | | | | * Add a few memos * Memo PostDropdownBtn better * More memo * More granularity * Extract PostContent * Fix a usage I missed * oops
* add scrollview to moderation screen (#2187)Ansh2023-12-121-72/+75
|
* disable modal profile popup android (#2188)Ansh2023-12-121-2/+2
|
* Go back to content-driven slice keys in feeds (#2190)Paul Frazee2023-12-122-11/+11
| | | | | * Go back to deterministic react keys * Quick fix to cases when custom feeds serve empty responses
* Japanese localization (#2003)Ansh2023-12-137-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)dan2023-12-121-5/+5
|
* Make right nav scrollable on short screens (#2186)Eric Bailey2023-12-121-60/+63
|
* Stub broadcast channel for unspported contexts (#2175)Eric Bailey2023-12-123-12/+15
|
* i18n settings improvements (#2184)Eric Bailey2023-12-127-39/+79
| | | | | | | | | * Handle language selector * Improve type safety * Add a little more safety * Update comment
* 1.58Paul Frazee2023-12-112-100/+100
|
* Double the footer on the list members flatlistPaul Frazee2023-12-111-1/+1
|
* Fix links in profiles (#2178)Eric Bailey2023-12-112-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 Bailey2023-12-114-3/+18
|
* Hide the mobile reply control if outside the threadgate (#2177)Paul Frazee2023-12-112-2/+11
|
* Revise FeedSourceCard load state to allow deletion for failures (#2172)Eric Bailey2023-12-116-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 Bailey2023-12-111-20/+33
|
* Don't validate embeds when traversing cache (#2174)dan2023-12-111-12/+4
|
* dismiss keyboard when threadgate settings are opened (#2161)Ansh2023-12-111-1/+5
|
* Clarify MyList filter intent (#2167)Eric Bailey2023-12-111-2/+6
|
* Additional reductions in request traffic (#2169)Paul Frazee2023-12-115-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)dan2023-12-118-54/+53
|
* Fix scroll on profile lists/feeds (#2168)dan2023-12-118-53/+54
|
* Reduce calls to getFeedGenerator and getFeed (#2166)Paul Frazee2023-12-114-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 numbersPaul Frazee2023-12-102-36/+82
|
* Add "Who can reply" controls [WIP] (#1954)Paul Frazee2023-12-1021-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 Bailey2023-12-092-0/+2
|
* Remove (#2156)Eric Bailey2023-12-092-6/+0
|
* Add back isInitialLoad to session (#2155)Eric Bailey2023-12-093-2/+16
|
* Multiple notifications fixes (#2154)Paul Frazee2023-12-0911-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 Frazee2023-12-081-5/+17
|
* Use new filter for Posts tab on profile (#2150)Eric Bailey2023-12-084-3/+4
| | | | | | | * Use new filter for Posts tab on profile * Update deps * Remove log
* Tweak the PWI opt-out copy again (#2153)Paul Frazee2023-12-083-23/+55
| | | | | * Tweak the PWI ot-out copy again * Update .po files
* Fix quote post moderation check (#2149)Eric Bailey2023-12-081-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 Bailey2023-12-081-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 mainPaul Frazee2023-12-087-81/+178
|\
| * Add manual per-page memoization to post select (#2146)dan2023-12-081-57/+120
| |
| * Close account switcher before logging out (#2148)Eric Bailey2023-12-081-2/+6
| | | | | | | | | | * Close account switcher before logging out * Add comment
| * Clear unused locales (#2147)Ansh2023-12-098-7387/+91
| | | | | | | | | | * add some missing intl strings * remove locales that are not used
* | Bump ios build numberPaul Frazee2023-12-075-120/+120
|/
* Various search fixes (#2145)Paul Frazee2023-12-075-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 Frazee2023-12-071-14/+7
|