mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Added recent stickers clearing Added sending logs via email Added forward recipient change on forward acccessory panel tap Tweaked undo panel design Various UI fixes
222 lines
7.2 KiB
Swift
222 lines
7.2 KiB
Swift
import Foundation
|
|
|
|
struct PresentationResources {
|
|
}
|
|
|
|
enum PresentationResourceKey: Int32 {
|
|
case rootNavigationIndefiniteActivity
|
|
|
|
case rootTabContactsIcon
|
|
case rootTabContactsSelectedIcon
|
|
case rootTabChatsIcon
|
|
case rootTabChatsSelectedIcon
|
|
case rootTabSettingsIcon
|
|
case rootTabSettingsSelectedIcon
|
|
|
|
case navigationComposeIcon
|
|
case navigationCallIcon
|
|
case navigationInfoIcon
|
|
case navigationShareIcon
|
|
case navigationSearchIcon
|
|
case navigationCompactSearchIcon
|
|
case navigationAddIcon
|
|
case navigationPlayerCloseButton
|
|
|
|
case navigationLiveLocationIcon
|
|
|
|
case navigationPlayerPlayIcon
|
|
case navigationPlayerPauseIcon
|
|
case navigationPlayerMaximizedPlayIcon
|
|
case navigationPlayerMaximizedPauseIcon
|
|
case navigationPlayerMaximizedPreviousIcon
|
|
case navigationPlayerMaximizedNextIcon
|
|
case navigationPlayerMaximizedShuffleIcon
|
|
case navigationPlayerMaximizedRepeatIcon
|
|
case navigationPlayerHandleIcon
|
|
case navigationPlayerRateActiveIcon
|
|
case navigationPlayerRateInactiveIcon
|
|
|
|
case itemListDisclosureArrow
|
|
case itemListCheckIcon
|
|
case itemListSecondaryCheckIcon
|
|
case itemListPlusIcon
|
|
case itemListDeleteIndicatorIcon
|
|
case itemListReorderIndicatorIcon
|
|
case itemListAddPersonIcon
|
|
case itemListAddExceptionIcon
|
|
case itemListAddPhoneIcon
|
|
case itemListClearInputIcon
|
|
|
|
case itemListStickerItemUnreadDot
|
|
case itemListVerifiedPeerIcon
|
|
|
|
case itemListCloudFetchIcon
|
|
|
|
case itemListCloseIconImage
|
|
|
|
case chatListLockTopLockedImage
|
|
case chatListLockBottomLockedImage
|
|
case chatListLockTopUnlockedImage
|
|
case chatListLockBottomUnlockedImage
|
|
case chatListPending
|
|
case chatListSingleCheck
|
|
case chatListDoubleCheck
|
|
case chatListBadgeBackgroundActive
|
|
case chatListBadgeBackgroundInactive
|
|
case chatListBadgeBackgroundMention
|
|
case chatListBadgeBackgroundPinned
|
|
case chatListMutedIcon
|
|
case chatListVerifiedIcon
|
|
case chatListSecretIcon
|
|
case chatListRecentStatusOnlineIcon
|
|
case chatListRecentStatusOnlineHighlightedIcon
|
|
case chatListRecentStatusOnlinePinnedIcon
|
|
|
|
case chatTitleLockIcon
|
|
case chatTitleMuteIcon
|
|
|
|
case chatPrincipalThemeEssentialGraphicsWithWallpaper
|
|
case chatPrincipalThemeEssentialGraphicsWithoutWallpaper
|
|
|
|
case chatPrincipalThemeAdditionalGraphicsWithCustomWallpaper
|
|
case chatPrincipalThemeAdditionalGraphicsWithDefaultWallpaper
|
|
|
|
case chatBubbleVerticalLineIncomingImage
|
|
case chatBubbleVerticalLineOutgoingImage
|
|
|
|
case chatBubbleCheckBubbleFullImage
|
|
case chatBubbleBubblePartialImage
|
|
case checkBubbleMediaFullImage
|
|
case checkBubbleMediaPartialImage
|
|
|
|
case chatBubbleConsumableContentIncomingIcon
|
|
case chatBubbleConsumableContentOutgoingIcon
|
|
case chatMediaConsumableContentIcon
|
|
|
|
case chatBubbleMediaOverlayControlSecret
|
|
|
|
case chatBubbleSecretMediaIcon
|
|
case chatBubbleSecretMediaCompactIcon
|
|
|
|
case chatInstantVideoWithWallpaperBackgroundImage
|
|
case chatInstantVideoWithoutWallpaperBackgroundImage
|
|
|
|
case chatUnreadBarBackgroundImage
|
|
|
|
case chatBubbleFileCloudFetchMediaIcon
|
|
case chatBubbleFileCloudFetchIncomingIcon
|
|
case chatBubbleFileCloudFetchOutgoingIcon
|
|
case chatBubbleFileCloudFetchedIncomingIcon
|
|
case chatBubbleFileCloudFetchedOutgoingIcon
|
|
|
|
case chatBubbleReplyThumbnailPlayImage
|
|
|
|
case chatBubbleDeliveryFailedIcon
|
|
|
|
case chatInfoItemBackgroundImageWithWallpaper
|
|
case chatInfoItemBackgroundImageWithoutWallpaper
|
|
|
|
case chatInputPanelCloseIconImage
|
|
case chatInputPanelEncircledCloseIconImage
|
|
case chatInputPanelVerticalSeparatorLineImage
|
|
|
|
case chatMediaInputPanelHighlightedIconImage
|
|
case chatInputMediaPanelSavedStickersIconImage
|
|
case chatInputMediaPanelRecentStickersIconImage
|
|
case chatInputMediaPanelRecentGifsIconImage
|
|
case chatInputMediaPanelTrendingIconImage
|
|
case chatInputMediaPanelSettingsIconImage
|
|
case chatInputMediaPanelAddPackButtonImage
|
|
case chatInputMediaPanelGridSetupImage
|
|
case chatInputMediaPanelGridDismissImage
|
|
|
|
case chatInputButtonPanelButtonImage
|
|
case chatInputButtonPanelButtonHighlightedImage
|
|
|
|
case chatInputTextFieldBackgroundImage
|
|
case chatInputTextFieldClearImage
|
|
case chatInputPanelSendButtonImage
|
|
case chatInputPanelApplyButtonImage
|
|
case chatInputPanelVoiceButtonImage
|
|
case chatInputPanelVideoButtonImage
|
|
case chatInputPanelExpandButtonImage
|
|
case chatInputPanelVoiceActiveButtonImage
|
|
case chatInputPanelVideoActiveButtonImage
|
|
case chatInputPanelAttachmentButtonImage
|
|
case chatInputPanelEditAttachmentButtonImage
|
|
case chatInputPanelMediaRecordingDotImage
|
|
case chatInputPanelMediaRecordingCancelArrowImage
|
|
case chatInputTextFieldStickersImage
|
|
case chatInputTextFieldInputButtonsImage
|
|
case chatInputTextFieldKeyboardImage
|
|
case chatInputTextFieldCommandsImage
|
|
case chatInputTextFieldSilentPostOnImage
|
|
case chatInputTextFieldSilentPostOffImage
|
|
case chatInputTextFieldTimerImage
|
|
|
|
case chatInputSearchPanelUpImage
|
|
case chatInputSearchPanelUpDisabledImage
|
|
case chatInputSearchPanelDownImage
|
|
case chatInputSearchPanelDownDisabledImage
|
|
case chatInputSearchPanelCalendarImage
|
|
case chatInputSearchPanelMembersImage
|
|
|
|
case chatTitlePanelInfoImage
|
|
case chatTitlePanelSearchImage
|
|
case chatTitlePanelMuteImage
|
|
case chatTitlePanelUnmuteImage
|
|
case chatTitlePanelCallImage
|
|
case chatTitlePanelReportImage
|
|
case chatTitlePanelGroupingImage
|
|
|
|
case chatHistoryNavigationButtonImage
|
|
case chatHistoryMentionsButtonImage
|
|
case chatHistoryNavigationButtonBadgeImage
|
|
|
|
case chatMessageAttachedContentButtonIncoming
|
|
case chatMessageAttachedContentHighlightedButtonIncoming
|
|
case chatMessageAttachedContentButtonOutgoing
|
|
case chatMessageAttachedContentHighlightedButtonOutgoing
|
|
|
|
case chatMessageAttachedContentButtonIconInstantIncoming
|
|
case chatMessageAttachedContentHighlightedButtonIconInstantIncomingWithWallpaper
|
|
case chatMessageAttachedContentHighlightedButtonIconInstantIncomingWithoutWallpaper
|
|
case chatMessageAttachedContentButtonIconInstantOutgoing
|
|
case chatMessageAttachedContentHighlightedButtonIconInstantOutgoingWithWallpaper
|
|
case chatMessageAttachedContentHighlightedButtonIconInstantOutgoingWithoutWallpaper
|
|
|
|
case chatCommandPanelArrowImage
|
|
|
|
case sharedMediaFileDownloadStartIcon
|
|
case sharedMediaFileDownloadPauseIcon
|
|
case sharedMediaInstantViewIcon
|
|
|
|
case chatInfoCallButtonImage
|
|
|
|
case chatInstantMessageInfoBackgroundImage
|
|
case chatInstantMessageMuteIconImage
|
|
|
|
case chatBubbleIncomingCallButtonImage
|
|
case chatBubbleOutgoingCallButtonImage
|
|
|
|
case chatBubbleMapPinImage
|
|
|
|
case chatSelectionButtonChecked
|
|
case chatSelectionButtonUnchecked
|
|
|
|
case callListOutgoingIcon
|
|
case callListInfoButton
|
|
|
|
case genericSearchBarLoupeImage
|
|
case genericSearchBar
|
|
|
|
case inAppNotificationBackground
|
|
case inAppNotificationSecretChatIcon
|
|
|
|
case groupInfoAdminsIcon
|
|
case groupInfoPermissionsIcon
|
|
case groupInfoMembersIcon
|
|
|
|
case emptyChatListCheckIcon
|
|
}
|