about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the firehose view from homePaul Frazee2022-10-111-27/+1
|
* Speed up shell nav button pressesPaul Frazee2022-10-111-1/+2
|
* Rework footer controlsPaul Frazee2022-10-107-266/+618
|
* Rework profile header controlsPaul Frazee2022-10-102-35/+50
|
* Add firehose view to home screenPaul Frazee2022-10-043-24/+70
|
* Update to new get*Feed xrpc methodsPaul Frazee2022-10-049-85/+400
|
* Update the view after a post is createdPaul Frazee2022-10-048-7/+79
|
* Implement profile-update apiPaul Frazee2022-10-043-11/+39
|
* Implement a couple missing bitsPaul Frazee2022-10-047-21/+80
|
* Fix to mention renderingPaul Frazee2022-10-041-1/+1
|
* Choose mention candidates from followsPaul Frazee2022-10-041-4/+19
|
* Fixes to entity extractionPaul Frazee2022-10-043-24/+23
|
* Implement mentions renderingPaul Frazee2022-10-036-19/+174
|
* Fix to auth of mutation opsPaul Frazee2022-10-035-57/+32
|
* Implement notificationsPaul Frazee2022-10-0316-75/+450
|
* Remove debug time delaysPaul Frazee2022-09-308-13/+0
|
* Fix thread view sizingPaul Frazee2022-09-291-9/+7
|
* Clear all state on signoutPaul Frazee2022-09-295-6/+29
|
* Add settings pagePaul Frazee2022-09-293-1/+76
|
* Light iconsPaul Frazee2022-09-292-2/+56
|
* Add profile to tabs selector modalPaul Frazee2022-09-291-9/+24
|
* More blue themingPaul Frazee2022-09-292-2/+2
|
* Beta bannerPaul Frazee2022-09-292-2/+2
|
* Remove top bar in the shellPaul Frazee2022-09-292-5/+5
|
* Swap new tab and share buttons in tabs modalPaul Frazee2022-09-291-6/+6
|
* No visual feedback on FAB to reduce jankPaul Frazee2022-09-291-15/+22
|
* Fix feed pagination on user profilesPaul Frazee2022-09-287-9/+12
|
* Add reply information to feed itemsPaul Frazee2022-09-282-0/+72
|
* Improve thread rendering (show reply lines)Paul Frazee2022-09-284-6/+77
|
* Fix to session loadPaul Frazee2022-09-282-4/+3
|
* Switch to one default aviPaul Frazee2022-09-2813-67/+25
|
* Update apiPaul Frazee2022-09-2830-140/+596
|
* Add account creationPaul Frazee2022-09-2714-190/+720
|
* Remove old auth codePaul Frazee2022-09-273-190/+0
|
* Add logout and tweak signin screenPaul Frazee2022-09-274-4/+83
|
* Implement signin flowPaul Frazee2022-09-2617-268/+646
|
* A few client fixesPaul Frazee2022-09-265-15/+17
|
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-236-41/+61
|
* Replace mock-api with real apiPaul Frazee2022-09-22103-702/+14311
|
* Add close animation to tabs selectorPaul Frazee2022-09-091-42/+84
|
* Replace tabs selector with better solution, also fix some bugs with the ↵Paul Frazee2022-09-095-182/+346
| | | | modal state
* Reduce the frequency of accidental visual triggers of touchable itemsPaul Frazee2022-09-091-1/+5
|
* Fix some jank in the navigation swipesPaul Frazee2022-09-091-31/+23
|
* Disable swipe gestures in view selector for nowPaul Frazee2022-09-091-56/+59
|
* Make view-selector swipes easier to triggerPaul Frazee2022-09-091-3/+11
|
* Make nav swipes easier to triggerPaul Frazee2022-09-091-5/+7
|
* Allow nav swipes to start from anywhere on the screenPaul Frazee2022-09-091-1/+0
|
* UI sizing fixesPaul Frazee2022-09-095-19/+26
|
* Implement autocomplete UI in composerPaul Frazee2022-09-082-8/+130
|
* Add EditProfile modalPaul Frazee2022-09-078-6/+176
|