jiti-meet/react/features/mobile
Saúl Ibarra Corretgé 26b3eb34f0 fix(android,back-button) rework back button handling on Android
We used to have a registry which registered a single handlerwith RN.
THis was registered really early in the app.

When React Navigation was introduced we ddidn't realize it interacts
with the back button. In a stack nagigator it will navigate to the
previous screen. This meant our back button handling was broken.

This commit removes our previous registry and uses the RN back button
handler directly in the 2 components that use it: the conference and
bottom sheets.

Since these handlers are registered after navigation, our handlers are
going to run first so we cna implement the behavior we need, namely to
dismiss an open botom sheet or set the conference in PiP mode.
2022-03-29 14:33:25 +02:00
..
audio-mode feat(rn,overflow-menu) remove duplicated buttons from overflow menu 2022-01-13 15:47:32 +01:00
background redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
call-integration fix(ios) avoid creating CXProvider objects when CallKit is disabled 2021-11-26 10:47:03 +01:00
external-api fix(rn,external-api) remove dead code 2021-12-02 13:26:15 +01:00
full-screen fix(rn,full-screen) make sure immersive mode respects the fullscreen flag 2021-04-09 14:05:16 +02:00
navigation fix(mobile/navigation) - fixed bottom color glitch 2022-03-23 16:37:24 +02:00
permissions Include support for translated string resources at device permission dialog because it contains hardcoded english strings. 2021-06-29 15:58:14 +03:00
picture-in-picture fix(misc) follow-up typos 2021-03-22 10:41:41 +01:00
polyfills feat(rn) use the TSC generated lib-jitsi-meet bundle 2022-01-25 12:15:35 +01:00
proximity redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
wake-lock redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
watchos chore(deps) react-native-watch-connectivity @ 1.0.4 2022-01-06 13:10:32 +01:00