Diego Mello
af70849b5e
[FIX] Point to correct RN fork commit ( #4832 )
2023-01-18 14:55:54 -03:00
Diego Mello
91831c8f33
[FIX] Unwanted clear keychain and request challenges ( #4826 )
2023-01-18 13:43:26 -03:00
Diego Mello
447a2b9344
Regression: App not fetching messages properly after #4801 ( #4819 )
2023-01-16 13:43:27 -03:00
Gleidson Daniel Silva
fbb05fa0d3
Regression: Add bluetooth permissions for Jitsi ( #4796 )
...
* add blt permissions
* Update AndroidManifest.xml
* add blt permissions
* remove wrong permission
2023-01-16 10:17:52 -03:00
Gleidson Daniel Silva
41b54d6d87
[FIX] Audio names not being handled properly ( #4685 )
2023-01-14 07:07:25 -03:00
Diego Mello
5387d31a68
[FIX] Messages not loading on some edge cases ( #4801 )
2023-01-13 16:32:52 -03:00
Diego Mello
a1580811ed
[IMPROVE] E2EE improvements ( #4763 )
2023-01-12 10:32:33 -03:00
Reinaldo Neto
3a1b06b86c
[FIX] Not Login with SSO after upgrade to version 5.4.0 and 5.4.1 ( #4783 )
...
* [FIX] Not Login with SSO after upgrade to version 5.4.0 and 5.4.1
* minor tweak
2023-01-10 20:17:14 -03:00
Reinaldo Neto
9525ef25d8
[FIX] Modal freezing app after return from the background ( #4795 )
2023-01-09 15:32:16 -03:00
Gleidson Daniel Silva
d208373b3a
Regression: Prevent screen from sleeping on Jitsi on Android ( #4791 )
2023-01-09 10:29:58 -03:00
Reinaldo Neto
24ad69346a
[FIX] Opening search field after server list does not hide server list ( #4792 )
...
* [FIX] Opening search field after server list does not hide server list
* minor tweak
2023-01-06 12:36:23 -03:00
Reinaldo Neto
8102bef1d0
[FIX] Quote message and reply with image ( #4715 )
...
* send msg with attachment
* send quote inside image
* minor tweak
* remove msg from return
* fix the lint and prettier
* fix visual bug for iOS
* fixing the message box input
2023-01-05 15:23:11 -03:00
Reinaldo Neto
b6b5e7294f
[FIX] Member list filters for All by default ( #4757 )
...
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-01-04 11:36:51 -03:00
Diego Mello
73557038a2
[FIX] Flipper on Android ( #4771 )
2022-12-21 17:35:45 -03:00
Diego Mello
4174aef4f8
Chore: Upgrade react-native-device-info to 10.3.0 ( #4770 )
2022-12-21 15:47:42 -03:00
dependabot[bot]
67f41a712c
Chore: Bump loader-utils from 1.4.1 to 1.4.2 ( #4687 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2 )
---
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>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-21 14:39:09 -03:00
dependabot[bot]
c13e0af110
Chore: Bump underscore from 1.10.2 to 1.13.6 ( #4764 )
...
Bumps [underscore](https://github.com/jashkenas/underscore ) from 1.10.2 to 1.13.6.
- [Release notes](https://github.com/jashkenas/underscore/releases )
- [Commits](https://github.com/jashkenas/underscore/compare/1.10.2...1.13.6 )
---
updated-dependencies:
- dependency-name: underscore
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>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-21 14:38:36 -03:00
dependabot[bot]
d10a77ba3d
Bump minimist from 1.2.5 to 1.2.7 ( #4616 )
...
Bumps [minimist](https://github.com/minimistjs/minimist ) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/minimistjs/minimist/releases )
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.7 )
---
updated-dependencies:
- dependency-name: minimist
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>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-21 14:38:18 -03:00
Reinaldo Neto
68066d487f
[FIX] Try again to resend a file on a thread ( #4756 )
2022-12-21 14:34:48 -03:00
Reinaldo Neto
0b5dab3ddf
[FIX] Notification preferences menu shows nothing ( #4703 )
2022-12-21 13:15:30 -03:00
Reinaldo Neto
23f716c280
[FIX] Disappear push notifications when open the app ( #4718 )
...
* [FIX] Disappear push notifications when open the app
* minor tweak
* test badgeCount
* refactor remove notification to remove notification and badge
2022-12-21 13:07:17 -03:00
Diego Mello
4b1f1d9074
Chore: Select different provisioning profile for Experimental app ( #4752 )
2022-12-14 18:58:05 -03:00
Diego Mello
09cdb3e7a4
Bump version to 4.35.0 ( #4751 )
2022-12-14 16:23:28 -03:00
lingohub[bot]
46c18fb20d
Language update from LingoHub 🤖 on 2022-12-14Z ( #4748 )
...
* Language update from LingoHub 🤖
Project Name: Rocket.Chat.ReactNative
Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative
User: Diego Mello
Easy language translations with LingoHub 🚀
* Add sv and fi
* Add missing locales to util
* Reorder languages
Co-authored-by: Diego Mello <diego.mello@rocket.chat>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-12-14 12:59:30 -03:00
Diego Mello
0290d8e0a9
[FIX] Emoji picker not opening in some cases ( #4735 )
2022-12-08 15:38:16 -03:00
Gleidson Daniel Silva
a2722f07b0
[FIX] Can't upload the same file on two rooms at the same time ( #4528 )
...
* update style to match other spaces
* fix sending the same file in different rooms and add the limit for sending the same file
* remove when error happens and cant finish the upload
* use the same variable as rocket.chat
* minor tweak upload path and removed _raw
* change from 2 to 4
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2022-12-05 13:31:44 -03:00
Reinaldo Neto
00661174a3
[FIX] Bottom View color when using iPad ( #4643 )
...
* [FIX] Bottom View color when using iPAD
* [FIX] Bottom View color when using iPAD
* tweak on path to react-native-ui-lib in package.json
2022-12-05 12:19:57 -03:00
Reinaldo Neto
cbd9b27cf7
[FIX] Cannot read property 'fetch' of undefined on ThreadMessagesView ( #4557 )
...
* [FIX] Cannot read property 'fetch' of undefined on ThreadMessagesView
* added e2e test
* change from _raw to _id
* test thread messages view with a thread created
2022-12-02 14:06:14 -03:00
Diego Mello
87a3f85feb
Bump version to 4.34.0 ( #4724 )
2022-12-02 11:09:24 -03:00
Gleidson Daniel Silva
a8b3a3b7de
[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-01 14:20:22 -03:00
Reinaldo Neto
057ca8afac
Regression: The Unordered and Ordered List text color to bodyText ( #4717 )
...
* Regression: The Unordered and Ordered List text color to bodyText
* update storyshot
2022-11-30 15:35:17 -03:00
Gleidson Daniel Silva
92ae597b76
[FIX] videoconf skeleton border color and height ( #4716 )
2022-11-29 17:18:53 -03:00
Reinaldo Neto
7def88a7e2
Regression: Avatar and Username for Allowed Reactions and for Message Removed ( #4714 )
2022-11-29 12:12:35 -03:00
Reinaldo Neto
aa26f7251e
[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-11-25 10:21:56 -03:00
Gleidson Daniel Silva
21ee25e818
[FIX] Check videoConf type ( #4707 )
...
* add videoconf check
* update message type
2022-11-24 14:24:20 -03:00
Gleidson Daniel Silva
362df65bbe
[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-11-24 08:37:08 -03:00
Diego Mello
61dc320a68
Chore: Update react-native-mmkv-storage to 0.8.0 ( #4695 )
2022-11-21 16:16:53 -03:00
Diego Mello
62c2d876eb
[IMPROVE] Standardize padding of E2E screens ( #4701 )
2022-11-21 16:10:38 -03:00
Diego Mello
44f062f9b9
Bump react-native-notifications to 4.3.3 ( #4692 )
2022-11-16 18:09:46 -03:00
GitStart
438b69b371
[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-11-16 10:40:45 -03:00
Diego Mello
988c6931ec
Chore: Bump patches ( #4679 )
2022-11-16 10:26:37 -03:00
Reinaldo Neto
b0ea5e31f8
[FIX] Auto-translate feature wasn't working ( #4678 )
2022-11-11 16:51:57 -03:00
dependabot[bot]
82c922fa4d
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-11-11 16:20:02 -03:00
dependabot[bot]
9b48ce0264
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-11-11 15:27:50 -03:00
dependabot[bot]
994892abb2
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-11-11 15:16:59 -03:00
Reinaldo Neto
251cc9843b
[IMPROVE] Add delete-own-message permission ( #4663 )
2022-11-11 14:28:41 -03:00
Diego Mello
316bc80876
[IMPROVE] Add missing borders styles changes ( #4675 )
2022-11-11 13:04:57 -03:00
Diego Mello
94f0981b49
Regression: Remove users already in local database ( #4673 )
2022-11-10 16:59:27 -03:00
Diego Mello
05a04f7f29
[IMPROVE] Sync message actions order with web app ( #4672 )
2022-11-10 16:48:52 -03:00
Reinaldo Neto
cd9924361e
[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-11-10 13:36:24 -03:00