Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Prefetch feed refreshes to speed up 'load more posts' | Paul Frazee | 2022-12-16 | 2 | -2/+2 | |
| | ||||||
* | 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 | 7 | -36/+339 | |
| | ||||||
* | 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 | 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 | 9 | -94/+339 | |
| | ||||||
* | Move posts feed to root store (me) and ensure new posts always update the feed | Paul Frazee | 2022-12-13 | 2 | -25/+11 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 1 | -1/+8 | |
| | ||||||
* | Reposition 'load latest' based on minimal shell mode | Paul Frazee | 2022-12-13 | 1 | -2/+8 | |
| | ||||||
* | Hide footer on scroll down (minimal shell mode) | Paul Frazee | 2022-12-12 | 16 | -7/+96 | |
| | ||||||
* | Improvements to service selection during login | Paul Frazee | 2022-12-12 | 1 | -80/+81 | |
| | ||||||
* | Add profile image lightbox | Paul Frazee | 2022-12-12 | 10 | -34/+122 | |
| | ||||||
* | Add banner image upload to profiles | Paul Frazee | 2022-12-12 | 3 | -28/+35 | |
| | ||||||
* | Improvements to 'edit profile' error messages | Paul Frazee | 2022-12-12 | 1 | -8/+5 | |
| | ||||||
* | Add 'loading more' spinner to feeds | Paul Frazee | 2022-12-12 | 3 | -8/+38 | |
| | ||||||
* | Tune the swipe gesture to detect more easily | Paul Frazee | 2022-12-12 | 1 | -3/+3 | |
| | ||||||
* | More aesthetic and perf improvements to the menu drawer | Paul Frazee | 2022-12-12 | 2 | -54/+79 | |
| | ||||||
* | Fix duplicate 'end of feed' issue | Paul Frazee | 2022-12-12 | 1 | -10/+12 | |
| | ||||||
* | Improve aesthetic of main menu swipeout (use screen mask) | Paul Frazee | 2022-12-09 | 2 | -5/+35 | |
| | ||||||
* | Add main menu button | Paul Frazee | 2022-12-09 | 3 | -23/+25 | |
| | ||||||
* | Show 'processing' spinner in edit profile modal | Paul Frazee | 2022-12-08 | 1 | -10/+25 | |
| | ||||||
* | Turn the main menu into a 'drawer' instead of a screen in the history | Paul Frazee | 2022-12-08 | 3 | -27/+93 | |
| | ||||||
* | Switch to temporary 'fixed tabs' model for default and notifications | Paul Frazee | 2022-12-08 | 2 | -5/+26 | |
| | ||||||
* | Add avatar images and fix some type signatures | Paul Frazee | 2022-12-08 | 22 | -52/+89 | |
| | ||||||
* | Replace reanimated for tabs selector | Paul Frazee | 2022-12-07 | 2 | -54/+60 | |
| | ||||||
* | Cleanup | Paul Frazee | 2022-12-07 | 2 | -5/+4 | |
| | ||||||
* | Replace navigational 'back swipe' gesture with new HorzSwipe util | Paul Frazee | 2022-12-07 | 3 | -57/+68 | |
| | ||||||
* | Add HorzSwipe gesture and integrate it into the ViewSelector | Paul Frazee | 2022-12-07 | 5 | -109/+186 | |
| | ||||||
* | Switch to react-native default animation tools for composer and post controls | Paul Frazee | 2022-12-06 | 4 | -59/+103 | |
| | ||||||
* | Fix mention-creation and implement mentions in notifications | Paul Frazee | 2022-12-06 | 1 | -1/+1 | |
| | ||||||
* | Better empty state in profiles | Paul Frazee | 2022-12-06 | 1 | -1/+7 | |
| | ||||||
* | Ensure all feed views can refresh | Paul Frazee | 2022-12-06 | 2 | -28/+49 | |
| | ||||||
* | Add build version to menu | Paul Frazee | 2022-12-06 | 3 | -3/+15 | |
| | ||||||
* | Add context to replies when appearing in the feed | Paul Frazee | 2022-12-06 | 3 | -6/+55 | |
| | ||||||
* | Implement terms-of-service and privacy-policy links in signup | Paul Frazee | 2022-12-06 | 2 | -0/+66 | |
| | ||||||
* | Upload profile image (#29) | João Ferreiro | 2022-12-06 | 4 | -15/+256 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
* | Fix to unicode zero-width characters in expanded posts | Paul Frazee | 2022-12-06 | 1 | -1/+0 | |
| | ||||||
* | Rework the 'main menu' to be a screen that's always in history | Paul Frazee | 2022-12-06 | 5 | -373/+282 | |
| | ||||||
* | Enlarge the small emoji-only replies | Paul Frazee | 2022-12-05 | 1 | -0/+7 | |
| | ||||||
* | Dismiss keyboard in search on scroll | Paul Frazee | 2022-12-05 | 1 | -3/+12 | |
| |