Commit Graph

118 Commits

Author SHA1 Message Date
Horatiu Muresan 82823d5da7
chore(electron-sdk) Increment electron sdk version 2022-08-30 17:29:59 +03:00
Christoph Wiechert 7d0a6deb71
fix(config): backport parseURLParams from jitsi-meet (#786)
Used https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/util/parseURLParams.ts and removed the typescript stuff and replaced deprecated substr()

Closes: #642
Signed-off-by: Christoph Wiechert <wio@psitrax.de>
2022-08-25 19:28:39 +02:00
Milo Ivir 80ef53683e
feat: croatian translation (#771) 2022-08-02 19:40:08 +02:00
Horatiu Muresan 8f76dc43cc Update external_api.js
last commit tags: tag: jitsi-meet_7249, tag: 6121
last commit sh: 132b44a8b630c37a12936fd07accef6fc496878c
2022-04-28 15:13:19 +03:00
Christoph Settgast a505107456
chore: use require instead of global process (#741) 2022-03-28 20:38:03 +02:00
Christoph Settgast 5c53a8cb3e
chore(deps): remove process polyfill (#738)
The @atlaskit/navigation also works fine without reference
to whether its running on mac or not (for the way its used in
this project).
2022-03-25 07:05:38 +01:00
CommanderRoot 480543e861
refactor: replace deprecated String.prototype.substr() (#735)
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-23 21:06:37 +01:00
Saúl Ibarra Corretgé 180540facb feat(preload) limit the exposed SDK API surface
Expose a single function that sets up everything on the renderer.
2022-03-21 14:41:23 +01:00
Christoph Settgast 9601ef83f3
feat: allow the jitsi-meet:// protocol in the URL box (#706)
* feat: allow the jitsi-meet:// protocol in the URL box

Allow this so that when you send around links to the app and someone
accidentally copy-pastes them into the URL box, things dont break.
2022-02-09 07:34:46 +01:00
Glandos 5e31214142
lang: spelling and typography fixes for French (#699)
Fix spelling and typography
2022-01-12 22:32:38 +01:00
Christoph Settgast d970d210da
feat: force prejoin page instead of profile and av settings (#690)
The settings and the prejoin page which is forced on many instances
including meet.jit.si did conflict, as you could set values in the
settings, then try to override them in den prejoin page only to notice
that it would not work. Clean this up by only having the prejoin page
where all settings can be done before joining the conference.

Closes: #687
2021-12-21 07:34:16 +01:00
csett86 94f39ce107
refactor: Remove electron-store to be ready for electron 14+ (#668)
Release this ~3 months after 2.9.0 was released (21 Sep 2021) so
that users had 3 months to migrate to local storage

Signed-off-by: Christoph Settgast <csett86@web.de>
2021-12-01 11:33:34 +01:00
csett86 dd33388be7
refactor: follow rename of jitsi-meet-electron-utils to @jitsi/electron-sdk (#662) 2021-11-11 21:35:17 +01:00
csett86 295ea6d1ec
Switch to local storage and migrate old settings (#638)
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-20 10:40:27 +02:00
ovari 9c13108eb3
Update hu.json (#637) 2021-09-19 11:13:53 +02:00
hmuresan ade214591f chore(deps) Update external_api.js 2021-07-21 13:53:13 +03:00
csett86 defb570e8c
feat(recent-list): add an explanatory label (#591) 2021-06-28 09:44:01 +02:00
csett86 a028aefd57
lang(en): clarify that main input is room name, not participant (#592)
based on the suggestions from #588

Signed-off-by: Christoph Settgast <csett86@web.de>
2021-06-27 20:59:15 +02:00
csett86 e5d5bcc1db
feat: support config overwrite via URL parameters (#594)
Signed-off-by: Christoph Settgast <csett86@web.de>
2021-06-27 20:57:44 +02:00
csett86 2baa4b5282
refactor: remove dependency to deprected remote module (#593)
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-27 20:57:25 +02:00
Christoph Settgast 9afadd9172 fix(mac): remove wifi stats as they cause hangs every 10 seconds
The getWiFiStats causes screen freezes every 10 seconds for 2-4 seconds,
thus temporarily remove them on mac.

Closes: #595
2021-06-11 10:14:00 -05:00
csett86 22b3406613
feat(agc): Add setting to disable automatic gain control (#582)
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-11 17:08:47 +02:00
Besnik Bleta 4f1aadc093
Adding sq translation 2021-05-07 09:21:22 +02:00
Rogério Queiroz 709262bf93 feat(i18n): add pt lang 2021-04-14 00:17:59 +02:00
bsimml db6d976ae2
Allow mailto links to be opened externally 2021-03-23 16:21:16 +01:00
Saúl Ibarra Corretgé a64241731d Update bundled external API
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/527
2021-03-03 16:58:05 +01:00
Cedric Roijakkers 569cbfe89b Added Dutch translation. 2021-02-23 18:01:20 +01:00
Dominik Gedon 4fb7e4c151 Fix typo in German language file 2021-02-23 16:09:25 +01:00
Saúl Ibarra Corretgé b8f4da2213 Update dependencies 2021-02-23 14:22:54 +01:00
Saúl Ibarra Corretgé 01c2468666 Update feedback URL 2021-02-23 10:56:29 +01:00
Marvin Frommhold 25cc204100 Fix typo in German language file 2021-01-16 21:39:42 -06:00
xosecalvo eeb0fe5ec7
Galician localization 2021-01-08 10:27:05 +01:00
Jan 93584eac82
Fix typo in German language file 2021-01-08 10:25:52 +01:00
Tobias Bannert 8dc0edc452 updated german translation
Updated, corrected and completed the german translation.
2021-01-07 10:41:36 +01:00
Saúl Ibarra Corretgé 76bf7d3ee1 Updated translation 2020-09-25 10:38:03 +02:00
Saúl Ibarra Corretgé 730a6890be Simplify validating server URL
There is no need to send a HEAD request to the server since we now
bundle external_api.js.
2020-09-25 10:33:11 +02:00
ovari d16e6a7b68
Add Hungarian localization 2020-08-03 09:34:10 +02:00
Jan d368bee779
Add translation for server timeout
in German and English translations
2020-07-07 09:11:42 +02:00
Saúl Ibarra Corretgé 0b88a783f3 Temporarily disable remote control 2020-07-02 08:47:27 +02:00
Luis Guzman 203f1387e9
Add spanish localization 2020-07-01 17:22:22 +02:00
Christophe HAMERLING 5b924fe218 Open the conference with the app locale 2020-06-30 13:47:47 +02:00
KovalevArtem ce588d65e8
Add Russian localization 2020-06-30 13:39:39 +02:00
Saúl Ibarra Corretgé ca1eb70250 Share logic for opening external links 2020-06-30 11:16:55 +02:00
Christophe HAMERLING dc3dd4459a Increase default timeout to 30 seconds 2020-06-30 11:15:16 +02:00
Christophe HAMERLING fb706ebb6d Add FR support 2020-06-30 10:14:27 +02:00
Annika Wickert 7b2b0c4e71
Add german and italian 2020-06-26 17:43:05 +02:00
freddytuxworth 2efa8b057e
Introduce internationalisation 2020-06-26 13:05:42 +02:00
freddytuxworth 111a1ef884
Add button to remove conference from recents list
Fixes #313, #283, #322, #127, #334
2020-06-18 14:46:47 +02:00
Saúl Ibarra Corretgé c4aefb05b5 Bundle external API
We use very little functionality of it anyway.
2020-06-11 16:42:52 +02:00
Christophe Hamerling d12611d79c
Add protocol to open conference links with the app
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-10 14:21:13 +02:00