Saúl Ibarra Corretgé
3af782f894
chore(rn,versions) bump sdk and app versions
3 년 전
Saúl Ibarra Corretgé
57672ebea8
fix(ios,broadcast-extension) remove unused import
It creates a compilation warning because it forces linking with the SDK.
3 년 전
Saúl Ibarra Corretgé
5b07b6dc42
chore(rn,versions) bump app and sdk versions
3 년 전
Saúl Ibarra Corretgé
781bb5bd18
feat(ios) enable Dropbox recording
3 년 전
Robert Pintilii
1355876f83
feat(gif, rn) Added GIPHY integration on native (#11236)
Update Android build to support gif
Use GIF format instead of animated webp
Show GIFs in chat messages
Display GIF over tile
Add Giphy button in reactions menu
Added Giphy dialog
Fix isGifMessage to also allow upper case
3 년 전
Saúl Ibarra Corretgé
8b149f9138
chore(rn,versions) bump app versions
3 년 전
Saúl Ibarra Corretgé
d018d19874
fix(ios) fix for building for simulator on M1
Backport of: a1c445a39c
3 년 전
Saúl Ibarra Corretgé
2c68817f4c
fix(ios) make sure arm64 sim is not excluded
Also update native dependencies.
3 년 전
Saúl Ibarra Corretgé
d121a63341
feat(rn) update React Native to version 0.66
3 년 전
Saúl Ibarra Corretgé
7aac634a7d
chore(rn,versions) bump app and sdk versions
3 년 전
Saúl Ibarra Corretgé
1fa43ca4e7
chore(rn,versions) bump app and sdk versions
3 년 전
Saúl Ibarra Corretgé
d7b581e338
feat)rn,sdk) introduce a "ready to close" event
This event is the event host applications need to listen to for knowing when to
dispose the SDK from now on.
Since the introduction of breakout rooms it's possible that we navigate from one
meeting to another, so there will be several conference join / terminations.
In addition, local track destruction is now moved to SET_ROOM when there is no
room, aka, we are going back to the welcome page or to the black page.
3 년 전
Saúl Ibarra Corretgé
c843744df1
fix(rn,sdk) drop deprecated option enableWelcomePage
It got replaced by a feature flag.
3 년 전
Saúl Ibarra Corretgé
b4f1ab991d
chore(rn,versions) bump app and sdk versions
3 년 전
Saúl Ibarra Corretgé
4bfbc72613
feat(ios) drop support for iOS 11
4 년 전
Alex Bumbu
5bd329acb9
feat(ios) update dropbox authentication to PKCE flow
3 년 전
Saúl Ibarra Corretgé
0d9af05a4b
chore(rn,versions) bump app and sdk versions
3 년 전
Saúl Ibarra Corretgé
46cbc0ff49
chore(rn,versions) set mobile app and SDK versions
3 년 전
Saúl Ibarra Corretgé
8cffa5553d
chore(rn,versions) set mobile app and SDK versions
4 년 전
Alex Bumbu
9bffe149d3
feat(iOS): screensharing extension swift implementation
4 년 전
Saúl Ibarra Corretgé
9e6939d25f
fix(ios) detect orientation when screen sharing
Fixes: https://github.com/jitsi/jitsi-meet/issues/9012
4 년 전
Saúl Ibarra Corretgé
7656985fe1
chore(rn,versions) bump SDK and apps versions
4 년 전
tmoldovan8x8
e803e8cfd9
feat(ios): adds ios screensharing enabled flag
4 년 전
tmoldovan8x8
a1d3870634
feat(external_api): add videoMuted event and action (#8862)
4 년 전
luz paz
817d54b0b9
fix(misc) typos
Found via `codespell -q 3 -S ./lang`
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 년 전
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
f71e8a9982
feat(mobile) adds actions and events for the chat
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 년 전
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é
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é
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é
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 년 전
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 년 전
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
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é
312949eef6
ios: update Crashlytics dependency
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)
5 년 전
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 년 전
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
5 년 전
Saúl Ibarra Corretgé
afe1b4b0f9
rn: now working on 20.3
5 년 전
Saúl Ibarra Corretgé
d19a659871
ios: update Crasshlytics and fix uploadding symbols
5 년 전