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