Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | Fix: remove replies to deleted and blocked posts from feeds (#2130) | Paul Frazee | 2023-12-07 | 1 | -0/+13 | |
| | ||||||
* | Increase the maximum ratio of images from 5:1 to 10:1 (#2131) | Paul Frazee | 2023-12-07 | 1 | -1/+1 | |
| | ||||||
* | Completely disable the RQ cache in post-thread (#2133) | Paul Frazee | 2023-12-07 | 1 | -0/+1 | |
| | ||||||
* | Apply color theme to HTML page itself (#2132) | Eric Bailey | 2023-12-07 | 1 | -0/+1 | |
| | ||||||
* | Add PWI opt-out toggle (#2122) | Paul Frazee | 2023-12-07 | 8 | -422/+809 | |
| | | | | | | | | | | | | | | | | | * Add PWI opt-out toggle * Bump @atproto/api@0.7.0 * Tweak copy * Bump lockfile * Fix layout on ios * Tweak copy more * Fix types * Tweak copy some more | |||||
* | More session improvements (#2129) | Eric Bailey | 2023-12-07 | 3 | -53/+67 | |
| | | | | | | | | | * More session improvements * Drop resume session retries from 3 to 1 --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | Disable sentry in dev (#2128) | Eric Bailey | 2023-12-07 | 2 | -3/+3 | |
| | ||||||
* | Treeview: more UI tweaks (#2125) | Paul Frazee | 2023-12-06 | 2 | -12/+26 | |
| | | | | | | | * Treeview: more UI tweaks * Only show treeview when there are branching replies * Fix types | |||||
* | Add tests for migration and persisted state (#2118) | Eric Bailey | 2023-12-06 | 5 | -3/+222 | |
| | | | | | | | | | | | | | * Add tests for migrate * Add test for persisted.init * Add legacy transform test * Set NODE_ENV for testing * Mock logger * Set expo var to test | |||||
* | Move analytics out of critical path (#2117) | dan | 2023-12-06 | 6 | -109/+105 | |
| | | | | | | | | | * Remove analytics provider, simplify hook * Fix wrong import being used by feed * Remove early bind * Create client lazy on first use | |||||
* | Refetch some data on an interval (#2114) | Eric Bailey | 2023-12-06 | 5 | -4/+17 | |
| | | | | | * Match refetch intervals to stale time * Lower refetch interval for own-profile | |||||
* | Update pwi endpoint (#2116) | Paul Frazee | 2023-12-06 | 1 | -1/+1 | |
| | ||||||
* | Move analytics out of init (#2115) | dan | 2023-12-06 | 7 | -48/+35 | |
| | | | | | | | | | | | | | * Remove listenSessionLoaded from analytics * Move analytics init call to navigation ready * Remove zod dependency from analytics * Mirror changes on the web * Delete listenSessionLoaded * Only set up listeners once | |||||
* | Remove getSession waterfall (#2112) | dan | 2023-12-06 | 1 | -23/+55 | |
| | ||||||
* | Enable structural sharing for preference query (#2113) | dan | 2023-12-06 | 1 | -0/+1 | |
| | ||||||
* | Split notification init, add cleanup (#2102) | dan | 2023-12-06 | 2 | -85/+92 | |
| | | | | | | | | | | | | | | | | | | | * Inline never-imported export * Remove pretense at handling cleanup * Extract per-session listener to a function * Split notifications.init() from notifications.onSessionLoaded() * Tweak forked code to be more similar * Remove unnecessary guards * Split notifications.onSessionLoaded in two * Always use getAgent() * Remove dep on listenSessionLoaded, add cleanup | |||||
* | Optimize Drawer re-renders (#2108) | dan | 2023-12-06 | 2 | -185/+315 | |
| | ||||||
* | Check Analytics (#2106) | Ansh | 2023-12-06 | 11 | -22/+41 | |
| | | | | | | | | | | | * fix sign in event tracking * add missing analytics events * add more missing analytics * fix like and unrepost event tracking * reset onEndReachedThreshold | |||||
* | Throttle non-critical Sentry messages (#2110) | dan | 2023-12-06 | 3 | -2/+31 | |
| | | | | | * Throttle non-critical Sentry messages * Run all timers in tests | |||||
* | Disable react-native-screen freezing to test performance implications (#2109) | Paul Frazee | 2023-12-05 | 2 | -5/+0 | |
| | ||||||
* | Add missing translations and fix react key error in `MyLists.tsx` (#2103) | Ansh | 2023-12-05 | 8 | -110/+162 | |
| | | | | | | | * add missing translations * fix key errors in MyLists * Update UserAddRemoveLists.tsx | |||||
* | Surface raw server error if exists (#2096) | Eric Bailey | 2023-12-05 | 9 | -463/+602 | |
| | | | | | | | | | | | * Surface raw server error if exists * Update copy * Update translation files --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | Improve error handling in dev-only (#2095) | Eric Bailey | 2023-12-05 | 1 | -3/+9 | |
| | ||||||
* | Fix self-threads filter logic (#2091) | Eric Bailey | 2023-12-05 | 1 | -2/+2 | |
| | ||||||
* | Fix some types | Paul Frazee | 2023-12-05 | 3 | -3/+4 | |
| | ||||||
* | More treeview UI tweaks (#2093) | Paul Frazee | 2023-12-05 | 2 | -8/+35 | |
| | | | | | * Improve tree-view spacing consistency and always include one reply bar level * Reduce expanded post avi size | |||||
* | Perf: Include quote posts in the post-thread placeholder (#2104) | Paul Frazee | 2023-12-05 | 4 | -1/+96 | |
| | ||||||
* | Perf: Dont initial-render full thread on mobile (#2101) | Paul Frazee | 2023-12-05 | 1 | -1/+1 | |
| | ||||||
* | Fix: correctly identify if the screen is focused when handling soft resets ↵ | Paul Frazee | 2023-12-05 | 4 | -13/+26 | |
| | | | | on post feeds (#2100) | |||||
* | Improvements to persisted state migration (#2098) | Eric Bailey | 2023-12-05 | 9 | -30/+48 | |
| | | | | | | | | | | | * Fix session email/emailConfirmed types, update usage for safer access * Handle fallback better, better errors * Better handling, add test * Add test for default data * Remove fallback, not needed, update logs | |||||
* | Prevent invalid locale from being loaded (#2099) | Eric Bailey | 2023-12-05 | 3 | -14/+22 | |
| | ||||||
* | Fix email confirmation dialog on startup (#2097) | dan | 2023-12-06 | 4 | -22/+29 | |
| | | | | | * Move init time logging to a fn, add guard * Fix email confirmation dialog on startup | |||||
* | Signup flow minor UI fixes (#2094) | Paul Frazee | 2023-12-05 | 3 | -5/+8 | |
| | | | | | * Fix layout of no-policy notice * Fix spacing |