Saúl Ibarra Corretgé
f4626b164e
HOTFIX: fix normalizing room names on Android
...
"normalize" will raise an exception, probably because the JSC build is not
full-ICU enabled.
2019-11-05 12:12:17 +01:00
Saúl Ibarra Corretgé
b1a8a014fb
ios: update Podfile.lock
2019-11-05 11:44:12 +01:00
Bettenbuk Zoltan
ed7e244044
feat: feature flag for invite functionalities
2019-11-05 11:25:41 +01:00
Bettenbuk Zoltan
9540d136b0
fix BottomSheet shaking
2019-11-05 11:24:25 +01:00
Bettenbuk Zoltan
8f19945357
fix: utf-8 room name case sensitivity
2019-11-05 11:23:44 +01:00
Saúl Ibarra Corretgé
c4f60b30a5
android: don't auto-accept Android SDK licenses
2019-10-25 11:52:00 +02:00
Saúl Ibarra Corretgé
793de4a63b
ios: update Pofdile.lock
2019-10-25 10:52:09 +02:00
Bettenbuk Zoltan
5097eb1bf2
fix: patch a pre RN59.9 bug
2019-10-24 16:29:55 +02:00
Bettenbuk Zoltan
9476d1820e
rollback to RN59.8
2019-10-24 15:09:21 +02:00
Saúl Ibarra Corretgé
0402489472
ios: Xcode 11 support
2019-10-24 15:08:20 +02:00
Saúl Ibarra Corretgé
5d90107875
android: raise SDK and app versions
2019-09-26 13:25:25 +02:00
Saúl Ibarra Corretgé
2d79e08747
deps: react-native-webrtc@latest
...
Avoid Android crashes.
2019-09-26 13:24:23 +02:00
Saúl Ibarra Corretgé
f702f828e3
android: fix NPE when handling onHostPause
...
If the Activity is put into the background before the ReactContext is created we
get an NPE here. While the window might be short, it's thechnically possible to
hit this, as our Crashlytics reports show.
2019-09-26 12:31:50 +02:00
Saúl Ibarra Corretgé
26ffde072e
android: raise SDK version
2019-09-20 10:26:41 +02:00
Saúl Ibarra Corretgé
c8b20e037e
android: make reportConnectedOutgoingCall return a Promise
...
The call-integration middleware relies on it returning it, as iOS does.
2019-09-20 10:26:28 +02:00
Saúl Ibarra Corretgé
00c8409e31
ios,android: update SDK version to 2.3.0
2019-09-17 13:42:08 +02:00
Leonard Kim
1b43c22940
fix(chat): update thumbs emoji strings
...
react-emoji-renderer 1.0.0 removed the
thumbsup and thumbsdown aliases.
2019-09-16 09:55:36 -07:00
Saúl Ibarra Corretgé
efddb36164
thumbnail: fix accessing props
2019-09-16 13:27:10 +02:00
Saúl Ibarra Corretgé
385e1c1047
media: fix creating video track when toggling the welcome page switch
2019-09-13 19:07:26 +02:00
Saúl Ibarra Corretgé
3cc181a2e5
rn,config: create a fake config if we cannot load one on the welcome page
...
We try to load the configuration with every room change, even when there is no
room. There is a bad (corner) case: when we have no config cached (first boot or
wiped app data). In such case the user is trapped in an infinite loop because we
require the config to show the welcome page, oh well.
Pretend we have a configuration by creating the most minimal one to at least get
to the welcome page.
2019-09-13 19:07:26 +02:00
Saúl Ibarra Corretgé
bcc1be675f
thumbnail: use a functional component
...
Simplifies the code a bit, and we use no lifecycle methods.
2019-09-13 17:37:23 +02:00
Saúl Ibarra Corretgé
d1be5742ba
thumbnail: remove dead code
...
Audio streams are automatically played by WebRTC and this won't change, probably
ever. There is no point in having checks and an Audio component which does
nothing.
2019-09-13 17:37:23 +02:00
Saúl Ibarra Corretgé
1b27e331da
thumbnail: use a more explicit prop
2019-09-13 17:37:23 +02:00
Saúl Ibarra Corretgé
c1f7bf75c1
thumbnail: don't render dominant speaker indicator on 1-1 calls
2019-09-13 17:37:23 +02:00
Bettenbuk Zoltan
382ec011eb
ref: reduce device popup bundle size
2019-09-13 17:25:32 +02:00
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
2019-09-13 14:07:53 +02:00
Saúl Ibarra Corretgé
738a199b4c
welcome: tame the linter
2019-09-13 12:28:53 +02:00
Saúl Ibarra Corretgé
40a1af5302
dev: use alpha as the default proxy target
2019-09-13 11:51:22 +02:00
Maximilian Ruta
be5dba7eea
welcome: add room validation pattern
...
Fixes : #312
2019-09-13 11:18:58 +02:00
Saúl Ibarra Corretgé
eb15f73e59
android: don't use proguard on debug builds
...
It's not necessary and makes the build faster.
2019-09-12 19:43:05 +02:00
Saúl Ibarra Corretgé
2f7b485b8f
android: remove unneded code
2019-09-12 19:43:05 +02:00
Saúl Ibarra Corretgé
3a885c893a
android: fix running on Android 5
...
For some reason ART complains about these methods being overrides of package
private ones from Timber.
2019-09-12 19:43:05 +02:00
Saúl Ibarra Corretgé
6c4901a826
ios,callkit: delay updating the muted state until conference starts
...
In iOS 13 if the call is not unmuted when we report it to the system as started,
an action to unmute it is dispatched automagically. Thanks, Apple.
So, delay synchronizing the muted state until the conference is started (after
the join action). This creates a small window for de-synchronization, but it's
very short and it seems unavoidable.
This change is only applied to operating systems built by the fruit company in
Cupertino.
2019-09-12 12:55:02 +02:00
Saúl Ibarra Corretgé
91c1c91950
android: fix log formatting issues
2019-09-11 14:29:37 +02:00
Saúl Ibarra Corretgé
1091ac7e7d
log: fix log formatting
2019-09-10 10:34:52 +02:00
damencho
0c0bd001e5
Removes disableSuspendVideo option. Updates @jitsi/lib-jitsi-meet.
2019-09-10 08:58:55 +02:00
Bettenbuk Zoltan
256994e1f8
fix: webpack proxy fix
2019-09-09 18:27:30 +02:00
Saúl Ibarra Corretgé
f6fb859531
build: exit with an error if bundle sizes increase too much
...
The currently selected values are a bit above the actual sizes, so if a PR
increases the bundle size enough to trigger the failure, it should bump it.
It better have a good reason for it though!
2019-09-06 17:46:25 +02:00
Saúl Ibarra Corretgé
7deb2006c3
build: add integration with webpack-bundle-analyzer
...
Build as follows to build (production) bundle size stats:
npx webpack -p --progress --analyze-bundle
Then open the report:
npx webpack-bundle-analyzer build/stats.json build/
2019-09-06 17:46:25 +02:00
Saúl Ibarra Corretgé
2aea24ffad
dial-in-info: fix bundle bloat
...
The direct import sidesteps many chained-effect imports, halving the bundle
size.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
b5aae0b58d
build: style
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
d436825a45
flacworker: don't use the Grand Unified Logger
...
There are just a couple of logs in this feature, and it's a standalone bundle,
which would bloat it due to cascaded dependencis.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
5276cb6bc8
alwaysontop: don't use the Grand Unified Logger
...
There are just a couple of logs in this feature, and it's a standalone bundle,
which would bloat it due to cascaded dependencis.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
f863733dd3
base/util: don't use the Grand Unified Logger
...
There are just a couple of logs in this feature, and it's included in bundles
like external_api, which would bloat it due to cascaded dependencis.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
2ccd4968a4
external_api: don't use the Jitsi Meet logger
...
This is for other applications to use, and it's currently only used for logging
1 line, so use console.error.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
c233433243
deps: react-native-webrtc@latest
2019-09-05 16:37:51 +02:00
Saúl Ibarra Corretgé
6861f463b3
android: update SDK release script to publish JSC artifacts
...
In
b53a034aaf (diff-0339cf92cc68bc5981fe6df601316c1c)
I removed this, because RN has updated the builtin JSC version. On the next
release, however, RN introduced a new JS interpreter (Hermes) so JSC is now a RN
dependency. Thus, add the magic spells to publish the AARs to Maven.
2019-09-05 16:32:53 +02:00
Hristo Terezov
ac065f0225
chore(package.json): Update LJM
2019-09-05 04:33:02 -07:00
Saúl Ibarra Corretgé
b4b33c94dd
ios: update Podfile.lock
2019-09-05 12:53:26 +02:00
Saúl Ibarra Corretgé
c8753230a4
deps: react-native-webrtc@latest
2019-09-04 20:27:33 +02:00