Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix to thread ordering in the feed: correctly identify the starts of threads ↵ | Paul Frazee | 2022-12-19 | 1 | -2/+5 |
| | | | | when adjacent | ||||
* | Improve thread rendering | Paul Frazee | 2022-12-18 | 5 | -102/+195 |
| | |||||
* | Add WIP 'report account' modal | Paul Frazee | 2022-12-18 | 4 | -4/+127 |
| | |||||
* | Add WIP 'report post' modal | Paul Frazee | 2022-12-18 | 7 | -2/+211 |
| | |||||
* | Reduce confusing visual feedback while scrolling | Paul Frazee | 2022-12-18 | 12 | -14/+46 |
| | |||||
* | Add zooming to the lightbox | Paul Frazee | 2022-12-16 | 3 | -26/+115 |
| | |||||
* | Prefetch feed refreshes to speed up 'load more posts' | Paul Frazee | 2022-12-16 | 3 | -6/+25 |
| | |||||
* | Fixes to the composer UX around images and scrolling | Paul Frazee | 2022-12-16 | 5 | -80/+116 |
| | |||||
* | Add swipe gestures to the lightbox | Paul Frazee | 2022-12-16 | 8 | -40/+387 |
| | |||||
* | Implement 'forgot password' flow | Paul Frazee | 2022-12-15 | 1 | -11/+367 |
| | |||||
* | Split login screen into component files | Paul Frazee | 2022-12-15 | 4 | -641/+752 |
| | |||||
* | Just do full renders of parent posts in the feed | Paul Frazee | 2022-12-15 | 3 | -139/+119 |
| | |||||
* | Dont use ??= | Paul Frazee | 2022-12-15 | 1 | -1/+3 |
| | |||||
* | Improve handling of connection loss | Paul Frazee | 2022-12-14 | 5 | -87/+69 |
| | |||||
* | Fix state-tracking | Paul Frazee | 2022-12-14 | 1 | -2/+10 |
| | |||||
* | Reset feeds on login | Paul Frazee | 2022-12-14 | 1 | -0/+4 |
| | |||||
* | Add haptic feedback to likes and reposts | Paul Frazee | 2022-12-14 | 1 | -1/+11 |
| | |||||
* | Add post embeds (images and external links) | Paul Frazee | 2022-12-14 | 27 | -210/+860 |
| | |||||
* | Move posts feed to root store (me) and ensure new posts always update the feed | Paul Frazee | 2022-12-13 | 3 | -31/+27 |
| | |||||
* | Fix: avoid dup keynames in posts feed | Paul Frazee | 2022-12-13 | 1 | -4/+4 |
| | |||||
* | Enlarge feed avis slightly | Paul Frazee | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | Ensure load more is always visible | Paul Frazee | 2022-12-13 | 2 | -5/+9 |
| | |||||
* | Use avatar in viewheader when cant go back | Paul Frazee | 2022-12-13 | 1 | -7/+20 |
| | |||||
* | Fix: avoid duplicate key names in notifications | Paul Frazee | 2022-12-13 | 1 | -2/+3 |
| | |||||
* | Fix issue that caused repost & trend data to get lost on feed updates | Paul Frazee | 2022-12-13 | 1 | -4/+5 |
| | |||||
* | Hide main menu drawer on click outside | Paul Frazee | 2022-12-13 | 1 | -1/+5 |
| | |||||
* | Use full available screen | Paul Frazee | 2022-12-13 | 1 | -3/+3 |
| | |||||
* | Fix: show avatars in all notifications | Paul Frazee | 2022-12-13 | 2 | -1/+9 |
| |