Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/NCGlobal.swift')
-rw-r--r--iOSClient/NCGlobal.swift10
1 files changed, 6 insertions, 4 deletions
diff --git a/iOSClient/NCGlobal.swift b/iOSClient/NCGlobal.swift
index bae04f0cc..af5f23ab2 100644
--- a/iOSClient/NCGlobal.swift
+++ b/iOSClient/NCGlobal.swift
@@ -112,7 +112,7 @@ class NCGlobal: NSObject {
// Database Realm
//
let databaseDefault = "nextcloud.realm"
- let databaseSchemaVersion: UInt64 = 216
+ let databaseSchemaVersion: UInt64 = 222
// Intro selector
//
@@ -176,6 +176,7 @@ class NCGlobal: NSObject {
//
let buttonMoreMore = "more"
let buttonMoreStop = "stop"
+ let buttonMoreLock = "moreLock"
// Text - OnlyOffice - Collabora - QuickLook
//
@@ -344,15 +345,12 @@ class NCGlobal: NSObject {
let notificationCenterFavoriteFile = "favoriteFile" // userInfo: ocId
let notificationCenterMenuSearchTextPDF = "menuSearchTextPDF"
- let notificationCenterMenuPDFDisplayDirection = "menuPDFDisplayDirection" // userInfo: direction
let notificationCenterMenuGotToPageInPDF = "menuGotToPageInPDF"
let notificationCenterMenuDetailClose = "menuDetailClose"
let notificationCenterChangedLocation = "changedLocation"
let notificationStatusAuthorizationChangedLocation = "statusAuthorizationChangedLocation"
- let notificationCenterShareChangePermissions = "shareChangePermissions" // userInfo: idShare, permissions, hideDownload
-
let notificationCenterDownloadedThumbnail = "DownloadedThumbnail" // userInfo: ocId
let notificationCenterHidePlayerToolBar = "hidePlayerToolBar" // userInfo: ocId
@@ -362,4 +360,8 @@ class NCGlobal: NSObject {
let notificationCenterReloadMediaPage = "reloadMediaPage"
let notificationCenterPlayMedia = "playMedia"
let notificationCenterPauseMedia = "pauseMedia"
+
+ // Tip
+ //
+ let tipNCViewerPDFThumbnail = "tipncviewerpdfthumbnail"
}