Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration

This commit is contained in:
David Langley
2022-10-08 10:58:10 +01:00
858 changed files with 12460 additions and 4172 deletions
@@ -1,4 +1,4 @@
//
//
// Copyright 2021 New Vector Ltd
//
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,8 +19,10 @@ import Foundation
/// The static list of mocked screens in RiotSwiftUI
enum MockAppScreens {
static let appScreens: [MockScreenState.Type] = [
MockUserOtherSessionsScreenState.self,
MockUserSessionsOverviewScreenState.self,
MockUserSessionDetailsScreenState.self,
MockUserSessionOverviewScreenState.self,
MockLiveLocationLabPromotionScreenState.self,
MockLiveLocationSharingViewerScreenState.self,
MockAuthenticationLoginScreenState.self,
@@ -33,6 +35,12 @@ enum MockAppScreens {
MockAuthenticationForgotPasswordScreenState.self,
MockAuthenticationChoosePasswordScreenState.self,
MockAuthenticationSoftLogoutScreenState.self,
MockAuthenticationQRLoginStartScreenState.self,
MockAuthenticationQRLoginDisplayScreenState.self,
MockAuthenticationQRLoginScanScreenState.self,
MockAuthenticationQRLoginConfirmScreenState.self,
MockAuthenticationQRLoginLoadingScreenState.self,
MockAuthenticationQRLoginFailureScreenState.self,
MockOnboardingCelebrationScreenState.self,
MockOnboardingAvatarScreenState.self,
MockOnboardingDisplayNameScreenState.self,
@@ -63,4 +71,3 @@ enum MockAppScreens {
// MockComposerScreenState.self
]
}