Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Debug: disable feed reordering to isolate bugs | Paul Frazee | 2022-12-13 | 1 | -23/+28 | |
| | ||||||
* | 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 | 17 | -7/+101 | |
| | ||||||
* | Improvements to service selection during login | Paul Frazee | 2022-12-12 | 1 | -80/+81 | |
| | ||||||
* | Add profile image lightbox | Paul Frazee | 2022-12-12 | 11 | -47/+154 | |
| | ||||||
* | Improve session management | Paul Frazee | 2022-12-12 | 1 | -0/+2 | |
| | ||||||
* | 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 | |
| |