about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure threads group together posts by opPaul Frazee2022-11-231-0/+19
|
* Fix: Adjust home TL post dedup to ensure polling works correctlyPaul Frazee2022-11-231-1/+2
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-235-5/+66
|
* Fix: dont detect double dots as urlsPaul Frazee2022-11-231-2/+2
|
* Fix keyboard issues in searchPaul Frazee2022-11-231-1/+7
|
* Turn composer character counter into a countdownPaul Frazee2022-11-231-1/+1
|
* Handle bsky.app links nativelyPaul Frazee2022-11-232-3/+16
|
* Longer shortened URLsPaul Frazee2022-11-231-2/+2
|
* Add threading to post feedsPaul Frazee2022-11-232-26/+137
|
* Fallback to display name in search resultsPaul Frazee2022-11-221-1/+1
|
* Implement user searchPaul Frazee2022-11-222-31/+88
|
* Keep fetching suggestions to reach a full listPaul Frazee2022-11-221-10/+17
|
* Add support for links with no scheme in composerPaul Frazee2022-11-223-21/+64
|
* 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
|