jiti-meet/ios/sdk/src
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
..
callkit fix(ios) fix mute "ping-pong" 2022-10-14 14:32:09 +02:00
dropbox feat(ios) update dropbox authentication to PKCE flow 2021-09-02 14:17:08 +02:00
picture-in-picture fix(ios, pip) make initialPositionInSuperView property public 2022-06-08 13:38:20 +02:00
AppInfo.m feat(ios) add lite SDK target 2022-08-16 09:58:37 +02:00
AudioMode.m fix(ios) use the RN logger in RN modules 2022-08-03 15:16:43 +02:00
ExternalAPI.h fix(ios, pip): update view hierarchy to present the rn view with view controller 2022-06-29 17:57:51 +02:00
ExternalAPI.m fix(ios) removes scope from sendEvent parameter in ExternalAPI 2022-07-06 17:11:55 +02:00
Info.plist chore(rn,versions) set app and sdk versions for development 2022-07-06 23:18:32 +02:00
InfoPlistUtil.h rn: add ability to disable crash reporting 2020-05-07 23:05:48 +02:00
InfoPlistUtil.m rn: add ability to disable crash reporting 2020-05-07 23:05:48 +02:00
JavaScriptSandbox.m rn: evaluate config.js in a sandboxed environment 2019-10-14 12:20:58 +02:00
JitsiAudioSession+Private.h fix(iOS) fix missing headers 2021-10-22 14:00:20 +03:00
JitsiAudioSession.h feat(iOS) expose activating/deactivating audio session functionality 2021-10-22 11:30:25 +03:00
JitsiAudioSession.m fix(iOS) fix missing headers 2021-10-22 14:00:20 +03:00
JitsiMeet+Private.h feat(mobile) adds ability to send and receive text messages (#8425) 2021-01-20 14:06:45 +02:00
JitsiMeet.h fix(carmode) Force portrait when in carmode 2022-09-22 17:17:19 +03:00
JitsiMeet.m fix(carmode) Force portrait when in carmode 2022-09-22 17:17:19 +03:00
JitsiMeetBaseLogHandler+Private.h rn: add native loggers 2019-09-04 10:50:30 +02:00
JitsiMeetBaseLogHandler.h rn: add native loggers 2019-09-04 10:50:30 +02:00
JitsiMeetBaseLogHandler.m rn: add native loggers 2019-09-04 10:50:30 +02:00
JitsiMeetConferenceOptions+Private.h ios: introduce JitsiMeetConferenceOptions 2019-03-12 16:55:28 +01:00
JitsiMeetConferenceOptions.h fix(rn,sdk) drop deprecated option enableWelcomePage 2021-11-23 13:49:14 +01:00
JitsiMeetConferenceOptions.m fix(rn,sdk) drop deprecated option enableWelcomePage 2021-11-23 13:49:14 +01:00
JitsiMeetLogger.h rn: add native loggers 2019-09-04 10:50:30 +02:00
JitsiMeetLogger.m ios: set logger subsystem and category 2019-09-24 09:49:33 +02:00
JitsiMeetSDK.h feat(iOS): callkit objc implementation 2022-09-14 18:52:39 +02:00
JitsiMeetUserInfo+Private.h rn: add SDK API to set user information 2019-06-11 17:27:16 +00:00
JitsiMeetUserInfo.h fix(linguistics) Use 'email' instead of 'e-mail' 2021-11-23 16:00:08 +02:00
JitsiMeetUserInfo.m rn: add SDK API to set user information 2019-06-11 17:27:16 +00:00
JitsiMeetView+Private.h fix(ios, pip): update view hierarchy to present the rn view with view controller 2022-06-29 17:57:51 +02:00
JitsiMeetView+Private.m fix(ios, pip): update view hierarchy to present the rn view with view controller 2022-06-29 17:57:51 +02:00
JitsiMeetView.h feat(mobile, external_api) exposes setClosedCaptionsEnabled 2022-06-21 16:18:31 +02:00
JitsiMeetView.m fix(iOS, layout): fix iOS 16 layout 2022-10-17 12:33:44 +02:00
JitsiMeetViewDelegate.h feat)rn,sdk) introduce a "ready to close" event 2021-11-24 09:58:48 +01:00
Lite-Info.plist feat(ios) add lite SDK target 2022-08-16 09:58:37 +02:00
LocaleDetector.m [RN] Drop react-native-locale-detector dependency 2018-12-03 11:48:44 +01:00
LogBridge.m rn: add native loggers 2019-09-04 10:50:30 +02:00
LogUtils.h rn: add native loggers 2019-09-04 10:50:30 +02:00
POSIX.m [iOS] Synthesize IPv6 addresses closer to Apple's recommendation 2017-12-19 19:15:34 -06:00
Proximity.m ios: enable proximity sensor on the main thread 2019-02-14 10:20:45 +01:00
RCTBridgeWrapper.h fix(ios) Fixes RCTBridge not being released when JitsiMeet is trying to destroy its bridge on some OS versions 2021-10-14 10:51:14 +02:00
RCTBridgeWrapper.m fix(ios) Fixes RCTBridge not being released when JitsiMeet is trying to destroy its bridge on some OS versions 2021-10-14 10:51:14 +02:00
RNRootView.h rn: avoid logging initial props in release builds 2019-05-31 11:49:36 +02:00
RNRootView.m rn: avoid logging initial props in release builds 2019-05-31 11:49:36 +02:00
ReactUtils.h ios: log fatal errors, don't swallow exceptions 2019-09-04 17:45:18 +02:00
ReactUtils.m ios: divert RN logs to our logger 2019-09-04 17:45:18 +02:00
ScheenshareEventEmiter.h feat(iOS): screensharing support 2021-03-05 16:33:53 +01:00
ScheenshareEventEmiter.m fix(ios) fix leaving the meeting when screen-sharing 2021-04-28 13:33:11 +02:00