Reinaldo Neto
fb576efc51
remove local_cache_directory and deleteThumbnail
2023-07-25 13:34:41 -03:00
Reinaldo Neto
3ada875384
update camera-roll and save the file from local url
2023-07-25 13:27:33 -03:00
Reinaldo Neto
9ee26916b5
chore: conditional to setBackgroundColor only for Android ( #5147 )
2023-07-25 10:21:55 -03:00
Reinaldo Neto
3e75699b0b
minor tweak in image
2023-07-24 20:31:26 -03:00
Reinaldo Neto
7e81d41eec
remove generate thumbnail
2023-07-24 17:46:49 -03:00
Reinaldo Neto
71ec9698c9
caching and deleting video's thumbnails
2023-07-20 16:37:49 -03:00
Reinaldo Neto
c1b16d05d9
change action's name to SET_NET_INFO_STATE
2023-07-20 15:27:42 -03:00
Reinaldo Neto
65346b041c
Merge branch 'develop' into feat.media-auto-download-preference
2023-07-20 15:23:06 -03:00
Reinaldo Neto
15ec8c121d
fix: user notification preference state not reflecting the real state ( #5138 )
...
* fix: user notification preference state
* explicit that the preferences state is the previous one
2023-07-19 16:47:01 -03:00
Reinaldo Neto
456344029c
fix: Android status bar theme on the first open isn't working properly ( #5132 )
...
* fix: status bar color and text color update properly
* change how to set the status bar
* add colors
2023-07-18 18:01:31 -03:00
Gleidson Daniel Silva
192d5db179
fix: disable full screen video on iOS jitsi calls ( #5117 )
...
* add fix for ios
* remove true
* fix ios webview
2023-07-17 13:22:29 -03:00
Reinaldo Neto
b420b51272
fix: handle the attachment when the value is null ( #5130 )
...
* fix: handle the attachment when the value is null
* filter properly before pass to map
2023-07-14 14:17:48 -03:00
Gleidson Daniel Silva
48acd0669e
fix: enable android 13 notifications ( #5118 )
...
* set target 33
* update cameraroll
* wip
* ask android push permission
* test
2023-07-12 15:28:25 -03:00
Reinaldo Neto
a44951296d
chore: migrate AddExistingTeamView to hooks ( #5042 )
...
* chore: migrate AddExistingTeamView to hooks
* fix masterdetailstack lint
* fix inside stack
* minor tweak
* tweak empty space
2023-07-06 14:40:46 -03:00
Reinaldo Neto
0dbaff4f63
chore: migrate E2EEncryptionSecurityView to hooks ( #5085 )
...
* chore: migrate E2EEncryptionSecurityView to hooks
* minor tweak
2023-07-05 16:33:47 -03:00
Reinaldo Neto
a76c5464cf
chore: migrate WorkspaceView to hooks ( #5041 )
...
* chore: migrate WorkspaceView to hooks
* minor tweak
* refactor registerDisabledComponent
* minor tweak
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-07-05 15:28:01 -03:00
Reinaldo Neto
5b57b35d16
remove test id from mediaAutoDownloadView
2023-07-05 15:23:50 -03:00
Reinaldo Neto
8ed68eff9e
minor tweak type userpreferences
2023-07-05 14:59:30 -03:00
Reinaldo Neto
abb7df7785
tweak at audio comment extension
2023-07-05 14:56:16 -03:00
Reinaldo Neto
6ed1c7e62f
minor tweak
2023-07-05 14:17:34 -03:00
Reinaldo Neto
42507b6921
avoid onpress do some edge case because of cached at video
2023-07-05 14:16:39 -03:00
Reinaldo Neto
edd4fb699a
switch useLayoutEffect to useEffect
2023-07-05 12:36:54 -03:00
Reinaldo Neto
f5c3c7ad1e
minor tweak
2023-07-04 18:56:55 -03:00
Reinaldo Neto
fb7da4f70c
removed the necessity of messageId or id
2023-07-04 18:55:30 -03:00
Reinaldo Neto
3072196cda
save the file with a similar filename as expected
2023-07-04 17:28:41 -03:00
Reinaldo Neto
b6dceecf50
fix the loading in image and video at begin
2023-07-04 15:16:26 -03:00
Reinaldo Neto
b3f460598f
don't need to controle the filepath in the view
2023-07-04 14:22:20 -03:00
Reinaldo Neto
c85f98955c
set the blur as always dark and add the possibility to overlay
2023-07-04 12:31:59 -03:00
Reinaldo Neto
53ed61df39
add Audio to i18n and minor tweak
2023-07-04 00:54:25 -03:00
Reinaldo Neto
d39a5c7da2
thumbnail video and video behavior
2023-07-04 00:35:31 -03:00
Gleidson Daniel Silva
223550d88c
feat: Add caller and ringer to video conf calls ( #5046 )
...
* add expo camera and use camera on call init action sheet
* fix permissions
* set colors when calling
* update @react-native-community/hooks lib
* move to useWindowDimensions
* create action to handle video-conf calls
* create videoConf reducer
* add typed-redux-saga lib
* fix return
* change videoConf saga to TS
* fix TS target
* update action and types
* create actionSheetRef
* add notifyUser api
* export video conf types
* add action prop
* use new reducer prop
* add videoConferenceCancel and add allowRinging to videoConferenceStart
* temp-patch
* add locales
* add handler to videoconf message
* fix rest types
* add message types
* path to remove component from dom
* remove notification when is videoconf
* create sound hook
* create dots loader
* update call translation
* the end is near
* move to confirmed
* better code reading
* fix call type
* fix tests
* update podfile
* wip
* fix call order
* move colors
* move to jsx
* fix colors
* add pt-br
* remove patch and point
* fix colors
* fix expo camera
* move to style
* remove unused styles
* update types and style
* wip
* rename IncomingCallComponent
* add custom notification
* wip
* fix naming
* fix styles
* fix import
* fix styles
* change colors
* fixa ringing
* fix import
* organize
* fix sizes
* use realName
* fix spacing
* fix icon size
* fix header gap
* changeColor
* fix safeArea
* set calling only on direct calls
* change ringer to be a component
* cancel call on swipe
* remove join on direct calls
* add props
* update package
2023-07-03 21:03:39 -03:00
Reinaldo Neto
b88603173f
separate blurview
2023-07-03 19:15:58 -03:00
Reinaldo Neto
b6ae55e57f
remove mediaType and refactor audio and image
2023-07-03 14:28:22 -03:00
Reinaldo Neto
1be2326686
Merge branch 'develop' into feat.media-auto-download-preference
2023-06-30 19:27:37 -03:00
Reinaldo Neto
a92d88c99d
change the name to netInfoState and Local_document_directory
2023-06-30 11:26:46 -03:00
Gleidson Daniel Silva
fea4f164d5
chore: migrate PickerView to hooks ( #5002 )
...
* migrate ForwardLivechatView to hooks and fix some types
* fix types
* fix types
* remove useless memo
* change to useDebounce
* fix types
2023-06-30 11:01:01 -03:00
Gleidson Daniel Silva
d30d4645a5
chore: migrate AutoTranslateView to hooks ( #4677 )
...
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2023-06-29 19:01:34 -03:00
Gleidson Daniel Silva
47fbde566d
chore: migrate AttachmentView to hooks ( #5003 )
...
* migrate AttachmentView to hooks
* fix types
* fix types
* fix lint
2023-06-29 18:10:49 -03:00
Reinaldo Neto
e0b86c0aa6
tweak list.section
2023-06-27 16:56:43 -03:00
lingohub[bot]
01577d9534
Language update from LingoHub 🤖 on 2023-06-27Z ( #5123 )
...
* 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 🚀
* 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 🚀
---------
Co-authored-by: Diego Mello <diego.mello@rocket.chat>
2023-06-27 15:27:36 -03:00
Reinaldo Neto
2d2988aaad
minor tweak at comment
2023-06-27 12:28:09 -03:00
Reinaldo Neto
8bb5af25ef
fix: duplicated itens inside the UiKit's Select ( #5107 )
...
* fix: duplicated itens inside the UiKit's Select
* add useMemo
2023-06-26 23:24:43 -03:00
Reinaldo Neto
469d42bdd0
avoid auto download from reply
2023-06-26 20:33:24 -03:00
Reinaldo Neto
332e51f2db
fix media auto download view layout and minor tweak wifi
2023-06-26 20:01:02 -03:00
Diego Mello
51cf4e5cd9
chore: Remove unused i18n keys from en.json ( #5056 )
2023-06-26 16:28:11 -03:00
Reinaldo Neto
01fb407c54
fix: the i18n for room_archived and room_unarchived ( #5106 )
2023-06-20 21:58:20 -03:00
Reinaldo Neto
557b4643fe
regression: fix blank 'Name' field in Profile View when modifying other fields ( #5101 )
2023-06-19 20:41:04 -03:00
Reinaldo Neto
4880c47e9b
fix: capability to dismiss the keyboard on drag for iOS on RoomsListView ( #5094 )
...
* fix: add the capability to dismiss the keyboard on drag for iOS
* minor tweak
2023-06-16 18:37:26 -03:00
Reinaldo Neto
da1485ba56
feat: respect the room avatar external provider url setting ( #5095 )
...
* feat: respect the room avatar external provider url setting
* add storyshot
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-06-16 16:21:40 -03:00
Reinaldo Neto
aabbc77479
fix: update room on the rooms list view after local search and quote showing with leading empty space on the rooms list view ( #5064 )
...
* fix: quote showing with leading empty space on the rooms list view
* add unit test for previewFormatText
* minor tweak
* add e2e test to see the msg quote
* fix room item re-render after local search
* markdown preview testID can be received or default
* update storyshot roomheader
* minor tweak
* minor tweak
* fix flaky test
* refactor searchRoom to avoid flaky tests
2023-06-16 15:20:04 -03:00
Reinaldo Neto
63b49abfab
minor tweaks
2023-06-12 11:38:57 -03:00
Reinaldo Neto
1ee2aa889b
fix: conversion of public channel into team ( #5099 )
2023-06-12 11:17:43 -03:00
Reinaldo Neto
ce48ef06a4
minor tweak, add the default behavior, add the OFF as label
2023-06-09 12:16:09 -03:00
Reinaldo Neto
e7244d9bbe
fix the name of searchMediaFIleAsync's result
2023-06-07 18:56:36 -03:00
Reinaldo Neto
c1fbc2066b
minor tweak
2023-06-07 18:49:46 -03:00
Reinaldo Neto
07f0fd5b40
fix the type on the messagesView(the view of files)
2023-06-07 18:29:25 -03:00
Reinaldo Neto
b4a9b8af6e
refactor video
2023-06-07 18:15:37 -03:00
Reinaldo Neto
b341528f10
refactor audio
2023-06-07 17:23:01 -03:00
Reinaldo Neto
420bd49c9e
minor tweak
2023-06-07 17:18:12 -03:00
Reinaldo Neto
989e609165
refactor handleMediaDownload and deleteMedia
2023-06-07 17:15:44 -03:00
Reinaldo Neto
8c0c1d7dc0
message/Image refactored, change the component to show the image from FastImage to Image
2023-06-07 17:14:31 -03:00
Reinaldo Neto
6f3dc60994
variable isAutoDownloadEnable name and handleMediaDownload getExtension
2023-06-07 12:36:30 -03:00
Reinaldo Neto
c244dd4906
fix audio and move the netInfo from autoDownloadPreference to redux
2023-06-07 12:09:43 -03:00
Gleidson Daniel Silva
a6eb514761
fix: Calls with jwt not working on ios and fix media permission on iOS ( #5075 )
...
* fix roomId
* fix ios permission
* update lib and patch
* try
* update webview
* update method
* fix ios
* move to a function
2023-06-06 18:53:48 -03:00
Gleidson Daniel Silva
7abd52a6e3
fix: Wrong user photo when opening the action sheet to start a call ( #5033 )
...
* fix wrong video conf user photo
* move hook outside
2023-06-05 16:37:50 -03:00
Reinaldo Neto
1dc038d321
refactor some changes requested
2023-05-30 11:07:34 -03:00
Reinaldo Neto
61fe9dbb1e
feat: case insensitive for non-ASCII text on main search ( #3309 )
...
* Added slug as dependecy and created a slugified String
* add the slug and slugifyLikeString
* using unsafeSql instead of the slug
* need to fix the like on the watermelon side and need the slug anyway
* watermelondb patch to change the like to use the upper or toUpperCase
* Updated config.yml
* Updated config.yml
* implemented the sanitized fname and fix the discussion icon at search
* add the search for non-latin alphabets
* fix the searchRoom function
* change the library of slug and added the unit tests
* optional sanitizedFname
* add some comment
* remove @types/slug
* remove watermelondb patch package
* latin test, tweak at comment and tweak e2e test
* minor tweak e2e
* change typeText to replaceText at searchRoom
* regexp to test the characters
* add typeText on searchRoom
* e2e search room replace and type
* to fix the replace text for iOS and type non-ASCII on Android
* minor tweak
* minor tweak
* enable artifact
* disable artifacts
* increase sleep time and change from toExist to toBeVisible
* fix android flaky test
2023-05-29 12:03:24 -03:00
Reinaldo Neto
67ba3131e3
pass the correct message id when there is an attachment on reply
2023-05-19 18:32:42 -03:00
Reinaldo Neto
58f73e1d09
add pt-br
2023-05-19 18:18:34 -03:00
Reinaldo Neto
4dcb12876b
change rn-fetch-blob to expo-filesystem
2023-05-19 17:56:16 -03:00
Gleidson Daniel Silva
2d07b1682c
fix: Change useSnaps logic to be based on component size ( #5032 )
...
* change useSnaps logic to be based on component size
* fix logic
* fix iphone without notch
2023-05-19 14:40:31 -03:00
Reinaldo Neto
74e6e8fd8b
fix lint
2023-05-19 13:01:38 -03:00
Reinaldo Neto
789ee3efda
Merge branch 'develop' into feat.media-auto-download-preference
2023-05-19 12:49:33 -03:00
Reinaldo Neto
41bce65528
image container uiKit
2023-05-19 12:47:02 -03:00
Reinaldo Neto
ce67d05852
clean up
2023-05-19 11:52:22 -03:00
Reinaldo Neto
99973c0d28
fix the try catch download media
2023-05-19 11:35:36 -03:00
Reinaldo Neto
02ba6e9961
done for image and audio
2023-05-19 02:42:21 -03:00
Reinaldo Neto
aa2c2886a0
video download behavior
2023-05-19 01:30:22 -03:00
Reinaldo Neto
95cbe25ae7
remove all the redux stuff and do the same as file upload
2023-05-19 01:18:57 -03:00
Reinaldo Neto
f136dfb03c
create a media download selector
2023-05-18 19:03:22 -03:00
Reinaldo Neto
154deb62ac
introducing the reducer to keep the downloads in progress
2023-05-18 18:36:58 -03:00
Diego Mello
0079229a34
chore: Upgrade React Native to 0.71.7 ( #4984 )
2023-05-18 18:09:33 -03:00
Reinaldo Neto
370f893e94
send messageId to video
2023-05-16 21:34:35 -03:00
Reinaldo Neto
d3c87a19eb
remove blurcomponent, fix the blur style in image.tsx, minor tweak video function name
2023-05-16 21:31:53 -03:00
Reinaldo Neto
7108e35ae7
remove the custom hook for autoDownload
2023-05-15 23:50:08 -03:00
Reinaldo Neto
acb280fa36
add the possibility to start downloading a video, then exit the room, back again to room and cancel the video previously downloading
2023-05-15 23:48:57 -03:00
Reinaldo Neto
6c49c57046
video download and auto download, also keeped the behavior to download unsuportted videos to the gallery
2023-05-15 23:10:14 -03:00
Reinaldo Neto
389057aa2c
refactor blur component
2023-05-15 19:53:29 -03:00
Reinaldo Neto
991cdf1476
add the possibility to cancel image download and clear local images
2023-05-15 15:31:24 -03:00
Reinaldo Neto
cdad2884b9
image download and autoDownload, algo fix the formatAttachmentUrl to show the image from local
2023-05-15 15:10:43 -03:00
Reinaldo Neto
07e097000a
desestructured params to download too
2023-05-15 14:20:31 -03:00
Reinaldo Neto
27eacaad9f
refactor audioFile to handleMediaDownload and fixed the audio download
2023-05-15 14:16:08 -03:00
Reinaldo Neto
d138a74d9d
minor tweak audio show play button after download
2023-05-12 12:29:47 -03:00
Reinaldo Neto
7fc975f63e
creation of isAutoDownloadEnabled, evaluate hist hook, Image Full Size preload done
2023-05-11 20:20:48 -03:00
Reinaldo Neto
b73cf46829
audio auto download when the user who sent the audio is the same logged on mobile
2023-05-11 16:06:50 -03:00
Reinaldo Neto
f5d6fce6de
Merge branch 'develop' into feat.media-auto-download-preference
2023-05-11 15:54:30 -03:00
Reinaldo Neto
871dc7f668
audio download preference
2023-05-11 15:52:48 -03:00
Reinaldo Neto
2ead142a29
fix: the reaction's list scroll setting only one snappoint ( #5039 )
2023-05-10 20:27:34 -03:00
Reinaldo Neto
47b4413b59
fix: render the text from custom attachment as markdown ( #5048 )
...
* fix: render the text from custom attachment as markdown
* add special character, one number and one capital letter at password e2e
* minor tweak
---------
Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
2023-05-10 18:39:56 -03:00
Diego Mello
c00ab98441
feat(Android): Remove Open workspace from onboarding ( #5065 )
...
* Remove Open
* Remove on Android only and comment tests out
2023-05-10 17:22:18 -03:00
Reinaldo Neto
edea063cf6
fix: show user's full name when searching ( #5043 )
...
* fix: show user's full name when searching
* fix the fname and name
* minor tweak at e2e password
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-05-10 16:32:39 -03:00
Reinaldo Neto
f4ff7c82af
fix: message re-rendering twice in a row ( #5051 )
2023-05-10 15:44:05 -03:00
Reinaldo Neto
ab56ecd010
media auto download view completed and saving the settings in mmkv
2023-05-09 19:21:02 -03:00
Reinaldo Neto
fb664a12d7
feat: media auto-download view
2023-05-09 11:49:13 -03:00
Gleidson Daniel Silva
fcc6f09875
feat: Remove Jitsi native module from iOS and use webview instead ( #5061 )
2023-05-08 10:45:46 -03:00
Reinaldo Neto
ed6d45cbfe
fix: quoting a image with a custom emoji in description is breaking layout ( #5034 )
...
* fix: replying with a quote to a image with custom emoji in description
* remove the styles from custom emojis and deleted the removeMargins from styles
* add a new storyshot test for attachment with custom emoji
2023-04-28 15:29:54 -03:00
Reinaldo Neto
7b02205d2f
fix: Ordinals of ordered lists misaligned ( #4994 )
...
* fix: ordered list misaligned
* fix the misaligned at android and format the ordered list to keep the same width
2023-04-28 13:25:55 -03:00
Reinaldo Neto
43917bd789
fix: update the number of members from a room ( #4955 )
...
* [FIX] Update the number of members from a room
* update the subscription users count inside room actions view
* remove console.log
* added e2e test
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-04-28 12:16:14 -03:00
Gleidson Daniel Silva
1f0af9ca07
chore: Create and_N_more translation ( #5023 )
...
* add and_N_more translations
* fix translation
2023-04-18 13:54:01 -03:00
Gleidson Daniel Silva
19360e6ee5
Revert "fix: scroll the pages New Message, Search for Rooms, Messages and Threads ( #4952 )" ( #5038 )
...
* Revert "fix: scroll the pages New Message, Search for Rooms, Messages and Threads (#4952 )"
This reverts commit cf14ebea78
.
* bump version to 4.37.1
2023-04-18 09:46:53 -03:00
Gleidson Daniel Silva
cbfc810d5a
fix: Call back button label text is inverted on the mobile ( #5014 )
2023-04-11 15:21:42 -03:00
Gleidson Daniel Silva
df62706b02
fix call translation ( #5013 )
...
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2023-04-11 11:54:01 -03:00
Reinaldo Neto
2361789e0c
fix: suggestions not shown in second line of multi-line message ( #4996 )
2023-04-10 21:13:23 -03:00
Gleidson Daniel Silva
337e9e155d
regression: add teams to action screen ( #4942 )
...
* add teams to action screen
* keep it the old way
* fix test id
* back to old one rule
* fix team tests
* fix moveconvert test
* remove skip from room.spec
* fix shared config doc
* remove skip from broadcast.spec
2023-04-10 17:54:02 -03:00
Reinaldo Neto
cf14ebea78
fix: scroll the pages New Message, Search for Rooms, Messages and Threads ( #4952 )
...
* [FIX] Scroll the pages Directory, New Message, Search for Rooms, Messages and Threads
* flex for the flatlist
* minor tweak at roomslistview and remove the keyboard from directoryview
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-04-10 16:41:49 -03:00
Reinaldo Neto
4b13045d1c
fix: possibility to use the External Provider URI with query ( #4956 )
...
* [FIX] Possibility to use the External Provider URI with query
* minor tweak
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-04-10 15:08:15 -03:00
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
Reinaldo Neto
b51d7eeab3
fix: Error while editing team description ( #4985 )
...
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-03-23 21:27:26 -03:00
Reinaldo Neto
88144441fd
feat: quotes on E2EE Messages ( #4880 )
...
* [NEW] Quotes on E2EE Messages
* parser inside the model
* refactor and tweaks
* minor tweak
* add e2e tests to test the e2e quotes
* update storyshot
* added the test for quoted message
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-03-23 19:47:05 -03:00
Reinaldo Neto
3b41917d8a
[FIX] Links do not work if protocol is not set in url prefix ( #4899 )
...
* replace double slashs
* minor tweak
* add unit test to addProtocol
* minor tweak
* ensureSecureProcotol
---------
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Debojyoti Singha <20729878+debojyoti452@users.noreply.github.com>
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-03-18 12:31:04 -03:00
Reinaldo Neto
59a2c7c424
fix: link preview without embed image ( #4723 )
...
* [FIX] Link preview with embed image
* refactor the location
* refactor and added test
* minor tweak
* image test
* fix the MessageURl showing when there isn't hasContent or imageUrl
* refactor how to test if it's an image
* update tests
* keep the same behavior for android and ios
* refactor
* update storyshot
* minor tweak, pass hasContent and imageLoadedState instead of style
* remove react memo from urlImage
* merge urlimage inside url
* minor tweak useTheme
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-03-17 15:37:34 -03:00
Florian Ellis
2748e6d475
test: Unskip SearchBox test ( #4966 )
2023-03-17 13:40:32 -03:00
Reinaldo Neto
5aaf7af5f4
[FIX] Searching for Discussion ( #4843 )
...
* [FIX] Searching for Discussion
* minor tweak
* fixed pagination
* update typescript return
* remove await from load
2023-03-16 20:30:58 -03:00
Reinaldo Neto
87e86e819e
[FIX] Can't close the keyboard after entering data in one text box on the screen ( #4910 )
...
* [FIX] Can't close the keyboard after entering data in one text box on the screen
* change the scrollPersistTap
* update test
2023-03-16 16:17:24 -03:00
Reinaldo Neto
e08c611a9f
[FIX] Show Join button in threads that belongs to a room not joined ( #4836 )
...
* [FIX] Show Join button in threads belong to a room not joined
* update the state on the main room if you join from thread
2023-03-16 12:49:18 -03:00
Reinaldo Neto
00b8263913
[FIX] Markdown links coloured same as normal text for old markdown ( #4905 )
...
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-03-16 11:12:46 -03:00
Reinaldo Neto
b4f8dfb84e
[FIX] Respect Use Real Name when sent an attachment ( #4898 )
...
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-03-15 19:40:59 -03:00
Reinaldo Neto
d759b475e7
[FIX] Fit the content of the ordered and unordered list ( #4901 )
...
* [FIX] Fit the content of the ordered and unordered list
* update storyshot
2023-03-15 14:43:26 -03:00
Gleidson Daniel Silva
4dfc9c70f3
[FIX] Keyboard not showing all emojis or showing cut emojis ( #4919 )
...
* fix the logic based on window width and make the keyboard dynamic
* fix var naming and math
* fix alignment of emojis
* add comment
* wip
2023-03-09 17:17:20 -03:00
Piyush Gupta
513e8ee636
[FIX] Increase border radius on MessageAvatar as small ( #4837 )
...
* fixed border radius of 4 on avatar
* fixed lint
* Update tests
---------
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2023-03-08 15:34:39 -03:00
Mister-H
aa57237004
[FIX] Order of quoted message done according to desktop version ( #4739 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2023-03-08 11:20:01 -03:00
Diego Mello
58391964cb
[FIX] Message not rendering E2EE data if md exists ( #4951 )
2023-03-07 10:57:57 -03:00
Diego Mello
412f62eb2a
Chore: Update Detox to 20.1.2 ( #4866 )
2023-03-07 09:28:51 -03:00
Reinaldo Neto
4526b7f871
[FIX] UGC Rules Text align ( #4934 )
2023-03-02 16:04:52 -03:00
Gleidson Daniel Silva
3fbb7b5720
[IMPROVE] Brings the operation of the video call closer to the web ( #4883 )
...
* rename CallAgainActionSheet to StartACallActionSheet
* remove useVideoConf and use videoConfJoin directly
* consider phone on calls
* fix text shrink
* fix mic audio
* change the behavior of call icon on header and RoomInfo
* update types
* update types and variables names
* revert old type
* fix issue on old servers
* rename to a correct naming
* fix translation
* revamp call icon
* add error handling to videoconf capabilities
* lint
* fix role logic
* change const name
* rename comp
* remove commented code
* fix types and apply correct logic
* fix naming
* correct the import
* update icon size
* create timer function for videoConf bellow 5.0
* add subscription to useVideoConf hook
---------
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2023-03-01 15:26:56 -03:00
Reinaldo Neto
4d5ff8aba1
[FIX] Omnichannel's icon svg fallback when the link returns an error ( #4916 )
...
* [FIX] Omnichannel's icon svg fallback when the link returns an error
* add activity indicator
* switch between activity indicator to custom icon
* reuse the same component as const
2023-02-27 17:31:28 -03:00
Reinaldo Neto
4336f0db40
[FIX] "Allow Reaction" does not work properly on "Read Only" rooms ( #4864 )
...
* [FIX] "Allow Reaction" does not work properly on "Read Only" rooms
* fix the handle of message box
---------
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-02-24 11:37:56 -03:00
Gleidson Daniel Silva
4686d4f6f8
[FIX] Text color and fit content of TaskList ( #4906 )
...
* fix regression on plain text
* update stories
* fix where to add the color
* fit content taskList
---------
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2023-02-16 10:07:19 -03:00
lingohub[bot]
6bb4adaecd
Language update from LingoHub 🤖 on 2023-02-14Z ( #4911 )
...
* 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 🚀
* 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 🚀
---------
Co-authored-by: Diego Mello <diego.mello@rocket.chat>
2023-02-14 18:00:41 -03:00
Diego Mello
197616b94c
Chore: Remove deprecated typing stream ( #4888 )
2023-02-14 15:49:16 -03:00
Diego Mello
8c47187f70
[NEW] Presence Cap ( #4900 )
2023-02-14 10:47:56 -03:00
Gleidson Daniel Silva
c4a2ce20c6
Regression: Adds idempotent prop to delete audio ( #4862 )
2023-02-06 16:07:23 -03:00
Reinaldo Neto
68f6eb40de
Chore: Hooks app/views/InviteUsersEditView ( #4670 )
...
* Chore: Hooks app/views/InviteUsersEditView
* minor tweak
* switch value name
2023-02-02 18:41:32 -03:00
Reinaldo Neto
9396b08ead
[FIX] Quote rendering with leading empty space on mobile only ( #4778 )
...
* [FIX] Quote rendering with leading empty space on mobile only
* update the message storyshot
* compareServerVersion to connection string
* fix time
* fix lint
* update to servers greater or equal than 6.0
* refactor tests
* minor tweak
---------
Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
2023-02-02 00:17:09 -03:00
Reinaldo Neto
a927746d7f
[FIX] Show read receipts when it isn't read yet ( #4865 )
...
* [FIX] Show read receipts when it isn't read yet
* minor tweak
2023-02-02 00:10:27 -03:00
Reinaldo Neto
21e4818af7
[FIX] Team icons on Share View and searching on RoomsListView ( #4833 )
...
* [FIX] Team icons on Share View
* fix the teams when searching
2023-02-02 00:04:17 -03:00
Gleidson Daniel Silva
18cc16beb7
Regression: Add token to Jitsi call on iOS ( #4863 )
...
* add token to jitsi builder
* fix room
* fix room and remove flags
* fix video prop
2023-01-30 13:56:39 -03:00
Reinaldo Neto
3cd1a5f0a6
[FIX] Add users shouldn't have Skip option ( #4828 )
2023-01-25 15:28:03 -03:00
lingohub[bot]
1abff18e75
Language update from LingoHub 🤖 ( #4859 )
...
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 🚀
Co-authored-by: Diego Mello <diego.mello@rocket.chat>
2023-01-24 16:01:29 -03:00
Gleidson Daniel Silva
192a6b055a
Regression: Fix RoomItem's loading status ( #4835 )
2023-01-24 10:03:48 -03:00