about summary refs log tree commit diff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Implement account mutingPaul Frazee2023-01-023-3/+2
|
* Various small fixesPaul Frazee2022-12-301-2/+2
|
* Add a design system (#34)Paul Frazee2022-12-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system
* Start with highest quality compression and find a suitable size (#33)Paul Frazee2022-12-261-5/+41
|
* Unit testing (#32)João Ferreiro2022-12-222-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add testing lib * remove coverage folder from git * finished basic test setup * fix tests typescript and import paths * add first snapshot * testing utils * rename test files; update script flags; ++tests * testing utils functions * testing downloadAndResize wip * remove download test * specify unwanted coverage paths; remove update snapshots flag * fix strings tests * testing downloadAndResize method * increasing testing * fixing snapshots wip * fixed shell mobile snapshot * adding snapshots for the screens * fix onboard snapshot * fix typescript issues * fix TabsSelector snapshot * Account for testing device's locale in ago() tests * Remove platform detection on regex Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* 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