Commit Graph

1197 Commits

Author SHA1 Message Date
Diego Mello d047cb0c49 Change estimataedItemSize to 48 (short message with avatar) 2022-12-14 15:21:57 -03:00
Diego Mello 83b5e8a98a Stop re-rendering RoomsListView when RoomView is opened on smartphone 2022-12-13 17:28:21 -03:00
Diego Mello d860991c87 Merge branch 'develop' into chore.try-flashlist
# Conflicts:
#	app/containers/MessageActions/Header.tsx
2022-12-13 15:54:15 -03:00
Diego Mello e088d76724 Fix server dropdown 2022-12-08 16:08:35 -03:00
Diego Mello 0290d8e0a9
[FIX] Emoji picker not opening in some cases (#4735) 2022-12-08 15:38:16 -03:00
Diego Mello e6ec8b4e39 Fix emoji picker 2022-12-08 10:51:37 -03:00
Diego Mello 2683976d21 Prevent layout animation after the message has already rendered 2022-12-07 16:54:24 -03:00
Diego Mello 976753c08b Fix empty viewableItems check 2022-12-07 16:28:31 -03:00
Diego Mello fd82771438 Fix list extra data 2022-12-07 16:26:05 -03:00
Diego Mello f71be55140 Prevent getSubscription from running on search 2022-12-07 14:01:03 -03:00
Diego Mello 8c9f7ffa54 Bring back sCU to RoomsListView 2022-12-07 13:58:26 -03:00
Diego Mello ffb31d399d Remove insets hoc from RoomsListView 2022-12-07 11:19:19 -03:00
Diego Mello 15bb21eb2f Cleanup 2022-12-07 11:14:08 -03:00
Diego Mello 9788e8a11f Remove width prop drill 2022-12-07 11:11:45 -03:00
Diego Mello 2c62d9cb46 Reenable LayoutAnimation on RoomView, but only for new messages 2022-12-07 10:32:54 -03:00
Diego Mello ae7398233a Stop calling onEndReached unnecessarily 2022-12-06 18:45:10 -03:00
Diego Mello 7b526fe700 Disable RoomView animation and fix console.count 2022-12-06 18:23:59 -03:00
Diego Mello 654feb719c fetchRoomUpdate 2022-12-06 17:10:12 -03:00
Diego Mello c877a0600b Fix setReadOnly calls on RoomView 2022-12-06 15:27:18 -03:00
Diego Mello 696a7e623d Fix RefreshControl on Android 2022-12-05 14:17:43 -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
Diego Mello 87a5793f24 Fix silly usage of extraData on RoomView 2022-12-02 15:14:07 -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 f5615c50f6 Export RefreshControl so we don't have to use theme hoc 2022-12-02 13:36:37 -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
Diego Mello 595f010742 Fix nonsense typing 2022-11-30 19:03:55 -03:00
Diego Mello 0c4c361446 Remove isFocused logic from sCU 2022-11-30 18:29:18 -03:00
Diego Mello 53cda7ecb1 Move renderScroll to component based approach.
Declare getItemType.
Add this.props to extraData.
2022-11-30 17:43:11 -03:00
Diego Mello 04e49563f2 Try isFocused on RoomsListView.sCU 2022-11-30 17:15:07 -03:00
Diego Mello 36f0935e55 Reenable layout animation on RoomView 2022-11-30 13:13:52 -03:00
Diego Mello 2cefe12a91 Enable layout animation on RoomsListView 2022-11-30 13:07:00 -03:00
Diego Mello 21dbc7e112 Fix edit, delete, resend and delete after error state 2022-11-29 18:55:02 -03:00
Diego Mello cc5fe4c910 Fix pagination on RoomsListView 2022-11-29 17:24:27 -03:00
Diego Mello a593129a3c Fix thread messages grey 2022-11-29 16:43:25 -03:00
Diego Mello de6a897ec4 Cleanup 2022-11-29 16:31:33 -03:00
Diego Mello d42f623a2f Disable layout animation 2022-11-29 16:30:09 -03:00
Diego Mello 4aeda3f778 Try to fix LayoutAnimation on RoomsListView 2022-11-29 16:11:50 -03:00
Diego Mello 4ca5e3a0a7 Remove TAnyMessageModel completely 2022-11-29 14:57:30 -03:00
Diego Mello fad04765d4 Add asPlain to messages 2022-11-29 10:58:57 -03:00
Diego Mello 7beaa62003 Fix fav 2022-11-28 18:38:51 -03:00
Diego Mello f67a4010bc Rollback message list padding 2022-11-28 18:35:56 -03:00
Diego Mello 2ee4efd255 Merge branch 'develop' into chore.try-flashlist 2022-11-28 18:22:11 -03:00
Diego Mello 4532a6929c Fix types and remove omichannelsUpdate 2022-11-28 17:23:19 -03:00
Diego Mello 8ab84541f3 Fully remove sCU 2022-11-28 17:11:52 -03:00
Diego Mello 363331c953 Cleanup 2022-11-28 17:09:01 -03:00
Diego Mello 83701d002f Fix observeRoom logic 2022-11-28 16:54:08 -03:00
Diego Mello c0d5a84ccd First "asPlain" test 2022-11-28 16:28:30 -03:00
Diego Mello 6b7b01af8d Fix toggle read 2022-11-28 15:44:14 -03:00
Diego Mello bac9eb79bb Lint 2022-11-25 17:39:04 -03:00
Diego Mello b9cafe9d31 Fixing RoomsListView 2022-11-25 17:34:49 -03:00