Saúl Ibarra Corretgé
5b1f852783
rn: always reset the transform cache when starting the packager
It can help catch very weird bugs which are only triggered after a reset.
4 years ago
Saúl Ibarra Corretgé
eaa715879a
rn: update versions
4 years ago
Saúl Ibarra Corretgé
0751c6ab48
ios: fix uploading dSYMs to Crashlytics
Use Fastlane to get them from Apple after processing, them upload them.
Also make sure WebRTC dSYMs are included when uploading.
4 years ago
Saúl Ibarra Corretgé
f32140c4b7
rn: set default resolution to 360p (experiment)
4 years ago
Saúl Ibarra Corretgé
f30dd9d881
deps: react-native-webrtc@1.84.0
4 years ago
Saúl Ibarra Corretgé
2af0c0ba17
rn: bump SDK version to 2.9.0
4 years ago
Saúl Ibarra Corretgé
fbb6486b5f
deps: update react-native-watch-connectivity
It's back in active development and fixes a warning in iOS.
4 years ago
Saúl Ibarra Corretgé
a113151563
deps: update react-native-calendar-events
Rebase our patches (in PR) on top of latest master.
Sshould fix a crash when requesting permisssions.
4 years ago
Saúl Ibarra Corretgé
d55b49b2c3
doc: move mobile docs to the handbook
5 years ago
Saúl Ibarra Corretgé
64d74852e0
ios: fix PiP window sshowing conference controls
The dynamic size of it was causing trouble. Fix it by setting a fixed PiP window
size (150px) which makes it consisstent with what we have on Android.
Fixes: https://github.com/jitsi/jitsi-meet/issues/6562
5 years ago
Saúl Ibarra Corretgé
b7f1f3c659
ios: try to leave the meeting when the app is terminating
Fixes: https://github.com/jitsi/jitsi-meet/issues/6665
5 years ago
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
5 years ago
Saúl Ibarra Corretgé
62b4c97423
rn: raise SDK version to 2.8.1
5 years ago
Saúl Ibarra Corretgé
027c6ddad0
fastlane,ios: make contact information configurable
5 years ago
Saúl Ibarra Corretgé
cef98f457f
ios: bump CocoaPods dependency
5 years ago
Saúl Ibarra Corretgé
afe1b4b0f9
rn: now working on 20.3
5 years ago
Ali Karpuzoglu
7bec68e492
doc: fix typo
5 years ago
Saúl Ibarra Corretgé
d19a659871
ios: update Crasshlytics and fix uploadding symbols
5 years ago
Saúl Ibarra Corretgé
ca5605620a
rn: update versions, apps 20.2, sdk 2.7
5 years ago
Saúl Ibarra Corretgé
7446e6165e
rn: now working on version 20.1
5 years ago
Saúl Ibarra Corretgé
df895e5a61
deps: react-native@custom-patched
Update the version to 0.61.5-jitsi.1 to avoid build aching problems due to the
version not changing.
5 years ago
Saúl Ibarra Corretgé
8291f4597c
deps: react-native-webrtc@1.75.3
Fixes datachannels not working.
5 years ago
Saúl Ibarra Corretgé
779ed6bb5e
deps: react-native@0.61.5
5 years ago
Saúl Ibarra Corretgé
692c6a47b4
rn: now working on versions 20.0 / 2.6
5 years ago
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.
5 years ago
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.
5 years ago
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
5 years ago
Saúl Ibarra Corretgé
0b68bef0be
ios: set Fastlane test groups
5 years ago
Saúl Ibarra Corretgé
676e943d81
ios: fix typo in Fastlane file
5 years ago
Saúl Ibarra Corretgé
2b4307dee9
ios: fix Fastlane beta build submissions
5 years ago
Saúl Ibarra Corretgé
af6642b91b
rn: allow for userInfo and token to be set from the SDK
5 years ago
Saúl Ibarra Corretgé
5d40a8992a
ios: disable bitcode when building the SDK for a release
This makes it possible to compile the SDK with Xcode 10 and 11. The problem is
that the Google SDK (used for sign-in) is compiled with Xcode 11. This avoids
the issue.
5 years ago
Saúl Ibarra Corretgé
63344ac62d
deps: react-native-webrtc@1.75.2
Fixes an Android crash on craptacular devices.
5 years ago
Saúl Ibarra Corretgé
2e60aafebf
fastlane,ios: add ability to set the changelog
5 years ago
Saúl Ibarra Corretgé
131e8f4aea
fastlane: prepare for open beta access
5 years ago
Saúl Ibarra Corretgé
44970648ea
rn: now working on versions 19.5 / 2.5
5 years ago
Saúl Ibarra Corretgé
ad0064993d
ios: enable Swift mobule stability for the SDK target
Supersedes: https://github.com/jitsi/jitsi-meet/pull/4818
Fixes: https://github.com/jitsi/jitsi-meet/issues/4812
5 years ago
Saúl Ibarra Corretgé
458d4acd22
ios: use the "new" Xcode build system
It was introduced in Xcode 9 and made the default in Xcode 10. We were forcing
the use of the legacy version, which doesn't support some new features that we
wish to enable, such as building the SDK for distribution.
5 years ago
Saúl Ibarra Corretgé
8ebc99175c
ios: set deployment target on Pods to 10.0
Matches the app / SDK deployment target and avoids compilation warnings.
5 years ago
Saúl Ibarra Corretgé
391e5ca483
deps: react-native@0.61.3
5 years ago
Paweł Domas
4b9e156c5d
Generic iOS .ipa build script (#4775)
5 years ago
Saúl Ibarra Corretgé
63a221212b
ios: add ability to manually toggle WebRTC logging
5 years ago
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
5 years ago
Saúl Ibarra Corretgé
4a8f787519
rn: evaluate config.js in a sandboxed environment
We are downloading code off the Internet and executing it on the user's device,
so run it sandboxed to avoid potential bad actors.
Since it's impossible to eval() safely in JS and React Native doesn't offer
something akin to Node's vm module, here we are rolling our own.
On Android it uses the Duktape JavaScript engine and on iOS the builtin
JavaScriptCore engine. The extra JS engine is *only* used for evaluating the
downloaded code and returning a JSON string which is then passed back to RN.
5 years ago
Saúl Ibarra Corretgé
612586ed1f
deps: react-native-webview@7.4.1
5 years ago
Saúl Ibarra Corretgé
2609e43f29
ios: misc Xcode changes due to an update
5 years ago
Saúl Ibarra Corretgé
ab4b6be9d7
rn: throw exception if default conference options set the room
See: https://github.com/jitsi/jitsi-meet/issues/4720
5 years ago
Djorkaeff Alexandre
11d3a343e5
ios: use iPhone 8 simulator when archiving JitsiMeet framework
It's available on both Xcode 10 and 11.
5 years ago
Saúl Ibarra Corretgé
9666bf836e
ios: update CocoaPods to version 1.8
5 years ago
Saúl Ibarra Corretgé
a6d3b09796
ios: support building with Xcode 11
5 years ago