Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixes to text input colors on android | Paul Frazee | 2022-12-20 | 6 | -0/+16 |
| | |||||
* | Wrap all <Text> in a helper that ensures black color is applied by default | Paul Frazee | 2022-12-20 | 54 | -82/+110 |
| | |||||
* | Use consistent rendering of avis and post metas in threads | Paul Frazee | 2022-12-20 | 1 | -40/+15 |
| | |||||
* | Proper fix to the previous panic fix: put threads at the end when they ↵ | Paul Frazee | 2022-12-20 | 1 | -1/+3 |
| | | | | should be there | ||||
* | Fix to error condition that breaks the feed | Paul Frazee | 2022-12-20 | 1 | -1/+2 |
| | |||||
* | A couple more android updates | Paul Frazee | 2022-12-19 | 3 | -2/+7 |
| | |||||
* | minor fix | João Ferreiro | 2022-12-19 | 1 | -3/+3 |
| | |||||
* | fixing remaining text colors on android | João Ferreiro | 2022-12-19 | 4 | -7/+9 |
| | |||||
* | fixing modal & keyboard interaction on android | João Ferreiro | 2022-12-19 | 3 | -2/+6 |
| | |||||
* | initial android fixes | João Ferreiro | 2022-12-19 | 8 | -19/+43 |
| | |||||
* | fix android runtime | João Ferreiro | 2022-12-19 | 1 | -2/+2 |
| | |||||
* | Remove prefetch of feed (it wasnt working) | Paul Frazee | 2022-12-19 | 1 | -16/+2 |
| | |||||
* | Tighten up the post control hit regions | Paul Frazee | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | Tighten up the home feed | Paul Frazee | 2022-12-19 | 2 | -17/+50 |
| | |||||
* | Enable image-only posts | Paul Frazee | 2022-12-19 | 4 | -30/+47 |
| |