mattermost-mobile/ios
Avinash Lingaloo dff4f91441
MM-40364 [Gekidou] - Image Picker for Edit Profile (#5901)
* feature edit profile screen

* minor refactoring

* Apply suggestions from code review

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* ts fixes

* revert floatingTextInput label

This reverts commit a778e1f76191aea7c1a18d60a23ffbd6d3dec0eb.

* code clean up

* Apply suggestions from code review

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* code fix

* code fix

* Adding preventDoubleTap

* rename id to fieldKey

* Update edit_profile.tsx

* wip

* navigating through fields; partly done

* navigating through fields - partly done

* navigating through fields; partly done

* completed field navigation

* added theme into dependency array

* code clean up

* revert conditions for disabling fields

* Added colorFilters prop to Loading component

* Completed loading feature on Edit Profile screen

* code clean up

* Add profile_error

* renamed valid_mime_types to  valid_image_mime_types

* added props isDisabled to email field

* refactored next field logic

* fix

* fix

* code clean up

* code clean up

* Updated ESLINT hook rules to warning instead of disabled

* code fix

* code fix

* new line within your_profile component

* added memo for Field component

* added canSave to dependency array

* update loading component - color filter

* Update app/screens/edit_profile/edit_profile.tsx

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* dependency fix

* fix to fetch my latest status

* fix to remove unnecessary user id for local action updateLocalUser

* prevents bouncing for iOS

* code revert

* Adding  textInputStyle and animatedTextStyle to FloatingTextInput component

* correction after dev session

* adding changes as per new ux

* Update edit_profile.tsx

* corrections after ux review

* ux review

* ux review

* code clean up

* Adding userProfileFields into useMemo

* Add enableSaveButton to dependency of submitUser

* Added react-native-image-picker

* fix picker util

* Added action for setDefaultProfileImage

* account outline on remove picture

* Update edit_profile.tsx

* fix image picker

* style fix

* fix image picker

* removed unused types

* mmjstool issue with integrity checksum

* perform camera permission check for Android

* fix to pull latest status

* updated ChangeProfilePicture to EditProfilePciture

* removed integrity key for mmjstool in package-lock.json

* corrections from pr review

* bumping react-native-image-picker to v4.7.1

* pod install

* update to hooks dependency

* fix profile picture component

* added event emitter from edit_profile_picture

* made hitslop a constant

* code clean up

* uploadProfilePicture as a remote action

* else if profileImage removed

* removed check on isBot

* update renderProfilePicture dependencies

* extractFileInfo with try catch

* updated snappoints

* Revert "updated snappoints"

This reverts commit 6d16d480a168755fc80e5bc80569ad3ba561f73b.

* profile picture size

* refactored renderProfilePicture into its own component

* change to if else

* platform select for hasPermissions

* unneeded comment removed

* else if on prefix in edit profile picture

* track has update user info now

* moved image_picker under edit_screen and increased actionSheets item height

* added preventDoubleTap for imagePicker

* multiple uploads

* switch the conditions

* added alert box as requested by Marina

* Revert "added alert box as requested by Marina"

This reverts commit 20735c17a87b40995e05eb4318c138c1adcc6c8c.

* Apply suggestions from code review

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* removed userInfos constant

* added useMemo for certain components on profile_picture

* converting account-outline into a constant

* added panelItem component

* adding return instead of making the function return

* eslint fix

* update i18n  desc

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* hasPictureUrl transferred to file utils

* removing excess mediaType prop

* add USER_PROFILE_PICTURE_SIZE into constant/profile

* relocate hasPictureUrl method

* relocate hasPictureUrl
* rename ImagePicker to ProfileImagePicker

* removing isDestructive property from panelTypes.

* update sectionLimit for attachFileFromPhotoGallery

* Change animation for showModalOverCurrentContext to a quick alpha on iOS

* re-create PickerUtil if intl changes

* Combine styles in edit_profile_picture component

* Split profile image component into smaller components

* useCallback for showFileAttachmentOptions

* split comment into multiple lines

* edit_profile group refs

* remove unnecessary casting

* add new line to file.d.ts

* remove extra space for utils/index.d.ts

* allowMultiSelection for attachFilesFromFiles, default is false

* Split edit profile screen into smaller components

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-01-28 16:06:50 +04:00
..
DatabaseHelper/DatabaseHelper iOS - Fetch and store data on push notification receipt (#5645) 2021-08-31 15:43:57 -07:00
Fonts Barebones code for v2 2020-11-17 14:20:58 -03:00
Gekidou [Gekidou] push notifications (#5779) 2021-10-27 17:53:11 -03:00
Mattermost Corrects SemiBold to Semibold (#5903) 2022-01-20 09:28:08 -03:00
Mattermost.xcodeproj V2 dependency updates (#5907) 2022-01-21 08:49:04 -03:00
Mattermost.xcworkspace iOS - Fetch and store data on push notification receipt (#5645) 2021-08-31 15:43:57 -07:00
MattermostShare iOS - Fetch and store data on push notification receipt (#5645) 2021-08-31 15:43:57 -07:00
MattermostTests Barebones code for v2 2020-11-17 14:20:58 -03:00
NotificationService [Gekidou] push notifications (#5779) 2021-10-27 17:53:11 -03:00
patches [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
SplashScreenResource [Gekidou] Update Splash Screen / App icons and Android snooze Push Notifications (#5658) 2021-08-31 14:58:09 -04:00
UploadAttachments [Gekidou] iOS - Fetch and store data on push notification receipt 2021-09-20 17:59:42 -03:00
bundleReactNative.sh [Gekidou] Upgrade to RN 0.66.0 (#5711) 2021-10-03 14:19:16 -03:00
Gemfile V2 dependency updates (#5907) 2022-01-21 08:49:04 -03:00
Gemfile.lock V2 dependency updates (#5907) 2022-01-21 08:49:04 -03:00
makeSentryProperties.sh Barebones code for v2 2020-11-17 14:20:58 -03:00
Podfile [Gekidou] MM-39736 Login Flow (#5799) 2021-11-18 22:07:41 +01:00
Podfile.lock MM-40364 [Gekidou] - Image Picker for Edit Profile (#5901) 2022-01-28 16:06:50 +04:00
react-native-xcode.sh [Gekidou] Update Splash Screen / App icons and Android snooze Push Notifications (#5658) 2021-08-31 14:58:09 -04:00
uploadDebugSymbols.sh Barebones code for v2 2020-11-17 14:20:58 -03:00