Rocket.Chat.ReactNative/app/sagas
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
..
createChannel.js [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
createDiscussion.js Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
deepLinking.js [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
encryption.js [IMPROVE] E2EE improvements (#4763) 2023-01-12 10:32:33 -03:00
index.js feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
init.js [IMPROVE] Use Android 12 SplashScreen API (#4479) 2022-10-04 10:36:05 -03:00
inviteLinks.js Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
login.js feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
messages.js [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
room.js [FIX] Messages not loading on some edge cases (#4801) 2023-01-13 16:32:52 -03:00
rooms.js [FIX] Messages not loading on some edge cases (#4801) 2023-01-13 16:32:52 -03:00
selectServer.js [FIX] Requests being skipped after reconnecting on onboarding (#4429) 2022-08-17 09:49:13 -03:00
state.js [FIX] Disappear push notifications when open the app (#4718) 2022-12-21 13:07:17 -03:00
videoConf.ts feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00