Rocket.Chat.ReactNative/app/lib/methods/helpers
Reinaldo Neto fd210c4713
feat: Change Avatar View (#4746)
* [NEW] Change Avatar View

* change avatar view and avatar suggestion

* avatar Url

* change avatar for profile it's done, missing fix revalidate the avatar in profile and drawer

* pick image

* clean profile view

* Finished the profile and fixed the avatar when change the user profile

* fix the profile update through all the app

* refactor avatar suggestion

* fix the delete from rooms and finished RoomInfoView, missing RoomInfoEditView

* room info edit view

* ipad navigation

* refactor the submit function

* refactor the e2e test

* minor tweak with themes and buttons

* minor tweak in edit button

* minor tweaks

* tweak IAvatarContainer

* fixing pt-br

* removed the avatarETagUser and search by username and text

* created the useHooke useAvatarETag

* fix lint

* refactor image.ts and test

* refactor avatar component

* fix the edit button

* refactor useAvatarETag

* fix the pt-br translation

* minor tweak tests

* back handleError to views and refactor the submit

* avatar suggestion item

* types for change avatar view context

* fix avatar on header for tablets

* minor tweak changeavatarview

* refactor avatar url to use hook form

* tweak on yup validation

* minor tweak with handle error

* minor tweak

* minor tweak

* interface avatar container

* minor tweak

* Refactor all the changeAvatarView and fix how to test the image url

* fixed the layout

* minor refactor

* minor tweaks

* fix the visual bug when the user change the avatar to new then clear cache

* fix the flicker when upload an image

* update package.json

* test the reset, discard alert, cancel and discard

* separate the avatar test from profile and create new tests for change avatar

* mock imagepicker

* minor tweak, adding console and add echo to config.yml

* use RUNNING_E2E_TESTS as env to other files

* exprt env at android build

* change the to way to set the running e2e test env

* update test

* delete the .env and update the e2e/readme and the file review

* minor tweak

* minor tweak

* update the test, fixing how to dismiss the keyboard

---------

Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-04-10 11:59:00 -03:00
..
fileUpload Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
log [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
navigation Chore: Bump patches (#4679) 2022-11-16 10:26:37 -03:00
shortnameToUnicode Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
buildMessage.ts Chore: Move constants away from rocketchat folder - Typescript (#4022) 2022-04-07 11:10:03 -03:00
closeLivechat.ts [IMPROVE] Support for tag request close when is obligatory to close Omnichannel's Channel (#4353) 2022-07-15 17:06:27 -03:00
compareServerVersion.ts Chore: Evaluate helpers and methods - Typescript (#4030) 2022-04-07 10:13:19 -03:00
debounce.ts Chore: Create useDebounce hook (#4470) 2022-09-16 12:19:07 -03:00
deviceInfo.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
ensureSecureProtocol.test.ts [FIX] Links do not work if protocol is not set in url prefix (#4899) 2023-03-18 12:31:04 -03:00
ensureSecureProtocol.ts [FIX] Links do not work if protocol is not set in url prefix (#4899) 2023-03-18 12:31:04 -03:00
events.ts [FIX] Jump to message stuck on loading animation (#4410) 2022-08-19 18:14:37 -03:00
fetch.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
findSubscriptionsRooms.ts Chore: Create IServerRoom and IServerSubscription (#3782) 2022-03-08 13:25:27 -03:00
formatAttachmentUrl.ts Chore: Evaluate helpers and methods - Typescript (#4030) 2022-04-07 10:13:19 -03:00
generateLoadMoreId.ts Chore: Evaluate helpers and methods - Typescript (#4030) 2022-04-07 10:13:19 -03:00
getAvatarUrl.ts [FIX] Avatar pixel size (#4285) 2022-06-21 16:23:55 -03:00
goRoom.ts [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
handleIgnore.ts [IMPROVE] Add ignore user to user profile (#4600) 2022-10-13 18:29:55 -03:00
helpers.ts [NEW] Unify members section (#4399) 2022-08-26 10:21:25 -03:00
image.ts feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
index.ts feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
info.ts Chore: Migrate NotificationPreferencesView to hooks (#4327) 2022-08-01 13:35:05 -03:00
isReadOnly.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
isValidEmail.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
layoutAnimation.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
localAuthentication.ts [IMPROVE] Use Android 12 SplashScreen API (#4479) 2022-10-04 10:36:05 -03:00
media.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
mergeSubscriptionsRooms.ts [NEW] Option to show mentions badge (#4265) 2022-06-13 10:24:54 -03:00
normalizeMessage.ts [IMPROVE] Add `All` tab in Reactions List (#4409) 2022-09-29 16:42:04 -03:00
openLink.ts [FIX] Links do not work if protocol is not set in url prefix (#4899) 2023-03-18 12:31:04 -03:00
parseQuery.ts Chore: Migrate methods/helpers/parseQuery to Typescript (#3742) 2022-02-16 12:20:55 -03:00
parseUrls.ts Chore: Migrate helpers/parseUrls to Typescript (#3735) 2022-02-16 12:17:25 -03:00
protectedFunction.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
random.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
review.ts feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
room.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
scrollPersistTaps.ts [FIX] Can't close the keyboard after entering data in one text box on the screen (#4910) 2023-03-16 16:17:24 -03:00
server.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
showToast.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
sslPinning.ts Chore: Bump patches (#4679) 2022-11-16 10:26:37 -03:00
theme.ts Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
url.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00