about summary refs log tree commit diff
path: root/src/view/com/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Switch to System font to fix emoji renderingPaul Frazee2022-12-051-10/+0
|
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-051-35/+112
|
* Remove loading-placeholder animation; according to some issues, animated ↵Paul Frazee2022-12-051-45/+6
| | | | linear-gradients may cause crashes
* Enlarge click targets for post controls and view headerPaul Frazee2022-12-053-6/+27
|
* Relax the requirement that post entities match their valuePaul Frazee2022-11-291-7/+2
|
* Decode html entities in link embedsPaul Frazee2022-11-291-6/+1
|
* Slow down and enlarge post-ctrl animations (close #11)Paul Frazee2022-11-281-4/+4
|
* Fix toast positioning (close #9)Paul Frazee2022-11-282-62/+9
|
* Tune post-thread expanded view: add reply prompt, fix spacing and sizingPaul Frazee2022-11-281-24/+38
|
* Enlarge the view header, left align the title, and add a compose buttonPaul Frazee2022-11-281-18/+24
|
* Add link embeds to postsPaul Frazee2022-11-232-1/+94
|
* Detect links in profile biosPaul Frazee2022-11-231-1/+7
|
* Handle bsky.app links nativelyPaul Frazee2022-11-231-2/+3
|
* Add support for links with no scheme in composerPaul Frazee2022-11-221-1/+9
|
* Shorten rendered URLs in postsPaul Frazee2022-11-221-2/+3
|
* Shrink and darken the post controls a littlePaul Frazee2022-11-222-13/+16
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-222-2/+2
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-214-85/+50
|\
| * Adjust control alignmentPaul Frazee2022-11-202-8/+8
| |
| * Move search btn into the viewheaderPaul Frazee2022-11-201-19/+24
| |
| * Add build flags and disable tabs for nowPaul Frazee2022-11-201-7/+10
| |
| * Adjust post control sizing and alignmentPaul Frazee2022-11-202-13/+11
| |
| * Remove downvotes from the UIPaul Frazee2022-11-202-45/+4
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-212-3/+4
|/
* Add support for web linksPaul Frazee2022-11-182-17/+37
|
* Fix richtext link renderingPaul Frazee2022-11-182-16/+44
|
* Improve perf of post renderingPaul Frazee2022-11-171-7/+3
|
* Lighten the post controlsPaul Frazee2022-11-171-5/+8
|
* Fix positioning with overflows in the post metaPaul Frazee2022-11-171-24/+11
|
* Open in new tab on long pressPaul Frazee2022-11-171-1/+2
|
* Fix header spacing for when dark mode is activePaul Frazee2022-11-171-2/+2
|
* Add post deletionPaul Frazee2022-11-162-3/+26
|
* Fix sizing on smaller phonesPaul Frazee2022-11-161-8/+11
|
* Add placeholder loading statesPaul Frazee2022-11-162-4/+120
|
* Add animations to post controlsPaul Frazee2022-11-161-45/+122
|
* Add current user profile to header and enlarge the headerPaul Frazee2022-11-151-12/+25
|
* Better loading screensPaul Frazee2022-11-152-12/+91
|
* Improve empty statesPaul Frazee2022-11-151-0/+50
|
* Improve error messagesPaul Frazee2022-11-151-9/+42
|
* Add profile info cachingPaul Frazee2022-11-141-2/+1
|
* Use only alphabet in generated avatarPaul Frazee2022-11-141-0/+2
|
* Fix overflows in post meta infoPaul Frazee2022-11-141-0/+71
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-101-1/+4
|
* Add scene creatorPaul Frazee2022-11-093-3/+7
|
* Add creator to scene profile headerPaul Frazee2022-11-091-1/+21
|
* Implement scene member/memberships listingsPaul Frazee2022-11-081-1/+1
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-082-12/+20
|
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-052-5/+5
|
* Unify profile follow btn colors with the restPaul Frazee2022-11-052-37/+4
|
* Replace likes with votes on post UIsPaul Frazee2022-11-051-0/+87
|