- 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 12, 2021
-
- Mar 11, 2021
-
-
Christoph Settgast authored
Several fixes and patch-updated bundled Chromium. For details see https://github.com/electron/electron/releases/tag/v12.0.1 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- Mar 09, 2021
-
-
Saúl Ibarra Corretgé authored
- 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 04, 2021
-
- Mar 03, 2021
-
-
Saúl Ibarra Corretgé authored
Fixes a bug with the screen sharing tracker in Electron 12.
-
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
-
Saúl Ibarra Corretgé authored
-
- Dec 03, 2020
-
-
Saúl Ibarra Corretgé authored
It's unmaintained.
-
- Dec 01, 2020
-
-
Mihai-Andrei Uscat authored
-
- Oct 28, 2020
-
-
Saúl Ibarra Corretgé authored
- Oct 01, 2020
-
-
Saúl Ibarra Corretgé authored
Breaks Olm based E2EE because Olm uses WASM and https://github.com/electron/electron/issues/25127
- Sep 25, 2020
-
- Sep 10, 2020
-
-
Saúl Ibarra Corretgé authored
-
- Jul 29, 2020
-
-
Saúl Ibarra Corretgé authored
- Jul 02, 2020
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
The linter will run on a GH action now.
- Jun 30, 2020
-
-
Saúl Ibarra Corretgé authored
-
- Jun 26, 2020
-
-
freddytuxworth authored
-
Christophe HAMERLING authored
-
- Jun 17, 2020
-
-
Saúl Ibarra Corretgé authored
-
- Jun 11, 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 04, 2020
-
-
Saúl Ibarra Corretgé authored
The deployment will generate the right one based on the provided name and email. Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/379
-
Saúl Ibarra Corretgé authored