Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
4年前
Titus-Andrei Moldovan
9a35026d6a
feat(android) add screen-sharing support
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
Co-authored-by: zycwind <391321232 @qq.com >
4年前
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
4年前
Saúl Ibarra Corretgé
9434d3c349
fix(deps) update react-native to fix iOS 14 icons
This update doesn't touch thousands of lines of package-lock which caused a
runtime breakage on both platforms.
4年前
Saúl Ibarra Corretgé
82b14ba7f1
deps: update react-native-svg
Watch out when updating beyond this version:
https://github.com/react-native-community/react-native-svg/issues/1354
4年前
Saúl Ibarra Corretgé
e6e088d197
fix(crashlytics) add missing dependency
Looks like the "Firebase Analytics" dependency is needed when migrating to the
new Firebase Crashlytics SDK. We are only interested in the "latest iversion
crash-free users" stat, which seems to require this. The documentartion is
somewhat confusing though.
4年前
Saúl Ibarra Corretgé
d9f85c70f1
chore(deps,rn) react-native-webview@10.9.0
4年前
Saúl Ibarra Corretgé
ca306f47b6
deps: react-native-background-timer@2.4.0
We hadn't updated in a while.
4年前
Saúl Ibarra Corretgé
312949eef6
ios: update Crashlytics dependency
4年前
Saúl Ibarra Corretgé
f30dd9d881
deps: react-native-webrtc@1.84.0
4年前
Saúl Ibarra Corretgé
fbb6486b5f
deps: update react-native-watch-connectivity
It's back in active development and fixes a warning in iOS.
4年前
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年前
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
5年前
Saúl Ibarra Corretgé
cef98f457f
ios: bump CocoaPods dependency
5年前
Saúl Ibarra Corretgé
d19a659871
ios: update Crasshlytics and fix uploadding symbols
5年前
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年前
Saúl Ibarra Corretgé
8291f4597c
deps: react-native-webrtc@1.75.3
Fixes datachannels not working.
5年前
Saúl Ibarra Corretgé
779ed6bb5e
deps: react-native@0.61.5
5年前
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
5年前
Saúl Ibarra Corretgé
63344ac62d
deps: react-native-webrtc@1.75.2
Fixes an Android crash on craptacular devices.
5年前
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年前
Saúl Ibarra Corretgé
391e5ca483
deps: react-native@0.61.3
5年前
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
5年前
Saúl Ibarra Corretgé
612586ed1f
deps: react-native-webview@7.4.1
5年前
Saúl Ibarra Corretgé
9666bf836e
ios: update CocoaPods to version 1.8
5年前
Saúl Ibarra Corretgé
a6d3b09796
ios: support building with Xcode 11
5年前
Bettenbuk Zoltan
c472537ecf
update RN to 61
5年前
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
5年前
Saúl Ibarra Corretgé
b4b33c94dd
ios: update Podfile.lock
5年前
Saúl Ibarra Corretgé
902da8cc4f
rn: add native loggers
These provide the ability to integrate the SDK with some other application
loggers.
At the time this was written we use Timber on Android and CocoaLumberjack on iOS.
In addition to the integration capabilities, a LogBridge React Native module
provides log transports for JavaScript code, thus centralizing all logs on the
native loggers.
5年前
paweldomas
6ae9bbe0c5
feat: report analytics for the network connection
Will emit new 'network.info' action with the online/offline status and
extra details for native like the network type and
'isConnectionExpensive' flag.
5年前
Saúl Ibarra Corretgé
c113b2e765
ios: update Podfile.lock
5年前
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
5年前
Saúl Ibarra Corretgé
53f98df8f3
deps: react-native@0.59.10
5年前
Saúl Ibarra Corretgé
598b6f0598
deps: update react-native-webrtc
WebRTC is now at M75
5年前
Saúl Ibarra Corretgé
820abfd059
ios: sync Podfile.lock
5年前
Saúl Ibarra Corretgé
70b864f00b
deps: react-native-google-signin@2.0.0
5年前
Saúl Ibarra Corretgé
fa88db6897
ios: update CocoaPods to 1.7.1
5年前
Saúl Ibarra Corretgé
02955ab57c
deps: react-native@0.59.8
https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0598
6年前
Saúl Ibarra Corretgé
b45a5da6e2
rn: use new AsyncStorage package
It was extracted from the RN core to a community maintained package.
6年前
Saúl Ibarra Corretgé
2fad9f9ba8
ios: update Podfile.lock
6年前
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
6年前
Saúl Ibarra Corretgé
7d2ac0244d
deps: react-native-webrtc@4064c6f2db4f8b961daaaa8dafc6a896d7cfbc43
New M69 build with Metal crash fixes.
6年前
Saúl Ibarra Corretgé
c0efea5168
ios: enable bitcode
Time has come. We need to enable bitcode. It's optional for iOS targets, but
mandatory for the entire project if there is a watchOS target. Since we have a
watchOS target, it's time to enable it.
6年前
Saúl Ibarra Corretgé
a26bb2c1a6
watchos: add watchOS app
Co-authored-by: Pawel Domas <pawel.domas@jitsi.org >
7年前
Saúl Ibarra Corretgé
5cc01b074e
ios: update Podfile.lock for RN update
6年前
Saúl Ibarra Corretgé
bdaabf6d3d
odeps: react-native@0.59.4
Fixes a crash on some old Android devices.
6年前
Saúl Ibarra Corretgé
384f7d7890
ios: update Podfile.lock
6年前
Saúl Ibarra Corretgé
24339b2461
ios: update Podfile.lock
6年前
Saúl Ibarra Corretgé
6a919916d3
ios: pin all pod dependencies
6年前