jiti-meet/react/features/base
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
..
app fix(redux) fix not working with Redux Devtools 2022-03-28 16:31:12 +02:00
audio-only redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
avatar refactor(avatar) use jss instead of scss (#11037) 2022-03-15 12:27:40 +02:00
buttons fix(base) fixed text going out of share meeting container 2021-12-21 15:24:38 +02:00
color-scheme feat: Lobby chat (#10847) 2022-03-03 11:29:38 -06:00
components fix(context-menu) Add max height (#10965) 2022-02-15 13:23:40 +02:00
conference fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
config fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
connection fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
devices feat: (moderate-reaction-sounds) enable moderator to mute reaction sounds 2021-12-03 18:36:57 +02:00
dialog Mobile UI polish (#10982) 2022-02-17 16:51:00 +02:00
environment fix(browser-compatibility) hide launch in web for unsupported mobile browsers (#10569) 2021-12-09 13:16:08 +02:00
flags feat: (speaker-stats) fix refresh and minor refactoring 2021-12-02 14:11:08 +02:00
i18n fix(i18n) fix some country names 2022-02-28 15:29:33 +01:00
icons feat(stage) Add stage filmstrip (multiple participants on stage) (#11145) 2022-03-29 11:45:09 +03:00
jitsi-local-storage Update setup.web.js 2021-08-25 17:22:50 +02:00
jwt feat: Handles hidden-from-recorder from jwt. (#10973) 2022-02-17 16:25:31 -06:00
known-domains redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
label feat(title-bar) Updated title bar (#10752) 2022-01-13 14:15:53 +02:00
lastn fix(logging) Remove logs that are very chatty. 2021-09-29 16:54:04 -04:00
lib-jitsi-meet feat(multi-stream-support) Replace participant connection status logic with track streaming status (#10934) 2022-02-23 07:30:10 -06:00
logging chore(deps) adapt to logger package rename 2021-11-10 14:40:17 +01:00
media feat(multi-stream-support) Add screenshare as a second video track to the call. 2022-03-15 13:24:49 -04:00
modal/components chore(deps,rn) update navigation librarries to their latest versions 2022-01-10 19:21:51 +01:00
net-info fix(misc) follow-up typos 2021-03-22 10:41:41 +01:00
participants feat(stage) Add stage filmstrip (multiple participants on stage) (#11145) 2022-03-29 11:45:09 +03:00
popover feat(thumbnail) Video thumbnails redesign and refactor (#10351) 2021-12-15 15:18:41 +02:00
premeeting fix(premeeting): fix undefined breakpoint in media query (#11148) 2022-03-16 15:16:01 +02:00
react fix(android,back-button) rework back button handling on Android 2022-03-29 14:33:25 +02:00
redux chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
responsive-ui refactor(participants-pane) Refactored with reusable components 2021-11-01 08:54:13 +02:00
settings fix(prejoin) Consider user selection for prejoin only on mount 2021-12-20 11:34:40 +02:00
sounds fix(config, reactions) Added config option to disable reaction sounds (#10046) 2021-10-04 11:37:02 +03:00
styles feat(participants-pane): Add 'admit all' knocking participants button 2021-06-09 16:28:31 +03:00
testing chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
toolbox/components feat(toolbox) removed unused BetaTag component and styles 2022-02-07 21:28:39 +02:00
tooltip fix(Safari): Fix mobile double tapping for toolbar and overflow. 2021-02-04 15:24:25 +02:00
tracks feat(multi-stream-support) Add screenshare as a second video track to the call. 2022-03-15 13:24:49 -04:00
ui refactor(dialog): use jss instead of sass for mute-dialog style (#11154) 2022-03-29 11:59:53 +03:00
user-interaction redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
util fix(language) Add lang API option 2022-03-08 16:57:53 +02:00