about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Shrink and darken the post controls a littlePaul Frazee2022-11-222-13/+16
|
* Shrink the footer a bitPaul Frazee2022-11-221-4/+8
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-2221-21/+33
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-2120-232/+180
|\
| * Adjust control alignmentPaul Frazee2022-11-202-8/+8
| |
| * Fix the pointy edges on the arrow iconsPaul Frazee2022-11-201-0/+8
| |
| * Move search btn into the viewheaderPaul Frazee2022-11-205-91/+40
| |
| * Add build flags and disable tabs for nowPaul Frazee2022-11-207-18/+35
| |
| * Adjust post control sizing and alignmentPaul Frazee2022-11-203-14/+14
| |
| * Remove downvotes from the UIPaul Frazee2022-11-205-94/+5
| |
| * Replace the FAB with a compose prompt at the top of the feedPaul Frazee2022-11-205-15/+78
| |
* | Track rotated auth tokensPaul Frazee2022-11-212-1/+16
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-2115-243/+50
|/
* Dont group notifications that are an hour apartPaul Frazee2022-11-181-0/+5
|
* Fix data loss on notifications-view updatePaul Frazee2022-11-181-3/+3
|
* Dedup posts in the home TLPaul Frazee2022-11-181-0/+10
|
* Add support for web linksPaul Frazee2022-11-184-30/+67
|
* Fix rendering of mentions in composerPaul Frazee2022-11-181-14/+19
|
* Add long press newtab to footer navPaul Frazee2022-11-181-1/+8
|
* Fix richtext link renderingPaul Frazee2022-11-182-16/+44
|
* Spacing and sizing fixesPaul Frazee2022-11-183-9/+9
|
* Dont autofocus composer to avoid a bug with keyboard avoiding viewsPaul Frazee2022-11-181-1/+0
|
* Small sizing and spacing tweaksPaul Frazee2022-11-182-2/+2
|
* Add min height to post textPaul Frazee2022-11-184-4/+16
|
* Fix avatar click target in postsPaul Frazee2022-11-183-31/+36
|
* Fix post thread titlePaul Frazee2022-11-172-23/+43
|
* Add padding to the bottom of the feed to ensure compose btn doesnt cover itPaul Frazee2022-11-171-0/+1
|
* Improve reliability of screen titlesPaul Frazee2022-11-1716-37/+60
|
* Add new tab animationPaul Frazee2022-11-173-14/+51
|
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-176-40/+138
|
* Fix loadLatest() on home feedPaul Frazee2022-11-172-2/+2
|
* Fix: correctly set visible on screensPaul Frazee2022-11-172-2/+1
|
* Improve perf of post renderingPaul Frazee2022-11-171-7/+3
|
* Invalidate profiles cache on direct loadPaul Frazee2022-11-172-0/+7
|
* Clear session when auth failsPaul Frazee2022-11-171-1/+8
|
* Poll periodically for new postsPaul Frazee2022-11-175-3/+89
|
* Improve coffeePaul Frazee2022-11-171-2/+1
|
* Add tabs explainer and fix 'black screen' during onboardPaul Frazee2022-11-175-2/+31
|
* Lighten the post controlsPaul Frazee2022-11-171-5/+8
|
* Fix positioning with overflows in the post metaPaul Frazee2022-11-171-24/+11
|
* Include tab count and move btn to centerPaul Frazee2022-11-172-26/+30
|
* Open in new tab on long pressPaul Frazee2022-11-171-1/+2
|
* Avoid overlap against phone header when tabs selector is openPaul Frazee2022-11-171-8/+22
|
* Fix header spacing for when dark mode is activePaul Frazee2022-11-171-2/+2
|
* Show bold icons in footer based on statePaul Frazee2022-11-163-9/+136
|
* Add a fancy 'drawer' animation to the tabs selectorPaul Frazee2022-11-162-154/+138
|
* Add post deletion to highlighted post in threadsPaul Frazee2022-11-161-1/+3
|
* Add post deletionPaul Frazee2022-11-168-9/+114
|
* Clear notifications count optimisticallyPaul Frazee2022-11-162-0/+5
|
* Fix composer positioningPaul Frazee2022-11-161-57/+61
|