Reinaldo Neto
e0942b24a4
verify if the media auto download exists on settings view
2023-06-12 11:50:59 -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
Diego Mello
b684610887
chore: Bump version to 4.39.0 ( #5071 )
2023-05-12 13:51:19 -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
Diego Mello
f23161417a
chore: Bump version to 4.38.0 ( #5066 )
2023-05-10 20:29:55 -03:00