jiti-meet/react/features
Saúl Ibarra Corretgé ad8cdcd81b fix(rn,bottom-sheet) fix scroll
In the past we used a PanResponder to detect user gestures in the sheet
to show a reduced version or a full-height version of it, and also to
close it.

There is an obvious conflic between the gestures and scrolling, which
didn't work all that great, but we could live with it.

After reactions were introduced we no longer rendered the 2 different
heights, so that functionaligy stopped being used but the PanResponder
still remained there.

This commit removes it completely and sets a max height of 75% on any
BottomSheet, so any tap outside will close it.
2022-06-10 17:54:58 +02:00
..
always-on-top fix(always-on-top) Fix audio mute button disabled status 2022-04-26 15:32:18 +03:00
analytics fix(recent-list) do not store room when inside an iframe 2022-05-23 14:26:49 +02:00
app ref(reactions) Re-write using TypeScript (#11603) 2022-06-08 10:44:47 +03:00
audio-level-indicator chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
authentication fix(auth) fix WaitForOwnerDialog not vanishing 2022-04-29 14:58:22 +02:00
av-moderation fix(raise-hand) Fix multiple raise hand from notification (#11586) 2022-05-26 14:36:12 +03:00
base fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00
breakout-rooms feat: Add name overwrite API (#11543) 2022-05-20 13:45:09 +03:00
calendar-sync language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
chat fix(rn, chat): localize the chat button label 2022-06-07 17:14:22 +02:00
chrome-extension-banner chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
conference feat(mobile/navigation) - removed stack dependency and updated animation options 2022-06-09 15:14:54 +02:00
connection-indicator fix(stats) split stats for camera and screenshare in multi-stream mode (#11475) 2022-05-09 09:42:45 -04:00
connection-stats fix(multi-stream): fix virtual screenshare participant's thumbnail. 2022-05-19 17:05:36 -04:00
deep-linking language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
desktop-picker chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
device-selection fix(device-selection): Handle properly on prejoin 2022-05-24 15:53:12 -05:00
display-name ref(stage-filmstrip) Refactor as new layout 2022-04-21 09:01:51 -05:00
dropbox language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
dynamic-branding feat(dynamic-branding) add initial mobile SDK customization 2022-05-23 17:02:14 +02:00
e2ee fix(participant-pane) Do not show virtual SS as a separate participant. 2022-05-04 10:41:31 -04:00
embed-meeting feat(toolbar-button-clicked) Enhance toolbar buttons with notify click 2022-01-04 13:21:00 +02:00
etherpad language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
external-api feat(external-api) notify conference joined with room type flag 2022-02-03 18:12:03 +02:00
face-landmarks fix(face-landmarks): filter face detections based on detection score (#11658) 2022-06-10 15:19:18 +03:00
feedback feat(dynamic-branding) add initial mobile SDK customization 2022-05-23 17:02:14 +02:00
filmstrip fix(multi-stream) RN Add listeners for track streaming status updates on large-video. 2022-06-01 16:13:27 -04:00
follow-me language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
gifs language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
google-api language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
invite feat(dynamic-branding) add initial mobile SDK customization 2022-05-23 17:02:14 +02:00
jaas language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
keyboard-shortcuts language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
large-video fix(multi-stream) RN Add listeners for track streaming status updates on large-video. 2022-06-01 16:13:27 -04:00
lobby fix(lobby/native) removed nav button overwrite 2022-06-10 16:07:56 +03:00
mobile feat(navigation) style updates 2022-06-09 17:54:49 +03:00
no-audio-signal language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
noise-detection language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
notifications feat(local-video-recording) Allow users to record the meeting locally (#11338) 2022-06-03 14:45:27 +03:00
old-client-notification feat(notifications) revisit timeouts and make them configurable 2021-11-24 12:05:27 +01:00
overlay language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
participants-pane fix(av-moderation,breakout-rooms) disable controls on breakout rooms 2022-05-19 13:47:49 +02:00
polls language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
power-monitor language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
prejoin fix(prejoin) fix styling of avatar (#11629) 2022-06-08 13:19:08 +03:00
presence-status chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
reactions ref(reactions) Re-write using TypeScript (#11603) 2022-06-08 10:44:47 +03:00
recent-list fix(recent-list) do not store room when inside an iframe 2022-05-23 14:26:49 +02:00
recording fix(local-recordings) fix for browsers not supporting MediaRecorder 2022-06-10 16:15:03 +02:00
rejoin redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
remote-control language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
room-lock feat(dialog) new native InputDialog 2022-02-04 12:20:47 +02:00
rtcstats ref(rtc-stats) update faceLandmarks naming 2022-05-17 13:57:18 +02:00
salesforce fix(salesforce) use salesforce only in the main room (#11245) 2022-03-31 16:11:44 +03:00
screen-share refactor(multi-stream) refactor virtual screenshare creation and support plan-b clients (#11445) 2022-04-29 10:32:16 -04:00
screenshot-capture feat(dynamic-branding) add initial mobile SDK customization 2022-05-23 17:02:14 +02:00
security fix(security) hide button if the enabled flag is set to false 2022-04-12 12:26:35 +02:00
settings fix(device-selection): Handle properly on prejoin 2022-05-24 15:53:12 -05:00
share-room language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
shared-video language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
speaker-stats feat(face-landmarks): integrate human library 2022-05-06 14:41:08 +02:00
stream-effects fix(virtual-background) don't treat timeout as fatal failure 2022-04-29 10:07:26 +02:00
subtitles feat(external-api): add toggle subtitles command (#10070) 2022-04-20 11:43:18 +03:00
talk-while-muted language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
toolbox fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00
transcribing language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
unsupported-browser fix: Fixes loading recommendedBrowsers page. (#11465) 2022-04-29 12:02:05 -05:00
video-layout feat(carmode) Add carmode screen 2022-05-06 13:14:10 +03:00
video-menu fix(participants-pane,video-menu) fix incorrect selector usage 2022-05-19 13:47:49 +02:00
video-quality refactor(multi-stream) refactor virtual screenshare creation and support plan-b clients (#11445) 2022-04-29 10:32:16 -04:00
videosipgw language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
virtual-background language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
welcome feat(welcome/native): updated settings name placeholder example text 2022-06-10 17:59:50 +03:00