Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: remove duplicates in the TL caused by rendering reply parents | Paul Frazee | 2023-01-16 | 2 | -1/+27 |
| | |||||
* | Fix image compression for avis and banner images | Paul Frazee | 2023-01-12 | 3 | -19/+37 |
| | |||||
* | Add scrolling to menu | Paul Frazee | 2023-01-03 | 1 | -2/+4 |
| | |||||
* | Bump deps to pull in some bugfixes | Paul Frazee | 2023-01-03 | 1 | -1/+1 |
| | |||||
* | Indicate images in notifications | Paul Frazee | 2023-01-03 | 1 | -3/+12 |
| | |||||
* | Implement validation and proper type detection | Paul Frazee | 2023-01-03 | 7 | -30/+114 |
| | |||||
* | Improve handling around connection failures during login | Paul Frazee | 2023-01-03 | 2 | -9/+29 |
| | |||||
* | Add 'is 13' checkbox to account creation | Paul Frazee | 2023-01-03 | 1 | -3/+57 |
| | |||||
* | Fix to feed update | Paul Frazee | 2023-01-03 | 1 | -1/+1 |
| | |||||
* | Fix session hydration during load | Paul Frazee | 2023-01-03 | 2 | -1/+4 |
| | |||||
* | Fix bug in error handling | Paul Frazee | 2023-01-03 | 1 | -1/+5 |
| | |||||
* | Introduce error boundaries around all screens | Paul Frazee | 2023-01-02 | 2 | -8/+55 |
| | |||||
* | Improve error logging | Paul Frazee | 2023-01-02 | 47 | -187/+191 |
| | |||||
* | Bump api@0.0.5 and use the type guard helpers | Paul Frazee | 2023-01-02 | 2 | -35/+17 |
| | |||||
* | Implement logging system | Paul Frazee | 2023-01-02 | 39 | -125/+442 |
| | |||||
* | Dont mute posts for a user when viewing their profile | Paul Frazee | 2023-01-02 | 2 | -3/+10 |
| | |||||
* | Implement account muting | Paul Frazee | 2023-01-02 | 10 | -10/+96 |
| | |||||
* | Fix to loading state | Paul Frazee | 2022-12-30 | 1 | -3/+6 |
| | |||||
* | Fix the status bar coloring | Paul Frazee | 2022-12-30 | 1 | -1/+7 |
| | |||||
* | Add dark mode toggle | Paul Frazee | 2022-12-30 | 4 | -169/+206 |
| | |||||
* | Integrate composer into design system | Paul Frazee | 2022-12-30 | 3 | -45/+36 |
| | |||||
* | Various small fixes | Paul Frazee | 2022-12-30 | 6 | -7/+9 |
| | |||||
* | Integrate search into suggested follows | Paul Frazee | 2022-12-30 | 2 | -48/+25 |
| | |||||
* | Dont autofocus the search input | Paul Frazee | 2022-12-30 | 1 | -1/+0 |
| | |||||
* | Integrate settings into design system and some various fixes/tweaks | Paul Frazee | 2022-12-30 | 3 | -9/+12 |
| | |||||
* | Integrate menu into design system | Paul Frazee | 2022-12-30 | 1 | -47/+39 |
| | |||||
* | Integrate notifications into the design system | Paul Frazee | 2022-12-30 | 3 | -35/+45 |
| | |||||
* | Integrate profile listings into design system | Paul Frazee | 2022-12-30 | 4 | -25/+30 |
| | |||||
* | Update profile header to use design system | Paul Frazee | 2022-12-30 | 2 | -58/+70 |
| | |||||
* | Integrate the shell into the design system | Paul Frazee | 2022-12-30 | 1 | -49/+16 |
| | |||||
* | Integrate ViewSelector into design system | Paul Frazee | 2022-12-30 | 2 | -16/+12 |
| | |||||
* | Integrate composer prompt into design system | Paul Frazee | 2022-12-30 | 6 | -18/+19 |
| | |||||
* | Integrate ViewHeader into the design system | Paul Frazee | 2022-12-30 | 1 | -47/+31 |
| | |||||
* | Update threads to use design system | Paul Frazee | 2022-12-30 | 6 | -137/+63 |
| | |||||
* | Improve image layout | Paul Frazee | 2022-12-30 | 3 | -79/+192 |
| | |||||
* | Tune post controls | Paul Frazee | 2022-12-28 | 4 | -15/+44 |
| | |||||
* | Update posts in feed to use the theming system | Paul Frazee | 2022-12-28 | 9 | -82/+133 |
| | |||||
* | Update notifications | Paul Frazee | 2022-12-28 | 2 | -15/+5 |
| | |||||
* | Tighten up spacing and dividers | Paul Frazee | 2022-12-28 | 4 | -25/+15 |
| | |||||
* | Fix letter spacing | Paul Frazee | 2022-12-28 | 1 | -1/+1 |
| | |||||
* | Add a design system (#34) | Paul Frazee | 2022-12-28 | 78 | -375/+1431 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Increase image resolutions | Paul Frazee | 2022-12-26 | 3 | -14/+14 |
| | |||||
* | Start with highest quality compression and find a suitable size (#33) | Paul Frazee | 2022-12-26 | 6 | -39/+95 |
| | |||||
* | Unit testing (#32) | João Ferreiro | 2022-12-22 | 3 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 107 | -13781/+86 |
| | |||||
* | Fix issue which caused parent posts to fail at mobx reactivity | Paul Frazee | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Update to use new getTimeline, getAuthorFeed, and getPostThread output models | Paul Frazee | 2022-12-20 | 17 | -897/+705 |
| | |||||
* | Replace removed hasIndexes behavior | Paul Frazee | 2022-12-20 | 1 | -17/+11 |
| | |||||
* | Get the composer into a passable visual state on android when the keyboard ↵ | Paul Frazee | 2022-12-20 | 1 | -0/+2 |
| | | | | is open | ||||
* | Fix post-meta truncation on android | Paul Frazee | 2022-12-20 | 1 | -6/+25 |
| |