about summary refs log tree commit diff
path: root/src/view
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle bsky.app links nativelyPaul Frazee2022-11-231-2/+3
|
* Add threading to post feedsPaul Frazee2022-11-231-14/+64
|
* Fallback to display name in search resultsPaul Frazee2022-11-221-1/+1
|
* Implement user searchPaul Frazee2022-11-222-31/+88
|
* Add support for links with no scheme in composerPaul Frazee2022-11-222-18/+21
|
* Shorten rendered URLs in postsPaul Frazee2022-11-221-2/+3
|
* 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-221-1/+6
|
* Turn home button into a 'go back to start of nav history'Paul Frazee2022-11-221-1/+1
|
* 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-2215-164/+22
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-2117-230/+168
|\
| * 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-204-16/+23
| |
| * 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
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-2110-213/+18
|/
* 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-1715-26/+34
|
* Add new tab animationPaul Frazee2022-11-172-14/+45
|
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-173-38/+37
|
* Fix loadLatest() on home feedPaul Frazee2022-11-171-1/+1
|
* Fix: correctly set visible on screensPaul Frazee2022-11-172-2/+1
|
* Improve perf of post renderingPaul Frazee2022-11-171-7/+3
|
* Poll periodically for new postsPaul Frazee2022-11-172-2/+56
|
* 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-171-26/+26
|
* 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
|