about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix: avoid dup keynames in posts feedPaul Frazee2022-12-131-4/+4
|
* Enlarge feed avis slightlyPaul Frazee2022-12-131-1/+1
|
* Ensure load more is always visiblePaul Frazee2022-12-132-5/+9
|
* Use avatar in viewheader when cant go backPaul Frazee2022-12-131-7/+20
|
* Fix: avoid duplicate key names in notificationsPaul Frazee2022-12-131-2/+3
|
* Fix issue that caused repost & trend data to get lost on feed updatesPaul Frazee2022-12-131-4/+5
|
* Hide main menu drawer on click outsidePaul Frazee2022-12-131-1/+5
|
* Use full available screenPaul Frazee2022-12-131-3/+3
|
* Fix: show avatars in all notificationsPaul Frazee2022-12-132-1/+9
|
* Debug: disable feed reordering to isolate bugsPaul Frazee2022-12-131-23/+28
|
* Reposition 'load latest' based on minimal shell modePaul Frazee2022-12-131-2/+8
|
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-1217-7/+101
|
* Improvements to service selection during loginPaul Frazee2022-12-121-80/+81
|
* Add profile image lightboxPaul Frazee2022-12-1211-47/+154
|
* Improve session managementPaul Frazee2022-12-121-0/+2
|
* Add banner image upload to profilesPaul Frazee2022-12-124-35/+50
|
* Improvements to 'edit profile' error messagesPaul Frazee2022-12-129-101/+3006
|
* Add 'loading more' spinner to feedsPaul Frazee2022-12-123-8/+38
|
* Tune the swipe gesture to detect more easilyPaul Frazee2022-12-121-3/+3
|
* More aesthetic and perf improvements to the menu drawerPaul Frazee2022-12-122-54/+79
|
* Fix duplicate 'end of feed' issuePaul Frazee2022-12-121-10/+12
|
* Improve aesthetic of main menu swipeout (use screen mask)Paul Frazee2022-12-092-5/+35
|
* Add main menu buttonPaul Frazee2022-12-094-26/+28
|
* Show 'processing' spinner in edit profile modalPaul Frazee2022-12-081-10/+25
|
* Turn the main menu into a 'drawer' instead of a screen in the historyPaul Frazee2022-12-084-50/+100
|
* Switch to temporary 'fixed tabs' model for default and notificationsPaul Frazee2022-12-083-17/+91
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-0856-326/+499
|
* Replace reanimated for tabs selectorPaul Frazee2022-12-072-54/+60
|
* CleanupPaul Frazee2022-12-072-5/+4
|
* Replace navigational 'back swipe' gesture with new HorzSwipe utilPaul Frazee2022-12-073-57/+68
|
* Add HorzSwipe gesture and integrate it into the ViewSelectorPaul Frazee2022-12-076-109/+191
|
* Switch to react-native default animation tools for composer and post controlsPaul Frazee2022-12-064-59/+103
|
* Fix mention-creation and implement mentions in notificationsPaul Frazee2022-12-063-4/+22
|
* Better empty state in profilesPaul Frazee2022-12-061-1/+7
|
* Ensure all feed views can refreshPaul Frazee2022-12-062-28/+49
|
* Add build version to menuPaul Frazee2022-12-063-3/+15
|
* Add context to replies when appearing in the feedPaul Frazee2022-12-064-40/+140
|
* Implement terms-of-service and privacy-policy links in signupPaul Frazee2022-12-062-0/+66
|
* Update API buildPaul Frazee2022-12-0665-11598/+3804
|
* Upload profile image (#29)João Ferreiro2022-12-065-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 postsPaul Frazee2022-12-061-1/+0
|
* Never allow undefined values in me modelPaul Frazee2022-12-061-12/+12
|
* Rework the 'main menu' to be a screen that's always in historyPaul Frazee2022-12-067-379/+300
|
* Enlarge the small emoji-only repliesPaul Frazee2022-12-051-0/+7
|
* Dismiss keyboard in search on scrollPaul Frazee2022-12-051-3/+12
|
* Add 'copy post text' toolPaul Frazee2022-12-056-0/+32
|
* 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
|
* Fix: never attempt update on 0 itemsPaul Frazee2022-12-052-0/+6
|
* Increase touch-size of the 'load new posts' buttonPaul Frazee2022-12-051-1/+6
|