diff --git a/DesignKit/Package.swift b/DesignKit/Package.swift index 6bbd17ecf..8124d5be1 100644 --- a/DesignKit/Package.swift +++ b/DesignKit/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "DesignKit", targets: ["DesignKit"]) ], dependencies: [ - .package(url: "https://github.com/vector-im/compound-ios", revision: "562988911c79e81c70ecc40ceb469b65e46e82dc"), + .package(url: "https://github.com/vector-im/compound-ios", revision: "e8c097e545a06a2ef3036af33192a07c58fafd1b"), .package(url: "https://github.com/vector-im/element-design-tokens", exact: "0.0.3"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "0.9.0") ], diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 3235015fb..479f56e96 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -155,7 +155,6 @@ 3116693C5EB476E028990416 /* XCTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74611A4182DCF5F4D42696EC /* XCTestCase.swift */; }; 32B7891D937377A59606EDFC /* UserFlowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21DD8599815136EFF5B73F38 /* UserFlowTests.swift */; }; 339BC18777912E1989F2F17D /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = 584A61D9C459FAFEF038A7C0 /* Section.swift */; }; - 339D847497C51F2B36E3666B /* FixedIconSizeLabelStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3518637393394901BF5BFAC3 /* FixedIconSizeLabelStyle.swift */; }; 33CAC1226DFB8B5D8447D286 /* GZIP in Frameworks */ = {isa = PBXBuildFile; productRef = 1BCD21310B997A6837B854D6 /* GZIP */; }; 340D39DB87F3800D53A6A621 /* EmojiPickerScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00245D40CD90FD71D6A05239 /* EmojiPickerScreen.swift */; }; 34357B287357BC0B9715DD51 /* UserAgentBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2529D434C750ED78ADF1ED /* UserAgentBuilder.swift */; }; @@ -304,6 +303,7 @@ 642DF13C49ED4121C148230E /* TestablePreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1E227F34BE43B08E098796E /* TestablePreview.swift */; }; 6448F8D1D3CA4CD27BB4CADD /* RoomMemberProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F36C5D9B37E50915ECBD3EE /* RoomMemberProxy.swift */; }; 644AA5001BCC58D7732EB772 /* MigrationScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12EDAFB64FA5F6812D54F39A /* MigrationScreenViewModel.swift */; }; + 64AB99285DC4437C0DDE9585 /* MenuSheetLabelStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49ABAB186CF00B15C5521D04 /* MenuSheetLabelStyle.swift */; }; 64C373ACCFA26D42BA45CFAD /* HomeScreenInvitesButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24227FF9A2797F6EA7F69CDD /* HomeScreenInvitesButton.swift */; }; 64D05250CEDE8B604119F6E6 /* Alert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 981663D961C94270FA035FD0 /* Alert.swift */; }; 64F43D7390DA2A0AFD6BA911 /* VideoRoomTimelineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1941C8817E6B6971BA4415F5 /* VideoRoomTimelineView.swift */; }; @@ -696,6 +696,7 @@ D4ACF3276F5D0DA28D4028C9 /* AnalyticsPromptScreenViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8196D64EB9CF2AF1F43E4ED1 /* AnalyticsPromptScreenViewModelProtocol.swift */; }; D53B80EF02C1062E68659EDD /* ReportContentViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 086C19086DD16E9B38E25954 /* ReportContentViewModelTests.swift */; }; D55AF9B5B55FEED04771A461 /* RoomFlowCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A008E57D52B07B78DFAD1BB /* RoomFlowCoordinator.swift */; }; + D5681C80D8281560AACE0035 /* Label.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045253F9967A535EE5B16691 /* Label.swift */; }; D5C805F49B2C75DC3793E780 /* EmojiItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37A243E04B58DC6E41FDCD82 /* EmojiItem.swift */; }; D5E771132BB36240DE38102F /* RoomMessageEventStringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80E815FF3CC5E5A355E3A25E /* RoomMessageEventStringBuilder.swift */; }; D5EA4C6C80579279770D5804 /* ImageRoomTimelineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A45283CF1DB96E583BECA6 /* ImageRoomTimelineView.swift */; }; @@ -888,6 +889,7 @@ 0376C429FAB1687C3D905F3E /* MockCoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockCoder.swift; sourceTree = ""; }; 03DD998E523D4EC93C7ED703 /* RoomNotificationSettingsScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomNotificationSettingsScreenViewModelProtocol.swift; sourceTree = ""; }; 03FABD73FD8086EFAB699F42 /* MediaUploadPreviewScreenViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaUploadPreviewScreenViewModelTests.swift; sourceTree = ""; }; + 045253F9967A535EE5B16691 /* Label.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Label.swift; sourceTree = ""; }; 04BB8DDE245ED86C489BA983 /* AccessibilityIdentifiers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccessibilityIdentifiers.swift; sourceTree = ""; }; 04DF593C3F7AF4B2FBAEB05D /* FileManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileManager.swift; sourceTree = ""; }; 052B2F924572AFD70B5F500E /* StartChatScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartChatScreenViewModel.swift; sourceTree = ""; }; @@ -1029,7 +1031,6 @@ 33E49C5C6F802B4D94CA78D1 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = ""; }; 340179A0FC1AD4AEDA7FC134 /* CreateRoomViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateRoomViewModelProtocol.swift; sourceTree = ""; }; 342BEBC3C5FC3F9943C41C4C /* TemplateScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemplateScreenViewModelProtocol.swift; sourceTree = ""; }; - 3518637393394901BF5BFAC3 /* FixedIconSizeLabelStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FixedIconSizeLabelStyle.swift; sourceTree = ""; }; 351E89CE2ED9B73C5CC47955 /* TimelineReactionsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineReactionsView.swift; sourceTree = ""; }; 3558A15CFB934F9229301527 /* RestorationToken.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RestorationToken.swift; sourceTree = ""; }; 35AFCF4C05DEED04E3DB1A16 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; @@ -1094,6 +1095,7 @@ 47F29139BC2A804CE5E0757E /* MediaUploadPreviewScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaUploadPreviewScreenViewModel.swift; sourceTree = ""; }; 4959CECEC984B3995616F427 /* DataProtectionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataProtectionManager.swift; sourceTree = ""; }; 4999B5FD50AED7CB0F590FF8 /* AdvancedSettingsScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdvancedSettingsScreenModels.swift; sourceTree = ""; }; + 49ABAB186CF00B15C5521D04 /* MenuSheetLabelStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuSheetLabelStyle.swift; sourceTree = ""; }; 49D2C8E66E83EA578A7F318A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 49E45C3DC740D3AB9A47FD32 /* SwipeToReplyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwipeToReplyView.swift; sourceTree = ""; }; 49E6066092ED45E36BB306F7 /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Localizable.stringsdict"; sourceTree = ""; }; @@ -2276,6 +2278,7 @@ 04DF593C3F7AF4B2FBAEB05D /* FileManager.swift */, E26747B3154A5DBC3A7E24A5 /* Image.swift */, 4E2245243369B99216C7D84E /* ImageCache.swift */, + 045253F9967A535EE5B16691 /* Label.swift */, C14D83B2B7CD5501A0089EFC /* LayoutDirection.swift */, 23AA3F4B285570805CB0CCDD /* MapTiler.swift */, 4151163F666ED94FD959475A /* NotificationName.swift */, @@ -3629,9 +3632,9 @@ children = ( 8872E9C5E91E9F2BFC4EBCCA /* AlignedScrollView.swift */, 42236480CF0431535EBE8387 /* CustomLayoutLabelStyle.swift */, - 3518637393394901BF5BFAC3 /* FixedIconSizeLabelStyle.swift */, 4798B3B7A1E8AE3901CEE8C6 /* FramePreferenceKey.swift */, 565F1B2B300597C616B37888 /* FullscreenDialog.swift */, + 49ABAB186CF00B15C5521D04 /* MenuSheetLabelStyle.swift */, 398817652FA8ABAE0A31AC6D /* ReadableFrameModifier.swift */, 933B074F006F8E930DB98B4E /* TimelineMediaFrame.swift */, EFF7BF82A950B91BC5469E91 /* ViewFrameReader.swift */, @@ -4655,7 +4658,6 @@ D33AC79A50DFC26D2498DD28 /* FileRoomTimelineItem.swift in Sources */, 37D789F24199B32E3FD1AA7B /* FileRoomTimelineItemContent.swift in Sources */, 1F04C63D4FA95948E3F52147 /* FileRoomTimelineView.swift in Sources */, - 339D847497C51F2B36E3666B /* FixedIconSizeLabelStyle.swift in Sources */, F5D2270B5021D521C0D22E11 /* FlowCoordinatorProtocol.swift in Sources */, B3EDDEC1839BB5A3747624BB /* FormButtonStyles.swift in Sources */, 5CE74302A0725F56F1E9D2A0 /* FormRow.swift in Sources */, @@ -4700,6 +4702,7 @@ E3CA565A4B9704F191B191F0 /* JoinedRoomSize+MemberCount.swift in Sources */, 1FE593ECEC40A43789105D80 /* KeychainController.swift in Sources */, CB99B0FA38A4AC596F38CC13 /* KeychainControllerProtocol.swift in Sources */, + D5681C80D8281560AACE0035 /* Label.swift in Sources */, EEAE954289DE813A61656AE0 /* LayoutDirection.swift in Sources */, 42B084FDE621FBEE433AF444 /* LegalInformationScreen.swift in Sources */, 9EBDC79CAC9B63A0D626E333 /* LegalInformationScreenCoordinator.swift in Sources */, @@ -4751,6 +4754,7 @@ A969147E0EEE0E27EE226570 /* MediaUploadPreviewScreenViewModel.swift in Sources */, 9B872FF37DBE6BE054903831 /* MediaUploadPreviewScreenViewModelProtocol.swift in Sources */, 8A0BD60CA4A6004DB06B5403 /* MediaUploadingPreprocessor.swift in Sources */, + 64AB99285DC4437C0DDE9585 /* MenuSheetLabelStyle.swift in Sources */, 858B0A45257174AAFD448EA0 /* MessageComposer.swift in Sources */, C8E0FA0FF2CD6613264FA6B9 /* MessageForwardingScreen.swift in Sources */, 2BBA132149DEBED6624084A8 /* MessageForwardingScreenCoordinator.swift in Sources */, @@ -5766,7 +5770,7 @@ repositoryURL = "https://github.com/vector-im/compound-ios"; requirement = { kind = revision; - revision = 562988911c79e81c70ecc40ceb469b65e46e82dc; + revision = e8c097e545a06a2ef3036af33192a07c58fafd1b; }; }; 9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 63062649a..88c4607b7 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -13,7 +13,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/vector-im/compound-ios", "state" : { - "revision" : "562988911c79e81c70ecc40ceb469b65e46e82dc" + "revision" : "e8c097e545a06a2ef3036af33192a07c58fafd1b" } }, { @@ -235,7 +235,7 @@ { "identity" : "swiftui-introspect", "kind" : "remoteSourceControl", - "location" : "https://github.com/siteline/SwiftUI-Introspect.git", + "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { "revision" : "b94da693e57eaf79d16464b8b7c90d09cba4e290", "version" : "0.9.2" diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/attachments/Contents.json new file mode 100644 index 000000000..73c00596a --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/timeline-reaction-add-more.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/attachments/add-location.imageset/Contents.json similarity index 81% rename from ElementX/Resources/Assets.xcassets/images/timeline/timeline-reaction-add-more.imageset/Contents.json rename to ElementX/Resources/Assets.xcassets/images/composer/attachments/add-location.imageset/Contents.json index 6c7aeb055..1ce0c9fbd 100644 --- a/ElementX/Resources/Assets.xcassets/images/timeline/timeline-reaction-add-more.imageset/Contents.json +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/add-location.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "timeline-reaction-add-more.pdf", + "filename" : "location.svg", "idiom" : "universal" } ], diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/add-location.imageset/location.svg b/ElementX/Resources/Assets.xcassets/images/composer/attachments/add-location.imageset/location.svg new file mode 100644 index 000000000..6911eb3ef --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/add-location.imageset/location.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/attachment.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/attachments/attachment.imageset/Contents.json new file mode 100644 index 000000000..fa6949006 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/attachment.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "attachment.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/attachment.imageset/attachment.svg b/ElementX/Resources/Assets.xcassets/images/composer/attachments/attachment.imageset/attachment.svg new file mode 100644 index 000000000..44904305a --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/attachment.imageset/attachment.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/photos-library.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/attachments/photos-library.imageset/Contents.json new file mode 100644 index 000000000..d83afc1d8 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/photos-library.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "photos-library.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/photos-library.imageset/photos-library.svg b/ElementX/Resources/Assets.xcassets/images/composer/attachments/photos-library.imageset/photos-library.svg new file mode 100644 index 000000000..b4ecae946 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/photos-library.imageset/photos-library.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/take-photo.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/attachments/take-photo.imageset/Contents.json new file mode 100644 index 000000000..e57a0a451 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/take-photo.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "take-photo.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/take-photo.imageset/take-photo.svg b/ElementX/Resources/Assets.xcassets/images/composer/attachments/take-photo.imageset/take-photo.svg new file mode 100644 index 000000000..940568111 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/take-photo.imageset/take-photo.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/text-formatting.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/attachments/text-formatting.imageset/Contents.json new file mode 100644 index 000000000..d2f49e21b --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/text-formatting.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "text-formatting.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/composer/attachments/text-formatting.imageset/text-formatting.svg b/ElementX/Resources/Assets.xcassets/images/composer/attachments/text-formatting.imageset/text-formatting.svg new file mode 100644 index 000000000..d6ab5a006 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/attachments/text-formatting.imageset/text-formatting.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/close-rte.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/close-rte.imageset/Contents.json similarity index 100% rename from ElementX/Resources/Assets.xcassets/images/timeline/close-rte.imageset/Contents.json rename to ElementX/Resources/Assets.xcassets/images/composer/close-rte.imageset/Contents.json diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/close-rte.imageset/close-rte-dark.svg b/ElementX/Resources/Assets.xcassets/images/composer/close-rte.imageset/close-rte-dark.svg similarity index 100% rename from ElementX/Resources/Assets.xcassets/images/timeline/close-rte.imageset/close-rte-dark.svg rename to ElementX/Resources/Assets.xcassets/images/composer/close-rte.imageset/close-rte-dark.svg diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/close-rte.imageset/close-rte.svg b/ElementX/Resources/Assets.xcassets/images/composer/close-rte.imageset/close-rte.svg similarity index 100% rename from ElementX/Resources/Assets.xcassets/images/timeline/close-rte.imageset/close-rte.svg rename to ElementX/Resources/Assets.xcassets/images/composer/close-rte.imageset/close-rte.svg diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/composer-attachment.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/composer-attachment.imageset/Contents.json similarity index 100% rename from ElementX/Resources/Assets.xcassets/images/timeline/composer-attachment.imageset/Contents.json rename to ElementX/Resources/Assets.xcassets/images/composer/composer-attachment.imageset/Contents.json diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/composer-attachment.imageset/composer-attachment-dark.svg b/ElementX/Resources/Assets.xcassets/images/composer/composer-attachment.imageset/composer-attachment-dark.svg similarity index 100% rename from ElementX/Resources/Assets.xcassets/images/timeline/composer-attachment.imageset/composer-attachment-dark.svg rename to ElementX/Resources/Assets.xcassets/images/composer/composer-attachment.imageset/composer-attachment-dark.svg diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/composer-attachment.imageset/composer-attachment-light.svg b/ElementX/Resources/Assets.xcassets/images/composer/composer-attachment.imageset/composer-attachment-light.svg similarity index 100% rename from ElementX/Resources/Assets.xcassets/images/timeline/composer-attachment.imageset/composer-attachment-light.svg rename to ElementX/Resources/Assets.xcassets/images/composer/composer-attachment.imageset/composer-attachment-light.svg diff --git a/ElementX/Resources/Assets.xcassets/images/composer/editing.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/editing.imageset/Contents.json new file mode 100644 index 000000000..7ab1bfca0 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/editing.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "edit-solid-16.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/composer/editing.imageset/edit-solid-16.svg b/ElementX/Resources/Assets.xcassets/images/composer/editing.imageset/edit-solid-16.svg new file mode 100644 index 000000000..bd11171a4 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/editing.imageset/edit-solid-16.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/timeline-composer-send-message.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/composer/send-message.imageset/Contents.json similarity index 100% rename from ElementX/Resources/Assets.xcassets/images/timeline/timeline-composer-send-message.imageset/Contents.json rename to ElementX/Resources/Assets.xcassets/images/composer/send-message.imageset/Contents.json diff --git a/ElementX/Resources/Assets.xcassets/images/composer/send-message.imageset/send.svg b/ElementX/Resources/Assets.xcassets/images/composer/send-message.imageset/send.svg new file mode 100644 index 000000000..1e7f3cc28 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/composer/send-message.imageset/send.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/encryption/decryption-error.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/encryption/decryption-error.imageset/Contents.json new file mode 100644 index 000000000..f0f774524 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/encryption/decryption-error.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "decryption-error.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/encryption/decryption-error.imageset/decryption-error.svg b/ElementX/Resources/Assets.xcassets/images/encryption/decryption-error.imageset/decryption-error.svg new file mode 100644 index 000000000..7128a0d9c --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/encryption/decryption-error.imageset/decryption-error.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-normal.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/encryption/encryption-normal.imageset/Contents.json deleted file mode 100644 index c45edf4c9..000000000 --- a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-normal.imageset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "images" : [ - { - "filename" : "encryption_normal.svg", - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-normal.imageset/encryption_normal.svg b/ElementX/Resources/Assets.xcassets/images/encryption/encryption-normal.imageset/encryption_normal.svg deleted file mode 100644 index 2a33a8212..000000000 --- a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-normal.imageset/encryption_normal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-trusted.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/encryption/encryption-trusted.imageset/Contents.json deleted file mode 100644 index 14f07e127..000000000 --- a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-trusted.imageset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "images" : [ - { - "filename" : "encryption_trusted.svg", - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-trusted.imageset/encryption_trusted.svg b/ElementX/Resources/Assets.xcassets/images/encryption/encryption-trusted.imageset/encryption_trusted.svg deleted file mode 100644 index 3e84700ad..000000000 --- a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-trusted.imageset/encryption_trusted.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-warning.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/encryption/encryption-warning.imageset/Contents.json deleted file mode 100644 index 321bea10f..000000000 --- a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-warning.imageset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "images" : [ - { - "filename" : "encryption_warning.svg", - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-warning.imageset/encryption_warning.svg b/ElementX/Resources/Assets.xcassets/images/encryption/encryption-warning.imageset/encryption_warning.svg deleted file mode 100644 index 29600e833..000000000 --- a/ElementX/Resources/Assets.xcassets/images/encryption/encryption-warning.imageset/encryption_warning.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/ElementX/Resources/Assets.xcassets/images/ended-poll.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/ended-poll.imageset/Contents.json index 67315e69b..eb093d7bc 100644 --- a/ElementX/Resources/Assets.xcassets/images/ended-poll.imageset/Contents.json +++ b/ElementX/Resources/Assets.xcassets/images/ended-poll.imageset/Contents.json @@ -10,6 +10,7 @@ "version" : 1 }, "properties" : { + "preserves-vector-representation" : true, "template-rendering-intent" : "template" } } diff --git a/ElementX/Resources/Assets.xcassets/images/home/Contents.json b/ElementX/Resources/Assets.xcassets/images/home/Contents.json new file mode 100644 index 000000000..73c00596a --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/home/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/home/compose.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/home/compose.imageset/Contents.json new file mode 100644 index 000000000..4d9c312e5 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/home/compose.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "compose.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/home/compose.imageset/compose.svg b/ElementX/Resources/Assets.xcassets/images/home/compose.imageset/compose.svg new file mode 100644 index 000000000..d96fc5d50 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/home/compose.imageset/compose.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/Contents.json b/ElementX/Resources/Assets.xcassets/images/timeline/actions/Contents.json new file mode 100644 index 000000000..73c00596a --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/add-reaction.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/timeline/actions/add-reaction.imageset/Contents.json new file mode 100644 index 000000000..2fffbaaa7 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/add-reaction.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "add-reaction.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/add-reaction.imageset/add-reaction.svg b/ElementX/Resources/Assets.xcassets/images/timeline/actions/add-reaction.imageset/add-reaction.svg new file mode 100644 index 000000000..588b3a181 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/add-reaction.imageset/add-reaction.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/copy.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/timeline/actions/copy.imageset/Contents.json new file mode 100644 index 000000000..01b166d2a --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/copy.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "copy.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/copy.imageset/copy.svg b/ElementX/Resources/Assets.xcassets/images/timeline/actions/copy.imageset/copy.svg new file mode 100644 index 000000000..6f8178ac0 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/copy.imageset/copy.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/edit-outline.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/timeline/actions/edit-outline.imageset/Contents.json new file mode 100644 index 000000000..319ffd8fa --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/edit-outline.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "edit-outline.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/edit-outline.imageset/edit-outline.svg b/ElementX/Resources/Assets.xcassets/images/timeline/actions/edit-outline.imageset/edit-outline.svg new file mode 100644 index 000000000..c96b4deee --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/edit-outline.imageset/edit-outline.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/forward.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/timeline/actions/forward.imageset/Contents.json new file mode 100644 index 000000000..0f6df7e69 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/forward.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "forward.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/forward.imageset/forward.svg b/ElementX/Resources/Assets.xcassets/images/timeline/actions/forward.imageset/forward.svg new file mode 100644 index 000000000..a404e060e --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/forward.imageset/forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/reply.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/timeline/actions/reply.imageset/Contents.json new file mode 100644 index 000000000..63e414c95 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/reply.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "reply.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/reply.imageset/reply.svg b/ElementX/Resources/Assets.xcassets/images/timeline/actions/reply.imageset/reply.svg new file mode 100644 index 000000000..757fefc4b --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/reply.imageset/reply.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/view-source.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/timeline/actions/view-source.imageset/Contents.json new file mode 100644 index 000000000..6b23b46c5 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/view-source.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "view-source.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/actions/view-source.imageset/view-source.svg b/ElementX/Resources/Assets.xcassets/images/timeline/actions/view-source.imageset/view-source.svg new file mode 100644 index 000000000..c4e1f52ce --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/images/timeline/actions/view-source.imageset/view-source.svg @@ -0,0 +1,3 @@ + + + diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/timeline-composer-send-message.imageset/send.svg b/ElementX/Resources/Assets.xcassets/images/timeline/timeline-composer-send-message.imageset/send.svg deleted file mode 100644 index 1cabb8690..000000000 --- a/ElementX/Resources/Assets.xcassets/images/timeline/timeline-composer-send-message.imageset/send.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/ElementX/Resources/Assets.xcassets/images/timeline/timeline-reaction-add-more.imageset/timeline-reaction-add-more.pdf b/ElementX/Resources/Assets.xcassets/images/timeline/timeline-reaction-add-more.imageset/timeline-reaction-add-more.pdf deleted file mode 100644 index 69eacbc62..000000000 --- a/ElementX/Resources/Assets.xcassets/images/timeline/timeline-reaction-add-more.imageset/timeline-reaction-add-more.pdf +++ /dev/null @@ -1,116 +0,0 @@ -%PDF-1.7 - -1 0 obj - << >> -endobj - -2 0 obj - << /Length 3 0 R >> -stream -/DeviceRGB CS -/DeviceRGB cs -q -1.000000 0.000000 -0.000000 1.000000 1.333252 1.333374 cm -0.396078 0.427451 0.466667 scn -12.000000 14.000000 m -11.631810 14.000000 11.333334 13.701523 11.333334 13.333333 c -11.333334 12.000000 l -10.000000 12.000000 l -9.631810 12.000000 9.333334 11.701523 9.333334 11.333334 c -9.333334 10.965144 9.631811 10.666667 10.000001 10.666667 c -11.333334 10.666667 l -11.333334 9.333332 l -11.333334 8.965143 11.631810 8.666666 12.000000 8.666666 c -12.368190 8.666666 12.666666 8.965143 12.666666 9.333333 c -12.666666 10.666667 l -14.000000 10.666667 l -14.368190 10.666667 14.666666 10.965143 14.666666 11.333334 c -14.666666 11.701523 14.368189 12.000000 13.999999 12.000000 c -12.666666 12.000000 l -12.666666 13.333334 l -12.666666 13.701524 12.368190 14.000000 12.000000 14.000000 c -h -3.333333 8.333333 m -3.333333 8.886666 3.780000 9.333333 4.333333 9.333333 c -4.886666 9.333333 5.333333 8.886666 5.333333 8.333333 c -5.333333 7.780000 4.886666 7.333333 4.333333 7.333333 c -3.780000 7.333333 3.333333 7.780000 3.333333 8.333333 c -h -9.000000 7.333333 m -9.553333 7.333333 9.999999 7.780000 9.999999 8.333333 c -9.999999 8.886666 9.553333 9.333333 9.000000 9.333333 c -8.446667 9.333333 8.000000 8.886666 8.000000 8.333333 c -8.000000 7.780000 8.446667 7.333333 9.000000 7.333333 c -h -6.666677 3.000000 m -8.220009 3.000000 9.540010 3.973333 10.073343 5.333334 c -3.260010 5.333334 l -3.793343 3.973333 5.113343 3.000000 6.666677 3.000000 c -h -1.333333 6.666667 m -1.333333 9.612185 3.721148 12.000000 6.666667 12.000000 c -7.073877 12.000000 7.469647 11.954485 7.849466 11.868532 c -8.208576 11.787266 8.565571 12.012502 8.646837 12.371612 c -8.728104 12.730721 8.502867 13.087715 8.143758 13.168982 c -7.668022 13.276641 7.173560 13.333333 6.666667 13.333333 c -2.984768 13.333333 0.000000 10.348565 0.000000 6.666667 c -0.000000 2.984768 2.984768 0.000000 6.666667 0.000000 c -10.348566 0.000000 13.333334 2.984768 13.333334 6.666667 c -13.333334 6.808108 13.328918 6.948606 13.320211 7.088020 c -13.297259 7.455494 12.980757 7.734784 12.613283 7.711831 c -12.245810 7.688879 11.966518 7.372376 11.989471 7.004903 c -11.996452 6.893137 12.000000 6.780360 12.000000 6.666667 c -12.000000 3.721148 9.612185 1.333333 6.666667 1.333333 c -3.721148 1.333333 1.333333 3.721148 1.333333 6.666667 c -h -f* -n -Q - -endstream -endobj - -3 0 obj - 2295 -endobj - -4 0 obj - << /Annots [] - /Type /Page - /MediaBox [ 0.000000 0.000000 16.000000 16.000000 ] - /Resources 1 0 R - /Contents 2 0 R - /Parent 5 0 R - >> -endobj - -5 0 obj - << /Kids [ 4 0 R ] - /Count 1 - /Type /Pages - >> -endobj - -6 0 obj - << /Pages 5 0 R - /Type /Catalog - >> -endobj - -xref -0 7 -0000000000 65535 f -0000000010 00000 n -0000000034 00000 n -0000002385 00000 n -0000002408 00000 n -0000002581 00000 n -0000002655 00000 n -trailer -<< /ID [ (some) (id) ] - /Root 6 0 R - /Size 7 ->> -startxref -2714 -%%EOF \ No newline at end of file diff --git a/ElementX/Sources/Generated/Assets.swift b/ElementX/Sources/Generated/Assets.swift index c157e2178..63ba6fd04 100644 --- a/ElementX/Sources/Generated/Assets.swift +++ b/ElementX/Sources/Generated/Assets.swift @@ -33,35 +33,45 @@ internal enum Asset { internal static let appLogo = ImageAsset(name: "images/app-logo") internal static let serverSelectionIcon = ImageAsset(name: "images/server-selection-icon") internal static let closeCircle = ImageAsset(name: "images/close-circle") + internal static let addLocation = ImageAsset(name: "images/add-location") + internal static let attachment = ImageAsset(name: "images/attachment") + internal static let photosLibrary = ImageAsset(name: "images/photos-library") + internal static let takePhoto = ImageAsset(name: "images/take-photo") + internal static let textFormatting = ImageAsset(name: "images/text-formatting") internal static let bold = ImageAsset(name: "images/bold") internal static let bulletList = ImageAsset(name: "images/bullet-list") + internal static let closeRte = ImageAsset(name: "images/close-rte") internal static let codeBlock = ImageAsset(name: "images/code-block") + internal static let composerAttachment = ImageAsset(name: "images/composer-attachment") + internal static let editing = ImageAsset(name: "images/editing") internal static let indent = ImageAsset(name: "images/indent") internal static let inlineCode = ImageAsset(name: "images/inline-code") internal static let italic = ImageAsset(name: "images/italic") internal static let link = ImageAsset(name: "images/link") internal static let numberedList = ImageAsset(name: "images/numbered-list") internal static let quote = ImageAsset(name: "images/quote") + internal static let sendMessage = ImageAsset(name: "images/send-message") internal static let strikethrough = ImageAsset(name: "images/strikethrough") internal static let textFormat = ImageAsset(name: "images/text-format") internal static let underline = ImageAsset(name: "images/underline") internal static let unindent = ImageAsset(name: "images/unindent") - internal static let encryptionNormal = ImageAsset(name: "images/encryption-normal") - internal static let encryptionTrusted = ImageAsset(name: "images/encryption-trusted") - internal static let encryptionWarning = ImageAsset(name: "images/encryption-warning") + internal static let decryptionError = ImageAsset(name: "images/decryption-error") internal static let endedPoll = ImageAsset(name: "images/ended-poll") + internal static let compose = ImageAsset(name: "images/compose") internal static let launchBackground = ImageAsset(name: "images/launch-background") internal static let locationMarker = ImageAsset(name: "images/location-marker") internal static let locationPin = ImageAsset(name: "images/location-pin") internal static let locationPointerFull = ImageAsset(name: "images/location-pointer-full") internal static let locationPointer = ImageAsset(name: "images/location-pointer") - internal static let closeRte = ImageAsset(name: "images/close-rte") - internal static let composerAttachment = ImageAsset(name: "images/composer-attachment") - internal static let timelineComposerSendMessage = ImageAsset(name: "images/timeline-composer-send-message") + internal static let addReaction = ImageAsset(name: "images/add-reaction") + internal static let copy = ImageAsset(name: "images/copy") + internal static let editOutline = ImageAsset(name: "images/edit-outline") + internal static let forward = ImageAsset(name: "images/forward") + internal static let reply = ImageAsset(name: "images/reply") + internal static let viewSource = ImageAsset(name: "images/view-source") internal static let timelineEndedPoll = ImageAsset(name: "images/timeline-ended-poll") internal static let timelinePollAttachment = ImageAsset(name: "images/timeline-poll-attachment") internal static let timelinePoll = ImageAsset(name: "images/timeline-poll") - internal static let timelineReactionAddMore = ImageAsset(name: "images/timeline-reaction-add-more") internal static let waitingGradient = ImageAsset(name: "images/waiting-gradient") } } diff --git a/ElementX/Sources/Other/Extensions/Label.swift b/ElementX/Sources/Other/Extensions/Label.swift new file mode 100644 index 000000000..22d9de680 --- /dev/null +++ b/ElementX/Sources/Other/Extensions/Label.swift @@ -0,0 +1,54 @@ +// +// Copyright 2022 New Vector Ltd +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import Compound +import SwiftUI + +extension Label { + /// Creates a label using a local asset as a Compound icon and a title generated from a string. + /// The icon size will be 24pt, scaling relative to the `bodyLG` with Dynamic Type. + /// - Parameters: + /// - title: A string used as the label’s title. + /// - iconAsset: The asset to use as the custom Compound icon. + /// + /// The supplied asset should have a square frame or it may end up distorted. + init(_ title: some StringProtocol, iconAsset: ImageAsset) where Title == Text, Icon == CompoundIcon { + self.init { + Text(title) + } icon: { + CompoundIcon(customImage: iconAsset.swiftUIImage) + } + } + + /// Creates a label using a local asset as a Compound icon and a title generated from a string. + /// - Parameters: + /// - title: A string used as the label’s title. + /// - iconAsset: The asset to use as the custom Compound icon. + /// - size: The size of the icon. + /// - font: The font that the icon will scale relative to for Dynamic Type. + /// + /// The supplied asset should have a square frame or it may end up distorted. + init(_ title: some StringProtocol, + iconAsset: ImageAsset, + iconSize: CompoundIcon.Size, + relativeTo font: Font) where Title == Text, Icon == CompoundIcon { + self.init { + Text(title) + } icon: { + CompoundIcon(customImage: iconAsset.swiftUIImage, size: iconSize, relativeTo: font) + } + } +} diff --git a/ElementX/Sources/Other/SwiftUI/Layout/FixedIconSizeLabelStyle.swift b/ElementX/Sources/Other/SwiftUI/Layout/MenuSheetLabelStyle.swift similarity index 59% rename from ElementX/Sources/Other/SwiftUI/Layout/FixedIconSizeLabelStyle.swift rename to ElementX/Sources/Other/SwiftUI/Layout/MenuSheetLabelStyle.swift index 02378700b..549cfe3e9 100644 --- a/ElementX/Sources/Other/SwiftUI/Layout/FixedIconSizeLabelStyle.swift +++ b/ElementX/Sources/Other/SwiftUI/Layout/MenuSheetLabelStyle.swift @@ -16,21 +16,23 @@ import SwiftUI -struct FixedIconSizeLabelStyle: LabelStyle { - @ScaledMetric private var iconSize: CGFloat +extension LabelStyle where Self == MenuSheetLabelStyle { + /// A label style for labels that are within a menu that is being presented as a sheet. + static var menuSheet: Self { MenuSheetLabelStyle() } +} - init(iconSize: Double = 24.0) { - _iconSize = .init(wrappedValue: iconSize) - } - +/// The style used for labels that are part of a menu that's presented as +/// a sheet as `TimelineItemMenu` and `RoomAttachmentPicker`. +struct MenuSheetLabelStyle: LabelStyle { var spacing: CGFloat = 16 func makeBody(configuration: Configuration) -> some View { HStack(spacing: spacing) { - configuration - .icon - .frame(width: iconSize, height: iconSize) + configuration.icon configuration.title } + .multilineTextAlignment(.leading) + .frame(maxWidth: .infinity, alignment: .leading) + .padding(16) } } diff --git a/ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.swift b/ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.swift index aa40f2767..0e8b4353b 100644 --- a/ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.swift +++ b/ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.swift @@ -14,6 +14,7 @@ // limitations under the License. // +import Compound import SwiftUI import WysiwygComposer @@ -82,6 +83,7 @@ struct ComposerToolbar: View { .frame(width: closeRTEButtonSize, height: closeRTEButtonSize) .padding(7) } + .accessibilityLabel(L10n.actionClose) .accessibilityIdentifier(A11yIdentifiers.roomScreen.composerToolbar.closeFormattingOptions) } @@ -152,12 +154,11 @@ struct ComposerToolbar: View { private var submitButtonImage: some View { // ZStack with opacity so the button size is consistent. ZStack { - Image(systemName: "checkmark") + CompoundIcon(\.check) .opacity(context.viewState.composerMode.isEdit ? 1 : 0) - .fontWeight(.medium) .accessibilityLabel(L10n.actionConfirm) .accessibilityHidden(!context.viewState.composerMode.isEdit) - Image(asset: Asset.Images.timelineComposerSendMessage) + Image(asset: Asset.Images.sendMessage) .resizable() .frame(width: sendButtonIconSize, height: sendButtonIconSize) .padding(EdgeInsets(top: 10, leading: 11, bottom: 10, trailing: 9)) diff --git a/ElementX/Sources/Screens/ComposerToolbar/View/MessageComposer.swift b/ElementX/Sources/Screens/ComposerToolbar/View/MessageComposer.swift index a41f0039c..609b56d67 100644 --- a/ElementX/Sources/Screens/ComposerToolbar/View/MessageComposer.swift +++ b/ElementX/Sources/Screens/ComposerToolbar/View/MessageComposer.swift @@ -14,6 +14,7 @@ // limitations under the License. // +import Compound import SwiftUI import WysiwygComposer @@ -132,11 +133,11 @@ private struct MessageComposerReplyHeader: View { .cornerRadius(13.0) .overlay(alignment: .topTrailing) { Button(action: action) { - Image(systemName: "xmark") - .font(.compound.bodySM.weight(.medium)) + CompoundIcon(\.close, size: .small, relativeTo: .compound.bodySMSemibold) .foregroundColor(.compound.iconTertiary) - .padding(8.0) + .padding(4.0) } + .accessibilityLabel(L10n.actionClose) } .padding(.vertical, 8.0) .padding(.horizontal, -4.0) @@ -148,26 +149,29 @@ private struct MessageComposerEditHeader: View { var body: some View { HStack(alignment: .center) { - Label(L10n.commonEditing, systemImage: "pencil.line") + Label(L10n.commonEditing, + iconAsset: Asset.Images.editing, + iconSize: .xSmall, + relativeTo: .compound.bodySMSemibold) .labelStyle(MessageComposerHeaderLabelStyle()) Spacer() Button(action: action) { - Image(systemName: "xmark") - .font(.compound.bodySM.weight(.medium)) + CompoundIcon(\.close, size: .small, relativeTo: .compound.bodySMSemibold) .foregroundColor(.compound.iconTertiary) - .padding(EdgeInsets(top: 10, leading: 12, bottom: 12, trailing: 14)) + .padding([.leading, .vertical], 6.0) } + .accessibilityLabel(L10n.actionClose) } } } private struct MessageComposerHeaderLabelStyle: LabelStyle { func makeBody(configuration: Configuration) -> some View { - HStack(alignment: .firstTextBaseline, spacing: 5) { + HStack(alignment: .center, spacing: 4) { configuration.icon configuration.title } - .font(.compound.bodySM) + .font(.compound.bodySMSemibold) .foregroundColor(.compound.textSecondary) .lineLimit(1) } diff --git a/ElementX/Sources/Screens/ComposerToolbar/View/RoomAttachmentPicker.swift b/ElementX/Sources/Screens/ComposerToolbar/View/RoomAttachmentPicker.swift index 32af2facf..ed28ee097 100644 --- a/ElementX/Sources/Screens/ComposerToolbar/View/RoomAttachmentPicker.swift +++ b/ElementX/Sources/Screens/ComposerToolbar/View/RoomAttachmentPicker.swift @@ -14,6 +14,7 @@ // limitations under the License. // +import Compound import SwiftUI import WysiwygComposer @@ -35,6 +36,7 @@ struct RoomAttachmentPicker: View { .foregroundColor(.compound.textActionPrimary) .padding(7) } + .accessibilityLabel(L10n.actionAddToTimeline) .accessibilityIdentifier(A11yIdentifiers.roomScreen.composerToolbar.openComposeOptions) .popover(isPresented: $context.showAttachmentPopover) { VStack(alignment: .leading, spacing: 0.0) { @@ -42,7 +44,8 @@ struct RoomAttachmentPicker: View { context.showAttachmentPopover = false context.send(viewAction: .displayMediaPicker) } label: { - PickerLabel(title: L10n.screenRoomAttachmentSourceGallery, icon: Image(systemName: "photo.fill")) + Label(L10n.screenRoomAttachmentSourceGallery, iconAsset: Asset.Images.photosLibrary) + .labelStyle(.menuSheet) } .accessibilityIdentifier(A11yIdentifiers.roomScreen.attachmentPickerPhotoLibrary) @@ -50,7 +53,8 @@ struct RoomAttachmentPicker: View { context.showAttachmentPopover = false context.send(viewAction: .displayDocumentPicker) } label: { - PickerLabel(title: L10n.screenRoomAttachmentSourceFiles, icon: Image(systemName: "paperclip")) + Label(L10n.screenRoomAttachmentSourceFiles, iconAsset: Asset.Images.attachment) + .labelStyle(.menuSheet) } .accessibilityIdentifier(A11yIdentifiers.roomScreen.attachmentPickerDocuments) @@ -58,7 +62,8 @@ struct RoomAttachmentPicker: View { context.showAttachmentPopover = false context.send(viewAction: .displayCameraPicker) } label: { - PickerLabel(title: L10n.screenRoomAttachmentSourceCamera, icon: Image(systemName: "camera.fill")) + Label(L10n.screenRoomAttachmentSourceCamera, iconAsset: Asset.Images.takePhoto) + .labelStyle(.menuSheet) } .accessibilityIdentifier(A11yIdentifiers.roomScreen.attachmentPickerCamera) @@ -66,7 +71,8 @@ struct RoomAttachmentPicker: View { context.showAttachmentPopover = false context.send(viewAction: .displayLocationPicker) } label: { - PickerLabel(title: L10n.screenRoomAttachmentSourceLocation, icon: Image(asset: Asset.Images.locationPin)) + Label(L10n.screenRoomAttachmentSourceLocation, iconAsset: Asset.Images.addLocation) + .labelStyle(.menuSheet) } .accessibilityIdentifier(A11yIdentifiers.roomScreen.attachmentPickerLocation) @@ -74,7 +80,8 @@ struct RoomAttachmentPicker: View { context.showAttachmentPopover = false context.send(viewAction: .displayPollForm) } label: { - PickerLabel(title: L10n.screenRoomAttachmentSourcePoll, icon: Image(asset: Asset.Images.timelinePollAttachment)) + Label(L10n.screenRoomAttachmentSourcePoll, icon: \.polls) + .labelStyle(.menuSheet) } .accessibilityIdentifier(A11yIdentifiers.roomScreen.attachmentPickerPoll) @@ -83,7 +90,8 @@ struct RoomAttachmentPicker: View { context.showAttachmentPopover = false context.send(viewAction: .enableTextFormatting) } label: { - PickerLabel(title: L10n.screenRoomAttachmentTextFormatting, icon: Image(asset: Asset.Images.textFormat)) + Label(L10n.screenRoomAttachmentTextFormatting, iconAsset: Asset.Images.textFormat) + .labelStyle(.menuSheet) } .accessibilityIdentifier(A11yIdentifiers.roomScreen.attachmentPickerTextFormatting) } @@ -104,30 +112,6 @@ struct RoomAttachmentPicker: View { .presentationDragIndicator(.visible) } } - - private struct PickerLabel: View { - let title: String - let icon: Image - - init(title: String, icon: Image) { - self.title = title - self.icon = icon - } - - var body: some View { - Label { - Text(title) - } icon: { - icon - .resizable() - .scaledToFit() - } - .labelStyle(FixedIconSizeLabelStyle(iconSize: 20)) - .multilineTextAlignment(.leading) - .frame(maxWidth: .infinity, alignment: .leading) - .padding(16) - } - } } struct RoomAttachmentPicker_Previews: PreviewProvider, TestablePreview { diff --git a/ElementX/Sources/Screens/CreatePollScreen/View/CreatePollScreen.swift b/ElementX/Sources/Screens/CreatePollScreen/View/CreatePollScreen.swift index 101e8f7ba..b60810769 100644 --- a/ElementX/Sources/Screens/CreatePollScreen/View/CreatePollScreen.swift +++ b/ElementX/Sources/Screens/CreatePollScreen/View/CreatePollScreen.swift @@ -141,11 +141,11 @@ private struct CreatePollOptionView: View { if editMode?.wrappedValue == .active { Button(action: deleteAction) { CompoundIcon(\.delete) - .font(.system(size: 24)) .foregroundColor(.compound.iconCriticalPrimary) } .disabled(!canDeleteItem) .buttonStyle(PlainButtonStyle()) + .accessibilityLabel(L10n.actionRemove) } TextField(text: $text) { Text(placeholder) diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreen.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreen.swift index bf787a522..c7decd85a 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreen.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreen.swift @@ -261,9 +261,9 @@ struct HomeScreen: View { Button { context.send(viewAction: .startChat) } label: { - Image(systemName: "square.and.pencil") - .fontWeight(.semibold) + CompoundIcon(customImage: Asset.Images.compose.swiftUIImage) } + .accessibilityLabel(L10n.actionStartChat) .accessibilityIdentifier(A11yIdentifiers.homeScreen.startChat) } diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenEmptyStateView.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenEmptyStateView.swift index 9616a06aa..ee0dd7af4 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenEmptyStateView.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenEmptyStateView.swift @@ -36,7 +36,7 @@ struct HomeScreenEmptyStateView: View { .padding(.bottom, 12) Button { context.send(viewAction: .startChat) } label: { - Label(L10n.actionStartChat, systemImage: "square.and.pencil") + Label(L10n.actionStartChat, iconAsset: Asset.Images.compose) .font(.compound.bodyLGSemibold) .foregroundColor(.compound.textOnSolidPrimary) .padding(.vertical, 6) diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift index 9b1cad969..a67c97510 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift @@ -143,12 +143,10 @@ struct HomeScreenRoomCell: View { case .none, .allMessages: EmptyView() case .mentionsAndKeywordsOnly: - CompoundIcon(\.mention) - .font(.system(size: 15)) + CompoundIcon(\.mention, size: .custom(15), relativeTo: .compound.bodyMD) .accessibilityLabel(L10n.a11yNotificationsMentionsOnly) case .mute: - CompoundIcon(\.notificationsSolidOff) - .font(.system(size: 15)) + CompoundIcon(\.notificationsSolidOff, size: .custom(15), relativeTo: .compound.bodyMD) .accessibilityLabel(L10n.a11yNotificationsMuted) } } diff --git a/ElementX/Sources/Screens/RoomScreen/View/Style/ThreadDecorator.swift b/ElementX/Sources/Screens/RoomScreen/View/Style/ThreadDecorator.swift index db7e5cd85..632a5f64b 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Style/ThreadDecorator.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Style/ThreadDecorator.swift @@ -25,8 +25,7 @@ struct ThreadDecorator: View { .foregroundColor(.compound.textPrimary) .font(.compound.bodyXS) } icon: { - CompoundIcon(\.threads) - .font(.system(size: 16)) + CompoundIcon(\.threads, size: .xSmall, relativeTo: .compound.bodyXS) .foregroundColor(.compound.iconSecondary) } .labelStyle(.custom(spacing: 4)) diff --git a/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift b/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift index 9929cd0e9..beefbb430 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift @@ -209,7 +209,7 @@ struct TimelineItemBubbledStylerView: View { } if timelineItem.hasFailedToSend { - Image(systemName: "exclamationmark.circle.fill") + CompoundIcon(\.error, size: .xSmall, relativeTo: .compound.bodyXS) } } .font(.compound.bodyXS) diff --git a/ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineItemStatusView.swift b/ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineItemStatusView.swift index 56ebac177..d826eee80 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineItemStatusView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineItemStatusView.swift @@ -14,6 +14,7 @@ // limitations under the License. // +import Compound import SwiftUI struct TimelineItemStatusView: View { @@ -50,12 +51,10 @@ struct TimelineItemStatusView: View { TimelineDeliveryStatusView(deliveryStatus: .sent) } case .sendingFailed: - // The bubbles handle the failure internally + // Bubbles handle the failure internally, but plain items don't. if style == .plain { - Image(systemName: "exclamationmark.circle.fill") - .resizable() + CompoundIcon(\.error, size: .xSmall, relativeTo: .compound.bodyMD) .foregroundColor(.compound.iconCriticalPrimary) - .frame(width: 16, height: 16) .onTapGesture { context.sendFailedConfirmationDialogInfo = .init(itemID: timelineItem.id) } diff --git a/ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineReactionsView.swift b/ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineReactionsView.swift index cd9d4776b..051f3cccf 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineReactionsView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Supplementary/TimelineReactionsView.swift @@ -156,7 +156,7 @@ struct TimelineReactionAddMoreButtonLabel: View { var body: some View { TimelineReactionButtonLabel { - Image(asset: Asset.Images.timelineReactionAddMore) + Image(asset: Asset.Images.addReaction) .resizable() .frame(width: addMoreButtonIconSize, height: addMoreButtonIconSize) // Vertical sizing is done by the layout so that the add more button diff --git a/ElementX/Sources/Screens/RoomScreen/View/Timeline/EncryptedHistoryRoomTimelineView.swift b/ElementX/Sources/Screens/RoomScreen/View/Timeline/EncryptedHistoryRoomTimelineView.swift index 601ed7663..6365bf226 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Timeline/EncryptedHistoryRoomTimelineView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Timeline/EncryptedHistoryRoomTimelineView.swift @@ -14,6 +14,7 @@ // limitations under the License. // +import Compound import SwiftUI /// The item shown when all previous items are un-decryptable due to @@ -27,7 +28,7 @@ struct EncryptedHistoryRoomTimelineView: View { .font(.compound.bodyMDSemibold) .foregroundColor(.compound.textInfoPrimary) } icon: { - Image(systemName: "info.circle.fill") + CompoundIcon(\.info, size: .small, relativeTo: .compound.bodyMDSemibold) .foregroundColor(.compound.iconInfoPrimary) } .labelStyle(EncryptedHistoryLabelStyle()) @@ -46,7 +47,7 @@ struct EncryptedHistoryRoomTimelineView: View { private struct EncryptedHistoryLabelStyle: LabelStyle { func makeBody(configuration: Configuration) -> some View { - HStack(alignment: .firstTextBaseline, spacing: 16) { + HStack(alignment: .top, spacing: 16) { configuration.icon configuration.title } diff --git a/ElementX/Sources/Screens/RoomScreen/View/Timeline/EncryptedRoomTimelineView.swift b/ElementX/Sources/Screens/RoomScreen/View/Timeline/EncryptedRoomTimelineView.swift index 13fbae40d..f7af23609 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Timeline/EncryptedRoomTimelineView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Timeline/EncryptedRoomTimelineView.swift @@ -21,8 +21,9 @@ struct EncryptedRoomTimelineView: View { var body: some View { TimelineStyler(timelineItem: timelineItem) { - Label(timelineItem.body, systemImage: "lock.shield") + Label(timelineItem.body, iconAsset: Asset.Images.decryptionError, iconSize: .small, relativeTo: .compound.bodyLG) .labelStyle(RoomTimelineViewLabelStyle()) + .font(.compound.bodyLG) } } } @@ -31,11 +32,10 @@ struct RoomTimelineViewLabelStyle: LabelStyle { @Environment(\.timelineStyle) private var timelineStyle func makeBody(configuration: Configuration) -> some View { - HStack(alignment: .firstTextBaseline, spacing: 8) { + HStack(alignment: .center, spacing: 8) { configuration.icon .foregroundColor(.compound.iconSecondary) configuration.title - .font(.body) .foregroundColor(.compound.textPrimary) } .padding(.horizontal, timelineStyle == .bubbles ? 4 : 0) @@ -63,6 +63,11 @@ struct EncryptedRoomTimelineView_Previews: PreviewProvider, TestablePreview { timestamp: "Later", isOutgoing: true, senderId: "Anne")) + + EncryptedRoomTimelineView(timelineItem: itemWith(text: "Some other text that is very long and will wrap onto multiple lines.", + timestamp: "Later", + isOutgoing: true, + senderId: "Anne")) } } diff --git a/ElementX/Sources/Screens/RoomScreen/View/TimelineItemMenu.swift b/ElementX/Sources/Screens/RoomScreen/View/TimelineItemMenu.swift index bbc5f21fa..c6c862e8d 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/TimelineItemMenu.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/TimelineItemMenu.swift @@ -101,27 +101,27 @@ enum TimelineItemMenuAction: Identifiable, Hashable { var label: some View { switch self { case .copy: - Label(L10n.actionCopy, systemImage: "doc.on.doc") + Label(L10n.actionCopy, iconAsset: Asset.Images.copy) case .edit: - Label(L10n.actionEdit, systemImage: "pencil.line") + Label(L10n.actionEdit, iconAsset: Asset.Images.editOutline) case .copyPermalink: - Label(L10n.actionCopyLinkToMessage, systemImage: "link") + Label(L10n.actionCopyLinkToMessage, icon: \.link) case .reply(let isThread): - Label(isThread ? L10n.actionReplyInThread : L10n.actionReply, systemImage: "arrowshape.turn.up.left") + Label(isThread ? L10n.actionReplyInThread : L10n.actionReply, iconAsset: Asset.Images.reply) case .forward: - Label(L10n.actionForward, systemImage: "arrowshape.turn.up.right") + Label(L10n.actionForward, iconAsset: Asset.Images.forward) case .redact: - Label(L10n.actionRemove, systemImage: "trash") + Label(L10n.actionRemove, icon: \.delete) case .viewSource: - Label(L10n.actionViewSource, systemImage: "doc.text.below.ecg") + Label(L10n.actionViewSource, iconAsset: Asset.Images.viewSource) case .retryDecryption: Label(L10n.actionRetryDecryption, systemImage: "arrow.down.message") case .report: - Label(L10n.actionReportContent, systemImage: "exclamationmark.bubble") + Label(L10n.actionReportContent, icon: \.chatProblem) case .react: - Label(L10n.actionReact, systemImage: "hand.thumbsup") + Label(L10n.actionReact, iconAsset: Asset.Images.addReaction) case .endPoll: - Label { Text(L10n.actionEndPoll) } icon: { CompoundIcon(customImage: Asset.Images.endedPoll.swiftUIImage) } + Label(L10n.actionEndPoll, iconAsset: Asset.Images.endedPoll) } } } @@ -227,13 +227,14 @@ public struct TimelineItemMenu: View { context.send(viewAction: .displayEmojiPicker(itemID: item.id)) } } label: { - Image(asset: Asset.Images.timelineReactionAddMore) + Image(asset: Asset.Images.addReaction) .resizable() .frame(width: addMoreButtonIconSize, height: addMoreButtonIconSize) .frame(maxHeight: .infinity, alignment: .center) .foregroundColor(.compound.iconSecondary) .padding(10) } + .accessibilityLabel(L10n.actionReact) } .padding(.horizontal) .frame(maxWidth: .infinity, alignment: .center) @@ -269,10 +270,7 @@ public struct TimelineItemMenu: View { send(action) } label: { action.label - .labelStyle(FixedIconSizeLabelStyle()) - .multilineTextAlignment(.leading) - .frame(maxWidth: .infinity, alignment: .leading) - .padding() + .labelStyle(.menuSheet) } } } diff --git a/ElementX/Sources/Screens/Settings/SettingsScreen/View/SettingsScreen.swift b/ElementX/Sources/Screens/Settings/SettingsScreen/View/SettingsScreen.swift index 9244ddd04..fe2b264a7 100644 --- a/ElementX/Sources/Screens/Settings/SettingsScreen/View/SettingsScreen.swift +++ b/ElementX/Sources/Screens/Settings/SettingsScreen/View/SettingsScreen.swift @@ -76,7 +76,6 @@ struct SettingsScreen: View { Spacer() CompoundIcon(\.chevronRight) - .font(.system(size: 24)) .foregroundColor(.compound.iconTertiaryAlpha) .flipsForRightToLeftLayoutDirection(true) } diff --git a/ElementX/Sources/Services/Room/RoomProxy.swift b/ElementX/Sources/Services/Room/RoomProxy.swift index 7c8a4695f..65a0035c3 100644 --- a/ElementX/Sources/Services/Room/RoomProxy.swift +++ b/ElementX/Sources/Services/Room/RoomProxy.swift @@ -167,15 +167,6 @@ class RoomProxy: RoomProxyProtocol { roomListItem.avatarUrl().flatMap(URL.init(string:)) } - var encryptionBadgeImage: UIImage? { - guard isEncrypted else { - return nil - } - - // return trusted image for now, should be updated after verification status known - return Asset.Images.encryptionTrusted.image - } - var invitedMembersCount: Int { Int(room.invitedMembersCount()) } diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png index 0ad88bc03..02484e75b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:265f840451a2f86d2014d54aa84dca092f8ea017c192c1a3cd56bba3478e3e33 -size 87559 +oid sha256:d3a66cae85a57a686cf2705b5b5d12f205722034545dd81d689945bff0612287 +size 99586 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png index c869402cf..f44e75f0e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e49bbbe61d205d61f97c5f75934f21675c1c10e7311de5859ecd67411a315b7d -size 194443 +oid sha256:da20eee846876f0b3de8e07658120e45872d508730c16b22337282f1e0501605 +size 201326 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png index 0c074b5ac..4e8f55ca2 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a5a89bd5249b626c46d3eee34c6e75a1cb7a86655877520b6af86321e6f24c6 -size 102984 +oid sha256:6e41940169cdc2d0641aa4d7687e6b8c32b4cf0f53f18cb9594f222352791ef1 +size 111938 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png index c74f8b72a..7f61d4475 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:762d72b3f0b38783d177f313e95a068fc4efce55c85fc4a05af80ea82f591a50 -size 103371 +oid sha256:f7f9ae177c8822a2cf51fc4053efd6dfb40b993164d0b4d189369aa8f9935800 +size 112269 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png index b8307fb39..a59300e54 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ea76f09c518013c51a60a6907d6df7c11b774c8ce8f2e19719cfffe73fa37ff -size 119954 +oid sha256:df3999aa71fe868d7cc18ef3c4ff2818d0b8caf06ccfc3a42a097aeca6e9bba4 +size 135985 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png index 7e3b1279c..f9782b3ab 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83881fdbc2208c211ca1fce3ec71b5a4db809581e6d6a5019de691aee94c2143 -size 122667 +oid sha256:c68034656284d48359ae1fbf764dbfe910594ecf60b34c42d4d54b47eccf5214 +size 139355 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png index 61853df47..e50820053 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a22b15630bfb076b2b3e185a36d5e9faee749c27cfcfb55870df0678da1e7d0e -size 127591 +oid sha256:b11231430ff3871f6793dd3bdd1e3a798da92638827d7820a2708bca4af12bb6 +size 143527 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png index 2c552cba9..3b24a6c77 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c80ca3aec401030496c7cc9991bcd22c083e3d42d986bdda929b79978d59177 -size 78871 +oid sha256:025bb05a2b1573f7cde61452c8a57a928e85bc70bb45ee2fdc331848903ae341 +size 94990 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png index b9fee7ef8..5368f70bb 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53a24ac906105f23d0a10340d5b59c998ffa0d621fde848a1b073241cd4ea4da -size 74591 +oid sha256:c6d299cdcadf8a082ce0146b1d267a276bdee1353a928df149ea60a76f58a527 +size 87764 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png index 7f477ff57..2109bbd14 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c0b1e853612ad505ae6ac9d63941ea0c5be9663ba860488bb2ec745ca4aeb52 -size 287633 +oid sha256:0380013a9b2b5058bc0bbf2aa0abef24200113b3fa00482293a359ad1e048629 +size 287592 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png index 1dbc7c279..890bb4b7b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fae636d1b1ea334b65d2be9a040981ea4e15a5bf83d5f89ce9f319dec775081e -size 304240 +oid sha256:daba8363a93d56a21de725aa61f0272347665709f8e3a4e45290855e6f7acd12 +size 304757 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png index 97e4a3a07..353ec126a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1c6f533de7616d914a64a8ac057e82216d440803ff9fa5bb14012b218e85b31 -size 70128 +oid sha256:54e7d239c4f72f1e5c38a1e25c7e92574ab77419613627e6b3e46ccc02837d45 +size 86005 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png index bfd237b16..370a114a1 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a671c02e8f3446dd414c5aa84c38481b2588e2ff4ce452d9af6d175aa822dfa -size 283353 +oid sha256:cc319e5ef16a9ea15e7a7910309b2f65191b6b63861b3e03352989680202c0fe +size 283307 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png index 65904121d..c2ff5b382 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5282104d7fe9ae2d1a8bb5a870ac406895260d2da66900e711197c82df0def92 -size 104005 +oid sha256:bb52e5c14fbbcc959b38f491d8344379bcabd9c689a2ce86f60a2f43b43be42d +size 104006 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png index 1ff89ae4c..0543fb0a2 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc8c04818392d4fb0ca2a1fd5cb17fc0a00c949e1b38b959fa3bfb3f5f6bd020 -size 170291 +oid sha256:01c3b15eb3bf6295e858fe87b5230126ef1992d3ade9be116d3cce59f855ad6a +size 170292 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png index 8a79c744d..b5595526d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca0ceb104fb75c7e0461969043b1f98f8d80a300f94b2624672577869e1019c4 -size 167457 +oid sha256:930a7dbbcfb3b0e2bbfefe5308d21b6cb6a07a081a0e523cee892e84d7233926 +size 167456 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png index 55dcb03cc..2fe14d78b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c15bc6d3521acb9652078ff76e8f76387096896139a64256d37c3679d4f6ccc6 -size 222372 +oid sha256:d1e3ffb14e05b669a5ce627c5cf331297a507ba03249835cc2918973a3536150 +size 222336 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png index 3cedc0599..78bf93171 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d3a8904f0e7eee5bd87d214cc06b7770bc2aa0aabea0d4a5ccd839000e0068a -size 344493 +oid sha256:96333fd9d9a25f44270c98ad5804a8efae632ef3fa9b73fc4a59a3833cfc247d +size 344307 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png index f19df6755..b0a1062dd 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38cfbb6791e500603ff24c9870dc060ed4f08707a1b1ca0a47960bc93d3557c1 -size 418919 +oid sha256:1a4221f050527a5e2c8e64d9a262742a956b400fdc18e337d5a72870b7c91554 +size 416882 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png index 360b12551..216f5c0f2 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e666afba04722fa9a7a8dd3f89e0543d54181a7ea8ab6e20053a32f19aa2265d -size 418191 +oid sha256:c60fe60bb1d92121f10630e953ffbd64fdacb63cf356d19aaa472abb78a90cd3 +size 422275 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png index 8d140c2f7..0d446a6b7 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25234e3c5181d29a3580ea9a21ee9142c07d6b50dc16da5ea3b09add50fdbd02 -size 339569 +oid sha256:e23fee5e336e75147fe9684309553a52a911d01c01fe3a1b66a060cec0ba939b +size 339906 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png index a7deac194..f83d63a85 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfa221b76563554d46bf5d5fae1e399019876e37a4e8bb37561ee476e121cc01 -size 91837 +oid sha256:60328fa61304316fb390a7b356903fadfdff38bac86164828ec09eeb99734055 +size 105599 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png index 0ba2a118c..f5abcf87b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32e32139c0967253a8e19f74337bf68f929c0403ecd2652008fada2410e0013d -size 377556 +oid sha256:a5834f1eb8670231d7ef3a70fc449b6acd981288547f50bab98d56722f8859d0 +size 394221 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png index 8dbecc82d..3bd4414ac 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2da113870b6aa5b9ddfe5f98fa44fa38dd389b25ba11edece3c57cf75df60369 -size 122314 +oid sha256:f9c4cc8d6a46b2d00cac983d49a1509c1606014231a567208d66d06212d92a28 +size 140034 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png index 7859376a6..6364d1c8a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b048dbff6029ad5a2d92b66b75fae74a63809e5542740d93d1b37488e4a0cc49 -size 122848 +oid sha256:338f64f980e0ef283f61b0828e9d3b68747a7d56396fe95e5c673f0fb2e48724 +size 140620 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png index 921bc43c1..a146ec507 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9551f149c3ce1e4ab2e6f5c54a71686a3b0b1277ec61890e254eebabfdb4ae80 -size 146451 +oid sha256:ad2f44e3279c30db46a95cd8b9cd17dfcd65536fd58fd46e0498a374c4a6c457 +size 180641 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png index 646fc6279..2b8815fea 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4480035eb9a3d13af063f3abd1bc4cbd4dc39b28aa58d4cf8b3f07d3525a6c1f -size 148071 +oid sha256:ba5971570d55aa29cbe25686a29f5442d4e3d3835e8e9be1afec5738426d09ee +size 180880 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png index e47a3d88c..94ba84c14 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aea2234bd284c4c88d4c04522676f56c8c081647c5f71bff7c8bb70742268b38 -size 157599 +oid sha256:1e0c1164e91b1291249187a4c1c8d5037ca7c57335f63e02ec747da89a49310a +size 191808 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png index 6a546933f..ba0d7a682 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa9107df62d20d07a343b9600a7f411ef30146be4eae75a0a8659e5d5ef2617a -size 90779 +oid sha256:610cec8170f14c8ea8ab4a5695eae78b4f7e9d63ca0c2dd62855992bcf1075cd +size 123434 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png index b65da59e9..e562d1484 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95ffabb3ae988f93a288fcf1729cb350a60f983385130348fc004607576bd447 -size 82948 +oid sha256:138949c26f4bc315253e04ddf79400ef0eed2f3d54c174ac49f4ea22f91fdcc8 +size 109127 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png index 77aa0d188..490d886ee 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41f7059c20bcfbc7d849be08d4aaabc488a5d2e3051903996562e29bb146503e -size 379259 +oid sha256:27086ce5ffee67b8a88c914f77b1c4084259c75aba10e8173b47af0250882e6e +size 379273 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png index db89a0ee7..fb1a7e6f8 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53e71c7ded4dbf071c0d536bf35405bffacf364b1b7c15b7d63071c6a9389577 -size 312073 +oid sha256:dc033e086f19a255c45d0d673208904aeff27195a28a0bf137b1e2d86cf7a85e +size 312075 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png index 7eb087588..7c5429c6c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75f00b77675caa96956fe3d2335a61ca8e74969613e1c52a034d22c756dc0cb0 -size 298376 +oid sha256:36e17e41d1c8b382ed467263d86345e3d6cb6dc69433b07959d6256e6d68bfcd +size 297336 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png index 0f628bc3d..8913c3f3b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9154d3cb5b6d80206766c908c69e7ad06cd025c2c70b13d85a388979b90f7d0d -size 314556 +oid sha256:1f8368bc237fc436ecc811e507649c8f307470d7bb5889287a77170b701b974a +size 314558 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png index cb55b6a6b..9f33625d1 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b3a36ba84e60fb79550b1f40c8425dff1051f13b54c4d40088e6ae010795372 -size 75373 +oid sha256:df58bd2a076128681f6663f33c30c4801162a4a0f77e925e6ed04ed2b2535a70 +size 109616 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png index 8387a8b5c..6292a1d7d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd5aa374d9f76f0ac63251f006f331ab8ffa38c451b5407587adb9f09ab75e0f -size 371586 +oid sha256:498dd4d9935c6ef4ac65d835c8acbfccd9e0b78b50e7121752fb538c423a63d1 +size 371612 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png index 583ce983d..78b7918c8 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a88e0d03945bc00d2b33f48cf46655fb65c9e4363726387f0471c073dbad8109 -size 164622 +oid sha256:5a2fac16771a3ce106fe042dc8c834e3a3a1092348263bfdb4cf2787a32b5503 +size 164625 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png index ce0e0c761..d6fd0b4a4 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb3ad1bd3a6d10b4fa741ba6930c703c8b8c0a98f6e90303d84cab224c1855ba -size 199734 +oid sha256:9a5a4b550d670d1058e7ec44387ba8fa31633923a379926e7305c2f5ece876c6 +size 199737 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png index 78289a0e7..fe417b544 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2191fa9b06e47264feba9d7ae655fabdd72516018f971f3a7570b8ca9e8ac2c6 -size 325664 +oid sha256:995c53d322eee412391f087fe2be2774f70c328a6a4e6fb90503d513ba47f7fa +size 325666 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png index 1847b7c0e..a6f8eddf9 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27ab679a981a91859113f7cedc04cf14b958422b398354338fec69a9353d29a6 -size 195447 +oid sha256:1a7621ec8218da6da9a288822565e90f2a2e126f93d7624738a6bfcd59919f78 +size 195449 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png index 1d6161c80..f4624b149 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:690d9abaed49e4b58c921f69865285c87dbe787213e2916615452810b9b3a046 -size 265571 +oid sha256:8a67ab8fd0ba2d90b15533ad7d4c35f0c62c88fccad5f329d701ee1dfb7f9865 +size 265573 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png index e1c398b9a..c1983a525 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2cf21bc866bd7a0036a9a7c1db4123de2d67c5677efea9555724540b6f7d04f -size 261971 +oid sha256:656e9daba343ac33675314ebea48d14835e3b2187c7c13e20d5ca2346931c7c3 +size 261973 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png index e6b4c0d42..944728f43 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f00e779498db4f9a301e90b9cc17518b0782d5282f6e81761442d62d478b7c5f -size 158004 +oid sha256:953af0037decc9cfc38cee5adbab115e532eaa13e607e921d7a34471237ff77d +size 157912 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png index c3c6ea450..29743a445 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6f5e7b69320ad973cc3d0647fb8bf7ef35fa26e38fb657ddf93f41161cb7bb2 -size 302259 +oid sha256:c6e00fe334a7927f1646d90417d6751bf7cd7fbba4d11901fbaeb93d53e20199 +size 302261 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png index 19f156157..73f64c39b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e38ec2e356f1cd1e53070e220ce6a4f9eb81df2370aa3439ee783a11347824e -size 269412 +oid sha256:9b92d7f4ef945899d5d8b23b1bbae2e08461d5028d6f6d8ff60b8d81399fb7c7 +size 258997 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png index 9953339e8..954366fb6 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b94deb03fd86fed339be9fe82397292bf135a69b5a6f8756c2550a87b1963bab -size 255880 +oid sha256:f52777176b599e6d65ceb16435a6eb926437151583decfe4f98e210cd91cf0a9 +size 251831 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png index 2f797cdf3..d4314febc 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bbc5348367317e00eaaa506df99ca8c375b1e7d54332afbab858b5a8ace7ae1 -size 278990 +oid sha256:8213191a222286188dfc2545c8f7bc87f9b48b84023eddef9b73825c12ba052b +size 278073 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png index 65a1fc345..6ff6e5f83 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27d8006da25655ccd68aaec441ccdd964e2e931698e76dc775371f21884923f0 -size 88345 +oid sha256:61f3eff27c1eece6051bb51674533177aa66b275212604bed093a760f31b3513 +size 102247 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png index 1e8901284..17adee629 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aae4af167bca33526abc3ed3945df0ab4ad5cad0aeb187c9dfc504b3ef1c723a -size 249247 +oid sha256:2123b880731f74e2fd25333802c981dcadeb32b3f03d91581810e927f0ddcad6 +size 256326 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png index 1a74da969..1556486a4 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3172d239ffa58db54410794f1a5d1b607785aa86e474a0cce11c7029cf64e066 -size 107973 +oid sha256:92c7d6b95a25e65b7141294cf2188f7da8eb139c81dc8f7945dec17663561e86 +size 116090 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png index cb3df798a..1d836e497 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d1e2ba70523a063dd50e351556124ee7c898249acc995d21e74b4d35051f557 -size 108355 +oid sha256:1db37f437c8f0c3d8e81db0046a7d9ba3ba80dc9675b45b05b1bb29f33f46a25 +size 116398 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png index 9ea58bead..60265cc25 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d9a6895bbce62827d21912b71eed3bf688b6f639a9a789a1256e636250d3602 -size 134504 +oid sha256:12247e419943cd05d5eeb41049b1b46636074bd12fd50a2bf12c70423cb8f003 +size 150670 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png index 7510f9848..fff795d5f 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d0c404f34f3fd592ae188396953a5bf4a9d6d57892ec342f4be6f83a69d05bd -size 138413 +oid sha256:e8ef3cede0644e696dfd11e9f04b46da218798a05c83b575176e00c41e69dd41 +size 155000 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png index 6cf239b58..4d7a6c237 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55eb4abacf1221513826cc4eeb80686e1d37715fc6d54777b034eff481e92f06 -size 142290 +oid sha256:4907c3dab42439a4594ce300d786a64fb7b3941d91358bb57c7bf3dda5211a28 +size 158413 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png index a81c913bf..e2ba5de04 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb95587da3d636ab0d1779c1f76084a2c227c4b3e7c31a530eaa939e534429c0 -size 81487 +oid sha256:72b2ab7186eb8135fd9193497931c0bab88786a582db6c29f242b2557dd5f572 +size 97588 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png index d0f3cddda..75cc49203 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73f3777590b52f858bbb4b5d78870c671d76d5e94921746a0260bb3ffae2da36 -size 77246 +oid sha256:dfe758f366d2174e8228d8706823ba409f0b3793e3c79291c337e62de2775443 +size 90510 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png index 62feb13b2..a668c991c 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b1b5e985f1d1e6d9340109eb8c801fbca653f3358dee494c1a768225b13cbad -size 288612 +oid sha256:2da16cc00bc54330f49f5c7494a0360d8478ce639d6cb827930391f00bd0a848 +size 288569 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png index de37244b1..601e3775d 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad78d4a92413ccf762f7e3443ad998664ac05484b97be9fada0cf6ac878e59ba -size 304779 +oid sha256:18cecf045d9d514a387e2ca9db4d6d39a63e052e87b7d0026e8fd18d6e4d4a86 +size 305299 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png index d41b42de3..27b5b6c10 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05bfe30feaa057f085a15c6abe32531a2ecebe573106c5d1bb636eefed19eb3f -size 70790 +oid sha256:0289235d2236c240420c530bc27e397d848e7f6cf846b303a842734c8690d037 +size 86622 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png index 953b863f2..5c555ff87 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b912498550208f0226e8c8093136cce6c3dacc4e2ac659d241e36e34128b909 -size 284396 +oid sha256:9d8a67a59f86961ac380aef5a5c60bc1ed6fab6f5ad92c14a53df5acb33c5b10 +size 284349 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png index b1987bb63..627195081 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6685436f215ed288896b76566f847bfb95699e42a652955a64020dd8cf5b051a -size 127138 +oid sha256:d5b20b085561719acc3965a1623c85a2a0de1a4869503eb67c068beeeee9224e +size 127140 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png index f9733cb6c..a39cb0157 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:595379d9d1633d518dbfa388d9a7fdd118c6ea2fe5845af540a228a33754a455 -size 299648 +oid sha256:aea8676857c83176bb8ee151c5afc27d921efa06e022ec97cb865be6f4414a94 +size 299647 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png index 3d4428740..98b7eff3f 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dfab3507168508b0f23b635a6d967137ae7c73f7460c94e2b2679e3ec98003c -size 196046 +oid sha256:11b733e64c639a9b9f4f30b94c38c4eddcaab1b0f0b211edc83990024730d779 +size 196045 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png index 9a4fdfbbc..28dbbcf98 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8618aa141f6a00b0d28ce0c2f50f9a1dcf5f4c634ec9dcbc1ed99361ce205c2 -size 184489 +oid sha256:c4b6cb1b16225df4d92969f936af0512fd1a710914e1e43a980e5ba8bad85ede +size 184488 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png index 4d8298a6d..903a19ced 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66a84e1e08974accc0cf181b98b60bea8df8b9a62b435fc33dd5460da2d361c8 -size 224486 +oid sha256:9a74fbcb1b5bc33c984b5b750dab88c5d38917fa9a43244e5fdbb1d0664abb99 +size 224444 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png index 97d083632..f06c786d5 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:748ef33fd97d3375150cecf88a339529062305e3a93167a0a603e3e3f3358f3e -size 346930 +oid sha256:456010b21ffef53e1c96c9f53fe9df980d6f046e88e6351b872c524e635eb26f +size 346744 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png index 29953fd90..6216e5389 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cac5722d63f540b053c1a93ed9b3b2aeed4b2e031f398f475bc3b9dd2b2fdfec -size 410060 +oid sha256:2e1b8c43b344b78ea52e84590c6074cc5b6693829d8b591bb56eb18a87738c69 +size 406664 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png index 8814d436f..97d1588e9 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9924f1dd637f3d2c9feb21f8ebacbdc20d96143de6bbc02bbb1df07a0469610 -size 407718 +oid sha256:8b509af8fb0e89697b846f124ed5dee92d33073c83b6864a37ccf007b9b0968e +size 407544 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png index 08bb970b1..5c8d0aea5 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f3dd7023d6a02f0012eef0cd0d0ea1d3e60f26fc094c0592f7320df38fac3ac -size 341994 +oid sha256:dffcc64d1c1913d6e5a3fa0595dfb4cadf9419e021b3e673605095ccaad536ff +size 342332 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png index 545253fac..20997d73a 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f73940ae5715e878f6b7cdb64d599d16532d201ae78abad112ad2c280eb38a64 -size 93750 +oid sha256:9517f2b75675b1aded0e0a88c3d88ca27451ff1b50daa665470ea4d1fde8c520 +size 109315 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png index 4a62c94c7..c9e5e750c 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea93a611bd691aef99ff5940d099257ebac6e718543d771f79266ec6144125af -size 553604 +oid sha256:5e4594eb3b1f11659564b426c4b47ad4b82c8b474919decbe0438b647bc12c95 +size 569573 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png index 31ec49e08..fd7d84ec2 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0326783bf6fae8755a0736934dfcd79e6e0700c95e295fc711311c6b6836d365 -size 149084 +oid sha256:c2eda82287db38d086b0396b3b58cfad9de222a7fdf48d24854c7490f040b014 +size 167146 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png index 34dd0f178..94c1d82e7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ced0ec09a3fca785d999792b762e0a689dd35d252e533e6eca90560bac721c3 -size 149578 +oid sha256:d07f1156ecae883f83bb5450342b41f5fdba23ae8326be478bb57a30df75f49f +size 167690 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png index c4e5239e7..679649c15 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07dfcb650d3e3f914d06f21b9b3dd51bd1f8f72763534235aca1dab03b1aae0a -size 174124 +oid sha256:51f03a61979619c8900ce0ab03b5921d28a41fceb366472bee74ce1d47aa734d +size 208309 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png index 042a83fce..ccdc755df 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df89c61a27e2e74e0850fce3bbe7b37dae87fe9c57d78d3d54c0685b9dc4a9f3 -size 161800 +oid sha256:dc942209d8b4da1463b0bae9d2eb0acff8b921802268f879eb116e37dd65bc34 +size 196280 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png index f034a83c1..2711a0d4b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a38546ccbd7c851cc7e5dfd384ece0dd5a93e4943e6fea12d8b7dbd54d76bd3 -size 182010 +oid sha256:a1128ae7b0fa1ac47467ba4660e2a5be4309b8acfe58ce7ed5a0f94131b858f7 +size 216180 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png index 5e949a196..d5c329e28 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2af92bb5c92ae8c680fc1f6c89d1ca037faa52f4a498169d74490518e6298fd -size 93774 +oid sha256:89c7cdb4e205d5012bfeeee1edafa8e03af954880beb9346639510f7e9de4601 +size 126471 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png index 99516a9e8..0ee025ee8 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:002fdf44ed4ee5ee2bc4ecb72f21bc726f655dfd1abdf29697f4b4bd31dd8265 -size 85629 +oid sha256:9be9392d53fe51a365a3d55654baca8346efd11051b9fb9aa48fa5da446abec0 +size 112125 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png index 7998c2e30..10a9b3243 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb6a75d6465ea26660b655636896882ae67893c2603037492a5f0c879e647ebe -size 372784 +oid sha256:202a9ca2919bfc24e81a46938b5e663cc9c3ac88d230bd3bde367d706833f314 +size 372792 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png index 491b30f7d..5ba377a3c 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c17e6e54757433c0fd5fb3cf7e2c19a59ed7cdf8b23d005a3e7943b2ad4716f -size 312653 +oid sha256:92bcc46f38e462ca2dc1f206050be18335bda23ca67e082954a2242928c675ef +size 312662 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png index 0d575bc66..a8a30085f 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:921bcbf9452724a5169cc1856abfaf050d192b51910f67174712b2cecb90dd22 -size 299125 +oid sha256:8554e453f5d3c0560ae0d9e02635e696f067683377298645e79bab1fd35b9463 +size 298076 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png index be545fa96..30fe28276 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6b656c28bb2003adbfd779c5a0027b6155294f7a973cd60e151a1f79ac666da -size 315100 +oid sha256:d870fb92d3f1111b168333a3a07090b680037022368dd6fa906fc39123f74a5a +size 315102 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png index 47631c92c..55e15122e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cf2e2c1e24fe3e6810ca362c47246d268c13d5afb16ccda2c5cd3cb87aec29a -size 75734 +oid sha256:f6880bb70385dd8b578b21dd2752d07a99a4bad394730f4a01795e36589de94f +size 109968 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png index fccad0c38..5f96dcf23 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5acdd843989fe50c4f50327a1ffc27a0378a14be228e46ffc0e185971e80cf54 -size 365111 +oid sha256:749b31331f91080f0e9f6878796acad490fbdcd6b2c057787902c7b5f5c631a4 +size 365131 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png index f08b41e8d..78bd92fad 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85c395569137e2a5421981d42de93c9b253c999e836ab0c5f57a28061eb6258b -size 165236 +oid sha256:a9d653d73a5b4c6fa2fe1a883e98b4c95fc9bd8e51236bd6921795759f87664f +size 165238 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png index 1f8251c8e..988c585bd 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7739d679c9ca47522728f1cf4e5524aa2e468fa5ed1f9cf0399b92f8bdbfa1b -size 200315 +oid sha256:ffd73c9927d79d522f9debaf507d76010ac85b7a2bcdaed8433f2445a00ded56 +size 200318 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png index 2ba14a420..d4627ae5f 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8a216b84b979d84ee2d9c7b64c4766064b760b99d4b07c1d989da690e5a59cb -size 326249 +oid sha256:ac3950d1f3748587760cac07578afefb2d89a51f3e952d3a4163675fc6ffa712 +size 326251 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png index 85c7a75f2..fe5fca57f 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68185f190d0c86fa5027385d23a854cb3d3cd5020195e971ce953ad1c9735433 -size 285050 +oid sha256:ffce58c610ae30b2d5261db4ad651f53bf6adcdeb0b9f1a672012d1def69f7e0 +size 285052 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png index 41e475842..095d019a5 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20d8859086f8d0e9e8022b1f81a79220bbd5a5cedb8742de0a61c5f4eed4e959 -size 278394 +oid sha256:99f8eda0c390e6aefb1e483ba1e4722f1bd26ad74f460a867d5667c896009243 +size 278396 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png index e044a86b6..d26a78d0d 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:172c658bcb88a802e92cedd6a00b4f3a304f6c2c7fbae575985fbaa52fe8617e -size 161543 +oid sha256:8cd707592c8e8e62eb992f647345fe69aa8733904d223cc41b31b45d50c202d7 +size 161452 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png index 1bc1d1701..72af330ae 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:372c351c7d81d5e30388bd9cf9b6b1e82bcd6b74f128de087851b0261fc7f736 -size 302328 +oid sha256:8a728a3daf8530142d0d424e6ef2d15f6d199be7c653f2a53f9698403dabe199 +size 302330 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png index 5663945bb..8544e355e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5ea36545224116c5a000851afbb79536a447e240f371c52bc8ea4cf0c1bfcb9 -size 267741 +oid sha256:dd4fece7b5145ca090717585f9c8668712f2a9827f1fd3792fdadb248549ab9d +size 257729 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png index 340408e47..269bfab40 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d7fa3fa622fe4c20bb21e24d1f7ec9f2868602cdc6b574e1dbdd82b719b538c -size 261482 +oid sha256:944f1b23769621a4af85467627b2718263ca0428f470acf20dad9c53f0385547 +size 260139 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png index 37455ee13..811363423 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20f27ea332f781247b8a2c16f4d9b51b92c6fe72db655fe96ab3ffdb07f0a8b2 -size 279133 +oid sha256:77fd61bd05bb13bf1ae3fb9fa6c8179c650a8d1fdd86d6ef4f0646f6f193a1ff +size 278236 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.1.png b/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.1.png index da0ce43d5..6b081dd33 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71f8bcbb6f9069b2a7f1706ded45b03afe1713091cc556980fa01436a873f7c2 -size 66908 +oid sha256:1b9b4304a57abd20f6bf48530ac699e89d6e0ad16c90174b3a695a494df0e081 +size 66913 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_encryptedHistoryRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_encryptedHistoryRoomTimelineView.1.png index e033c14b1..20c09b411 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_encryptedHistoryRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_encryptedHistoryRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e21b01a61106638b1d3d385b0688d1b38b6c8cfbf0d63c4daa4bd085c44f7751 -size 73005 +oid sha256:0e4c2524edd0ca67fae13f9481839ac9fe892ae4f19a911dd210befd51cae6a1 +size 72599 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.1.png index a815b679a..c6665177d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:623e4f83cd441473b9f95f5ece4d417a7e0763783a6127321fa8305e841f5cea -size 77210 +oid sha256:d636c6611e9f22e2abefeeb376527832c7bc9a8e742e27b5a8e0033e3a71e5d0 +size 102978 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.2.png index d37a6e94d..ed0185be7 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4d9b4f713f4753aff5d0a5bf2c69ae0117c2b64d9f3480f731aba9506c55ad3 -size 77228 +oid sha256:c519ed834c359078179dfd70c3c966056d83df03e877dc32ed13f9514d85285d +size 101548 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Empty.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Empty.png index 67f6545f4..c7eef51ad 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Empty.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3137294bd9ab138f26adc994fbecfd6dda72da0660ac28c52205e0451f9e2bb4 -size 106608 +oid sha256:c5f2eae998924cbab9b778d88e2b697c9f523c3ac7b13dcfd724b4e6d2c7103c +size 106964 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loaded.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loaded.png index 0f8e1ebc0..8116c0402 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loaded.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loaded.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4542f13f2002c4f2a0dc8c4c6019465609d31af86160d3eb1fd20f6bef2d5a6e -size 160825 +oid sha256:185b067a2b70566df2fce8f0b3e7d2f5e99e1ff13beb5c995cae1b7f68d1dc17 +size 160653 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loading.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loading.png index 8f812d445..c2d640219 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loading.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loading.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5205d9c2f294edda93408c9da0beb18c451f1c51511132e7f92a694900f77531 -size 97489 +oid sha256:c6c666c6cbc038d44297261b7d99ced48b54a17e1a4ce6d09e8b108e80161bfc +size 97371 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.Constrained-layout.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.Constrained-layout.png index 970bf57db..29dd577e0 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.Constrained-layout.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.Constrained-layout.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfd4464ea1367d1ebf00e8ea714490c023160a36155820f08a629a3925b78cb2 -size 151481 +oid sha256:4bd953b8de479a8763296ca25596d306d8e7aadd228bc7a1378bd55646104ca1 +size 151928 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.Normal-Layout.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.Normal-Layout.png index f35663bc6..d0aeb7dba 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.Normal-Layout.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.Normal-Layout.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b8c8c5b7c36230850585efc57e238f440c2e90b32ba3d817ba4794c3a416b82 -size 104318 +oid sha256:0d8e3da5f6c909789f030dab7bfed34ea2528a25eb925d78a060bc8aa4f4e48b +size 104859 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.View.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.View.png index 069599415..7e0ab01d9 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.View.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenEmptyStateView.View.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1f6513643393e69efdb08b73ec733e631948760fbf33e08b94794fa86946903 -size 79159 +oid sha256:2a183d69a78a2f5ce87376f80383df8e8431c34b1b1b74dcb34c4b68c599d1ed +size 79667 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Bubbles.png b/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Bubbles.png index a096bfdd3..8b406a7b5 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Bubbles.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Bubbles.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce0ef064b9695b8caefa8441b00bc1b624ee5b57ce7d9db99ce8431ee3c0c218 -size 1081079 +oid sha256:5c38fa8985bf84c43623627b2332d3dbccb6b05e7e0e3d20ec88b1d11f6d1e66 +size 1089538 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Plain.png index 67ffa530a..b603e2d43 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3821e4ead79c8459ae6e5f130cc9596106536fb1e15127161875250a5b2a8bb1 -size 1285900 +oid sha256:181d95114288170d533f21560d08b6e640e0dd6080fa946972c5998769933613 +size 1291613 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.1.png b/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.1.png index d5c5baeb7..9a78a3b93 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffe739f015b766ce89dfff0cf6c303756943e8c3f2ed670c5a8cbb77a55894a9 -size 91231 +oid sha256:df418cf07d69d2701642be411b4d097460345a7031b64377e5ac2184258b7239 +size 90689 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.Replying-in-thread.png b/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.Replying-in-thread.png index 057d2d57c..7da9e331b 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.Replying-in-thread.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.Replying-in-thread.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23a5ab51e0d2289976238c8ed10933fe2d8e8cfc69daace005e1412b1441c380 -size 229201 +oid sha256:548a5f88cf7c34567b799ed60f668b896fd529ee0e639a067a81559ec391523d +size 228009 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.Replying.png b/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.Replying.png index 057d2d57c..7da9e331b 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.Replying.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_messageComposer.Replying.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23a5ab51e0d2289976238c8ed10933fe2d8e8cfc69daace005e1412b1441c380 -size 229201 +oid sha256:548a5f88cf7c34567b799ed60f668b896fd529ee0e639a067a81559ec391523d +size 228009 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_redactedRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_redactedRoomTimelineView.1.png index 994e7ec8e..81e8dd80a 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_redactedRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_redactedRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28c6c0aab2ec1def171892ee011a87bdbca60f24f61dc1f57d5360156e139a73 -size 71540 +oid sha256:ada11c97a968c6fc8c64afd1f2d57f6fc8dac1af2d245de5c744aabb0c1591eb +size 71515 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png b/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png index f40cf0b5a..6f562522d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd7f4e4bac3e8ef79d6d6886c7df085045a39e23e3be10e3a9c450c071e0fcaf -size 313818 +oid sha256:3f4ceb7aab76537608639630780df60331f7ba8ee6d775ff489c320e45773a73 +size 313849 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_threadDecorator.1.png b/UnitTests/__Snapshots__/PreviewTests/test_threadDecorator.1.png index 6fc415275..7141181b3 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_threadDecorator.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_threadDecorator.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd5ffdd57e955c533fefd7d49c33878a57796f028dfed48ecdcc34756b3a611c -size 58216 +oid sha256:ae61f6d945f7f0095ac13ffba676ecd698ced961cfc7e0bc1b719cfd993eb065 +size 58000 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-RTL.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-RTL.png index 11c6e6304..1d25fcdfc 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-RTL.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-RTL.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d88281315456e1a96c273e3a830a690951d498818475655b1eecd90ec7276c0f -size 341107 +oid sha256:fbe07e396c2259244e51a31274c4a490ad6c8084d56c34b3a9e1e15d7b992520 +size 341255 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-with-read-receipts.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-with-read-receipts.png index 73cb44968..555817603 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-with-read-receipts.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-with-read-receipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b335991fb42254371dde89b76e5d058aa16374a4b7952dff8650f02d7e426433 -size 337092 +oid sha256:8a5e6199c9faae906e3d9ae844f6d92153d8bd57c2bae48af22b70902fe96d65 +size 337294 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline.png index 77ecdf6c6..e270c49a7 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e15eb8da5188a00ea5d2f74a25c0cb42ec2ff37d3fae25634c9ae83b532748a -size 339419 +oid sha256:7c21bd9280faed90b3442f883f40d0dd035172a6ac00025809a5c5c1742fdff6 +size 339621 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Thread-decorator.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Thread-decorator.png index 48eab6885..e740053cd 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Thread-decorator.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Thread-decorator.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1b7fc46d4743fb67ae898079ea75c20d0b9679ea02c123241c0719c038e0b1c -size 593704 +oid sha256:133dee03484e95e107891b9e296940696ffa3fd28f933b0c05224ed8e457c2f3 +size 605928 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemMenu.1.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemMenu.1.png index 102bd9da5..6ffe9d9aa 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemMenu.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemMenu.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9ad501f7c1b9a6a39c8f9968f2daf81389039e2b6556bf6085011826a9e8566 -size 151871 +oid sha256:0c5e6481885e148812d7ef2707fe206245f3787d757335b49a29892d6a54a7e2 +size 148746 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.1.png index bd1075c5e..3500faba3 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1fe0273367371e632920b9ee24da35ac8265f2655b04228fd4c9fa32e105be1 -size 378613 +oid sha256:65613a6d61b256a3bbf0d9c08992dbd38a45449ab778e9152a00199e6b6cbd0b +size 378575 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.Threads.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.Threads.png index cf5220b4d..1eaa4819c 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.Threads.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.Threads.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c30542abc51cdb33fad246156be408cd49cad6ec754c928c3955ed7c73c6efb6 -size 241346 +oid sha256:0f17d00d726a34f0b9949cfd98aac4e0c22e15063ca13882b0c875c8001b61f7 +size 258723 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Bubbles.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Bubbles.png index 55ef75591..cf665aa6b 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Bubbles.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Bubbles.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f84bcc4acb59ef1a6fb5893b0840b32e3011e6a1e66004b65650ab30321b7f8 -size 97748 +oid sha256:57e8726250cc61e3849446af2e21706058bd6a68b04590ad147dc46cad571651 +size 97651 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Plain.png index ef91578a5..22ff16069 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b2f89b01650704e45b0c9a57c67f7fbe4cf583299b6d0392b4d79c22725a3f7 -size 132101 +oid sha256:dfc14aa24ffe7d071f4c8d4efb2ec519e2dc0ebed9f4cffa6dffdc12dfafa129 +size 131639 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineReactionView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineReactionView.1.png index 6f3c26438..dfc67ccb7 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineReactionView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineReactionView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dea259e7e2a033f839ed4556d4f4cb3fdfd964272c5bc132be424bdb22f3fadf -size 288448 +oid sha256:460d1bd367245319a632b500f2f2ce24733e4070d1252f343ab3a039ede0222d +size 288518 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineView.1.png index f40cf0b5a..6f562522d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd7f4e4bac3e8ef79d6d6886c7df085045a39e23e3be10e3a9c450c071e0fcaf -size 313818 +oid sha256:3f4ceb7aab76537608639630780df60331f7ba8ee6d775ff489c320e45773a73 +size 313849 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png index f40cf0b5a..6f562522d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd7f4e4bac3e8ef79d6d6886c7df085045a39e23e3be10e3a9c450c071e0fcaf -size 313818 +oid sha256:3f4ceb7aab76537608639630780df60331f7ba8ee6d775ff489c320e45773a73 +size 313849 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.1.png index 7931e1aad..3a1ce3a4a 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c133c0daabbd3a7f1e4c74541d4fcc4febbb608fa789f0f62e221808ff4a5cad -size 99625 +oid sha256:c1a689e1ef4870cc61754c5de73abdc0625eba5d03b46eda81515fa3fca7cb68 +size 99577 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.2.png index ebe431b3d..223a126e2 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:838000baca7c0875590688dc7b0f7cd164de8487f2ced0fce40cc994bf6ebd90 -size 96085 +oid sha256:d60bc33e142160d6375aea7ae4ff0563d7b38b1df15c11d4d39f535a89885cff +size 96138 diff --git a/changelog.d/1706.change b/changelog.d/1706.change new file mode 100644 index 000000000..98dff698d --- /dev/null +++ b/changelog.d/1706.change @@ -0,0 +1 @@ +Update icons to use Compound in more places (bundling some that aren't yet prepared as tokens). \ No newline at end of file diff --git a/project.yml b/project.yml index 28f2edbd8..5ef170764 100644 --- a/project.yml +++ b/project.yml @@ -51,7 +51,7 @@ packages: path: DesignKit Compound: url: https://github.com/vector-im/compound-ios - revision: 562988911c79e81c70ecc40ceb469b65e46e82dc + revision: e8c097e545a06a2ef3036af33192a07c58fafd1b # path: ../compound-ios AnalyticsEvents: url: https://github.com/matrix-org/matrix-analytics-events