about summary refs log tree commit diff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-1/+2
|
* Replace removed hasIndexes behaviorPaul Frazee2022-12-201-17/+11
|
* fix android runtimeJoão Ferreiro2022-12-191-2/+2
|
* Add post embeds (images and external links)Paul Frazee2022-12-142-3/+74
|
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-052-1/+6
|
* Improvements to link and mention detection regarding surrounding punctuationPaul Frazee2022-11-291-8/+30
|
* Decode html entities in link embedsPaul Frazee2022-11-291-1/+4
|
* Fix a couple incorrect link detections ('e.g.' and 'foo.jpg') (close #13)Paul Frazee2022-11-281-2/+19
|
* Add link embeds to postsPaul Frazee2022-11-232-3/+33
|
* Implement a link metadata fetching util functionPaul Frazee2022-11-232-0/+1307
|
* Detect links in profile biosPaul Frazee2022-11-231-0/+2
|
* Fix: dont detect double dots as urlsPaul Frazee2022-11-231-2/+2
|
* Handle bsky.app links nativelyPaul Frazee2022-11-231-1/+13
|
* Longer shortened URLsPaul Frazee2022-11-231-2/+2
|
* Add support for links with no scheme in composerPaul Frazee2022-11-221-3/+43
|
* Shorten rendered URLs in postsPaul Frazee2022-11-221-0/+17
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-222-0/+154