Commit Graph

1971 Commits

Author SHA1 Message Date
Gleidson Daniel Silva 52d56074d7 [IMPROVE] Disable Jitsi native module on Android (#4708)
* temp: disable jitsi on android

* update props and subscription

* add open intent

* add request permissions

* disable react-native-jitsi-meet on android and separate implementations

* fix ios

* fix import alias

* revert android manifest indentation

* add catch to method

* return comment

* remove is iOS

* fix queries

* remove unused data

* webview audio

* fix android permissions

* fix audio android

* change how to open jitsi app

* remove loading

* update close logic
2022-12-02 10:51:02 -03:00
Reinaldo Neto 11c979f552 Regression: The Unordered and Ordered List text color to bodyText (#4717)
* Regression: The Unordered and Ordered List text color to bodyText

* update storyshot
2022-12-02 10:51:02 -03:00
Gleidson Daniel Silva b6399979c7 [FIX] videoconf skeleton border color and height (#4716) 2022-12-02 10:51:02 -03:00
Reinaldo Neto 0dec1d129b Regression: Avatar and Username for Allowed Reactions and for Message Removed (#4714) 2022-12-02 10:51:02 -03:00
Reinaldo Neto 9bb1bdb7b8 [FIX] Remove nested room navigation (#4702)
* reset from room to room

* jump from room to room it's fine

* threads ipad

* fix ts roomslistview

* remove params

* fix the ipad highlight

* jump to a message from a thread to main room

* the reset within the goRoom

* create channel

* changes in canned response

* fix discussion navigation

* navigation newmessageview to users

* fix go room from room info view

* inappnotification, deeplinking, room.js

* change from room.rooms to room.subscribed

* minor tweak jumptomessage

* fix add existing channel to team and fixing test 02 of teams

* keep the same behavior after add existing channel

* keep the same behavior after add existing channel

* clean cosole

* changes requested about the name

* inapp redux to hooks

* added a comment to addexistingchanneltoteam

* minor tweak jumptomessage

* refactor goRoom to add the param popToRoot, also refactor the navigate in deeplinking too

* refactor other places that exist goRoom

* fix the didUpdate

* added in app notification test

* clean js

* minor tweak test
2022-12-02 10:51:02 -03:00
Gleidson Daniel Silva 82500ca719 [FIX] Check videoConf type (#4707)
* add videoconf check

* update message type
2022-12-02 10:51:02 -03:00
Gleidson Daniel Silva 4b17021700 [NEW] Video conf message block (#4619)
* create skeleton loading

* add phone-in icon

* fix avatar style props

* fix ios icon

* add new types

* add Rocket.Chat definitions

* fix block re-render

* create VideoConferenceBlock

* better composition

* fix call originator

* add pt-br translations

* create useSnaps hook

* update colors

* init action sheet

* fix to go back when the call ends

* create CallAgainActionSheet

* update pods

* bump lib react-native-skeleton-placeholder

* update hook location

* remove loading prop

* move files to components

* update border radius

* add verify on message options

* update icons

* apply patch
2022-12-02 10:51:02 -03:00
Diego Mello 7d221e70fd [IMPROVE] Standardize padding of E2E screens (#4701) 2022-12-02 10:51:02 -03:00
GitStart f4d3fc8fef [FIX] Playing multiple voice messages at the same time (#4662)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Debojyoti Singha <20729878+debojyoti452@users.noreply.github.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:51:02 -03:00
Diego Mello 0b41e9b748 Chore: Bump patches (#4679) 2022-12-02 10:51:02 -03:00
Reinaldo Neto 3c638bc24f [FIX] Auto-translate feature wasn't working (#4678) 2022-12-02 10:51:02 -03:00
Reinaldo Neto c7b4a3d7f0 [IMPROVE] Add delete-own-message permission (#4663) 2022-12-02 10:51:02 -03:00
Diego Mello 64c17761e8 [IMPROVE] Add missing borders styles changes (#4675) 2022-12-02 10:51:02 -03:00
Diego Mello 45dd31cd71 Regression: Remove users already in local database (#4673) 2022-12-02 10:51:02 -03:00
Diego Mello db8fed557d [IMPROVE] Sync message actions order with web app (#4672) 2022-12-02 10:51:02 -03:00
Reinaldo Neto a770136ae2 [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:51:02 -03:00
Reinaldo Neto 2ab648de07 [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:51:02 -03:00
Reinaldo Neto 7a6f8dca00 [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:51:02 -03:00
Reinaldo Neto e54846e3e0 [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:51:02 -03:00
Duda Nogueira 484456f964 [i18n] Add Slovenian (#4474)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:51:02 -03:00
lingohub[bot] 57197286a1 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:51:02 -03:00
Gleidson Daniel Silva ac9526fce1 [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:51:02 -03:00
Reinaldo Neto e25fb1dbc3 Regression: Fix styles on FormTextInput (#4625)
* Regression: Fix styles on FormTextInput

* minor tweak padding icons

* added 48 height
2022-12-02 10:51:02 -03:00
Reinaldo Neto ab0475c28a [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:51:02 -03:00
Reinaldo Neto 36e7ee7383 [FIX] Messages attributed to wrong user (#4598) 2022-12-02 10:51:02 -03:00
Reinaldo Neto 5e8698086c [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:51:02 -03:00
Reinaldo Neto 50e41e2428 [FIX] Storybook of System Message within Message.stories (#4629) 2022-12-02 10:51:02 -03:00
Diego Mello 5891f469ec Chore: Deprecate Dimensions (#4597) 2022-12-02 10:51:02 -03:00
Danish Ahmed Mirza 80171a9fdc [IMPROVE] Redesign emoji picker (#4328)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-02 10:51:02 -03:00
Reinaldo Neto 736e409b8b [FIX] UiKit/DatePicker is broken (#4607)
* [FIX] UiKit/DatePicker is broken

* minor tweak
2022-12-02 10:51:02 -03:00
Gleidson Daniel Silva d99bcf9c92 [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:51:02 -03:00
Reinaldo Neto caa606b8f4 [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:51:02 -03:00
Gleidson Daniel Silva 22a5f34c40 remove wrong logic on badge prop (#4564)
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2022-12-02 10:51:02 -03:00
Luciano Marcos Pierdona Junior 64f48ae380 [FIX] Team creation not adding members (#4588)
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-12-02 10:51:02 -03:00
Diego Mello 15e84b878f Merge branch 'single-server' into single-server-4.32 2022-10-17 13:41:36 -03:00
Reinaldo Neto 531f3d0147
[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-13 18:29:55 -03:00
Reinaldo Neto 300e5fc793
[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-07 12:34:51 -03:00
Reinaldo Neto 63e2a3a85c
Regression: Reset E2E Key section missing padding (#4595) 2022-10-07 12:01:04 -03:00
Diego Mello 5828a04aeb
[IMPROVE] Use Android 12 SplashScreen API (#4479) 2022-10-04 10:36:05 -03:00
Gleidson Daniel Silva cda998942b
[FIX] Fix quote message layout (#4568)
* fix layout

* fix quote

* update snapshot
2022-10-04 10:05:40 -03:00
Gleidson Daniel Silva 2d68faff3f
[Regression] Fix iPad subtitle font size on Header (#4586) 2022-10-04 09:56:39 -03:00
Gleidson Daniel Silva fe04faac64
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-09-30 11:50:33 -03:00
Danish Ahmed Mirza 2f03ca52c5
[IMPROVE] Add `All` tab in Reactions List (#4409)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-09-29 16:42:04 -03:00
Reinaldo Neto 43ebae9b19
[FIX] Cannot read property 'render' of undefined on markdown (#4549) 2022-09-28 17:06:43 -03:00
Reinaldo Neto a5fa15900e Regression: Inconsistent style on TextInput on iOS and Android (#4569)
* Regression: Inconsistent style on TextInput on iOS and Android

* tweak to height
2022-09-28 09:12:48 -03:00
Reinaldo Neto a3e0a7be58 Regression: Local search is returning wrong object (#4567) 2022-09-28 09:12:48 -03:00
Reinaldo Neto f6229eecb4 [FIX] Decrease space between sections on lists (#4543)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-09-28 09:12:48 -03:00
Reinaldo Neto aba375b7fe Regression: Default Browser View title (#4556) 2022-09-28 09:12:48 -03:00
Gleidson Daniel Silva d867f939f6 [FIX] Fix filenames and servers url when downloading audio files (#4553) 2022-09-28 09:12:48 -03:00
Reinaldo Neto fed8a6f0f6 [FIX] SearchBox background and unify usage (#4519) 2022-09-28 09:12:48 -03:00