Calin-Teodor
bbf55e8476
feat(ios/sdk): fix room taken from wrong param
1 년 전
Calinteodor
1bb9b261dc
chore(deps, react-native): update to 0.72.14 (#14741)
* chore(deps, react-native): changes regarding react native update to 0.72.14
1 년 전
Saúl Ibarra Corretgé
ce727d87a8
fix(ios) Xcode 15.2 updates
- Update project files
- Make sure CI uses Xcode 15.2
- Fix custom Xcode build scripts to depend on the Info.plist file
generation
- Combine 2 scripts related to Firebase into a single one
1 년 전
Calinteodor
36671d7c4f
feat(toolbox/native): custom overflow menu buttons (#14594)
* feat(toolbox/native): custom buttons for the OverflowMenu
1 년 전
Calinteodor
5247fbdc0f
feat(ios/android/sdk): delegate transcription chunk received event (#14516)
* feat(subtitles): created separate helpers for delegating transcription chunks events
on web and mobile
1 년 전
Saúl Ibarra Corretgé
c81184df69
fix(ios) sync SDK and Lite SDK building commands
1 년 전
Calinteodor
cf1f97f486
feat(rn, ios): build fixes and metro-config updates (#14251)
feat(rn, ios): build fixes and metro-config updates
1 년 전
Calinteodor
90628f56f8
feat(react-native): rn 0.72.7 update (#14130)
feat(react-native): version 0.72.7 update
1 년 전
Calinteodor
32f6bc376b
feat(rn): 0.70.14 update (#14123)
* feat(rn): update to 0.70.14 and removed libray_search_paths variables from ios project
1 년 전
kerem
1ac86cf979
feat(rn) add toggleCamera action
1 년 전
Saúl Ibarra Corretgé
f8dae86798
fix(ios) remove unnecessary fallback for SDK version detection
1 년 전
Saúl Ibarra Corretgé
a8e2fcdfea
fix(ios) fix UUID comparison
Fixes: https://github.com/jitsi/jitsi-meet/issues/12716
2 년 전
kerem
4c0c36d233
feat(deps,rn) update React Native to version 0.69.9 (#13241)
* feat(deps,rn) update React Native to version 0.69
2 년 전
Saúl Ibarra Corretgé
f88fa81616
deps(rn) update react-native-webrtc to version 111.0.0
Adapt to changes in the Android plugin initialization.
Leverage the new module initialization to simplify enabling WebRTC
logging.
2 년 전
Saúl Ibarra Corretgé
46c6d1057d
fix(ios) avoid getting duplicated SDK events
UIView has 2 designated initializers: initWithFrame and initWithCoder,
which means either of them is going to be called, whatever the
constructor.
THus overriding init will cause creating new (and unnecessary)
observers.
Ref: https://community.jitsi.org/t/duplicate-delegate-calls/121051/6
Fixes: https://github.com/jitsi/jitsi-meet/issues/12892
2 년 전
Roberto Vieira
691e92b7ec
fix(ios) make initialPositionInSuperView a variable
Fixes: https://github.com/jitsi/jitsi-meet/issues/12446
2 년 전
Alex Bumbu
d45decc393
Update JitsiMeet.h (#12574)
2 년 전
Saúl Ibarra Corretgé
6274299d49
chore(ios) sync project file
2 년 전
Alex Bumbu
d77d2f0c5b
fix(iOS, layout): fix iOS 16 layout
This (partially) reverts commit ddab27e292 .
We're reverting this to fix the iOS 16 layout problems caused by the interaction between the app rootViewControoler and JitsiMeetViewController, with the downside that using any RN components based on native view controllers will most likely be faulty. The solution for this would be to change the SDK's entry point to a view controller, instead of JitsiMeetView.
2 년 전
Saúl Ibarra Corretgé
3e31e1816d
fix(ios) fix mute "ping-pong"
2 년 전
Saúl Ibarra Corretgé
438b3924d7
fix(ios,callkit) make sure the start call action is fulfilled
2 년 전
Horatiu Muresan
fb2cfaa204
fix(carmode) Force portrait when in carmode
2 년 전
Saúl Ibarra Corretgé
a378ba7827
feat(ios) Xcode 14 compatibility
Bitcode is no longer supported, so remove it. The M106 WebRTC version no
longer contains bitcode either, but it embeds dSYMs.
2 년 전
Alex Bumbu
e68ede65e1
feat(iOS): callkit objc implementation
2 년 전
Saúl Ibarra Corretgé
206215c7c1
feat(ios) add generated Swift interface header
We need it for the RN module since it won't be (re)generated. It has not
changed in 4 years, so I guess it's safe to assume it'll stay that way.
2 년 전
Saúl Ibarra Corretgé
2ae4ba3875
feat(ios) add lite SDK target
2 년 전
Filip Rejmus
91cbeb0b3f
fix(ios) use the RN logger in RN modules
The eventual RN SDK doesn't need to depend on our logger. When the native SDK i used the RN logger is diverted to ours anyway.
2 년 전
Saúl Ibarra Corretgé
7770d59c93
chore(rn,versions) set app and sdk versions for development
We'll bump them appropriately in release branches to avoid churn in
master.
2 년 전
Titus Moldovan
47bdf800e7
fix(ios) removes scope from sendEvent parameter in ExternalAPI
2 년 전
Saúl Ibarra Corretgé
cbe3d6d505
feat(rn) remove use of externalAPIScope
Use the system broadcasting mechanism instead.
On Android I took the chance and removed the no longer needed
BaseReactView and implemented it on JitsiMeetView instead.
2 년 전
Alex Bumbu
ddab27e292
fix(ios, pip): update view hierarchy to present the rn view with view controller
3 년 전
Titus Moldovan
44a9363f5b
feat(mobile, external_api) exposes setClosedCaptionsEnabled
3 년 전
Alex Bumbu
7895abb9ea
fix(ios, pip) make initialPositionInSuperView property public
3 년 전
Saúl Ibarra Corretgé
3af782f894
chore(rn,versions) bump sdk and app versions
3 년 전
Saúl Ibarra Corretgé
b5f3cd14c2
fix(ios) fix not using the loudspeaker by default
Fixes: https://github.com/jitsi/jitsi-meet/issues/11563
3 년 전
Alex Bumbu
7f2fec756d
fix(ios) fix PiP resizing and positioning
Co-authored-by: Tobias Marschall <tobias.marschall@online.de >
3 년 전
Saúl Ibarra Corretgé
41d8b9fbeb
fix(ios) fix not marking speaker as a selected device
3 년 전
Saúl Ibarra Corretgé
cc5f65f58f
fix(ios) avoid reapplying config when audio category doesn't change
3 년 전
Saúl Ibarra Corretgé
3097ac8cc4
fix(ios) fix not showing the CarPlay audio interface
3 년 전
Saúl Ibarra Corretgé
14d200a0cf
chore(deps) update react-native-webrtc to 1.100.0
3 년 전
Saúl Ibarra Corretgé
5b07b6dc42
chore(rn,versions) bump app and sdk versions
3 년 전
William Lohan
515bb31b95
fix(ios) cycle in dependancies with Xcode 13.3
Fixes: https://github.com/jitsi/jitsi-meet/issues/11188
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é
a2155aad7f
fix(ios) rework RN build workaround
This is what upstream RN does now.
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é
90321ca016
feat(rn) update React Native to version 0.63
I'm updating to RN 0.63 instead of the latest (0.66 at the time of this writing)
so we can update the navigation related libraries to their latest versions, and
then proceed with the larger leap towards the latest RN.
3 년 전
Saúl Ibarra Corretgé
8fd353f5f1
chore(deps) @react-native-google-signin/google-signin @ 7.0.4
3 년 전
Saúl Ibarra Corretgé
f0b475e2bc
chore(deps) @amplitude/react-native @ 2.7.0
3 년 전