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>
6 months ago
csett86
dd33388be7
refactor: follow rename of jitsi-meet-electron-utils to @jitsi/electron-sdk ( #662 )
6 months ago
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.
8 months ago
ovari
9c13108eb3
Update hu.json ( #637 )
8 months ago
hmuresan
ade214591f
chore(deps) Update external_api.js
10 months ago
csett86
defb570e8c
feat(recent-list): add an explanatory label ( #591 )
11 months ago
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>
11 months ago
csett86
e5d5bcc1db
feat: support config overwrite via URL parameters ( #594 )
...
Signed-off-by: Christoph Settgast <csett86@web.de>
11 months ago
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>
11 months ago
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
11 months ago
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
1 year ago
Besnik Bleta
4f1aadc093
Adding sq translation
1 year ago
Rogério Queiroz
709262bf93
feat(i18n): add pt lang
1 year ago
bsimml
db6d976ae2
Allow mailto links to be opened externally
1 year ago
Saúl Ibarra Corretgé
a64241731d
Update bundled external API
...
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/527
1 year ago
Cedric Roijakkers
569cbfe89b
Added Dutch translation.
1 year ago
Dominik Gedon
4fb7e4c151
Fix typo in German language file
1 year ago
Saúl Ibarra Corretgé
b8f4da2213
Update dependencies
1 year ago
Saúl Ibarra Corretgé
01c2468666
Update feedback URL
1 year ago
Marvin Frommhold
25cc204100
Fix typo in German language file
1 year ago
xosecalvo
eeb0fe5ec7
Galician localization
1 year ago
Jan
93584eac82
Fix typo in German language file
1 year ago
Tobias Bannert
8dc0edc452
updated german translation
...
Updated, corrected and completed the german translation.
1 year ago
Saúl Ibarra Corretgé
76bf7d3ee1
Updated translation
2 years ago
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.
2 years ago
ovari
d16e6a7b68
Add Hungarian localization
2 years ago
Jan
d368bee779
Add translation for server timeout
...
in German and English translations
2 years ago
Saúl Ibarra Corretgé
0b88a783f3
Temporarily disable remote control
2 years ago
Luis Guzman
203f1387e9
Add spanish localization
2 years ago
Christophe HAMERLING
5b924fe218
Open the conference with the app locale
2 years ago
KovalevArtem
ce588d65e8
Add Russian localization
2 years ago
Saúl Ibarra Corretgé
ca1eb70250
Share logic for opening external links
2 years ago
Christophe HAMERLING
dc3dd4459a
Increase default timeout to 30 seconds
2 years ago
Christophe HAMERLING
fb706ebb6d
Add FR support
2 years ago
Annika Wickert
7b2b0c4e71
Add german and italian
2 years ago
freddytuxworth
2efa8b057e
Introduce internationalisation
2 years ago
freddytuxworth
111a1ef884
Add button to remove conference from recents list
...
Fixes #313 , #283 , #322 , #127 , #334
2 years ago
Saúl Ibarra Corretgé
c4aefb05b5
Bundle external API
...
We use very little functionality of it anyway.
2 years ago
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>
2 years ago
Saúl Ibarra Corretgé
759b9a005b
Reorganize settings drawer
2 years ago
Saúl Ibarra Corretgé
8de41a414d
Remove local avatar
...
The deployment will generate the right one based on the provided name
and email.
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/379
2 years ago
Saúl Ibarra Corretgé
328ff76016
Attach external API listeners early
...
This avoids any problems caused by the initialization of any of the
extra services initialization failures.
2 years ago
Saúl Ibarra Corretgé
962470d97e
Restrict URLs which can be opened in an external browser
2 years ago
Saúl Ibarra Corretgé
d2f49288f1
Add randdom room name generation
2 years ago
Saúl Ibarra Corretgé
a1a52c4b42
Refactor avatar
...
Don't use abotars, as they are no longer used in Jitsi Meet.
2 years ago
Christophe Hamerling
78f3b2431b
Add timeout configuration in settings
2 years ago
Christophe HAMERLING
ee99029fb7
Fix Welcome form placeholder
2 years ago
Christophe HAMERLING
cf7f2dabfb
Add support for URL query parameters
2 years ago
Andrew Morgan
1c229b9de5
Fix typo in onboarding boxes
2 years ago
Saúl Ibarra Corretgé
b72ea5a123
Fix show AoT window default value
2 years ago