Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add banner image upload to profiles | Paul Frazee | 2022-12-12 | 4 | -35/+50 | |
| | ||||||
* | Improvements to 'edit profile' error messages | Paul Frazee | 2022-12-12 | 9 | -101/+3006 | |
| | ||||||
* | 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 | 4 | -26/+28 | |
| | ||||||
* | 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 | 4 | -50/+100 | |
| | ||||||
* | Switch to temporary 'fixed tabs' model for default and notifications | Paul Frazee | 2022-12-08 | 3 | -17/+91 | |
| | ||||||
* | Add avatar images and fix some type signatures | Paul Frazee | 2022-12-08 | 56 | -326/+499 | |
| | ||||||
* | 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 | 6 | -109/+191 | |
| | ||||||
* | 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 | 3 | -4/+22 | |
| | ||||||
* | 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 | 4 | -40/+140 | |
| | ||||||
* | Implement terms-of-service and privacy-policy links in signup | Paul Frazee | 2022-12-06 | 2 | -0/+66 | |
| | ||||||
* | Update API build | Paul Frazee | 2022-12-06 | 65 | -11598/+3804 | |
| | ||||||
* | Upload profile image (#29) | João Ferreiro | 2022-12-06 | 5 | -16/+269 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |
| | ||||||
* | Never allow undefined values in me model | Paul Frazee | 2022-12-06 | 1 | -12/+12 | |
| | ||||||
* | Rework the 'main menu' to be a screen that's always in history | Paul Frazee | 2022-12-06 | 7 | -379/+300 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add 'copy post text' tool | Paul Frazee | 2022-12-05 | 6 | -0/+32 | |
| | ||||||
* | Better sized and more informative character counter | Paul Frazee | 2022-12-05 | 3 | -28/+24 | |
| | ||||||
* | Switch to System font to fix emoji rendering | Paul Frazee | 2022-12-05 | 4 | -13/+3 | |
| | ||||||
* | Fix: never attempt update on 0 items | Paul Frazee | 2022-12-05 | 2 | -0/+6 | |
| | ||||||
* | Increase touch-size of the 'load new posts' button | Paul Frazee | 2022-12-05 | 1 | -1/+6 | |
| | ||||||
* | Ensure the UI always renders, even in bad network conditions (close #6) | Paul Frazee | 2022-12-05 | 13 | -72/+259 | |
| | ||||||
* | Merge branch 'upload-image' into main | Paul Frazee | 2022-12-05 | 2 | -8/+12 | |
|\ | ||||||
| * | Hide images behind a build flag until ready | Paul Frazee | 2022-12-02 | 2 | -8/+12 | |
| | | ||||||
| * | Cleanup | Paul Frazee | 2022-12-02 | 2 | -13/+11 | |
| | | ||||||
| * | moving placeholder condition | João Ferreiro | 2022-11-29 | 1 | -7/+7 | |
| | | ||||||
| * | crop every photo; | João Ferreiro | 2022-11-29 | 2 | -29/+72 | |
| | | | | | | | | make use of useCallback | |||||
| * | react-hooks/exhaustive-deps fixes | João Ferreiro | 2022-11-29 | 1 | -7/+4 | |
| | | ||||||
| * | use runInAction in getPhotos model | João Ferreiro | 2022-11-29 | 2 | -12/+9 | |
| | | ||||||
| * | change post test with photo attached; | João Ferreiro | 2022-11-29 | 1 | -1/+7 | |
| | | | | | | | | remove auto linking settings | |||||
| * | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-29 | 2 | -15/+32 | |
| |\ | ||||||
| * | | fix typescript issue; force mediatype photo | João Ferreiro | 2022-11-29 | 1 | -12/+17 | |
| | | | ||||||
| * | | fixing add photo using camera | João Ferreiro | 2022-11-29 | 1 | -1/+4 | |
| | | | ||||||
| * | | move show carousel out of the component | João Ferreiro | 2022-11-29 | 3 | -13/+11 | |
| | | | ||||||
| * | | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-29 | 2 | -7/+5 | |
| |\ \ | ||||||
| * | | | further refactoring code into different components | João Ferreiro | 2022-11-29 | 3 | -154/+147 | |
| | | | |