Rocket.Chat.ReactNative/app
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
..
actions feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
containers feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
definitions feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
ee [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
i18n feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
lib feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
reducers feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
sagas feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
selectors Chore: evaluate getUserSelector (#4013) 2022-04-07 12:27:45 -04:00
stacks chore: migrate PickerView to hooks (#5002) 2023-06-30 11:01:01 -03:00
static/images [FIX] ServerDropdown flashing bigger server icon (#2775) 2021-01-13 11:11:31 -03:00
views chore: migrate PickerView to hooks (#5002) 2023-06-30 11:01:01 -03:00
AppContainer.tsx chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
ReactotronConfig.ts Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
dimensions.tsx Chore: Deprecate Dimensions (#4597) 2022-10-21 15:29:02 -03:00
externalModules.d.ts chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
index.tsx chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
share.tsx chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
theme.tsx Chore: evaluate `ThemeView` (#4086) 2022-05-05 11:24:36 -04:00