- Mar 14, 2021
-
-
Christoph Settgast authored
- disable the autoupdater if running as mas (was not working anyway, just logging an error on every start) - replace check via app.requestSingleInstanceLock() with LSMultipleInstancesProhibited in Info.plist due to https://github.com/electron/electron/issues/15958 - Quit the app also when all windows are closed to conform to macOS Human Interface Guidelines Comments from review: If the application is a single-window app, it might be appropriate to save data and quit the app when the main window is closed. - "asarUnpack": "**/*.node" to also sign the native addons when packaging - add the required mas-specific entitlements which include the app-sandbox key Signed-off-by:
Christoph Settgast <csett86@web.de>
-
Christoph Settgast authored
Apple's documentation suggests that apps should be shipped as universal binaries to simplify the process for the users. See eg. https://developer.apple.com/documentation/apple-silicon/porting-your-macos-apps-to-apple-silicon Also update electron-updater to latest version (matching electron-builder version) as part of this. Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- Mar 05, 2021
-
-
Saúl Ibarra Corretgé authored
In electron utils 2.0.15 we mark them as protected content, but on macOS WebRTC uses a low level API which sidesteps that. An extra command line argument is passed to fix that. See: https://github.com/electron/electron/issues/19880
-
- Mar 03, 2021
-
-
Saúl Ibarra Corretgé authored
It broke screen-sharing, but was fixed in Chrome 88.
-
Saúl Ibarra Corretgé authored
-
- Feb 23, 2021
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
- Dec 04, 2020
-
-
Saúl Ibarra Corretgé authored
-
- Dec 02, 2020
-
-
Jaya Allamsetty authored
-
- Oct 28, 2020
-
-
Saúl Ibarra Corretgé authored
This reverts commit fde36ff5.
-
- Oct 16, 2020
-
-
Saúl Ibarra Corretgé authored
-
- Oct 01, 2020
-
-
Saúl Ibarra Corretgé authored
This reverts commit b2a349a7.
-
- Sep 10, 2020
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
The bug has since been fixed in Chromium.
-
Saúl Ibarra Corretgé authored
-
- Jul 03, 2020
-
-
chref authored
Perform command-line protocol argument handling on all platforms, not only win32. This allows the client to join a meeting passed on the command-line even if it is no instance of the client already running.
-
- Jun 30, 2020
-
-
Saúl Ibarra Corretgé authored
-
- Jun 10, 2020
-
-
Christophe Hamerling authored
Co-authored-by:
Christophe HAMERLING <chamerling@linagora.com> Co-authored-by:
Klemens Arro <klemens.arro@admcloudtech.com> Co-authored-by:
Goran Urukalo <goran.urukalo@teletrader.com>
-
- Jun 09, 2020
-
-
Christophe HAMERLING authored
-
Christophe HAMERLING authored
-
- Jun 04, 2020
-
- Jun 02, 2020
-
- May 27, 2020
-
-
Saúl Ibarra Corretgé authored
Fixes a crash when H.264 is used (in P2P mode).
-
- May 20, 2020
-
-
Saúl Ibarra Corretgé authored
Electron 9 ships with Chrome 83 which means we have access to E2EE by enabling experimental web platform features.
-
- Apr 30, 2020
-
-
David Baker authored
The regular windows shortcuts (eg. minimise, hide) don't work unless they have menu entries, so add them along with the standard set of expected menu items for mac (although I've omitted 'about' since it opens a window so is a slightly more visible change). Also Electron has a role for 'quit' so use this instead of providing our own.
-
- Apr 07, 2020
-
-
Andrei Gavrilescu authored
Co-authored-by:
Annika Wickert <awlx@users.noreply.github.com>
-
Andrei Gavrilescu authored
-
- Feb 20, 2020
-
-
Andrei Gavrilescu authored
-
Andrei Gavrilescu authored
* integrate screen sharing tracker window * update jitsi-meet-electron-utils required version * update package.json
-
- Oct 03, 2019
-
-
Hristo Terezov authored
-
- Jul 11, 2019
-
-
Дамян Минков authored
* Adds using power monitor and detecting computer suspend. * Simplify api listener functions. * Fixes comments.
-
- Dec 27, 2018
-
-
Saúl Ibarra Corretgé authored
It's more trouble than it's worth really. For one, it doesn't work in brady bunch mode.
-
- Aug 17, 2018
-
-
Saúl Ibarra Corretgé authored
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/103 Co-authored-by:
Akshit Kr Nagpal <akshitkrnagpal@gmail.com>
-
- Aug 16, 2018
-
-
akshitkrnagpal authored
-
- Aug 14, 2018
-
-
Saúl Ibarra Corretgé authored
-
- Jul 18, 2018
-
-
akshitkrnagpal authored
-
- Jul 16, 2018
-
-
akshitkrnagpal authored
-
- Jul 15, 2018
-
-
akshitkrnagpal authored
-
- Jul 05, 2018
-
-
akshitkrnagpal authored
-