about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use Sentry only for errors (#1776)dan2023-11-073-55/+3
* Fix removal of old lists from saved feeds (#1823)Eric Bailey2023-11-063-7/+20
* Fix accidental unwrapped strings (#1826)dan2023-11-064-7/+7
* Fix sticky pager jumps (#1825)dan2023-11-064-28/+48
* Fix minor list layout bugs (#1810)dan2023-11-064-3/+4
* Remove old loggerEric Bailey2023-11-041-115/+0
* Replace all logs with new loggerEric Bailey2023-11-0466-230/+301
* Merge pull request #1813 from bluesky-social/eric/app-903-extract-logger-into...Eric Bailey2023-11-0467-166/+1076
|\
| * Add logDump tests, ensure Log screen is reversedEric Bailey2023-11-043-2/+37
| * Fix other error logs while I'm at itEric Bailey2023-11-0440-86/+104
| * Fix immediate TS errorsEric Bailey2023-11-0419-71/+81
| * Comment out sentry in prod for nowEric Bailey2023-11-041-1/+1
| * Add new loggerEric Bailey2023-11-0410-8/+855
* | ListAddUser modal UX improvements (#1809)Paul Frazee2023-11-033-20/+27
* | Refresh on scroll-to-top by active section press (#1807)Paul Frazee2023-11-032-13/+4
|/
* Improved list and feed errors (#1798)Paul Frazee2023-11-036-58/+235
* Fix copyright report link (#1799)Paul Frazee2023-11-021-1/+2
* Lookup did for my profile at screen to avoid bad actor error (#1800)Paul Frazee2023-11-022-5/+5
* Work around a startup stall caused by expo-image on low-end Android (#1801)dan2023-11-023-11/+39
* Treat PHP pages as HTML (#1797)Eric Bailey2023-11-021-1/+1
* Replace draglist due to upstream errors (#1795)Paul Frazee2023-11-022-163/+132
* Fix max-height issuesPaul Frazee2023-11-021-1/+8
* Merge branch 'make-choose-account-scrollable' of https://github.com/flicknow/...Paul Frazee2023-11-021-2/+3
|\
| * Make choose account form scrollableflicknow2023-11-011-2/+3
* | Store saved feeds on the root store so we can load on init (#1793)Paul Frazee2023-11-014-3/+21
|/
* Lists updates: curate lists and blocklists (#1689)Paul Frazee2023-11-0182-1919/+3768
* Simplify loading emoji data (#1790)dan2023-11-013-11/+4
* Remove unused Intl.Segmenter polyfill (#1789)dan2023-11-012-21/+1
* Merge pull request #1788 from bluesky-social/eric/app-899-remove-icons-from-s...Eric Bailey2023-11-013-116/+118
|\
| * Revise icons startup codeEric Bailey2023-11-013-116/+118
* | Instrument module init in DEV (#1787)dan2023-11-011-0/+13
|/
* UI/UX improvements in Edit profile screen (#1767)Tarık2023-10-301-13/+21
* Filter non-self threads from profile view (#1757)Eric Bailey2023-10-301-1/+47
* Merge branch 'main' of https://github.com/haideralipunjabi/social-app into mainPaul Frazee2023-10-306-5/+64
|\
| * Added show more for long postsHaider Ali Punjabi2023-10-266-5/+64
* | Use more beautiful title separator (#1728)Leo Lamprecht2023-10-301-1/+1
* | Allow back navigation to home on profile header (#1717)Pouria Delfanazari2023-10-301-1/+5
* | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-10-301-0/+6
|\ \
| * | Log time to first paint (#1775)dan2023-10-311-0/+6
* | | Yep, one pixelPaul Frazee2023-10-301-1/+1
* | | Merge branch 'improve-post-button' of https://github.com/Tanza3D/social-app i...Paul Frazee2023-10-301-4/+8
|\ \ \ | |/ / |/| |
| * | Fix wonky commentTanza3D2023-10-181-1/+1
| * | Shrink to 16 againTanza3D2023-10-181-1/+1
| * | Improve New Post buttonTanza3D2023-10-181-5/+9
* | | Fix a11y propPaul Frazee2023-10-301-2/+2
* | | Merge branch 'fix/step2-waitlist-link-accessibility' of https://github.com/li...Paul Frazee2023-10-301-3/+9
|\ \ \
| * | | Improved accessibility and interaction for waitlist Link in `Step2` componentBryan Lee2023-10-151-3/+9
| |/ /
* | | Rename component to match new behaviorPaul Frazee2023-10-304-11/+11
* | | Merge branch 'bugfix/desktop-web-text-link-media-query-issue' of https://gith...Paul Frazee2023-10-301-5/+2
|\ \ \
| * | | Replace `isDesktop` with `isWeb` in `DesktopWebTextLink` componentBryan Lee2023-10-041-5/+2