mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
* commit 'f6b85b8f9a0b4ce162616e79045fb015a21b27da': (40 commits) finish version++ version++ changelog.d: Upgrade MatrixSDK version ([v0.27.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.1)). completed code improvement fix 7646 opening the safari web view externally so that it will be able to share the cookies web view opened on tap + changelog added the cell, now I just need to implement the navigation to the web view completed Hide deactivate account if the auth property is present on the WK. Add changelogs Prevent mention crashes when room members are missing display names (objc interop) Prevent pill crashes when room members are missing display names (objc interop) Update introspect to the latest version, remove now duplicate `introspectCollectionView` Prepare for new sprint finish version++ Add missing changelog entry. version++ changelog.d: Upgrade MatrixSDK version ([v0.27.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.0)). ... # Conflicts: # Config/AppVersion.xcconfig # Podfile # Riot.xcodeproj/xcshareddata/xcschemes/Riot.xcscheme # Riot/Modules/SecureBackup/Setup/SecureBackupSetupCoordinator.swift # Riot/Modules/Settings/SettingsViewController.m # Riot/target.yml
78 lines
2.4 KiB
Objective-C
78 lines
2.4 KiB
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
@import MatrixSDK;
|
|
@import DTCoreText;
|
|
|
|
#import "WebViewViewController.h"
|
|
#import "RiotSplitViewController.h"
|
|
#import "RiotNavigationController.h"
|
|
#import "ThemeService.h"
|
|
#import "TableViewCellWithCheckBoxAndLabel.h"
|
|
#import "RecentsDataSource.h"
|
|
#import "AvatarGenerator.h"
|
|
#import "EncryptionInfoView.h"
|
|
#import "EventFormatter.h"
|
|
#import "MediaPickerViewController.h"
|
|
#import "RoomBubbleCellData.h"
|
|
#import "MXKRoomBubbleTableViewCell+Riot.h"
|
|
#import "UserEncryptionTrustLevel.h"
|
|
#import "RoomEncryptionTrustLevel.h"
|
|
#import "RoomReactionsViewSizer.h"
|
|
#import "RoomEncryptedDataBubbleCell.h"
|
|
#import "LegacyAppDelegate.h"
|
|
#import "DirectoryServerPickerViewController.h"
|
|
#import "MXSession+Riot.h"
|
|
#import "RoomFilesViewController.h"
|
|
#import "RoomSearchViewController.h"
|
|
#import "IntegrationManagerViewController.h"
|
|
#import "RoomSettingsViewController.h"
|
|
#import "JitsiWidgetData.h"
|
|
#import "InviteRecentTableViewCell.h"
|
|
#import "AuthFallBackViewController.h"
|
|
#import "CallViewController.h"
|
|
#import "MatrixContactsDataSource.h"
|
|
#import "TypingUserInfo.h"
|
|
#import "UnifiedSearchViewController.h"
|
|
#import "SettingsViewController.h"
|
|
#import "BugReportViewController.h"
|
|
#import "BuildInfo.h"
|
|
#import "RoomMemberDetailsViewController.h"
|
|
#import "Tools.h"
|
|
#import "RoomViewController.h"
|
|
#import "ContactDetailsViewController.h"
|
|
#import "RoomInputToolbarView.h"
|
|
#import "NSArray+Element.h"
|
|
#import "ShareItemSenderProtocol.h"
|
|
#import "Contact.h"
|
|
#import "RoomTimelineCellProvider.h"
|
|
#import "PlainRoomTimelineCellProvider.h"
|
|
#import "BubbleRoomTimelineCellProvider.h"
|
|
#import "RoomSelectedStickerBubbleCell.h"
|
|
#import "MXRoom+Riot.h"
|
|
|
|
#import "MXRoom+sendRoomPowerLevels.h"
|
|
#import "UniversalLink.h"
|
|
#import "VoiceBroadcastInfo.h"
|
|
|
|
// MatrixKit common imports, shared with all targets
|
|
#import "MatrixKit-Bridging-Header.h"
|
|
|
|
// MatrixKit imports for the application target (Riot)
|
|
#import "MXKBarButtonItem.h"
|
|
#import "MXKPieChartView.h"
|
|
#import "MXKErrorAlertPresentation.h"
|
|
#import "MXKErrorPresentation.h"
|
|
#import "MXKErrorViewModel.h"
|
|
#import "MXKEncryptionKeysExportView.h"
|
|
#import "MXKTableViewCellWithLabelAndSwitch.h"
|
|
#import "MXKTableViewCellWithTextView.h"
|
|
#import "MXKTableViewCellWithButton.h"
|
|
#import "MXKRoomDataSourceManager.h"
|
|
#import "MXRoom+Sync.h"
|
|
#import "UIAlertController+MatrixKit.h"
|
|
#import "MXKMessageTextView.h"
|
|
#import "AllChatsLayoutModels.h"
|
|
#import "SecurityViewController.h"
|