Saúl Ibarra Corretgé
87821eb2c0
android: unmute microphone on the ConnectionService handler
...
This shouldn't be needed, as ConnectionService should take care of it, but we
suspect some devices don't do it since we got reports of people not hearing
users, and the problem went away when CS was disabled.
2020-01-09 14:37:15 +00:00
Saúl Ibarra Corretgé
8291f4597c
deps: react-native-webrtc@1.75.3
...
Fixes datachannels not working.
2020-01-08 22:15:37 +00:00
Saúl Ibarra Corretgé
fddaf7c8a8
android: handle ConnectionService failures more resiliently
...
Fallback to the non-ConnectionService case for any error. Also, handle errors
when registering the phone account; Pixel C devices throw UnsupportedException.
2020-01-08 16:50:39 +00:00
Saúl Ibarra Corretgé
960ffa7e78
android: switch to the Hermes JavaScript engine
2020-01-08 14:29:25 +00:00
Saúl Ibarra Corretgé
779ed6bb5e
deps: react-native@0.61.5
2020-01-08 14:29:25 +00:00
Yana Stamcheva
47984d3ec1
Fixes more number page underlining.
2020-01-08 11:20:40 +00:00
damencho
d9282f873c
Migrate to using mucs for jvb.
2020-01-08 11:18:36 +00:00
damencho
9344138303
Fixes reloading on remove to always succeed.
2020-01-08 11:18:36 +00:00
paweldomas
6c3968a434
ref: remove features/base/conference -> /app cycle
...
Move call to reloadNow() on CONNECTION_FAILED to
the ./features/app/middleware to avoid importing higher order feature
from the lower level one.
2020-01-07 17:44:39 +00:00
paweldomas
e8e70d9d27
ref(base/connection/actions.native): JitsiConnection.connect returns void
...
Do not return anything from JitsiConnection.connect, because it's not
a promise and returns void. Doing so is confusing to the reader.
2020-01-07 17:44:22 +00:00
Emil Ivov
0be68b59b7
Merge pull request #4973 from jitsi/hristoterezov-patch-1
...
feat(thumbnailMenu):Change remoteControl item text
2020-01-07 14:17:12 +00:00
Hristo Terezov
d5ab3da9f2
feat(thumbnailMenu):Change remoteControl item text
2020-01-07 14:15:54 +00:00
Saúl Ibarra Corretgé
5ef0f527f9
android: handle exception when unregistering account
...
Pixel C devices have been seen crashing here, oh well.
2020-01-07 12:03:02 +01:00
damencho
e60a14d5af
Commit from translate.jitsi.org by user damencho.: 621 of 621 strings translated (0 fuzzy).
2019-12-20 16:22:31 +00:00
damencho
03abb244df
Commit from translate.jitsi.org by user damencho.: 570 of 621 strings translated (48 fuzzy).
2019-12-20 16:22:20 +00:00
damencho
f9ea8b034f
Commit from translate.jitsi.org by user damencho.: 621 of 621 strings translated (0 fuzzy).
2019-12-20 16:22:09 +00:00
damencho
ee551ea0a0
Commit from translate.jitsi.org by user damencho.: 621 of 621 strings translated (0 fuzzy).
2019-12-20 16:21:57 +00:00
damencho
0b22f8e449
Commit from translate.jitsi.org by user damencho.: 621 of 621 strings translated (0 fuzzy).
2019-12-20 16:21:46 +00:00
damencho
e21f99d9d6
Commit from translate.jitsi.org by user damencho.: 621 of 621 strings translated (0 fuzzy).
2019-12-20 16:21:36 +00:00
damencho
edb56200d5
Commit from translate.jitsi.org by user damencho.: 621 of 621 strings translated (0 fuzzy).
2019-12-20 16:21:23 +00:00
damencho
04313a4aa3
Commit from translate.jitsi.org by user damencho.: 538 of 621 strings translated (8 fuzzy).
2019-12-20 16:21:11 +00:00
damencho
cdb606e7ee
Commit from translate.jitsi.org by user damencho.: 611 of 621 strings translated (0 fuzzy).
2019-12-20 16:21:00 +00:00
damencho
28781965ed
Commit from translate.jitsi.org by user damencho.: 102 of 621 strings translated (6 fuzzy).
2019-12-20 16:20:49 +00:00
damencho
cbe396be55
Commit from translate.jitsi.org by user damencho.: 595 of 621 strings translated (0 fuzzy).
2019-12-20 16:20:35 +00:00
damencho
a3befe336f
Commit from translate.jitsi.org by user damencho.: 611 of 621 strings translated (0 fuzzy).
2019-12-20 16:20:24 +00:00
damencho
63ea496bcd
Commit from translate.jitsi.org by user damencho.: 106 of 621 strings translated (16 fuzzy).
2019-12-20 16:20:13 +00:00
damencho
db6547f48d
Commit from translate.jitsi.org by user damencho.: 558 of 621 strings translated (13 fuzzy).
2019-12-20 16:20:00 +00:00
damencho
34e329a4f2
Commit from translate.jitsi.org by user damencho.: 255 of 621 strings translated (24 fuzzy).
2019-12-20 16:19:49 +00:00
Hristo Terezov
42b71fc4b9
feat(horizontal-filmstrip): scroll
2019-12-19 19:17:04 +00:00
Jaya Allamsetty
dd99268461
fix(blur): update to bodyPix 2.0
2019-12-19 09:18:39 -05:00
Saúl Ibarra Corretgé
692c6a47b4
rn: now working on versions 20.0 / 2.6
2019-12-17 16:19:42 +01:00
Saúl Ibarra Corretgé
b3983aa766
android: add ability to make test signed release builds
2019-12-17 16:11:50 +01:00
Saúl Ibarra Corretgé
a79ae9b576
android: guard against potential exceptions when dealing with log handlers
2019-12-17 16:11:36 +01:00
Saúl Ibarra Corretgé
e69da98348
android,ios: add store screenshots
...
While Fastlane recommends automagic screenshots, we cannot really do that since
we require a specific setup for a video call and so on.
2019-12-17 16:09:57 +01:00
damencho
e01d891bba
Disables tcp harvester if bridge is installed on same machine.
2019-12-17 12:05:54 +00:00
damencho
f904626f5e
Removes jetty and makes nginx default webserver.
2019-12-17 12:05:54 +00:00
Hristo Terezov
1333fd1975
fix(thumbnails): es6 support & cleanup.
2019-12-16 16:51:59 +00:00
Saúl Ibarra Corretgé
af918f8dc5
Merge pull request #4939 from saghul/fix-sdk-build
...
ios: fix SDK build after dropping iOS 10
2019-12-16 12:01:10 +01:00
Jaya Allamsetty
b7baf8fe98
Update lib-jitsi-meet ( #4940 )
...
* Update lib-jitsi-meet and js-utils
2019-12-13 17:08:48 -05:00
Saúl Ibarra Corretgé
4ebab6f9c0
ios: fix SDK build after dropping iOS 10
...
Since we only support iOS 11, 32 bit architectures must not be built.
2019-12-13 13:06:09 +01:00
Hristo Terezov
8f93acb464
chore(package.json): Update lib-jitsi-meet.
2019-12-12 16:58:41 +00:00
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
2019-12-12 17:15:11 +01:00
Jaya Allamsetty
7b9abd34a0
fix(presenter-mode): notify external API when presenter is unmuted for the first time
2019-12-10 21:34:49 -05:00
Jaya Allamsetty
ed82443ffa
clean-up
2019-12-10 15:59:06 -05:00
Jaya Allamsetty
a3cd331369
fix: Workaround on FF for getting the resolution of the desktop track
2019-12-10 15:59:06 -05:00
Leonard Kim
9c77ab7f4d
ref(api): use Transport modules from js-utils
...
PostMessageTransportBackend and Transport, along
with the constants file they both use, were
moved int js-utils for jitsi-meet-spot.
2019-12-10 06:48:19 -08:00
Saúl Ibarra Corretgé
55983ff62a
rn,welcome: update join button text
2019-12-10 15:13:37 +01:00
damencho
b4be1bcd05
Adds some checks about async.
...
There are modules that will not work with prosody 0.10 as they depend on util.async. Adds a safeguard and print error about it in the logs.
And others that just do not work because of the muc module API that they use.
2019-12-10 10:55:56 +01:00
damencho
2420a68be9
Enables speakerstats component and module by default.
2019-12-10 10:55:56 +01:00
damencho
ebfc5a95ff
Activates multidomain by default when installing with nginx.
2019-12-10 10:55:56 +01:00