Rocket.Chat.ReactNative/app/containers/message
Reinaldo Neto 74cd85a069
feat: image base64 (#5264)
* improvement: handle base64

* update tests

* minor tweak

* remove imageprocess and remove the save to gallery from image base64

* Update app/containers/message/Image.tsx

* Update app/views/AttachmentView.tsx

* Update app/views/AttachmentView.tsx

* Update app/views/AttachmentView.tsx

* Update app/containers/message/Image.tsx

* chore: change file name and fix implementation

* chore: remove useless const

* chore: update regex

* chore: update name

* Update app/lib/methods/isImageBase64.ts

* Update app/lib/methods/isImageBase64.ts

* early return

---------

Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2023-10-11 11:23:11 -03:00
..
Components feat: add media auto-download (#5076) 2023-08-07 11:02:30 -03:00
helpers/fileDownload Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
Attachments.tsx fix: fix bugs related to auto-translate and add tests (#5144) 2023-08-14 17:22:46 -03:00
Audio.tsx fix: change audio encoding to aac (#5224) 2023-09-26 11:38:47 -03:00
Blocks.ts fix: message re-rendering twice in a row (#5051) 2023-05-10 15:44:05 -03:00
Broadcast.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
CallButton.tsx [IMPROVE] Brings the operation of the video call closer to the web (#4883) 2023-03-01 15:26:56 -03:00
Content.tsx [FIX] Message not rendering E2EE data if md exists (#4951) 2023-03-07 10:57:57 -03:00
Context.ts Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Discussion.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
Emoji.tsx [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
Image.tsx feat: image base64 (#5264) 2023-10-11 11:23:11 -03:00
Message.stories.tsx feat: image base64 (#5264) 2023-10-11 11:23:11 -03:00
Message.tsx feat: forward message (#5110) 2023-08-04 11:09:36 -03:00
MessageAvatar.tsx [FIX] Increase border radius on MessageAvatar as small (#4837) 2023-03-08 15:34:39 -03:00
Preview.tsx feat: forward message (#5110) 2023-08-04 11:09:36 -03:00
Reactions.tsx [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
RepliedThread.tsx Chore: Evaluate Icon - Typescript (#3982) 2022-05-02 16:21:15 -03:00
Reply.tsx fix: fix bugs related to auto-translate and add tests (#5144) 2023-08-14 17:22:46 -03:00
Thread.tsx fix: show the thread when it has zero messages (#5182) 2023-08-29 13:50:42 -03:00
Touchable.tsx Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Urls.tsx fix: message flickering after mount due to url preview (#5232) 2023-09-26 09:54:21 -03:00
User.tsx [IMPROVE] System messages consistency (#4461) 2022-10-21 13:35:26 -03:00
Video.tsx fix: add fallback to unsupported MathML tags in MathJax (#5127) 2023-08-16 09:02:53 -03:00
constants.ts [FIX] Playing multiple voice messages at the same time (#4662) 2022-11-16 10:40:45 -03:00
index.tsx fix: fix bugs related to auto-translate and add tests (#5144) 2023-08-14 17:22:46 -03:00
interfaces.ts feat: add media auto-download (#5076) 2023-08-07 11:02:30 -03:00
styles.ts feat: add media auto-download (#5076) 2023-08-07 11:02:30 -03:00
utils.ts fix: add fallback to unsupported MathML tags in MathJax (#5127) 2023-08-16 09:02:53 -03:00