Commit Graph

2487 Commits

Author SHA1 Message Date
Diego Mello 9218cec8bf Chore: Bump patches (#4679) 2022-12-02 10:50:43 -03:00
Reinaldo Neto ff1722b929 [FIX] Auto-translate feature wasn't working (#4678) 2022-12-02 10:50:43 -03:00
dependabot[bot] 0825ed796d Chore: Bump moment from 2.29.3 to 2.29.4 (#4347)
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 10:50:43 -03:00
dependabot[bot] 5232fef0fb Chore(deps): Bump simple-plist from 1.1.1 to 1.3.1 (#4263)
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1.
- [Release notes](https://github.com/wollardj/simple-plist/releases)
- [Commits](https://github.com/wollardj/simple-plist/compare/v1.1.1...v1.3.1)

---
updated-dependencies:
- dependency-name: simple-plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 10:50:43 -03:00
dependabot[bot] 7e9bcf1828 Chore: Bump loader-utils from 1.4.0 to 1.4.1 (#4660)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 10:50:43 -03:00
Reinaldo Neto 871cad4bba [IMPROVE] Add delete-own-message permission (#4663) 2022-12-02 10:50:43 -03:00
Diego Mello 5992129599 [IMPROVE] Add missing borders styles changes (#4675) 2022-12-02 10:50:43 -03:00
Diego Mello 303bdd38ae Regression: Remove users already in local database (#4673) 2022-12-02 10:50:43 -03:00
Diego Mello 1f0af922fc [IMPROVE] Sync message actions order with web app (#4672) 2022-12-02 10:50:43 -03:00
Reinaldo Neto 2b5803980d [FIX] Non primitive dependency on useSubscriptionRoles (#4618)
* [FIX] Non primitive dependency on useSubscriptionRoles

* removed sort

* Remove JSON.parse and order by array

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:50:43 -03:00
Reinaldo Neto f6bbacb682 [IMPROVE] Border radius and width on inputs (#4659)
* [IMPROVE] Border radius to 4 on FormTextInput

* change border width

* Remove border radius from StatusView input

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:50:43 -03:00
Reinaldo Neto 7acaf5def4 [IMPROVE] Increase border radius on all buttons (#4657)
* border radius complete

* increase to chip

* Apply in missing places

* tweak slash command and update test

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:50:43 -03:00
Diego Mello 743c1cb2b6 Chore: Reduce the frequency of dependabot runs to weekly basis (#4656) 2022-12-02 10:50:43 -03:00
Reinaldo Neto 05984d0916 [FIX] The TS in data_setup and add expect in room and ignoreuser spec (#4658) 2022-12-02 10:50:43 -03:00
Reinaldo Neto f3fae09681 [NEW] Emphasis Elements (italic, strike and bold) in Message Parser Components (#4621)
* [NEW] Emphasis Elements (italic, strike and bold) in Message Parser Components

* update storyshot

* minor tweak and remove of isLink

* Add theme provider to new md stories

* Cleanup

* Update tests

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:50:43 -03:00
Duda Nogueira b5e0aff566 [i18n] Add Slovenian (#4474)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:50:43 -03:00
lingohub[bot] b11a292fac Language update from LingoHub 🤖 (#4640)
Project Name: Rocket.Chat.ReactNative
Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative
User: Robot LingoHub

Easy language translations with LingoHub 🚀

Co-authored-by: Robot LingoHub <robot@lingohub.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:50:43 -03:00
Gleidson Daniel Silva cba1ca884a [NEW] Reply in direct (#4582)
* add translations

* implements reply in DM

* refactor data e2e

* fix ignoreuser e2e

* create test for reply in dm

* minor tweak

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2022-12-02 10:50:43 -03:00
Diego Mello 9a0ac506df [FIX] Secured push notifications not fetching content on Android (#4487) 2022-12-02 10:50:43 -03:00
Diego Mello f5331818c1 [FIX] Push notification's deep linking not working when opened from a cold state on Android (#4648) 2022-12-02 10:50:43 -03:00
Reinaldo Neto 151d92e253 Regression: Fix styles on FormTextInput (#4625)
* Regression: Fix styles on FormTextInput

* minor tweak padding icons

* added 48 height
2022-12-02 10:50:43 -03:00
Reinaldo Neto 522c9da4d4 [FIX] Cancelling when adding a server (#4565)
* TC-110 [FIX] Cancelling when adding a server

* Removing the close button when connecting to a server
2022-12-02 10:50:43 -03:00
Reinaldo Neto 76c4ce74cd [FIX] Messages attributed to wrong user (#4598) 2022-12-02 10:50:43 -03:00
Reinaldo Neto 4d62874a9f [IMPROVE] Spotlight users order (#4527)
* [IMPROVE] Spotlight users order

* minor tweak query

* minor tweak removing query and using regex

* minor tweak

* minor tweak, make ts happy

* fix the ts

* fix lint and type TSearch
2022-12-02 10:50:43 -03:00
Reinaldo Neto 298b779a81 [FIX] Storybook of System Message within Message.stories (#4629) 2022-12-02 10:50:43 -03:00
Diego Mello a2ab4d3db0 Chore: Deprecate Dimensions (#4597) 2022-12-02 10:50:43 -03:00
Danish Ahmed Mirza 88fa0fc58d [IMPROVE] Redesign emoji picker (#4328)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:50:43 -03:00
Reinaldo Neto e946128a49 [FIX] UiKit/DatePicker is broken (#4607)
* [FIX] UiKit/DatePicker is broken

* minor tweak
2022-12-02 10:50:43 -03:00
Gleidson Daniel Silva 27dbe0d110 [IMPROVE] System messages consistency (#4461)
* fix sys messages

* update snapshot

* update snapshot

* add username

* wip

* wip

* change to switch and fix types

* wip

* new translations

* update snapshot

* Update app/containers/message/utils.ts

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>

* fix types and return

* remove unused translation

* fix types

* remove unused params

* minor tweak

* update story

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2022-12-02 10:50:43 -03:00
Reinaldo Neto 74418fec5d [FIX] Screen Lock's Password screen UI is broken on tablets (#4583)
* [FIX] Screen Lock's Password screen UI is broken on tablets

* minor tweak and added comment

* minor tweak

* minor tweak

* minor tweak
2022-12-02 10:50:43 -03:00
Gleidson Daniel Silva 2629140159 remove wrong logic on badge prop (#4564)
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2022-12-02 10:50:43 -03:00
Luciano Marcos Pierdona Junior 7442f2c844 [FIX] Team creation not adding members (#4588)
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-12-02 10:50:43 -03:00
Diego Mello 34a0bc5ebf Bump version to 4.33.0 (#4615) 2022-12-02 10:50:43 -03:00
Reinaldo Neto 7fdf2dc33d [IMPROVE] Add ignore user to user profile (#4600)
* button ignore and pased the param

* load room from database and check is is ignored

* move handleIgnore to lib/method/helpers

* Ignore and Unignore, also reactivity

* block and unblock user

* pass fromRid from actionView to InfoView too

* remove console.log

* unsubscribe subscriptionFrom

* block and unblock user from dm

* test to block user and ignore user

* minor tweak

* tweak data

* minor tweak

* add test before tapBack

* refactor names
2022-10-17 15:43:48 -03:00
Reinaldo Neto 331a202588 [FIX] Touch/Face ID toggle does not enable automatically the first time (#4576)
* [FIX] Touch/Face ID toggle does not enable automatically the first time

* minor tweak no competition setState
2022-10-17 15:43:48 -03:00
Reinaldo Neto b5e1825040 Regression: Reset E2E Key section missing padding (#4595) 2022-10-17 15:43:48 -03:00
Diego Mello 5ce5b226b9 [IMPROVE] Use Android 12 SplashScreen API (#4479) 2022-10-17 15:43:48 -03:00
Diego Mello 0d364fbf11 [FIX] App always using the last deep link on Android (#4585) 2022-10-17 15:43:48 -03:00
Gleidson Daniel Silva 2b5c53e802 [FIX] Fix quote message layout (#4568)
* fix layout

* fix quote

* update snapshot
2022-10-17 15:43:48 -03:00
Gleidson Daniel Silva 2779f74102 [Regression] Fix iPad subtitle font size on Header (#4586) 2022-10-17 15:43:48 -03:00
Gleidson Daniel Silva b1a62b589f Chore: Migrate SettingsView to hooks (#4542)
* migrate settings view to hooks

* temp - add non-null assertion

* fix options

* Update app/views/SettingsView/index.tsx

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>

* Update app/views/SettingsView/index.tsx

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>

* fix options

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2022-10-17 15:43:48 -03:00
Danish Ahmed Mirza e08ad19530 [IMPROVE] Add `All` tab in Reactions List (#4409)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-10-17 15:43:48 -03:00
Reinaldo Neto 0974bbe6ff [FIX] Cannot read property 'render' of undefined on markdown (#4549) 2022-10-17 15:43:48 -03:00
Diego Mello b60577d8ee Bump version to 4.32.0 2022-10-17 15:43:48 -03:00
Diego Mello 61c64a3837
Merge pull request #4570 from RocketChat/beta
Merge 4.31.0 into master
2022-09-28 09:14:14 -03:00
Diego Mello e6e226635c Merge branch 'master' into beta
# Conflicts:
#	__tests__/containers/List/__snapshots__/List.stories.storyshot
#	__tests__/containers/SearchBox/__snapshots__/SearchBox.stories.storyshot
#	__tests__/containers/TextInput/__snapshots__/TextInput.stories.storyshot
#	android/app/build.gradle
#	android/build.gradle
#	app/containers/TextInput/TextInput.stories.tsx
#	app/containers/message/Audio.tsx
#	app/lib/methods/audioFile.ts
#	app/views/CreateChannelView/index.tsx
#	app/views/DefaultBrowserView/index.tsx
#	app/views/NotificationPreferencesView/index.tsx
#	app/views/RoomMembersView/components/ActionsSection.tsx
#	app/views/RoomMembersView/index.tsx
#	e2e/data.ts
#	e2e/data/data.cloud.ts
#	e2e/data/data.docker.ts
#	e2e/helpers/data_setup.ts
#	e2e/tests/assorted/07-changeserver.spec.ts
#	e2e/tests/assorted/11-deeplinking.spec.ts
#	e2e/tests/onboarding/05-login.spec.ts
#	ios/Podfile.lock
#	ios/RocketChatRN.xcodeproj/project.pbxproj
#	ios/RocketChatRN/AppDelegate.h
#	ios/RocketChatRN/AppDelegate.mm
#	ios/RocketChatRN/Info.plist
#	ios/ShareRocketChatRN/Info.plist
#	package.json
#	yarn.lock
2022-09-27 15:58:03 -03:00
Reinaldo Neto e48788c828
Regression: Inconsistent style on TextInput on iOS and Android (#4569)
* Regression: Inconsistent style on TextInput on iOS and Android

* tweak to height
2022-09-27 15:21:05 -03:00
Reinaldo Neto d2d1d787f2
Regression: Local search is returning wrong object (#4567) 2022-09-27 15:08:44 -03:00
Diego Mello e883795c5f
[FIX] Reply and deep link from push notifications not working on iOS (#4550) 2022-09-23 17:35:03 -03:00
Reinaldo Neto cbf9ae3d37
[FIX] Decrease space between sections on lists (#4543)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-09-23 17:24:37 -03:00