Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | ||||||
| * | | | reafctor image carousel into new component; | João Ferreiro | 2022-11-29 | 2 | -169/+220 | |
| | | | | | | | | | | | | | | | | fix photo overlapping text in composer | |||||
| * | | | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-29 | 16 | -137/+255 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'main' into upload-image | João Ferreiro | 2022-11-28 | 24 | -428/+396 | |
| |\ \ \ \ | ||||||
| * | | | | | upload images in composer v1 | João Ferreiro | 2022-11-28 | 3 | -3/+209 | |
| | | | | | | ||||||
* | | | | | | Remove loading-placeholder animation; according to some issues, animated ↵ | Paul Frazee | 2022-12-05 | 1 | -45/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | linear-gradients may cause crashes | |||||
* | | | | | | Fix 'swipe back to nothing' bug | Paul Frazee | 2022-12-05 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Make 'backswipe' a little easier to trigger | Paul Frazee | 2022-12-05 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Enlarge click targets for post controls and view header | Paul Frazee | 2022-12-05 | 3 | -6/+27 | |
| | | | | | | ||||||
* | | | | | | Upload image in composer (#27) | João Ferreiro | 2022-12-02 | 5 | -9/+304 | |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upload images in composer v1 * fix android compile * reafctor image carousel into new component; fix photo overlapping text in composer * revert android changes * further refactoring code into different components * move show carousel out of the component * fixing add photo using camera * fix typescript issue; force mediatype photo * change post test with photo attached; remove auto linking settings * use runInAction in getPhotos model * react-hooks/exhaustive-deps fixes * crop every photo; make use of useCallback * moving placeholder condition * Cleanup Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | | | | | Improvements to link and mention detection regarding surrounding punctuation | Paul Frazee | 2022-11-29 | 1 | -8/+30 | |
| | | | | | ||||||
* | | | | | Relax the requirement that post entities match their value | Paul Frazee | 2022-11-29 | 1 | -7/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | Decode html entities in link embeds | Paul Frazee | 2022-11-29 | 2 | -7/+5 | |
| |_|/ |/| | | ||||||
* | | | Improve handling of deleted posts | Paul Frazee | 2022-11-28 | 8 | -60/+93 | |
| | | | ||||||
* | | | Fixes to edit profile modal | Paul Frazee | 2022-11-28 | 2 | -2/+8 | |
| | | | ||||||
* | | | Fix jank in notifications loading-state rendering | Paul Frazee | 2022-11-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use a persistent notifications model to improve load times of the ↵ | Paul Frazee | 2022-11-28 | 4 | -41/+49 | |
| | | | | | | | | | | | | notifications view |