Saúl Ibarra Corretgé
7046785ca3
chore(deps) update react-native-webrtc to 1.89.1
4年前
luz paz
817d54b0b9
fix(misc) typos
Found via `codespell -q 3 -S ./lang`
4年前
Saúl Ibarra Corretgé
e40e078a29
fix(ios,build) make sure the correct broadcast extension ID is set
4年前
Saúl Ibarra Corretgé
6df5a4cf31
fix(ios) make sure broadcast extension version matches
Fixes this Apple Store Connect warning:
~~~
ITMS-90473: CFBundleShortVersionString Mismatch - The CFBundleShortVersionString
value '1.0' of extension 'jitsi-meet.app/PlugIns/JitsiMeetBroadcast
Extension.appex' does not match the CFBundleShortVersionString value '21.0.0' of
its containing iOS application 'jitsi-meet.app'.
~~~
4年前
Saúl Ibarra Corretgé
c7c7d7a155
fix(ios) move extension to a path without spaces
4年前
Saúl Ibarra Corretgé
82ff988c18
fix(ios) the broadcast extension'd bundle ID must match the app's
4年前
Alex Bumbu
508f1e0da9
feat(iOS): screensharing support
The Jitsi team would like to thank @AliKarpuzoglu , @linuxpi and The Hopp Foundation for the initial effort and help throughout.
4年前
tmoldovan8x8
399d6b6a4b
chore(version) bumps mobile sdkVersion to 3.2.0
4年前
Saúl Ibarra Corretgé
ffad21cb59
fix(ios) sync podfile
4年前
tmoldovan8x8
67930edae2
chore(ios) remove warnings on JitsiMeetView
4年前
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
4年前
tmoldovan8x8
ef6b641802
bugfix(ios) changes the participantInfo completion handler reference to strong.
When the method was called from Swift they were collected before calling them.
4年前
Saúl Ibarra Corretgé
e5ea96fd4c
feat(rn) update SDK version to 3.1.0
4年前
tmoldovan8x8
d2568b874b
feat(mobile) adds ability to retrieve participantsInfo array
4年前
Titus-Andrei Moldovan
45f4643469
feat(mobile) adds ToggleScreenShare event and action.
4年前
tmoldovan8x8
61037b982b
feat(mobile) adds ability to send and receive text messages (#8425)
4年前
Saúl Ibarra Corretgé
88f1c218eb
fix(rn,stats) fix incorrect bitrate calculation on mobile
Stats timestamps were incorrectly formatted, fixed upstream.
Fixes: https://github.com/jitsi/jitsi-meet/issues/8367
4年前
tmoldovan8x8
5ef60c3a7d
[WIP] adds BroadcastService (#8336)
feat(external_api) exposes more events from JS to native and adds the ability to send actions from native to JS.
4年前
Saúl Ibarra Corretgé
916208a5ff
fix(libre-build) update react-native-device-info to 8.0.0
Will now work even if installreferrer or GCM are missing.
4年前
Saúl Ibarra Corretgé
a3c6e690dd
chore(deps) update react-native-svg to latest
Fixes icons not rendering on iOS 11.
4年前
Saúl Ibarra Corretgé
a1c197c73c
fix(ios) fix crash on startup on iOS 11
4年前
Saúl Ibarra Corretgé
4798e0271b
chore(android,ios) raise versions
4年前
Saúl Ibarra Corretgé
5e891caf94
fix(ios,fastlane) adjust scheme name after rename
4年前
Saúl Ibarra Corretgé
687a6c31ee
feat(analytics) unify Amplitude handlers across web and mobile
The amplitude-js library gained React Native support so there is no need to keep
separate implementations.
4年前
tmoldovan8x8
5ecb5717c7
feat(stats) add stats for mobile
4年前
Saúl Ibarra Corretgé
99ac60ed74
feat(ios) rename SDK target to JitsiMeetSDK
Swift has a longstanding bug where a framework and a type cannot be named the
same. We have somehow managed to not run into this, but it now seems to be
hitting us.
Since this is a breaking change, this starts the road for SDK 3.0.
4年前
Saúl Ibarra Corretgé
01345d6d9d
chore(ios) remove references to no longer used files
4年前
Saúl Ibarra Corretgé
28cd74077b
fix(ios) fix joining a meeting when the app was closed
Weird timing issue in appDidFinishLaunching, make sure we store the
launchOptions before we touch any view code.
4年前
sorinant
e261bb5616
feat(ios) added ability to use an external CXProvider and CXCallController
4年前
Saúl Ibarra Corretgé
b1a4b58f7a
chore(deps) update react-native-webview
4年前
Saúl Ibarra Corretgé
997c3f75b5
chore(rn) raise SDK and app versions
4年前
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é
7a7937c072
fix(ios,version) versions must match
4年前
Saúl Ibarra Corretgé
4765ab9d63
chore(rn,version) bump app and sdk versions
4年前
Saúl Ibarra Corretgé
ed6e75b241
fix(ios) add local network usage description for iOS 14
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é
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年前
Saúl Ibarra Corretgé
eaa715879a
rn: update versions
4年前
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年前
Saúl Ibarra Corretgé
f32140c4b7
rn: set default resolution to 360p (experiment)
4年前
Saúl Ibarra Corretgé
f30dd9d881
deps: react-native-webrtc@1.84.0
4年前
Saúl Ibarra Corretgé
2af0c0ba17
rn: bump SDK version to 2.9.0
5年前
Saúl Ibarra Corretgé
fbb6486b5f
deps: update react-native-watch-connectivity
It's back in active development and fixes a warning in iOS.
5年前