- Feb 25, 2022
-
-
Izak Glasencnik authored
-
Calin Chitu authored
-
Saúl Ibarra Corretgé authored
TF 3.0 supports getting an ImageBitmap in fromPixels: https://js.tensorflow.org/api/3.0.0/#browser.fromPixels
-
Saúl Ibarra Corretgé authored
-
- Feb 24, 2022
-
-
Robert Pintilii authored
Make conference info and toolbar appear on top of the filmstrip After a breakpoint, filmstrip pushes over the stage view instead of appearing on top On user resize make tiles wider; after a breakpoint show grid view in the filmstrip On filmstrip visibility toggle animate stage view resize Added config for filmstrip with disableResizableFilmstrip
-
Robert Pintilii authored
-
Saúl Ibarra Corretgé authored
This applies to android only, where we don't separate the local thumbnail. In portrait mode the local thumbnail needs to be on the right, aka the last one. In landscape mode it needs to be on top, aka the first.
- Feb 23, 2022
-
-
Calin Chitu authored
-
William Liang authored
feat(multi-stream-support) Replace participant connection status logic with track streaming status (#10934)
-
Peter Krantz authored
-
Calin Chitu authored
-
Robert Pintilii authored
-
- Feb 22, 2022
-
-
Saúl Ibarra Corretgé authored
They create installation problems on systems without an SSH key. Ref: https://github.com/npm/cli/issues/2610#issuecomment-914610832
-
Calin Chitu authored
-
Saúl Ibarra Corretgé authored
In large view. This aligns the behavior with the web.
-
Calin Chitu authored
-
Saúl Ibarra Corretgé authored
This "feature" has been dead (and most likely buggy) for years. The recommended way is for apps to implement their own incoming call handling and then call into the JitsiMeetActivity. We did not have those APIs back then.
-
Saúl Ibarra Corretgé authored
Few (but some) RN modules rely on the main Application implementing ReactApplication. For Detox to actually work on Android we need the app to be a greenfield app. Specifically, the main Application must implement ReactApplication. In order to satisfy this requirement we are introducing a helper ReactNativeHost implementation which encapsulates our RN integration, which is what the ReactApplication needs to expose. While we don't really need this ourselves (except if we end up adopting Detox) we have known people who fork our app and add dependencies that have this requirement to it, so this change will help them too.
-
Saúl Ibarra Corretgé authored
- Feb 21, 2022
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
Also update native dependencies.
-
Calin Chitu authored
-
Gabriel Borlea authored
-
Saúl Ibarra Corretgé authored
This is what upstream RN does now.
-
- Feb 17, 2022
-
-
Дамян Минков authored
* feat: Handles hidden-from-recorder from jwt. Hides the participant that has this flag in jwt from the recorder. A hidden meeting moderator. Makes sure follows me works and no tracks are being added. * squash: Skips showing notification when disabling local audio and video. * squash: Fixes comments. * squash: Updates with ljm changes.
-
nosmicek authored
Co-authored-by:
David Mišurec <david.misurec@icewarp.com>
-
Calinteodor authored
Updated screens with new ui on mobile
-
- Feb 16, 2022
-
- Feb 15, 2022
-
-
Дамян Минков authored
-
Robert Pintilii authored
-
- Feb 14, 2022
-
-
Calinteodor authored
Allows us to drop a custom patch, yay!
-
Robert Pintilii authored
When the local participant is a moderator and is in a breakout room hide the following: - advanced moderation - Ask to Unmute - Grant Moderator
-
Robert Pintilii authored