Hristo Terezov
9bdaea4069
fix(avatar): use text instead of foreign object.
Reason: On Safari the foreign object is not scaled correctly.
5 years ago
Jonathan Scholz
547d1547bb
fix(dialog): use height behavior in KeyboardAvoidingView
5 years ago
Jonathan Scholz
39853e048b
fix(dialog): fix on-screen keyboard overlapping dialog boxes
5 years ago
Saúl Ibarra Corretgé
e2788e0fb2
e2ee: show warning if not all participants support E2EE
Refs: https://github.com/jitsi/lib-jitsi-meet/pull/1108
5 years ago
Hristo Terezov
4fda428be1
fix(largeVideo): update don't depend on thumbnails
5 years ago
Saúl Ibarra Corretgé
cb6fbb0f03
e2ee: add UI elements
* Add dialog to set the E2EE key
* Use the Redux action / middleware to update the key even when set through the
hash parameter
* Cleanup URL after processing the key so it's not recorded in browser history
5 years ago
Bettenbuk Zoltan
551db30cc7
fix: modal keyboard avoiding view fix
5 years ago
Jaya Allamsetty
e0563a743f
Revert "feat(browser-support): Add safari to list of optimal browsers"
This reverts commit 4824c8714a .
5 years ago
Vlad Piersec
b50d6e43d0
fix(settings_buttons): Persist audio/video settings across sessions.
5 years ago
Jaya Allamsetty
4824c8714a
feat(browser-support): Add safari to list of optimal browsers
5 years ago
Saúl Ibarra Corretgé
9962a2ea61
config: whitelist disableSimulcast
5 years ago
yanas
638fdf0370
Revert "Improve accessibility of Buttons in Webapp (#5432)"
This reverts commit 953f838a2a .
5 years ago
Khatanbaatar
e79633b0ca
translated Mongolian language (#5646)
* translated Mongolia language
* app translated Mongolian language
* sorry, lint not checked
* lint checked
5 years ago
Marco Zehe
e32f367b0c
React Native accessibility fixes (#5825)
* Accessibility: Make the native toolbox item communicate that it is a button.
* Accessibility: If an item is toggled, mark it as selected for accessibility
* Accessibility: Make the toolbox a toolbar for accessibility
* Accessibility: Mark the bottom sheet as a menu for accessibility
* Fix typo, AccessibilityRole, not AccessibleRole
* Statement fix
* Appease the linter
* Fix linting errors for real this time
5 years ago
Bettenbuk Zoltan
39d789a088
feat: add url params: config.disableInviteFunctions, config.doNotStoreRoom and userInfo.displayName
5 years ago
Bettenbuk Zoltan
678ed605d7
ref: change JitsiModal to better fit to needs
5 years ago
Michael Telatynski
953f838a2a
Improve accessibility of Buttons in Webapp (#5432)
* Expose toggle buttons better via ARIA
* Wire up the divs/li as role=button as per ARIA patterns
* Add flow annotations to appease the linter
* For role=button use aria-pressed not aria-checked
5 years ago
Bettenbuk Zoltan
57d14d9517
feat: help centre
5 years ago
Horatiu Muresan
7f1eb83dbd
feat(notifications): Manage audio notifications
5 years ago
Vlad Piersec
c05ca1d9fc
fix(prejoin_page) Add labels for video & more UI fixes
5 years ago
Vlad Piersec
1b05d7269c
feat(prejoin_page) Add settings buttons
This reverts commit faf24ca7ec .
5 years ago
Saúl Ibarra Corretgé
955b24be9d
rn,cc: add feature-flag to disable close captions
5 years ago
Saúl Ibarra Corretgé
de6c7e0117
rn,invite: add share button to add people dialog
5 years ago
Hristo Terezov
3a871cbed8
feat(remote-menu):option for disable mute and kick
5 years ago
Bettenbuk Zoltan
a46fd60788
fix: accented room name display
5 years ago
Saúl Ibarra Corretgé
ed8009883b
avatars: ensure no remote avatar is loaded when disableThirdPartyRequests is set
5 years ago
Saúl Ibarra Corretgé
1bbb937d9d
analytics: fix enabling analytics when disableThirdPartyRequests is set
5 years ago
Saúl Ibarra Corretgé
c1fb276937
config: whitelist disableThirdPartyRequests
5 years ago
Juri
92e81c3dbf
lang: added estonian translation
5 years ago
Saúl Ibarra Corretgé
faf24ca7ec
Revert "feat(prejoin_page) Add settings buttons" (#5424)
This reverts commit 08f55ccb94 .
5 years ago
Vlad Piersec
08f55ccb94
feat(prejoin_page) Add settings buttons
5 years ago
Saúl Ibarra Corretgé
579d08e27e
bottom-sheet: tweak UI
- re-add thepand icon, shaped like a pill
- round top corners
5 years ago
Zoltan Bettenbuk
8d3b59a0d0
rn: lonely meeting experience
5 years ago
Mihai Uscat
b9cc6b6f96
fix(mute): Replace icon
5 years ago
paweldomas
b9addaed71
ref(log): logs device list and selected devices
Logs the device list when is updated in the reducer and removes
"button enabled" logging which used to dump the device list, but
in a useless way(Object[Object]).
Makes an attempt to log currently selected device, but because of
multiple possible paths it's impossible to find one reliable spot to log
selected device. One has to rely on device list and the GUM call logged
to figure things out.
5 years ago
bgrozev
16c09c9645
Upadte ljm (configurable pc stats interval), whitelist config options. (#5106)
5 years ago
horymury
202abf2a9a
chrome-banner: add analytics
5 years ago
Saúl Ibarra Corretgé
a4333d3a80
rn,overflow-menu: add a "more options" button
5 years ago
Saúl Ibarra Corretgé
02131f3346
full-screen: fix not re-entering full-screen after dialog is shown
This has the side effect of showing the bottom navbar when the toolbox is open,
which is a nice thing since back is accessible.
5 years ago
Jaya Allamsetty
8dbd1ba1b7
fix(presenter): go back to using standard resolutions for presenter
5 years ago
Bettenbuk Zoltan
bbca0fc357
allow setting the feedback percentage
5 years ago
Jaya Allamsetty
7b25b847ba
fix(presenter): resize desktop track to 720p when presenter starts
5 years ago
paweldomas
01e36e1c56
ref: remove connectivity issues indication for remote participants
It's been considered too disruptive and will often misfire especially
if there are issues with the data channels.
5 years ago
Jaya Allamsetty
9855fac805
fix(screenshot-capture): Move the flag for enabling/disabling the feature to config.js
This will let us enable/disable the feature based on environment/deployment
5 years ago
Saúl Ibarra Corretgé
7d67cb583e
rn,connection: fix autogenerated BOSH address
When the location URL contains a nonstandard port, it won't be included in
URL.hostname, but it will in URL.host.
5 years ago
Saúl Ibarra Corretgé
3bfa4744c8
rn,tracks: fix loadEffects
The resolved promise is expected to return an array.
5 years ago
horymury
a9767eda72
Fix chrome extension banner (#5011)
* Fix chrome extension banner
* Address reviews
5 years ago
Saúl Ibarra Corretgé
c05b4a43e8
rn,tracks: do not load stream effects on mobile
5 years ago
Saúl Ibarra Corretgé
385669cbb8
misc: use default values for parameters
5 years ago
Leonard Kim
5cfae2c419
fix(config): make SHOW_CHROME_EXTENSION_BANNER overridable
5 years ago