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
6年前
Saúl Ibarra Corretgé
63344ac62d
deps: react-native-webrtc@1.75.2
Fixes an Android crash on craptacular devices.
6年前
Saúl Ibarra Corretgé
8ebc99175c
ios: set deployment target on Pods to 10.0
Matches the app / SDK deployment target and avoids compilation warnings.
6年前
Saúl Ibarra Corretgé
391e5ca483
deps: react-native@0.61.3
6年前
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
6年前
Saúl Ibarra Corretgé
612586ed1f
deps: react-native-webview@7.4.1
6年前
Saúl Ibarra Corretgé
9666bf836e
ios: update CocoaPods to version 1.8
6年前
Saúl Ibarra Corretgé
a6d3b09796
ios: support building with Xcode 11
6年前
Bettenbuk Zoltan
c472537ecf
update RN to 61
6年前
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
6年前
Saúl Ibarra Corretgé
b4b33c94dd
ios: update Podfile.lock
6年前
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.
6年前
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.
6年前
Saúl Ibarra Corretgé
c113b2e765
ios: update Podfile.lock
6年前
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
6年前
Saúl Ibarra Corretgé
53f98df8f3
deps: react-native@0.59.10
6年前
Saúl Ibarra Corretgé
598b6f0598
deps: update react-native-webrtc
WebRTC is now at M75
6年前
Saúl Ibarra Corretgé
820abfd059
ios: sync Podfile.lock
6年前
Saúl Ibarra Corretgé
70b864f00b
deps: react-native-google-signin@2.0.0
6年前
Saúl Ibarra Corretgé
fa88db6897
ios: update CocoaPods to 1.7.1
6年前
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 >
8年前
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年前
Saúl Ibarra Corretgé
2c592f61c3
android: enable 64bit builds
6年前
Saúl Ibarra Corretgé
b53a034aaf
deps: update React Native to version 0.59
This new version comes with an updated JSC runtime, so we no longer need to
depend on the updated version ourselves.
6年前
Hristo Terezov
59fc3642a6
feat(amplitude): add mobile implementation
6年前
Saúl Ibarra Corretgé
b7b2745dae
ios: update podfile for CocoaPods 1.6.0
6年前
Bettenbuk Zoltan
9f3ef43daa
[RN] Add conference navigation bar
6年前
paweldomas
92a412f814
chore(ios): update Podfile.lock
6年前
Saúl Ibarra Corretgé
148d4ebb90
rn: add Firebase integration
This is done at the app level, not the SDK.
Currently 2 Firebase services are used:
- Crashlytics
- Dynamic Links
They are enabled in tandem, if the appropriate Google services file
(GoogleService-Info.plist on iOS or google-services.json on Android) is found.
Each service needs to be individually enabled in the Firebase console.
6年前
Saúl Ibarra Corretgé
fef47684d9
deps: update react-native-background-timer
6年前
Saúl Ibarra Corretgé
0469e5af5e
deps: update react-native-calendar-events
6年前
Saúl Ibarra Corretgé
f97869ffde
deps: update react-native-keep-awake
6年前
Saúl Ibarra Corretgé
e4b1e40cc6
deps: update react-native-google-signin
6年前
Saúl Ibarra Corretgé
1ff8d52b6b
deps: update react-native to 0.57.8
Bumping React to 16.6.3 is a requirement for this update.
6年前
Saúl Ibarra Corretgé
0031fd2678
android, ios: update react-native-fast-image dependency
6年前
Saúl Ibarra Corretgé
e5c9c69ec9
ios: drop iOS 9 support
WebRTC no longer actively fixes iOS 9 issues.
6年前