aboutsummaryrefslogtreecommitdiff
path: root/main.js
AgeCommit message (Collapse)Author
2020-06-09Add Application command line flag support for devtoolsChristophe HAMERLING
2020-06-09Add SHOW_DEV_TOOLS environment variableChristophe HAMERLING
2020-06-04Add context menuSaúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/380
2020-06-02Enable DevTools also on release buildsSaúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/371
2020-05-27Disable HW accelerated codecsSaúl Ibarra Corretgé
Fixes a crash when H.264 is used (in P2P mode).
2020-05-20Update to Electron 9 and enable E2EESaúl Ibarra Corretgé
Electron 9 ships with Chrome 83 which means we have access to E2EE by enabling experimental web platform features.
2020-04-30Fix shortcuts on macOSDavid Baker
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-07Update CI ToolsAndrei Gavrilescu
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
2020-04-07fix security issue / update depsAndrei Gavrilescu
2020-02-20use appName from configAndrei Gavrilescu
2020-02-20integrate screen sharing tracker window (#197)Andrei Gavrilescu
* integrate screen sharing tracker window * update jitsi-meet-electron-utils required version * update package.json
2019-10-03fix: Electron 5 support.Hristo Terezov
2019-07-11Adds using power monitor and detecting computer suspend. (#174)Дамян Минков
* Adds using power monitor and detecting computer suspend. * Simplify api listener functions. * Fixes comments.
2018-12-27Remove full window dragging hackSaúl Ibarra Corretgé
It's more trouble than it's worth really. For one, it doesn't work in brady bunch mode.
2018-08-17Add ability to watch / autoreload in development modeSaúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/103 Co-authored-by: Akshit Kr Nagpal <akshitkrnagpal@gmail.com>
2018-08-16Replaced deprecated method app.makeSingleInstance()akshitkrnagpal
2018-08-14Misc style fixesSaúl Ibarra Corretgé
2018-07-18Configured auto-updateakshitkrnagpal
2018-07-16Added application menu for enabling copy/paste (MacOS)akshitkrnagpal
2018-07-15Force single instance applicationakshitkrnagpal
2018-07-05Configured electron-builder for app releaseakshitkrnagpal
2018-07-04Show window once ready-to-showakshitkrnagpal
2018-06-20Remember Window StateAkshit Kr Nagpal
2018-06-19Add development shortcutsSaúl Ibarra Corretgé
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-19Don't show the menu barSaúl Ibarra Corretgé
2018-06-19StyleSaúl Ibarra Corretgé
2018-06-12fix(google-auth): popup.hristoterezov
2018-05-24Fix eslint warningsSaúl Ibarra Corretgé
2018-05-24Added production config and fixed pack script (#32)Akshit Kr Nagpal
2018-05-21Configured React using Webpack with current functionality (#28)Akshit Kr Nagpal
2018-05-09Fix no-shadow warning (#26)Akshit Kr Nagpal
2018-05-09Used eslint-config-jitsi and modified code (#25)Akshit Kr Nagpal
2017-08-04feat(alwaysontop): Implementhristoterezov
2017-05-02ui: open default browser on hyperlink (#8)Han
2017-03-28Avoid certificate checks when loading localhostSaúl Ibarra Corretgé
Helps with testing, since the webpack dev server uses a self-signed certificate.
2017-02-09ui: set minimum window size to 800x600Saúl Ibarra Corretgé
A smaller window makes it for a bad experience.
2017-02-07ui: set titlebar style to hiddenSaúl Ibarra Corretgé
2016-12-27feat(remotecontrol): Implement requesting remote control permissionshristoterezov
2016-12-12Initial commithristoterezov