about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix state-trackingPaul Frazee2022-12-141-2/+10
|
* Add haptic feedback to likes and repostsPaul Frazee2022-12-141-1/+11
|
* Add post embeds (images and external links)Paul Frazee2022-12-149-94/+339
|
* Move posts feed to root store (me) and ensure new posts always update the feedPaul Frazee2022-12-131-0/+1
|
* Enlarge feed avis slightlyPaul Frazee2022-12-131-1/+1
|
* Use avatar in viewheader when cant go backPaul Frazee2022-12-131-7/+20
|
* Fix: show avatars in all notificationsPaul Frazee2022-12-131-1/+8
|
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-123-1/+18
|
* Add profile image lightboxPaul Frazee2022-12-126-27/+113
|
* Add banner image upload to profilesPaul Frazee2022-12-123-28/+35
|
* Improvements to 'edit profile' error messagesPaul Frazee2022-12-121-8/+5
|
* Add 'loading more' spinner to feedsPaul Frazee2022-12-122-7/+25
|
* Tune the swipe gesture to detect more easilyPaul Frazee2022-12-121-3/+3
|
* Improve aesthetic of main menu swipeout (use screen mask)Paul Frazee2022-12-091-1/+11
|
* Add main menu buttonPaul Frazee2022-12-092-15/+14
|
* Show 'processing' spinner in edit profile modalPaul Frazee2022-12-081-10/+25
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-0818-52/+83
|
* Replace navigational 'back swipe' gesture with new HorzSwipe utilPaul Frazee2022-12-072-13/+34
|
* Add HorzSwipe gesture and integrate it into the ViewSelectorPaul Frazee2022-12-073-108/+185
|
* Switch to react-native default animation tools for composer and post controlsPaul Frazee2022-12-062-44/+73
|
* Fix mention-creation and implement mentions in notificationsPaul Frazee2022-12-061-1/+1
|
* Ensure all feed views can refreshPaul Frazee2022-12-062-28/+49
|
* Add build version to menuPaul Frazee2022-12-062-2/+2
|
* Add context to replies when appearing in the feedPaul Frazee2022-12-063-6/+55
|
* Upload profile image (#29)João Ferreiro2022-12-064-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 postsPaul Frazee2022-12-061-1/+0
|
* Enlarge the small emoji-only repliesPaul Frazee2022-12-051-0/+7
|
* Add 'copy post text' toolPaul Frazee2022-12-055-0/+30
|
* Better sized and more informative character counterPaul Frazee2022-12-053-28/+24
|
* Switch to System font to fix emoji renderingPaul Frazee2022-12-054-13/+3
|
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-051-35/+112
|
* Merge branch 'upload-image' into mainPaul Frazee2022-12-051-8/+11
|\
| * Hide images behind a build flag until readyPaul Frazee2022-12-021-8/+11
| |
| * CleanupPaul Frazee2022-12-021-11/+9
| |
| * moving placeholder conditionJoão Ferreiro2022-11-291-7/+7
| |
| * crop every photo;João Ferreiro2022-11-292-29/+72
| | | | | | | | make use of useCallback
| * react-hooks/exhaustive-deps fixesJoão Ferreiro2022-11-291-7/+4
| |
| * use runInAction in getPhotos modelJoão Ferreiro2022-11-291-9/+4
| |
| * change post test with photo attached;João Ferreiro2022-11-291-1/+7
| | | | | | | | remove auto linking settings
| * Merge branch 'main' into upload-imageJoão Ferreiro2022-11-291-7/+2
| |\
| * | fix typescript issue; force mediatype photoJoão Ferreiro2022-11-291-12/+17
| | |
| * | fixing add photo using cameraJoão Ferreiro2022-11-291-1/+4
| | |
| * | move show carousel out of the componentJoão Ferreiro2022-11-293-13/+11
| | |
| * | Merge branch 'main' into upload-imageJoão Ferreiro2022-11-291-6/+1
| |\ \
| * | | further refactoring code into different componentsJoão Ferreiro2022-11-293-154/+147
| | | |
| * | | reafctor image carousel into new component;João Ferreiro2022-11-292-169/+220
| | | | | | | | | | | | | | | | fix photo overlapping text in composer
| * | | Merge branch 'main' into upload-imageJoão Ferreiro2022-11-296-28/+73
| |\ \ \
| * \ \ \ Merge branch 'main' into upload-imageJoão Ferreiro2022-11-2815-395/+322
| |\ \ \ \
| * | | | | upload images in composer v1João Ferreiro2022-11-281-3/+178
| | | | | |
* | | | | | Remove loading-placeholder animation; according to some issues, animated ↵Paul Frazee2022-12-051-45/+6
| | | | | | | | | | | | | | | | | | | | | | | | linear-gradients may cause crashes