Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to loading state | Paul Frazee | 2022-12-30 | 1 | -3/+6 |
| | |||||
* | Various small fixes | Paul Frazee | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | Integrate profile listings into design system | Paul Frazee | 2022-12-30 | 1 | -4/+4 |
| | |||||
* | Integrate ViewSelector into design system | Paul Frazee | 2022-12-30 | 2 | -16/+12 |
| | |||||
* | Integrate composer prompt into design system | Paul Frazee | 2022-12-30 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -5/+9 |
| | |||||
* | Improve image layout | Paul Frazee | 2022-12-30 | 3 | -79/+192 |
| | |||||
* | Tune post controls | Paul Frazee | 2022-12-28 | 2 | -13/+13 |
| | |||||
* | Update posts in feed to use the theming system | Paul Frazee | 2022-12-28 | 4 | -31/+50 |
| | |||||
* | Tighten up spacing and dividers | Paul Frazee | 2022-12-28 | 1 | -1/+1 |
| | |||||
* | Add a design system (#34) | Paul Frazee | 2022-12-28 | 24 | -285/+632 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -12/+12 |
| | |||||
* | Start with highest quality compression and find a suitable size (#33) | Paul Frazee | 2022-12-26 | 2 | -4/+4 |
| | |||||
* | Unvendor the api and switch to @atproto/api | Paul Frazee | 2022-12-22 | 2 | -3/+2 |
| | |||||
* | Fix post-meta truncation on android | Paul Frazee | 2022-12-20 | 1 | -6/+25 |
| | |||||
* | Wrap all <Text> in a helper that ensures black color is applied by default | Paul Frazee | 2022-12-20 | 17 | -33/+43 |
| | |||||
* | minor fix | João Ferreiro | 2022-12-19 | 1 | -3/+3 |
| | |||||
* | initial android fixes | João Ferreiro | 2022-12-19 | 3 | -6/+11 |
| | |||||
* | Tighten up the post control hit regions | Paul Frazee | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | Add WIP 'report post' modal | Paul Frazee | 2022-12-18 | 3 | -1/+96 |
| | |||||
* | Reduce confusing visual feedback while scrolling | Paul Frazee | 2022-12-18 | 2 | -3/+19 |
| | |||||
* | Add zooming to the lightbox | Paul Frazee | 2022-12-16 | 1 | -19/+78 |
| | |||||
* | Prefetch feed refreshes to speed up 'load more posts' | Paul Frazee | 2022-12-16 | 1 | -1/+0 |
| | |||||
* | Fixes to the composer UX around images and scrolling | Paul Frazee | 2022-12-16 | 1 | -28/+31 |
| | |||||
* | Add swipe gestures to the lightbox | Paul Frazee | 2022-12-16 | 4 | -27/+244 |
| | |||||
* | Just do full renders of parent posts in the feed | Paul Frazee | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Dont use ??= | Paul Frazee | 2022-12-15 | 1 | -1/+3 |
| | |||||
* | Improve handling of connection loss | Paul Frazee | 2022-12-14 | 1 | -83/+53 |
| | |||||
* | Fix state-tracking | Paul Frazee | 2022-12-14 | 1 | -2/+10 |
| | |||||
* | 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 | 2 | -49/+243 |
| | |||||
* | Use avatar in viewheader when cant go back | Paul Frazee | 2022-12-13 | 1 | -7/+20 |
| | |||||
* | Hide footer on scroll down (minimal shell mode) | Paul Frazee | 2022-12-12 | 1 | -1/+10 |
| | |||||
* | Add profile image lightbox | Paul Frazee | 2022-12-12 | 1 | -2/+2 |
| | |||||
* | Add banner image upload to profiles | Paul Frazee | 2022-12-12 | 1 | -22/+24 |
| | |||||
* | Add 'loading more' spinner to feeds | Paul Frazee | 2022-12-12 | 1 | -6/+9 |
| | |||||
* | Tune the swipe gesture to detect more easily | Paul Frazee | 2022-12-12 | 1 | -3/+3 |
| | |||||
* | Improve aesthetic of main menu swipeout (use screen mask) | Paul Frazee | 2022-12-09 | 1 | -1/+11 |
| | |||||
* | Add main menu button | Paul Frazee | 2022-12-09 | 2 | -15/+14 |
| | |||||
* | Add avatar images and fix some type signatures | Paul Frazee | 2022-12-08 | 1 | -27/+26 |
| | |||||
* | Replace navigational 'back swipe' gesture with new HorzSwipe util | Paul Frazee | 2022-12-07 | 2 | -13/+34 |
| | |||||
* | Add HorzSwipe gesture and integrate it into the ViewSelector | Paul Frazee | 2022-12-07 | 3 | -108/+185 |
| | |||||
* | Switch to react-native default animation tools for composer and post controls | Paul Frazee | 2022-12-06 | 1 | -24/+58 |
| | |||||
* | Add build version to menu | Paul Frazee | 2022-12-06 | 2 | -2/+2 |
| | |||||
* | Add context to replies when appearing in the feed | Paul Frazee | 2022-12-06 | 2 | -6/+6 |
| | |||||
* | Upload profile image (#29) | João Ferreiro | 2022-12-06 | 2 | -7/+208 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add editable button profile picture * add editable button cover picture * upload profile photos (save them locally) * rollback pbxproj changes * rollback podfile checksum (for git only) * move edit photos onto edit profile modal * adjust edit icon and image cropping size * added temporary (react state) image * added IMAGES_ENABLED flag * minor lint fix * save local photos on edit profile upload (wip) * save profile photos on profile view state (wip) * remove unecessary computed * save photo in state before pushing it to viewmodel * refactor profile pictures's state * remove unnecessary isMe prop * removing old comments * tweak icon size & position * A few styling tweaks and a fix to mobx state management Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Enlarge the small emoji-only replies | Paul Frazee | 2022-12-05 | 1 | -0/+7 |
| | |||||
* | Add 'copy post text' tool | Paul Frazee | 2022-12-05 | 2 | -0/+11 |
| | |||||
* | Better sized and more informative character counter | Paul Frazee | 2022-12-05 | 2 | -23/+0 |
| |