about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Unit testing (#32)João Ferreiro2022-12-223-4/+9
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-22107-13781/+86
* Fix issue which caused parent posts to fail at mobx reactivityPaul Frazee2022-12-211-1/+1
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-2017-897/+705
* Replace removed hasIndexes behaviorPaul Frazee2022-12-201-17/+11
* Get the composer into a passable visual state on android when the keyboard is...Paul Frazee2022-12-201-0/+2
* Fix post-meta truncation on androidPaul Frazee2022-12-201-6/+25
* Fixes to text input colors on androidPaul Frazee2022-12-206-0/+16
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-2054-82/+110
* Use consistent rendering of avis and post metas in threadsPaul Frazee2022-12-201-40/+15
* Proper fix to the previous panic fix: put threads at the end when they should...Paul Frazee2022-12-201-1/+3
* Fix to error condition that breaks the feedPaul Frazee2022-12-201-1/+2
* A couple more android updatesPaul Frazee2022-12-193-2/+7
* minor fixJoão Ferreiro2022-12-191-3/+3
* fixing remaining text colors on androidJoão Ferreiro2022-12-194-7/+9
* fixing modal & keyboard interaction on androidJoão Ferreiro2022-12-193-2/+6
* initial android fixesJoão Ferreiro2022-12-198-19/+43
* fix android runtimeJoão Ferreiro2022-12-191-2/+2
* Remove prefetch of feed (it wasnt working)Paul Frazee2022-12-191-16/+2
* Tighten up the post control hit regionsPaul Frazee2022-12-191-1/+1
* Tighten up the home feedPaul Frazee2022-12-192-17/+50
* Enable image-only postsPaul Frazee2022-12-194-30/+47
* Fix to thread ordering in the feed: correctly identify the starts of threads ...Paul Frazee2022-12-191-2/+5
* Improve thread renderingPaul Frazee2022-12-185-102/+195
* Add WIP 'report account' modalPaul Frazee2022-12-184-4/+127
* Add WIP 'report post' modalPaul Frazee2022-12-187-2/+211
* Reduce confusing visual feedback while scrollingPaul Frazee2022-12-1812-14/+46
* Add zooming to the lightboxPaul Frazee2022-12-163-26/+115
* Prefetch feed refreshes to speed up 'load more posts'Paul Frazee2022-12-163-6/+25
* Fixes to the composer UX around images and scrollingPaul Frazee2022-12-165-80/+116
* Add swipe gestures to the lightboxPaul Frazee2022-12-168-40/+387
* Implement 'forgot password' flowPaul Frazee2022-12-151-11/+367
* Split login screen into component filesPaul Frazee2022-12-154-641/+752
* Just do full renders of parent posts in the feedPaul Frazee2022-12-153-139/+119
* Dont use ??=Paul Frazee2022-12-151-1/+3
* Improve handling of connection lossPaul Frazee2022-12-145-87/+69
* Fix state-trackingPaul Frazee2022-12-141-2/+10
* Reset feeds on loginPaul Frazee2022-12-141-0/+4
* Add haptic feedback to likes and repostsPaul Frazee2022-12-141-1/+11
* Add post embeds (images and external links)Paul Frazee2022-12-1427-210/+860
* Move posts feed to root store (me) and ensure new posts always update the feedPaul Frazee2022-12-133-31/+27
* Fix: avoid dup keynames in posts feedPaul Frazee2022-12-131-4/+4
* Enlarge feed avis slightlyPaul Frazee2022-12-131-1/+1
* Ensure load more is always visiblePaul Frazee2022-12-132-5/+9
* Use avatar in viewheader when cant go backPaul Frazee2022-12-131-7/+20
* Fix: avoid duplicate key names in notificationsPaul Frazee2022-12-131-2/+3
* Fix issue that caused repost & trend data to get lost on feed updatesPaul Frazee2022-12-131-4/+5
* Hide main menu drawer on click outsidePaul Frazee2022-12-131-1/+5
* Use full available screenPaul Frazee2022-12-131-3/+3
* Fix: show avatars in all notificationsPaul Frazee2022-12-132-1/+9