Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement account muting | Paul Frazee | 2023-01-02 | 3 | -3/+2 |
| | |||||
* | Various small fixes | Paul Frazee | 2022-12-30 | 1 | -2/+2 |
| | |||||
* | Add a design system (#34) | Paul Frazee | 2022-12-28 | 1 | -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 Frazee | 2022-12-26 | 1 | -5/+41 |
| | |||||
* | Unit testing (#32) | João Ferreiro | 2022-12-22 | 2 | -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/api | Paul Frazee | 2022-12-22 | 1 | -1/+2 |
| | |||||
* | Replace removed hasIndexes behavior | Paul Frazee | 2022-12-20 | 1 | -17/+11 |
| | |||||
* | fix android runtime | João Ferreiro | 2022-12-19 | 1 | -2/+2 |
| | |||||
* | Add post embeds (images and external links) | Paul Frazee | 2022-12-14 | 2 | -3/+74 |
| | |||||
* | Ensure the UI always renders, even in bad network conditions (close #6) | Paul Frazee | 2022-12-05 | 2 | -1/+6 |
| | |||||
* | Improvements to link and mention detection regarding surrounding punctuation | Paul Frazee | 2022-11-29 | 1 | -8/+30 |
| | |||||
* | Decode html entities in link embeds | Paul Frazee | 2022-11-29 | 1 | -1/+4 |
| | |||||
* | Fix a couple incorrect link detections ('e.g.' and 'foo.jpg') (close #13) | Paul Frazee | 2022-11-28 | 1 | -2/+19 |
| | |||||
* | Add link embeds to posts | Paul Frazee | 2022-11-23 | 2 | -3/+33 |
| | |||||
* | Implement a link metadata fetching util function | Paul Frazee | 2022-11-23 | 2 | -0/+1307 |
| | |||||
* | Detect links in profile bios | Paul Frazee | 2022-11-23 | 1 | -0/+2 |
| | |||||
* | Fix: dont detect double dots as urls | Paul Frazee | 2022-11-23 | 1 | -2/+2 |
| | |||||
* | Handle bsky.app links natively | Paul Frazee | 2022-11-23 | 1 | -1/+13 |
| | |||||
* | Longer shortened URLs | Paul Frazee | 2022-11-23 | 1 | -2/+2 |
| | |||||
* | Add support for links with no scheme in composer | Paul Frazee | 2022-11-22 | 1 | -3/+43 |
| | |||||
* | Shorten rendered URLs in posts | Paul Frazee | 2022-11-22 | 1 | -0/+17 |
| | |||||
* | Refactor: create src/lib to reflect actual sharing of that code | Paul Frazee | 2022-11-22 | 2 | -0/+154 |