Rocket.Chat.ReactNative/app/containers/markdown
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
..
new fix: Ordinals of ordered lists misaligned (#4994) 2023-04-28 13:25:55 -03:00
AtMention.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
BlockQuote.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
Emoji.tsx fix: quoting a image with a custom emoji in description is breaking layout (#5034) 2023-04-28 15:29:54 -03:00
Hashtag.tsx [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
Link.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
List.tsx Chore: Evaluate Markdown - TypeScript (#3948) 2022-03-25 14:20:09 -03:00
ListItem.tsx fix: Ordinals of ordered lists misaligned (#4994) 2023-04-28 13:25:55 -03:00
Markdown.stories.tsx [FIX] Markdown links coloured same as normal text for old markdown (#4905) 2023-03-16 11:12:46 -03:00
Preview.tsx feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
Table.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
TableCell.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
TableRow.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
formatHyperlink.test.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
formatHyperlink.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
formatText.test.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
formatText.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
index.tsx [FIX] Markdown links coloured same as normal text for old markdown (#4905) 2023-03-16 11:12:46 -03:00
interfaces.ts Chore: Evaluate Message - TypeScript (#3944) 2022-04-01 18:52:38 -03:00
mergeTextNodes.ts Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
previewFormatText.test.ts fix: update room on the rooms list view after local search and quote showing with leading empty space on the rooms list view (#5064) 2023-06-16 15:20:04 -03:00
previewFormatText.ts fix: update room on the rooms list view after local search and quote showing with leading empty space on the rooms list view (#5064) 2023-06-16 15:20:04 -03:00
styles.ts fix: Ordinals of ordered lists misaligned (#4994) 2023-04-28 13:25:55 -03:00