Filip Rejmus
a915238b49
chore(deps) @react-native-async-storage 1.17.3
2022-10-25 21:49:59 +02:00
Saúl Ibarra Corretgé
6274299d49
chore(ios) sync project file
2022-10-17 12:51:30 +02:00
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.
2022-10-17 12:33:44 +02:00
Saúl Ibarra Corretgé
3e31e1816d
fix(ios) fix mute "ping-pong"
2022-10-14 14:32:09 +02:00
kerem
eb1c3d8c56
feat(deps,rn) update React Native to version 0.68.4 ( #12376 )
...
* BREAKING: update rn to 0.68.4
2022-10-14 14:37:10 +03:00
Saúl Ibarra Corretgé
af4ba32803
chore(deps) react-native-webrtc@1.106.1
...
Last to support Plan B.
The method to embed WebRTC has changed to use CocoaPods.
2022-10-04 22:02:19 +02:00
kerem
9e11bc302b
feat(deps,rn) update React Native to version 0.68.3 ( #12293 )
...
* feat(deps,rn) update React Native to version 0.68.3
Co-authored-by: keremoge <kerem.oge@albarakatech.com>
2022-10-04 19:29:23 +03:00
Saúl Ibarra Corretgé
438b3924d7
fix(ios,callkit) make sure the start call action is fulfilled
2022-10-04 16:32:46 +02:00
Horatiu Muresan
fb2cfaa204
fix(carmode) Force portrait when in carmode
2022-09-22 17:17:19 +03:00
Saúl Ibarra Corretgé
945eda680c
chore(ios) sync Podfile.lock
2022-09-19 15:39:32 +02:00
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.
2022-09-19 15:01:47 +02:00
Saúl Ibarra Corretgé
3f5fa1e663
feat(rn,deps) update WebRTC to M106
2022-09-19 15:01:47 +02:00
Alex Bumbu
e68ede65e1
feat(iOS): callkit objc implementation
2022-09-14 18:52:39 +02:00
Saúl Ibarra Corretgé
ede97584f2
fix(ios) fix lite SDK release process
2022-09-09 13:37:08 +02:00
Calin-Teodor
e8de9b4d66
feat(prejoin/native): update react-native-video dep and unmount LargeVideo is Prejoin is not focused
2022-08-31 12:55:02 +03:00
Stefan Weil
882d343e8b
chore(typos) fix some typos
2022-08-30 16:21:58 +02:00
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.
2022-08-29 12:49:07 +02:00
Saúl Ibarra Corretgé
2ae4ba3875
feat(ios) add lite SDK target
2022-08-16 09:58:37 +02:00
Saúl Ibarra Corretgé
4e03f20a51
chore(deps) update react-native-svg@12.4.3
2022-08-11 17:54:16 +02:00
Alex Bumbu
ea4be6cb30
fix(iOS): script for enabling multitasking camera access for release build
2022-08-11 14:34:20 +02:00
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.
2022-08-03 15:16:43 +02:00
Saúl Ibarra Corretgé
3e66e0009d
fix(ios) add missing entitlement
2022-08-02 10:59:24 +02:00
Saúl Ibarra Corretgé
82b2e77747
chore(deps) react-native-watch-connectivity@latest
...
This fixes the Android build because the old version depended on fbjs
wiithout actually listing it as a dependency.
2022-07-28 16:13:22 +03:00
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates ( #11830 )
...
feat(settings/native): feature updates
2022-07-28 10:28:29 +03:00
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.
2022-07-06 23:18:32 +02:00
Titus Moldovan
47bdf800e7
fix(ios) removes scope from sendEvent parameter in ExternalAPI
2022-07-06 17:11:55 +02:00
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.
2022-07-05 11:40:03 +02:00
Alex Bumbu
ddab27e292
fix(ios, pip): update view hierarchy to present the rn view with view controller
2022-06-29 17:57:51 +02:00
Saúl Ibarra Corretgé
b89c470366
chore(deps) react-native-screens@3.13.1
2022-06-28 12:02:47 +03:00
Alex Bumbu
6f02382472
fix(iOS) fixed running in simulator for apple silicon
2022-06-27 17:12:26 +03:00
Titus Moldovan
44a9363f5b
feat(mobile, external_api) exposes setClosedCaptionsEnabled
2022-06-21 16:18:31 +02:00
Saúl Ibarra Corretgé
6ad279f029
fix(rn, bottomsheet) fix not rendering above presentation sheets
...
Move all sheets to render in a new container which uses FullWindowOverlay, which allows rendering above presentation controllers on iOS.
2022-06-20 16:53:19 +02:00
Alex Bumbu
7895abb9ea
fix(ios, pip) make initialPositionInSuperView property public
2022-06-08 13:38:20 +02:00
Saúl Ibarra Corretgé
3af782f894
chore(rn,versions) bump sdk and app versions
2022-06-03 14:04:06 +02:00
Saúl Ibarra Corretgé
b5f3cd14c2
fix(ios) fix not using the loudspeaker by default
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/11563
2022-05-30 14:04:05 +02:00
Alex Bumbu
7f2fec756d
fix(ios) fix PiP resizing and positioning
...
Co-authored-by: Tobias Marschall <tobias.marschall@online.de>
2022-05-23 14:06:36 +02:00
Saúl Ibarra Corretgé
4fb698ea04
chore(deps) react-native-webrtc@1.100.1
2022-05-13 14:26:04 +02:00
Saúl Ibarra Corretgé
a7abe84479
fix(ios) download WebRTC with bitcode when making an SDK release
2022-05-05 12:25:28 +02:00
Saúl Ibarra Corretgé
0d0edc05e7
fix(ios) build SDK releases with bitcode
...
Also, stop bundling WebRTC, it's now a dependency in CocoaPods.
2022-05-03 15:45:38 +02:00
Saúl Ibarra Corretgé
6802a03b7f
fix(ios) sync Podfile.lock
2022-04-29 12:01:34 +02:00
Saúl Ibarra Corretgé
9f3965800c
feat(deps,rn) update React Native to version 0.68.1
2022-04-29 10:54:16 +02:00
Saúl Ibarra Corretgé
ed6759c6cf
chore(rn,deps) react-native-default-preference@1.4.4
...
Upstream made a release in npm, we no longer need to link to a commit.
2022-04-11 12:18:59 +02:00
Saúl Ibarra Corretgé
41d8b9fbeb
fix(ios) fix not marking speaker as a selected device
2022-04-08 17:29:53 +02:00
Saúl Ibarra Corretgé
cc5f65f58f
fix(ios) avoid reapplying config when audio category doesn't change
2022-04-08 17:29:53 +02:00
Saúl Ibarra Corretgé
3097ac8cc4
fix(ios) fix not showing the CarPlay audio interface
2022-04-08 17:29:53 +02:00
Saúl Ibarra Corretgé
57672ebea8
fix(ios,broadcast-extension) remove unused import
...
It creates a compilation warning because it forces linking with the SDK.
2022-04-07 16:50:58 +02:00
Saúl Ibarra Corretgé
6342e6b51a
chore(ios) sync Podfile.lock
2022-04-07 11:48:22 +02:00
Saúl Ibarra Corretgé
23f40db889
feat(rn,deps) update React Native to 0.67
2022-04-07 10:35:51 +02:00
Saúl Ibarra Corretgé
14d200a0cf
chore(deps) update react-native-webrtc to 1.100.0
2022-04-04 16:50:07 +02:00
Saúl Ibarra Corretgé
5b07b6dc42
chore(rn,versions) bump app and sdk versions
2022-04-04 16:42:44 +02:00