about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Shorten rendered URLs in postsPaul Frazee2022-11-222-2/+20
|
* Fix to thread reply lines (fill full space)Paul Frazee2022-11-221-31/+9
|
* Add bottom padding to threadsPaul Frazee2022-11-221-0/+1
|
* Scroll to highlighted post in threadsPaul Frazee2022-11-222-3/+32
|
* Add compose prompt to home feed empty statePaul Frazee2022-11-221-2/+7
|
* Add 'posts & replies' view to profilesPaul Frazee2022-11-223-2/+17
|
* Turn home button into a 'go back to start of nav history'Paul Frazee2022-11-222-1/+7
|
* Change post prompt to 'Whats up?'Paul Frazee2022-11-222-2/+2
|
* 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-2220-20/+32
|
* 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-2113-242/+45
|/
* 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-173-3/+83
|
* Improve coffeePaul Frazee2022-11-171-2/+1
|
* Add tabs explainer and fix 'black screen' during onboardPaul Frazee2022-11-174-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
|