Rocket.Chat mobile clients
Go to file
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
.bundle Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
.circleci feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
.github Chore: Reduce the frequency of dependabot runs to weekly basis (#4656) 2022-11-10 13:15:56 -03:00
.husky Chore: Update dependencies (#3206) 2021-07-20 10:23:29 -03:00
.storybook [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
__mocks__ Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
__tests__ feat: quotes on E2EE Messages (#4880) 2023-03-23 19:47:05 -03:00
android Chore: Update Detox to 20.1.2 (#4866) 2023-03-07 09:28:51 -03:00
app feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
docs Chore: Update icon set (#4355) 2022-07-13 14:09:15 -03:00
e2e feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
ios chore: Update react-native-ui-lib to 7.2.0 (#4977) 2023-03-17 09:27:00 -03:00
patches Chore: Update Detox to 20.1.2 (#4866) 2023-03-07 09:28:51 -03:00
scripts Chore: Update Detox to 20.1.2 (#4866) 2023-03-07 09:28:51 -03:00
.bettercodehub.yml Add bettercode (#30) 2017-08-18 14:02:12 -03:00
.buckconfig Initial commit 2017-08-03 15:23:43 -03:00
.detoxrc.js Chore: Update Detox to 20.1.2 (#4866) 2023-03-07 09:28:51 -03:00
.eslintignore Chore: Update React Native to 0.64.2 (#3245) 2021-07-21 12:50:39 -03:00
.eslintrc.js Chore: Update Detox to 20.1.2 (#4866) 2023-03-07 09:28:51 -03:00
.gitattributes Initial commit 2017-08-03 15:23:43 -03:00
.gitignore Chore: Update Detox to 20.1.2 (#4866) 2023-03-07 09:28:51 -03:00
.prettierignore Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
.prettierrc.js Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
.ruby-version [IMPROVE] Migrate from react-native-jitsi-meet to lib react-native-jitsimeet-custom (#4823) 2023-01-20 13:55:53 -03:00
.snyk Switch push notification lib (#346) 2018-07-10 10:40:32 -03:00
.watchmanconfig [CHORE] Increase "content_hash_max_items" on Watchman (#2181) 2020-06-17 16:25:25 -03:00
CONTRIBUTING.md Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Gemfile [IMPROVE] Migrate from react-native-jitsi-meet to lib react-native-jitsimeet-custom (#4823) 2023-01-20 13:55:53 -03:00
LICENSE Create LICENSE 2018-04-21 15:24:08 -03:00
README.md chore: update docs (#5001) 2023-03-31 11:23:39 -03:00
SECURITY.md [DOCS] Add SECURITY.md (#1244) 2019-09-26 16:18:38 -03:00
app.json Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
babel.config.js Chore: Update Detox to 20.1.2 (#4866) 2023-03-07 09:28:51 -03:00
index.js Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
jest.preset.js [NEW] Create useEndpointData for call endpoints using hooks (#4342) 2022-08-09 09:28:14 -03:00
jest.setup.js Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
jsconfig.json Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
key.keystore.enc Ci (#25) 2017-08-18 11:50:20 -03:00
metro.config.js feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
package.json feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
react-native.config.js [IMPROVE] Migrate from react-native-jitsi-meet to lib react-native-jitsimeet-custom (#4823) 2023-01-20 13:55:53 -03:00
tsconfig.json Chore: Update Detox to 20.1.2 (#4866) 2023-03-07 09:28:51 -03:00
yarn.lock feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00

README.md

Rocket.Chat Mobile

Project Dependencies Codacy Badge codecov CodeFactor

  • Supported server versions: 0.70.0+
  • Supported iOS versions: 12+
  • Supported Android versions: 6.0+

Download

Download on Google Play Download on App Store

Check our docs for beta and Experimental versions.

Reporting an Issue

Github Issues are used to track todos, bugs, feature requests, and more.

Also check the #react-native community on open.rocket.chat. We'd like to help.

Contributing

Are you a dev and would like to help? Found a bug that you would like to report or a missing feature that you would like to work on? Great! We have written down a Contribution guide so you can start easily.

Whitelabel

Do you want to make the app run on your own server only? Follow our whitelabel documentation.

Engage with us

Share your story

Wed love to hear about your experience and potentially feature it on our blog.

Subscribe for Updates

Once a month our marketing team releases an email update with news about product releases, company related topics, events and use cases. Sign up!