Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Resolve all remaining lint issues (#88) | Paul Frazee | 2023-01-24 | 1 | -12/+10 | |
| | | | | | | | | | * Rework 'navIdx' variables from number arrays to strings to avoid equality-check failures in react hooks * Resolve all remaining lint issues * Fix tests * Use node v18 in gh action test | |||||
* | Lints some errors and warnings (#76) | Aryan Goharzad | 2023-01-20 | 1 | -1/+3 | |
| | ||||||
* | Fixes embed links for twitter and tiktok (#74) | Aryan Goharzad | 2023-01-20 | 3 | -2/+29 | |
| | ||||||
* | Fix a case where the 'aborted' error message was getting through | Paul Frazee | 2023-01-19 | 1 | -1/+1 | |
| | ||||||
* | Fixes youtube embed issues (#50) | Aryan Goharzad | 2023-01-19 | 4 | -53/+97 | |
| | | | | | | | | | | | | | | | | | * fixes youtube embed * move extractMetaHtml test to its own file * tests cleanup * Add fallback for youtube meta data * lint * Check for youtube in the url domain * use hostname instead of full url to check for link domain * checks only for domain | |||||
* | Improve link meta fetching for bsky links (#54) | Paul Frazee | 2023-01-19 | 2 | -15/+104 | |
| | | | | | | | * Add share dropdown item to profiles * Temporary improvement for links to content on the network * Enlarge text slightly on embed cards | |||||
* | Update composer to preview external link cards (#52) | Paul Frazee | 2023-01-18 | 1 | -1/+1 | |
| | | | | | | | * Fetch external link metadata during compose so the user can preview and remove the embed * Add missing mocks * Update tests to match recent changes | |||||
* | Fix image compression (close #41) | Paul Frazee | 2023-01-18 | 1 | -1/+1 | |
| | ||||||
* | Give a more sensible default crop in the post image picker (related #39) | Paul Frazee | 2023-01-17 | 1 | -0/+16 | |
| | ||||||
* | Fix image compression for avis and banner images | Paul Frazee | 2023-01-12 | 1 | -7/+25 | |
| | ||||||
* | Fix bug in error handling | Paul Frazee | 2023-01-03 | 1 | -1/+5 | |
| | ||||||
* | 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 | |