about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | when adjacent
* 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
|
* Debug: disable feed reordering to isolate bugsPaul Frazee2022-12-131-23/+28
|
* Reposition 'load latest' based on minimal shell modePaul Frazee2022-12-131-2/+8
|
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-1217-7/+101
|
* Improvements to service selection during loginPaul Frazee2022-12-121-80/+81
|
* Add profile image lightboxPaul Frazee2022-12-1211-47/+154
|
* Improve session managementPaul Frazee2022-12-121-0/+2
|
* Add banner image upload to profilesPaul Frazee2022-12-124-35/+50
|
* Improvements to 'edit profile' error messagesPaul Frazee2022-12-129-101/+3006
|
* Add 'loading more' spinner to feedsPaul Frazee2022-12-123-8/+38
|
* Tune the swipe gesture to detect more easilyPaul Frazee2022-12-121-3/+3
|
* More aesthetic and perf improvements to the menu drawerPaul Frazee2022-12-122-54/+79
|
* Fix duplicate 'end of feed' issuePaul Frazee2022-12-121-10/+12
|
* Improve aesthetic of main menu swipeout (use screen mask)Paul Frazee2022-12-092-5/+35
|
* Add main menu buttonPaul Frazee2022-12-094-26/+28
|
* Show 'processing' spinner in edit profile modalPaul Frazee2022-12-081-10/+25
|
* Turn the main menu into a 'drawer' instead of a screen in the historyPaul Frazee2022-12-084-50/+100
|