Commit graph

34 commits

Author SHA1 Message Date
Saúl Ibarra Corretgé 1f789ec4e7 Update to Electron 9 and enable E2EE
Electron 9 ships with Chrome 83 which means we have access to E2EE by
enabling experimental web platform features.
2020-05-20 21:21:54 +02:00
David Baker 238e28a627 Fix shortcuts on macOS
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.
2020-04-30 22:30:58 +02:00
Andrei Gavrilescu 0a18da2a9a Update CI Tools
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
2020-04-07 14:30:36 +02:00
Andrei Gavrilescu 81d7aca4b2 fix security issue / update deps 2020-04-07 14:30:36 +02:00
Andrei Gavrilescu 866f94a79b use appName from config 2020-02-20 15:55:05 +01:00
Andrei Gavrilescu 3c448837e7
integrate screen sharing tracker window (#197)
* integrate screen sharing tracker window

* update jitsi-meet-electron-utils required version

* update package.json
2020-02-20 12:52:20 +00:00
Hristo Terezov 061fbf9f88 fix: Electron 5 support. 2019-10-03 09:13:20 -07:00
Дамян Минков 26053fc478
Adds using power monitor and detecting computer suspend. (#174)
* Adds using power monitor and detecting computer suspend.

* Simplify api listener functions.

* Fixes comments.
2019-07-11 14:49:15 +01:00
Saúl Ibarra Corretgé 1bd80139f7 Remove full window dragging hack
It's more trouble than it's worth really. For one, it doesn't work in
brady bunch mode.
2018-12-27 16:56:51 +00:00
Saúl Ibarra Corretgé c50e6344f7 Add ability to watch / autoreload in development mode
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/103

Co-authored-by: Akshit Kr Nagpal <akshitkrnagpal@gmail.com>
2018-08-17 23:06:46 +02:00
akshitkrnagpal 7c23809c2a Replaced deprecated method app.makeSingleInstance() 2018-08-16 10:06:46 +02:00
Saúl Ibarra Corretgé 36c2978782 Misc style fixes 2018-08-14 09:37:08 +02:00
akshitkrnagpal 5b66dd5d17 Configured auto-update 2018-07-18 10:01:20 +02:00
akshitkrnagpal 9dca49fc99 Added application menu for enabling copy/paste (MacOS) 2018-07-16 08:11:49 +02:00
akshitkrnagpal 26b55c7559 Force single instance application 2018-07-15 08:24:54 +02:00
akshitkrnagpal 921b7f6f9b Configured electron-builder for app release 2018-07-05 21:00:19 +02:00
akshitkrnagpal 5ba65fb7d2 Show window once ready-to-show 2018-07-04 08:20:28 +01:00
Akshit Kr Nagpal 93d8268a68 Remember Window State 2018-06-20 21:38:53 +02:00
Saúl Ibarra Corretgé 9b685d30d3 Add development shortcuts
With the menu bar gone, shortcuts to reload the window or open the DevTools
need to be done manually. Thankfully electron-debug takes care of this!
2018-06-19 13:50:45 -05:00
Saúl Ibarra Corretgé da1b6addb5 Don't show the menu bar 2018-06-19 13:50:45 -05:00
Saúl Ibarra Corretgé f3b7b71c94 Style 2018-06-19 13:50:45 -05:00
hristoterezov 1d229dd9ec fix(google-auth): popup. 2018-06-12 17:55:20 -05:00
Saúl Ibarra Corretgé 6f35ddd792 Fix eslint warnings 2018-05-24 17:13:21 +02:00
Akshit Kr Nagpal ff3b9d9251 Added production config and fixed pack script (#32) 2018-05-24 16:02:27 +02:00
Akshit Kr Nagpal cfcab5e007 Configured React using Webpack with current functionality (#28) 2018-05-21 21:17:24 +02:00
Akshit Kr Nagpal 304f5efe3d Fix no-shadow warning (#26) 2018-05-09 19:57:26 +02:00
Akshit Kr Nagpal e82e4b5c53 Used eslint-config-jitsi and modified code (#25) 2018-05-09 10:21:31 +02:00
hristoterezov f443eec56f feat(alwaysontop): Implement 2017-08-04 16:15:22 +03:00
Han 20351a4701 ui: open default browser on hyperlink (#8) 2017-05-02 10:01:17 +02:00
Saúl Ibarra Corretgé e527b13e5a Avoid certificate checks when loading localhost
Helps with testing, since the webpack dev server uses a self-signed
certificate.
2017-03-28 14:51:14 -05:00
Saúl Ibarra Corretgé 02229f2c2a ui: set minimum window size to 800x600
A smaller window makes it for a bad experience.
2017-02-09 15:44:08 -06:00
Saúl Ibarra Corretgé 757d77b021 ui: set titlebar style to hidden 2017-02-07 09:41:13 -06:00
hristoterezov 59b79cffe5 feat(remotecontrol): Implement requesting remote control permissions 2016-12-27 20:03:52 -06:00
hristoterezov c07fe8fa1e Initial commit 2016-12-12 14:52:17 -06:00