mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Merge commit '80bda1906235b6007b98f18fb13681fff587f4a3' into feature/basis_update_192
# Conflicts: # Config/AppVersion.xcconfig # Config/BuildSettings.swift # DesignKit/Source/ColorsSwiftUI.swift # DesignKit/Source/FontsSwiftUI.swift # DesignKit/Source/ThemeV2.swift # DesignKit/Variants/Colors/Dark/DarkColors.swift # DesignKit/Variants/Colors/Light/LightColors.swift # Podfile.lock # Riot/Assets/de.lproj/InfoPlist.strings # Riot/Assets/de.lproj/Vector.strings # Riot/Assets/en.lproj/Vector.strings # Riot/Generated/Images.swift # Riot/Generated/Strings.swift # Riot/Managers/PushNotification/PushNotificationService.m # Riot/Managers/Settings/RiotSettings.swift # Riot/Modules/Common/Recents/DataSources/RecentsDataSource.h # Riot/Modules/Common/Recents/RecentsViewController.m # Riot/Modules/Communities/Home/GroupHomeViewController.m # Riot/Modules/Room/RoomViewController.m # Riot/Modules/SetPinCode/PinCodePreferences.swift # Riot/Modules/Settings/SettingsViewController.m # Riot/Modules/TabBar/MasterTabBarController.h # Riot/Modules/TabBar/MasterTabBarController.m # Riot/Modules/TabBar/TabBarCoordinator.swift # fastlane/Fastfile # project.yml
This commit is contained in:
@@ -25,7 +25,17 @@ import AnalyticsEvents
|
||||
case threadListFilterItem
|
||||
case spacePanelSelectedSpace
|
||||
case spacePanelSwitchSpace
|
||||
|
||||
case spacePanelSwitchSubSpace
|
||||
case allChatsRecentsEnabled
|
||||
case allChatsRecentsDisabled
|
||||
case allChatsFiltersEnabled
|
||||
case allChatsFiltersDisabled
|
||||
case allChatsFilterAll
|
||||
case allChatsFilterFavourites
|
||||
case allChatsFilterUnreads
|
||||
case allChatsFilterPeople
|
||||
case spaceCreationValidated
|
||||
|
||||
/// The element name reported to the AnalyticsEvent.
|
||||
var name: AnalyticsEvent.Interaction.Name {
|
||||
switch self {
|
||||
@@ -41,6 +51,26 @@ import AnalyticsEvents
|
||||
return .SpacePanelSelectedSpace
|
||||
case .spacePanelSwitchSpace:
|
||||
return .SpacePanelSwitchSpace
|
||||
case .spacePanelSwitchSubSpace:
|
||||
return .SpacePanelSwitchSubSpace
|
||||
case .allChatsRecentsEnabled:
|
||||
return .MobileAllChatsRecentsEnabled
|
||||
case .allChatsRecentsDisabled:
|
||||
return .MobileAllChatsRecentsDisabled
|
||||
case .allChatsFiltersEnabled:
|
||||
return .MobileAllChatsFiltersEnabled
|
||||
case .allChatsFiltersDisabled:
|
||||
return .MobileAllChatsFiltersDisabled
|
||||
case .allChatsFilterAll:
|
||||
return .MobileAllChatsFilterAll
|
||||
case .allChatsFilterFavourites:
|
||||
return .MobileAllChatsFilterFavourites
|
||||
case .allChatsFilterUnreads:
|
||||
return .MobileAllChatsFilterUnreads
|
||||
case .allChatsFilterPeople:
|
||||
return .MobileAllChatsFilterPeople
|
||||
case .spaceCreationValidated:
|
||||
return .MobileSpaceCreationValidated
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user