Saúl Ibarra Corretgé
8cffa5553d
chore(rn,versions) set mobile app and SDK versions
hace 4 años
Saúl Ibarra Corretgé
8477ae8daa
feat(ios) add ability to set CallKit options for incoming calls
The implemented options are the call handle and UUID.
hace 4 años
Alex Bumbu
9bffe149d3
feat(iOS): screensharing extension swift implementation
hace 4 años
Alex Bumbu
cf37d34923
fix(ios) fix leaving the meeting when screen-sharing
hace 4 años
Saúl Ibarra Corretgé
9e6939d25f
fix(ios) detect orientation when screen sharing
Fixes: https://github.com/jitsi/jitsi-meet/issues/9012
hace 4 años
Saúl Ibarra Corretgé
6c4652e3a0
feat(build,ios) add lane to update dSYMs on Crashlytics
hace 4 años
Saúl Ibarra Corretgé
a256c6b8e7
fix(ios) use app_store_connect_api_key for Fastlane builds
hace 4 años
tmoldovan8x8
067ff0729e
bugfix(ios): fixes typo on JitsiMeetViewDelegate method
hace 4 años
Saúl Ibarra Corretgé
7656985fe1
chore(rn,versions) bump SDK and apps versions
hace 4 años
tmoldovan8x8
e803e8cfd9
feat(ios): adds ios screensharing enabled flag
hace 4 años
tmoldovan8x8
a1d3870634
feat(external_api): add videoMuted event and action (#8862)
hace 4 años
Saúl Ibarra Corretgé
2f5ab2757f
feat(rn,ui) get rid of the gradients
hace 4 años
Saúl Ibarra Corretgé
7046785ca3
chore(deps) update react-native-webrtc to 1.89.1
hace 4 años
luz paz
817d54b0b9
fix(misc) typos
Found via `codespell -q 3 -S ./lang`
hace 4 años
Saúl Ibarra Corretgé
e40e078a29
fix(ios,build) make sure the correct broadcast extension ID is set
hace 4 años
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'.
~~~
hace 4 años
Saúl Ibarra Corretgé
c7c7d7a155
fix(ios) move extension to a path without spaces
hace 4 años
Saúl Ibarra Corretgé
82ff988c18
fix(ios) the broadcast extension'd bundle ID must match the app's
hace 4 años
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.
hace 4 años
tmoldovan8x8
399d6b6a4b
chore(version) bumps mobile sdkVersion to 3.2.0
hace 4 años
Saúl Ibarra Corretgé
ffad21cb59
fix(ios) sync podfile
hace 4 años
tmoldovan8x8
67930edae2
chore(ios) remove warnings on JitsiMeetView
hace 4 años
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
hace 4 años
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.
hace 4 años
Saúl Ibarra Corretgé
e5ea96fd4c
feat(rn) update SDK version to 3.1.0
hace 4 años
tmoldovan8x8
d2568b874b
feat(mobile) adds ability to retrieve participantsInfo array
hace 4 años
Titus-Andrei Moldovan
45f4643469
feat(mobile) adds ToggleScreenShare event and action.
hace 4 años
tmoldovan8x8
61037b982b
feat(mobile) adds ability to send and receive text messages (#8425)
hace 4 años
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
hace 4 años
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.
hace 4 años
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.
hace 4 años
Saúl Ibarra Corretgé
a3c6e690dd
chore(deps) update react-native-svg to latest
Fixes icons not rendering on iOS 11.
hace 4 años
Saúl Ibarra Corretgé
a1c197c73c
fix(ios) fix crash on startup on iOS 11
hace 4 años
Saúl Ibarra Corretgé
4798e0271b
chore(android,ios) raise versions
hace 4 años
Saúl Ibarra Corretgé
5e891caf94
fix(ios,fastlane) adjust scheme name after rename
hace 4 años
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.
hace 4 años
tmoldovan8x8
5ecb5717c7
feat(stats) add stats for mobile
hace 4 años
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.
hace 4 años
Saúl Ibarra Corretgé
01345d6d9d
chore(ios) remove references to no longer used files
hace 4 años
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.
hace 4 años
sorinant
e261bb5616
feat(ios) added ability to use an external CXProvider and CXCallController
hace 4 años
Saúl Ibarra Corretgé
b1a4b58f7a
chore(deps) update react-native-webview
hace 4 años
Saúl Ibarra Corretgé
997c3f75b5
chore(rn) raise SDK and app versions
hace 4 años
Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
hace 4 años
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 >
hace 4 años
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
hace 4 años
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.
hace 4 años
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
hace 4 años
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.
hace 4 años
Saúl Ibarra Corretgé
d9f85c70f1
chore(deps,rn) react-native-webview@10.9.0
hace 4 años