- Apr 04, 2022
-
-
Robert Pintilii authored
This reduces the bundle size by about 100KB It also decouples the AOT buttons from the classes that are used to implement other features
-
Avram Tudor authored
-
- Apr 03, 2022
-
-
Ali Alhaidary authored
-
- Apr 01, 2022
-
-
Jaya Allamsetty authored
-
Calin Chitu authored
-
George Politis authored
* Pushes e2e pings to rtcstats * linter fixes * linter fixes * Re-use existing event instead of introducing a new one. * Don't update the connection info popup stats when the e2e rtt changes. * Bumps ljm version to the latest * e2e pings should work on mobile * tweak the e2eRttChanged action properties * fixes comments
-
Gabriel Borlea authored
- Mar 31, 2022
-
-
Jaya Allamsetty authored
Fixes an issue where a non-screenshare participant cannot be pinned on stage with filmstrip on stage feature disabled.
-
tmoldovan8x8 authored
-
Mihaela Dumitru authored
-
Saúl Ibarra Corretgé authored
Print the git diff output in the step which fails.
-
Robert Pintilii authored
Remove tint for participant in large view Change pinned indicator from border to icon On stage view move screen sharing indicator from top to bottom On stage view show pinned indicator instead of moderator indicator
-
Robert Pintilii authored
Recalculate after new dimensions are in the store Fixes issue where on participant pane toggle the tiles would not recalculate correctly
-
dependabot[bot] authored
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 ) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1 ) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 ) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/TooTallNate/node-plist/releases) - [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md) - [Commits](https://github.com/TooTallNate/node-plist/commits ) --- updated-dependencies: - dependency-name: plist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
William Lohan authored
Fixes: https://github.com/jitsi/jitsi-meet/issues/11188
-
- Mar 30, 2022
-
-
Saúl Ibarra Corretgé authored
-
José Luís Andrade authored
-
Robert Pintilii authored
-
Robert Pintilii authored
Update Android build to support gif Use GIF format instead of animated webp Show GIFs in chat messages Display GIF over tile Add Giphy button in reactions menu Added Giphy dialog Fix isGifMessage to also allow upper case
-
Robert Pintilii authored
-
Robert Pintilii authored
Fixes issue where the menu would disappear on dominant speaker change
-
- Mar 29, 2022
-
-
dependabot[bot] authored
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0 ) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Дамян Минков authored
changeset ede9682c2022 https://hg.prosody.im/prosody-modules/file/ede9682c2022/mod_external_services/mod_external_services.lua
-
Jaya Allamsetty authored
Revert "fix(screenshare) Add and then mute the camera track after SS stops instead of not adding the track." This workaround is not needed anymore since P2P is disabled between plan-b and unified-plan clients. Fixes https://github.com/jitsi/jitsi-meet/issues/11131 This reverts commit c3003823.
-
Horatiu Muresan authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
We need to make sure to hide it explicitly so the Redux state is in sync with reality.
-
Saúl Ibarra Corretgé authored
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.
-
Calin Chitu authored
-
Robert Pintilii authored
-