Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-11 | refactor: follow rename of jitsi-meet-electron-utils to @jitsi/electron-sdk ↵ | csett86 | |
(#662) | |||
2021-09-20 | Switch to local storage and migrate old settings (#638) | csett86 | |
This is a preparation for electron 14+, where electron-store is no longer in a usable state (currently used version does not work due to remote module removed in electron 14, latest version extends every app startup to 10 seconds). Once sufficient migration period has passed, electron-store and redux-persist-electron-storage and the ipc call introduced here (electron-store-exists) can be removed. | |||
2021-09-19 | Update hu.json (#637) | ovari | |
2021-07-21 | chore(deps) Update external_api.js | hmuresan | |
2021-06-28 | feat(recent-list): add an explanatory label (#591) | csett86 | |
2021-06-27 | lang(en): clarify that main input is room name, not participant (#592) | csett86 | |
based on the suggestions from #588 Signed-off-by: Christoph Settgast <csett86@web.de> | |||
2021-06-27 | feat: support config overwrite via URL parameters (#594) | csett86 | |
Signed-off-by: Christoph Settgast <csett86@web.de> | |||
2021-06-27 | refactor: remove dependency to deprected remote module (#593) | csett86 | |
the remote module will be removed from electron 14 onwards, so replace the locale detection with native browser api that is available in the renderer. Signed-off-by: Christoph Settgast <csett86@web.de> | |||
2021-06-11 | fix(mac): remove wifi stats as they cause hangs every 10 seconds | Christoph Settgast | |
The getWiFiStats causes screen freezes every 10 seconds for 2-4 seconds, thus temporarily remove them on mac. Closes: #595 | |||
2021-05-11 | feat(agc): Add setting to disable automatic gain control (#582) | csett86 | |
In some OS/Chromium combinations the automatic gain control goes slightly crazy, but normally its fine. Thus keep the default as is, but add an option for the users to disable it if required. Closes: #564 | |||
2021-05-07 | Adding sq translation | Besnik Bleta | |
2021-04-14 | feat(i18n): add pt lang | Rogério Queiroz | |
2021-03-23 | Allow mailto links to be opened externally | bsimml | |
2021-03-03 | Update bundled external API | Saúl Ibarra Corretgé | |
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/527 | |||
2021-02-23 | Added Dutch translation. | Cedric Roijakkers | |
2021-02-23 | Fix typo in German language file | Dominik Gedon | |
2021-02-23 | Update dependencies | Saúl Ibarra Corretgé | |
2021-02-23 | Update feedback URL | Saúl Ibarra Corretgé | |
2021-01-16 | Fix typo in German language file | Marvin Frommhold | |
2021-01-08 | Galician localization | xosecalvo | |
2021-01-08 | Fix typo in German language file | Jan | |
2021-01-07 | updated german translation | Tobias Bannert | |
Updated, corrected and completed the german translation. | |||
2020-09-25 | Updated translation | Saúl Ibarra Corretgé | |
2020-09-25 | Simplify validating server URL | Saúl Ibarra Corretgé | |
There is no need to send a HEAD request to the server since we now bundle external_api.js. | |||
2020-08-03 | Add Hungarian localization | ovari | |
2020-07-07 | Add translation for server timeout | Jan | |
in German and English translations | |||
2020-07-02 | Temporarily disable remote control | Saúl Ibarra Corretgé | |
2020-07-01 | Add spanish localization | Luis Guzman | |
2020-06-30 | Open the conference with the app locale | Christophe HAMERLING | |
2020-06-30 | Add Russian localization | KovalevArtem | |
2020-06-30 | Share logic for opening external links | Saúl Ibarra Corretgé | |
2020-06-30 | Increase default timeout to 30 seconds | Christophe HAMERLING | |
2020-06-30 | Add FR support | Christophe HAMERLING | |
2020-06-26 | Add german and italian | Annika Wickert | |
2020-06-26 | Introduce internationalisation | freddytuxworth | |
2020-06-18 | Add button to remove conference from recents list | freddytuxworth | |
Fixes #313, #283, #322, #127, #334 | |||
2020-06-11 | Bundle external API | Saúl Ibarra Corretgé | |
We use very little functionality of it anyway. | |||
2020-06-10 | Add protocol to open conference links with the app | Christophe Hamerling | |
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> | |||
2020-06-04 | Reorganize settings drawer | Saúl Ibarra Corretgé | |
2020-06-04 | Remove local avatar | Saúl Ibarra Corretgé | |
The deployment will generate the right one based on the provided name and email. Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/379 | |||
2020-06-04 | Attach external API listeners early | Saúl Ibarra Corretgé | |
This avoids any problems caused by the initialization of any of the extra services initialization failures. | |||
2020-06-04 | Restrict URLs which can be opened in an external browser | Saúl Ibarra Corretgé | |
2020-05-20 | Add randdom room name generation | Saúl Ibarra Corretgé | |
2020-05-20 | Refactor avatar | Saúl Ibarra Corretgé | |
Don't use abotars, as they are no longer used in Jitsi Meet. | |||
2020-05-14 | Add timeout configuration in settings | Christophe Hamerling | |
2020-04-30 | Fix Welcome form placeholder | Christophe HAMERLING | |
2020-04-30 | Add support for URL query parameters | Christophe HAMERLING | |
2020-04-14 | Fix typo in onboarding boxes | Andrew Morgan | |
2020-04-14 | Fix show AoT window default value | Saúl Ibarra Corretgé | |
2020-04-14 | Fixup always on top window setting | Saúl Ibarra Corretgé | |
- Style - Layout - Add spotlight |