about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add tests for migration and persisted state (#2118)Eric Bailey2023-12-065-3/+222
* Move analytics out of critical path (#2117)dan2023-12-066-109/+105
* Refetch some data on an interval (#2114)Eric Bailey2023-12-065-4/+17
* Update pwi endpoint (#2116)Paul Frazee2023-12-061-1/+1
* Move analytics out of init (#2115)dan2023-12-067-48/+35
* Remove getSession waterfall (#2112)dan2023-12-061-23/+55
* Enable structural sharing for preference query (#2113)dan2023-12-061-0/+1
* Split notification init, add cleanup (#2102)dan2023-12-062-85/+92
* Optimize Drawer re-renders (#2108)dan2023-12-062-185/+315
* Check Analytics (#2106)Ansh2023-12-0611-22/+41
* Throttle non-critical Sentry messages (#2110)dan2023-12-063-2/+31
* Disable react-native-screen freezing to test performance implications (#2109)Paul Frazee2023-12-052-5/+0
* Add missing translations and fix react key error in `MyLists.tsx` (#2103)Ansh2023-12-058-110/+162
* Surface raw server error if exists (#2096)Eric Bailey2023-12-059-463/+602
* Improve error handling in dev-only (#2095)Eric Bailey2023-12-051-3/+9
* Fix self-threads filter logic (#2091)Eric Bailey2023-12-051-2/+2
* Fix some typesPaul Frazee2023-12-053-3/+4
* More treeview UI tweaks (#2093)Paul Frazee2023-12-052-8/+35
* Perf: Include quote posts in the post-thread placeholder (#2104)Paul Frazee2023-12-054-1/+96
* Perf: Dont initial-render full thread on mobile (#2101)Paul Frazee2023-12-051-1/+1
* Fix: correctly identify if the screen is focused when handling soft resets on...Paul Frazee2023-12-054-13/+26
* Improvements to persisted state migration (#2098)Eric Bailey2023-12-059-30/+48
* Prevent invalid locale from being loaded (#2099)Eric Bailey2023-12-053-14/+22
* Fix email confirmation dialog on startup (#2097)dan2023-12-064-22/+29
* Signup flow minor UI fixes (#2094)Paul Frazee2023-12-053-5/+8
* E2E 🟢 (#2092)Eric Bailey2023-12-0510-4/+30
* Fix jump when toggling suggestions (#2090)dan2023-12-053-100/+74
* Update feeds on post created (#2085)Paul Frazee2023-12-044-14/+66
* Rename Posts & Replies to Replies (#2087)Paul Frazee2023-12-041-1/+1
* Add back ignore-filters-for behaviors (#2086)Paul Frazee2023-12-042-1/+19
* Fix: correctly partial-match when calling truncateAndInvalidate() (#2088)Paul Frazee2023-12-041-3/+3
* Merge branch '2047-last-active-tab' of https://github.com/CooperEdmunds/socia...Paul Frazee2023-12-041-9/+51
|\
| * Track active page using string instead of indexCooper Edmunds2023-12-041-27/+35
| * Use lastActiveTab from AsyncStorage for non-desktopCooper Edmunds2023-12-011-3/+37
* | Tune treeview thread mode to have consistent spacing (#2078)Paul Frazee2023-12-041-8/+8
* | Fix bottom space on feeds (#2081)Eric Bailey2023-12-048-166/+213
* | Optimistically update the pager tab bar on swipe (#2083)Paul Frazee2023-12-041-0/+2
* | TypefixPaul Frazee2023-12-042-2/+2
* | Add back pinning functionality to ProfileList (#2084)Eric Bailey2023-12-041-12/+30
* | Handle feedgen 429 (#2066)Eric Bailey2023-12-046-40/+71
* | Fix: distinguish between post media and quotes with the moderation hider (#2075)Paul Frazee2023-12-046-10/+74
* | Improve the post-hiders and the header alerts (#2074)Paul Frazee2023-12-044-66/+102
* | Add PWI build flag (#2082)Paul Frazee2023-12-042-1/+3
* | Allow scroll by dragging profile header (#2068)dan2023-12-043-16/+27
* | Allow posts with just an external link (#2079)Paul Frazee2023-12-041-1/+1
* | Tweak the loading placeholders to use the full space and position better (#2072)Paul Frazee2023-12-041-15/+40
* | Hackfix to composer focus on web (#2057)Paul Frazee2023-12-031-0/+10
* | Tweak layout a bit morePaul Frazee2023-12-021-1/+1
* | Merge branch 'fix-jump-in-suggested-follows-tabbar' of https://github.com/tar...Paul Frazee2023-12-021-1/+2
|\ \
| * | Fix jump in suggested follows tab (Native)tarikpnr2023-11-081-1/+2