AppDelegate.m 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651
  1. //
  2. // AppDelegate.m
  3. // Nextcloud iOS
  4. //
  5. // Created by Marino Faggiana on 04/09/14.
  6. // Copyright (c) 2017 TWS. All rights reserved.
  7. //
  8. // Author Marino Faggiana <m.faggiana@twsweb.it>
  9. //
  10. // This program is free software: you can redistribute it and/or modify
  11. // it under the terms of the GNU General Public License as published by
  12. // the Free Software Foundation, either version 3 of the License, or
  13. // (at your option) any later version.
  14. //
  15. // This program is distributed in the hope that it will be useful,
  16. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. // GNU General Public License for more details.
  19. //
  20. // You should have received a copy of the GNU General Public License
  21. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. //
  23. #import "AppDelegate.h"
  24. #import "iRate.h"
  25. #import "AFURLSessionManager.h"
  26. #import "CCNetworking.h"
  27. #import "CCGraphics.h"
  28. #import "CCPhotos.h"
  29. #import "CCSynchronize.h"
  30. #import "CCMain.h"
  31. #import "CCDetail.h"
  32. #import <Fabric/Fabric.h>
  33. #import <Crashlytics/Crashlytics.h>
  34. #import "JDStatusBarNotification.h"
  35. #import "NCBridgeSwift.h"
  36. #import "NCAutoUpload.h"
  37. /* Remove comment for activate Firebase and push notification */
  38. //#import "Firebase.h"
  39. //@interface AppDelegate () <UNUserNotificationCenterDelegate, FIRMessagingDelegate>
  40. @interface AppDelegate () <UNUserNotificationCenterDelegate>
  41. {
  42. }
  43. @end
  44. @implementation AppDelegate
  45. + (void)initialize
  46. {
  47. [iRate sharedInstance].daysUntilPrompt = 5;
  48. [iRate sharedInstance].usesUntilPrompt = 5;
  49. [iRate sharedInstance].promptForNewVersionIfUserRated = true;
  50. [[NSUserDefaults standardUserDefaults] registerDefaults:@{@"UserAgent": [CCUtility getUserAgent]}];
  51. //enable preview mode
  52. //[iRate sharedInstance].previewMode = YES;
  53. }
  54. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  55. {
  56. // Brand
  57. if ([NCBrandOptions sharedInstance].use_firebase) {
  58. /* Remove comment for activate Firebase and push notification */
  59. /*
  60. //In order for this to work, proper GoogleService-Info.plist must be included
  61. @try {
  62. [FIRApp configure];
  63. } @catch (NSException *exception) {
  64. NSLog(@"[LOG] Something went wrong while configuring Firebase");
  65. }
  66. if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_9_x_Max) {
  67. UIUserNotificationType allNotificationTypes =(UIUserNotificationTypeSound | UIUserNotificationTypeAlert | UIUserNotificationTypeBadge);
  68. UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes:allNotificationTypes categories:nil];
  69. [[UIApplication sharedApplication] registerUserNotificationSettings:settings];
  70. } else {
  71. // iOS 10 or later
  72. #if defined(__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
  73. // For iOS 10 display notification (sent via APNS)
  74. [UNUserNotificationCenter currentNotificationCenter].delegate = self;
  75. UNAuthorizationOptions authOptions = UNAuthorizationOptionAlert | UNAuthorizationOptionSound | UNAuthorizationOptionBadge;
  76. [[UNUserNotificationCenter currentNotificationCenter] requestAuthorizationWithOptions:authOptions completionHandler:^(BOOL granted, NSError * _Nullable error) {
  77. }];
  78. // For iOS 10 data message (sent via FCM)
  79. [FIRMessaging messaging].remoteMessageDelegate = self;
  80. #endif
  81. }
  82. */
  83. }
  84. NSString *path;
  85. NSURL *dirGroup = [CCUtility getDirectoryGroup];
  86. NSLog(@"[LOG] Start program group -----------------");
  87. NSLog(@"%@", [dirGroup path]);
  88. NSLog(@"[LOG] Start program application -----------");
  89. NSLog(@"%@", [[CCUtility getDirectoryDocuments] stringByDeletingLastPathComponent]);
  90. NSLog(@"[LOG] -------------------------------------");
  91. // create Directory Documents
  92. path = [CCUtility getDirectoryDocuments];
  93. if (![[NSFileManager defaultManager] fileExistsAtPath: path])
  94. [[NSFileManager defaultManager] createDirectoryAtPath:path withIntermediateDirectories:YES attributes:nil error:nil];
  95. // create Directory audio => Library, Application Support, audio
  96. path = [CCUtility getDirectoryAudio];
  97. if (![[NSFileManager defaultManager] fileExistsAtPath: path])
  98. [[NSFileManager defaultManager] createDirectoryAtPath:path withIntermediateDirectories:YES attributes:nil error:nil];
  99. // create Directory database Nextcloud
  100. path = [[dirGroup URLByAppendingPathComponent:k_appDatabaseNextcloud] path];
  101. if (![[NSFileManager defaultManager] fileExistsAtPath:path])
  102. [[NSFileManager defaultManager] createDirectoryAtPath:path withIntermediateDirectories:YES attributes:nil error:nil];
  103. [[NSFileManager defaultManager] setAttributes:@{NSFileProtectionKey:NSFileProtectionNone} ofItemAtPath:path error:nil];
  104. // create Directory User Data
  105. path = [[dirGroup URLByAppendingPathComponent:k_appUserData] path];
  106. if (![[NSFileManager defaultManager] fileExistsAtPath:path])
  107. [[NSFileManager defaultManager] createDirectoryAtPath:path withIntermediateDirectories:YES attributes:nil error:nil];
  108. // create Directory Provider Storage
  109. path = [CCUtility getDirectoryProviderStorage];
  110. if (![[NSFileManager defaultManager] fileExistsAtPath: path])
  111. [[NSFileManager defaultManager] createDirectoryAtPath:path withIntermediateDirectories:YES attributes:nil error:nil];
  112. // Verify upgrade
  113. if ([self upgrade]) {
  114. // Set account, if no exists clear all
  115. tableAccount *account = [[NCManageDatabase sharedInstance] getAccountActive];
  116. if (account == nil) {
  117. // remove all the keys Chain
  118. [CCUtility deleteAllChainStore];
  119. // remove all the App group key
  120. [[NSUserDefaults standardUserDefaults] removePersistentDomainForName:[[NSBundle mainBundle] bundleIdentifier]];
  121. } else {
  122. [self settingActiveAccount:account.account activeUrl:account.url activeUser:account.user activeUserID:account.userID activePassword:account.password];
  123. }
  124. }
  125. #ifdef DEBUG
  126. NSLog(@"[LOG] Copy DB on Documents directory");
  127. NSString *atPathDB = [NSString stringWithFormat:@"%@/nextcloud.realm", [[dirGroup URLByAppendingPathComponent:k_appDatabaseNextcloud] path]];
  128. NSString *toPathDB = [NSString stringWithFormat:@"%@/nextcloud.realm", [CCUtility getDirectoryDocuments]];
  129. [[NSFileManager defaultManager] removeItemAtPath:toPathDB error:nil];
  130. [[NSFileManager defaultManager] copyItemAtPath:atPathDB toPath:toPathDB error:nil];
  131. #endif
  132. // Operation Queue OC Networking
  133. _netQueue = [[NSOperationQueue alloc] init];
  134. _netQueue.name = k_queue;
  135. _netQueue.maxConcurrentOperationCount = k_maxConcurrentOperation;
  136. // UserDefaults
  137. self.ncUserDefaults = [[NSUserDefaults alloc] initWithSuiteName:[NCBrandOptions sharedInstance].capabilitiesGroups];
  138. // Initialization Share
  139. self.sharesID = [NSMutableDictionary new];
  140. self.sharesLink = [NSMutableDictionary new];
  141. self.sharesUserAndGroup = [NSMutableDictionary new];
  142. // Initialization Notification
  143. self.listOfNotifications = [NSMutableArray new];
  144. // Background Fetch
  145. [application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
  146. // Initialization List
  147. self.listProgressMetadata = [[NSMutableDictionary alloc] init];
  148. self.listMainVC = [[NSMutableDictionary alloc] init];
  149. // setting Reachable in back
  150. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  151. self.reachability = [Reachability reachabilityForInternetConnection];
  152. self.lastReachability = [self.reachability isReachable];
  153. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name:kReachabilityChangedNotification object:nil];
  154. [self.reachability startNotifier];
  155. });
  156. //AV Session
  157. [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error:nil];
  158. //[[AVAudioSession sharedInstance] setActive:YES error:nil];
  159. [[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
  160. // How to hide UINavigationBar 1px bottom line < iOS 11
  161. [[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
  162. [[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];
  163. // passcode
  164. [[BKPasscodeLockScreenManager sharedManager] setDelegate:self];
  165. dispatch_async(dispatch_get_main_queue(), ^{
  166. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:NO];
  167. });
  168. // Quick Actions
  169. if([[UIApplicationShortcutItem class] respondsToSelector:@selector(new)]) {
  170. [self configDynamicShortcutItems];
  171. UIApplicationShortcutItem *shortcutItem = [launchOptions objectForKeyedSubscript:UIApplicationLaunchOptionsShortcutItemKey];
  172. if (shortcutItem)
  173. [self handleShortCutItem:shortcutItem];
  174. }
  175. // Start Timer
  176. self.timerProcessAutoDownloadUpload = [NSTimer scheduledTimerWithTimeInterval:k_timerProcessAutoDownloadUpload target:self selector:@selector(loadAutoDownloadUpload) userInfo:nil repeats:YES];
  177. self.timerUpdateApplicationIconBadgeNumber = [NSTimer scheduledTimerWithTimeInterval:k_timerUpdateApplicationIconBadgeNumber target:self selector:@selector(updateApplicationIconBadgeNumber) userInfo:nil repeats:YES];
  178. // Registration Push Notification
  179. UIUserNotificationType types = UIUserNotificationTypeSound | UIUserNotificationTypeBadge | UIUserNotificationTypeAlert;
  180. UIUserNotificationSettings *notificationSettings = [UIUserNotificationSettings settingsForTypes:types categories:nil];
  181. [application registerUserNotificationSettings:notificationSettings];
  182. // Fabric
  183. [Fabric with:@[[Crashlytics class]]];
  184. [self logUser];
  185. return YES;
  186. }
  187. //
  188. // L' applicazione si dimetterà dallo stato di attivo
  189. //
  190. - (void)applicationWillResignActive:(UIApplication *)application
  191. {
  192. [_activeMain closeAllMenu];
  193. [self updateApplicationIconBadgeNumber];
  194. }
  195. //
  196. // L' applicazione entrerà in primo piano (attivo solo dopo il background)
  197. //
  198. - (void)applicationWillEnterForeground:(UIApplication *)application
  199. {
  200. // Test Maintenance
  201. if (self.activeAccount.length == 0 || self.maintenanceMode)
  202. return;
  203. NSLog(@"[LOG] Request Service Server Nextcloud");
  204. [[NCService sharedInstance] startRequestServicesServer];
  205. NSLog(@"[LOG] Initialize Auto upload");
  206. [[NCAutoUpload sharedInstance] initStateAutoUpload];
  207. }
  208. //
  209. // L' applicazione entrerà in primo piano (attivo sempre)
  210. //
  211. - (void)applicationDidBecomeActive:(UIApplication *)application
  212. {
  213. // Test Maintenance
  214. if (self.activeAccount.length == 0 || self.maintenanceMode)
  215. return;
  216. // middelware ping
  217. if ([[NCBrandOptions sharedInstance] use_middlewarePing]) {
  218. NSLog(@"[LOG] Middleware Ping");
  219. [[NCService sharedInstance] middlewarePing];
  220. }
  221. // Test error task upload / download
  222. [self verifyInternalErrorDownloadingUploading];
  223. }
  224. //
  225. // L' applicazione è entrata nello sfondo
  226. //
  227. - (void)applicationDidEnterBackground:(UIApplication *)application
  228. {
  229. NSLog(@"[LOG] Enter in Background");
  230. [[CCQuickActions quickActionsManager] closeAll];
  231. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:YES];
  232. if([[UIDevice currentDevice] respondsToSelector:@selector(isMultitaskingSupported)]) {
  233. __block UIBackgroundTaskIdentifier background_task;
  234. background_task = [application beginBackgroundTaskWithExpirationHandler:^ {
  235. //Clean up code. Tell the system that we are done.
  236. [application endBackgroundTask: background_task];
  237. background_task = UIBackgroundTaskInvalid;
  238. }];
  239. }
  240. }
  241. //
  242. // L'applicazione terminerà
  243. //
  244. - (void)applicationWillTerminate:(UIApplication *)application
  245. {
  246. NSLog(@"[LOG] bye bye, Nextcloud !");
  247. }
  248. #pragma --------------------------------------------------------------------------------------------
  249. #pragma mark ===== Login =====
  250. #pragma --------------------------------------------------------------------------------------------
  251. - (void)openLoginView:(id)delegate loginType:(NSInteger)loginType selector:(NSInteger)selector
  252. {
  253. BOOL loginWebFlow = NO;
  254. @synchronized (self) {
  255. // only for personalized LoginWeb [customer]
  256. if ([NCBrandOptions sharedInstance].use_login_web_personalized) {
  257. if (_activeLoginWeb == nil) {
  258. _activeLoginWeb = [CCLoginWeb new];
  259. _activeLoginWeb.delegate = delegate;
  260. _activeLoginWeb.loginType = loginType;
  261. _activeLoginWeb.urlBase = [[NCBrandOptions sharedInstance] loginBaseUrl];
  262. dispatch_async(dispatch_get_main_queue(), ^ {
  263. [_activeLoginWeb presentModalWithDefaultTheme:delegate];
  264. });
  265. }
  266. return;
  267. }
  268. // ------------------- Nextcloud -------------------------
  269. //
  270. // Login flow : LoginWeb
  271. if (loginType == k_login_Modify_Password) {
  272. tableAccount *account = [[NCManageDatabase sharedInstance] getAccountActive];
  273. if (account.loginFlow)
  274. loginWebFlow = YES;
  275. }
  276. if (loginWebFlow || selector == k_intro_signup) {
  277. if (_activeLoginWeb == nil) {
  278. _activeLoginWeb = [CCLoginWeb new];
  279. _activeLoginWeb.delegate = delegate;
  280. _activeLoginWeb.loginType = loginType;
  281. if (selector == k_intro_signup) {
  282. _activeLoginWeb.urlBase = [[NCBrandOptions sharedInstance] loginPreferredProviders];
  283. } else {
  284. _activeLoginWeb.urlBase = self.activeUrl;
  285. }
  286. dispatch_async(dispatch_get_main_queue(), ^ {
  287. [_activeLoginWeb presentModalWithDefaultTheme:delegate];
  288. });
  289. }
  290. } else {
  291. if (_activeLogin == nil) {
  292. _activeLogin = [[UIStoryboard storyboardWithName:@"CCLogin" bundle:nil] instantiateViewControllerWithIdentifier:@"CCLoginNextcloud"];
  293. _activeLogin.delegate = delegate;
  294. _activeLogin.loginType = loginType;
  295. dispatch_async(dispatch_get_main_queue(), ^ {
  296. [delegate presentViewController:_activeLogin animated:YES completion:nil];
  297. });
  298. }
  299. }
  300. }
  301. }
  302. #pragma --------------------------------------------------------------------------------------------
  303. #pragma mark ===== Setting Active Account for all APP =====
  304. #pragma --------------------------------------------------------------------------------------------
  305. - (void)settingActiveAccount:(NSString *)activeAccount activeUrl:(NSString *)activeUrl activeUser:(NSString *)activeUser activeUserID:(NSString *)activeUserID activePassword:(NSString *)activePassword
  306. {
  307. self.activeAccount = activeAccount;
  308. self.activeUrl = activeUrl;
  309. self.activeUser = activeUser;
  310. self.activeUserID = activeUserID;
  311. self.activePassword = activePassword;
  312. // Setting Account to CCNetworking
  313. [[CCNetworking sharedNetworking] settingAccount];
  314. }
  315. #pragma --------------------------------------------------------------------------------------------
  316. #pragma mark ===== Push Notification =====
  317. #pragma --------------------------------------------------------------------------------------------
  318. - (void)subscribingNextcloudServerFailure:(CCMetadataNet *)metadataNet message:(NSString *)message errorCode:(NSInteger)errorCode
  319. {
  320. NSLog(@"[LOG] Error Subscribing Nextcloud Server %@", message);
  321. }
  322. - (void)application:(UIApplication *)application didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings
  323. {
  324. [application registerForRemoteNotifications];
  325. }
  326. /* Remove comment for activate Firebase and push notification */
  327. /*
  328. - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken
  329. {
  330. // test
  331. if (self.activeAccount.length == 0)
  332. return;
  333. // FIREBASE registered token
  334. [[FIRInstanceID instanceID] setAPNSToken:deviceToken type:FIRInstanceIDAPNSTokenTypeSandbox];
  335. NSString *pushToken = [[FIRInstanceID instanceID] token];
  336. // NSString *pushToken = [[[[deviceToken description] stringByReplacingOccurrencesOfString: @"<" withString: @""] stringByReplacingOccurrencesOfString: @">" withString: @""] stringByReplacingOccurrencesOfString: @" " withString: @""];
  337. NSString *pushTokenHash = [[NCEndToEndEncryption sharedManager] createSHA512:pushToken];
  338. NSDictionary *devicePushKey = [NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"DevicePushKey-Info" ofType:@"plist"]];
  339. #ifdef DEBUG
  340. NSString *devicePublicKey = [devicePushKey objectForKey:@"devicePublicKeyDevelopment"];
  341. #else
  342. NSString *devicePublicKey = [devicePushKey objectForKey:@"devicePublicKeyProduction"];
  343. #endif
  344. if ([devicePublicKey length] > 0 && [pushTokenHash length] > 0) {
  345. NSLog(@"[LOG] Firebase InstanceID push token: %@", pushToken);
  346. CCMetadataNet *metadataNet = [[CCMetadataNet alloc] initWithAccount:app.activeAccount];
  347. NSDictionary *options = [[NSDictionary alloc] initWithObjectsAndKeys:pushToken, @"pushToken", pushTokenHash, @"pushTokenHash", devicePublicKey, @"devicePublicKey", nil];
  348. metadataNet.action = actionSubscribingNextcloudServer;
  349. metadataNet.options = options;
  350. [app addNetworkingOperationQueue:app.netQueue delegate:self metadataNet:metadataNet];
  351. }
  352. }
  353. */
  354. - (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error
  355. {
  356. NSLog(@"[LOG] Error register remote notification %@", error);
  357. }
  358. - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo {
  359. UIApplicationState state = [application applicationState];
  360. if (state == UIApplicationStateInactive || state == UIApplicationStateBackground) {
  361. NSLog(@"[LOG] Receive Notification on Inactive or Background state");
  362. } else {
  363. NSLog(@"[LOG] Receive Notification on Active state");
  364. }
  365. // If you are receiving a notification message while your app is in the background,
  366. // this callback will not be fired till the user taps on the notification launching the application.
  367. // TODO: Handle data of notification
  368. // Print message ID.
  369. //if (userInfo[kGCMMessageIDKey]) {
  370. // NSLog(@"Message ID: %@", userInfo[kGCMMessageIDKey]);
  371. //}
  372. // Print full message.
  373. NSLog(@"[LOG] %@", userInfo);
  374. }
  375. - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
  376. {
  377. UIApplicationState state = [application applicationState];
  378. // Print message ID.
  379. //if (userInfo[kGCMMessageIDKey]) {
  380. // NSLog(@"Message ID: %@", userInfo[kGCMMessageIDKey]);
  381. //}
  382. // Print full message.
  383. NSLog(@"[LOG] %@", userInfo);
  384. if (state == UIApplicationStateBackground || (state == UIApplicationStateInactive)) {
  385. } else if (state == UIApplicationStateInactive) {
  386. // user tapped notification
  387. completionHandler(UIBackgroundFetchResultNewData);
  388. } else {
  389. // app is active
  390. completionHandler(UIBackgroundFetchResultNoData);
  391. }
  392. }
  393. /* Remove comment for activate Firebase and push notification */
  394. #pragma FIREBASE
  395. /*
  396. - (void)tokenRefreshNotification:(NSNotification *)notification {
  397. // Note that this callback will be fired everytime a new token is generated, including the first
  398. // time. So if you need to retrieve the token as soon as it is available this is where that
  399. // should be done.
  400. NSString *refreshedToken = [[FIRInstanceID instanceID] token];
  401. NSLog(@"[LOG] InstanceID token: %@", refreshedToken);
  402. // Connect to FCM since connection may have failed when attempted before having a token.
  403. [self connectToFcm];
  404. // TODO: If necessary send token to application server.
  405. }
  406. - (void)connectToFcm {
  407. // Won't connect since there is no token
  408. if (![[FIRInstanceID instanceID] token]) {
  409. return;
  410. }
  411. // Disconnect previous FCM connection if it exists.
  412. [[FIRMessaging messaging] disconnect];
  413. [[FIRMessaging messaging] connectWithCompletion:^(NSError * _Nullable error) {
  414. if (error != nil) {
  415. NSLog(@"[LOG] Unable to connect to FCM. %@", error);
  416. } else {
  417. NSLog(@"[LOG] Connected to FCM.");
  418. }
  419. }];
  420. }
  421. #if defined(__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
  422. // Receive data message on iOS 10 devices while app is in the foreground.
  423. - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
  424. // Print full message
  425. NSLog(@"[LOG] %@", remoteMessage.appData);
  426. }
  427. #endif
  428. */
  429. #pragma --------------------------------------------------------------------------------------------
  430. #pragma mark ===== Quick Actions - ShotcutItem =====
  431. #pragma --------------------------------------------------------------------------------------------
  432. - (void)configDynamicShortcutItems
  433. {
  434. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  435. UIApplicationShortcutIcon *shortcutPhotosIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:@"quickActionPhotos"];
  436. UIApplicationShortcutIcon *shortcutUploadIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:@"quickActionUpload"];
  437. UIApplicationShortcutItem *shortcutPhotos = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.photos", bundleId] localizedTitle:NSLocalizedString(@"_photo_camera_", nil) localizedSubtitle:nil icon:shortcutPhotosIcon userInfo:nil];
  438. UIApplicationShortcutItem *shortcutUpload = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.upload", bundleId] localizedTitle:NSLocalizedString(@"_upload_file_", nil) localizedSubtitle:nil icon:shortcutUploadIcon userInfo:nil];
  439. // add the array to our app
  440. if (shortcutUpload && shortcutPhotos)
  441. [UIApplication sharedApplication].shortcutItems = @[shortcutUpload, shortcutPhotos];
  442. }
  443. - (void)application:(UIApplication *)application performActionForShortcutItem:(UIApplicationShortcutItem *)shortcutItem completionHandler:(void (^)(BOOL))completionHandler
  444. {
  445. BOOL handledShortCutItem = [self handleShortCutItem:shortcutItem];
  446. completionHandler(handledShortCutItem);
  447. }
  448. - (BOOL)handleShortCutItem:(UIApplicationShortcutItem *)shortcutItem
  449. {
  450. BOOL handled = NO;
  451. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  452. NSString *shortcutPhotos = [NSString stringWithFormat:@"%@.photos", bundleId];
  453. NSString *shortcutUpload = [NSString stringWithFormat:@"%@.upload", bundleId];
  454. NSString *shortcutUploadEncrypted = [NSString stringWithFormat:@"%@.uploadEncrypted", bundleId];
  455. if ([shortcutItem.type isEqualToString:shortcutUpload] && self.activeAccount) {
  456. dispatch_async(dispatch_get_main_queue(), ^{
  457. if (_activeMain) {
  458. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  459. if (splitViewController.isCollapsed) {
  460. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  461. for (UINavigationController *nvc in tbc.viewControllers) {
  462. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  463. [nvc popToRootViewControllerAnimated:NO];
  464. }
  465. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  466. } else {
  467. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  468. [nvcDetail popToRootViewControllerAnimated:NO];
  469. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  470. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  471. }
  472. [_activeMain.navigationController popToRootViewControllerAnimated:NO];
  473. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  474. [[CCQuickActions quickActionsManager] startQuickActionsViewController:_activeMain];
  475. });
  476. }
  477. });
  478. handled = YES;
  479. }
  480. else if ([shortcutItem.type isEqualToString:shortcutUploadEncrypted] && self.activeAccount) {
  481. dispatch_async(dispatch_get_main_queue(), ^{
  482. if (_activeMain) {
  483. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  484. if (splitViewController.isCollapsed) {
  485. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  486. for (UINavigationController *nvc in tbc.viewControllers) {
  487. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  488. [nvc popToRootViewControllerAnimated:NO];
  489. }
  490. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  491. } else {
  492. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  493. [nvcDetail popToRootViewControllerAnimated:NO];
  494. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  495. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  496. }
  497. [_activeMain.navigationController popToRootViewControllerAnimated:NO];
  498. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  499. [[CCQuickActions quickActionsManager] startQuickActionsViewController:_activeMain];
  500. });
  501. }
  502. });
  503. handled = YES;
  504. }
  505. else if ([shortcutItem.type isEqualToString:shortcutPhotos] && self.activeAccount) {
  506. dispatch_async(dispatch_get_main_queue(), ^{
  507. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  508. if (splitViewController.isCollapsed) {
  509. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  510. for (UINavigationController *nvc in tbc.viewControllers) {
  511. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  512. [nvc popToRootViewControllerAnimated:NO];
  513. }
  514. [tbc setSelectedIndex: k_tabBarApplicationIndexPhotos];
  515. } else {
  516. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  517. [nvcDetail popToRootViewControllerAnimated:NO];
  518. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  519. [tbc setSelectedIndex: k_tabBarApplicationIndexPhotos];
  520. }
  521. });
  522. handled = YES;
  523. }
  524. return handled;
  525. }
  526. #pragma --------------------------------------------------------------------------------------------
  527. #pragma mark ===== StatusBar & ApplicationIconBadgeNumber =====
  528. #pragma --------------------------------------------------------------------------------------------
  529. - (void)messageNotification:(NSString *)title description:(NSString *)description visible:(BOOL)visible delay:(NSTimeInterval)delay type:(TWMessageBarMessageType)type errorCode:(NSInteger)errorcode
  530. {
  531. static NSInteger errorCodePrev = 0;
  532. dispatch_async(dispatch_get_main_queue(), ^{
  533. if (visible) {
  534. switch (errorcode) {
  535. // JDStatusBarNotification
  536. case kCFURLErrorNotConnectedToInternet :
  537. if (errorCodePrev != errorcode)
  538. [JDStatusBarNotification showWithStatus:NSLocalizedString(title, nil) dismissAfter:delay styleName:JDStatusBarStyleDefault];
  539. errorCodePrev = errorcode;
  540. break;
  541. // TWMessageBarManager
  542. default:
  543. if (description.length > 0) {
  544. [TWMessageBarManager sharedInstance].styleSheet = self;
  545. [[TWMessageBarManager sharedInstance] showMessageWithTitle:[NSString stringWithFormat:@"%@\n", NSLocalizedString(title, nil)] description:NSLocalizedString(description, nil) type:type duration:delay];
  546. }
  547. break;
  548. }
  549. } else {
  550. [[TWMessageBarManager sharedInstance] hideAllAnimated:YES];
  551. }
  552. });
  553. }
  554. - (UIColor *)backgroundColorForMessageType:(TWMessageBarMessageType)type
  555. {
  556. UIColor *backgroundColor = nil;
  557. switch (type)
  558. {
  559. case TWMessageBarMessageTypeError:
  560. backgroundColor = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:0.90];
  561. break;
  562. case TWMessageBarMessageTypeSuccess:
  563. backgroundColor = [UIColor colorWithRed:0.588 green:0.797 blue:0.000 alpha:0.90];
  564. break;
  565. case TWMessageBarMessageTypeInfo:
  566. backgroundColor = [NCBrandColor sharedInstance].brand;
  567. break;
  568. default:
  569. break;
  570. }
  571. return backgroundColor;
  572. }
  573. - (UIColor *)strokeColorForMessageType:(TWMessageBarMessageType)type
  574. {
  575. UIColor *strokeColor = nil;
  576. switch (type)
  577. {
  578. case TWMessageBarMessageTypeError:
  579. strokeColor = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:1.0];
  580. break;
  581. case TWMessageBarMessageTypeSuccess:
  582. strokeColor = [UIColor colorWithRed:0.0 green:1.0 blue:0.0 alpha:1.0];
  583. break;
  584. case TWMessageBarMessageTypeInfo:
  585. strokeColor = [UIColor colorWithRed:0.0 green:0.0 blue:1.0 alpha:1.0];
  586. break;
  587. default:
  588. break;
  589. }
  590. return strokeColor;
  591. }
  592. - (UIImage *)iconImageForMessageType:(TWMessageBarMessageType)type
  593. {
  594. UIImage *iconImage = nil;
  595. switch (type)
  596. {
  597. case TWMessageBarMessageTypeError:
  598. iconImage = [UIImage imageNamed:@"icon-error.png"];
  599. break;
  600. case TWMessageBarMessageTypeSuccess:
  601. iconImage = [UIImage imageNamed:@"icon-success.png"];
  602. break;
  603. case TWMessageBarMessageTypeInfo:
  604. iconImage = [UIImage imageNamed:@"icon-info.png"];
  605. break;
  606. default:
  607. break;
  608. }
  609. return iconImage;
  610. }
  611. - (void)updateApplicationIconBadgeNumber
  612. {
  613. // Test Maintenance
  614. if (self.maintenanceMode)
  615. return;
  616. NSInteger counterDownload = [[[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND (status = %d OR status == %d OR status == %d)", self.activeAccount, k_metadataStatusWaitDownload, k_metadataStatusInDownload, k_metadataStatusDownloading] sorted:@"fileName" ascending:true] count];
  617. NSInteger counterUpload = [[[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND (status == %d OR status == %d OR status == %d)", self.activeAccount, k_metadataStatusWaitUpload, k_metadataStatusInUpload, k_metadataStatusUploading] sorted:@"fileName" ascending:true] count];
  618. NSInteger total = counterDownload + counterUpload;
  619. [UIApplication sharedApplication].applicationIconBadgeNumber = total;
  620. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  621. if ([[splitViewController.viewControllers firstObject] isKindOfClass:[UITabBarController class]]) {
  622. UITabBarController *tbc = [splitViewController.viewControllers firstObject];
  623. UITabBarItem *tbItem = [tbc.tabBar.items objectAtIndex:0];
  624. if (total > 0) {
  625. [tbItem setBadgeValue:[NSString stringWithFormat:@"%li", (unsigned long)total]];
  626. } else {
  627. [tbItem setBadgeValue:nil];
  628. }
  629. }
  630. }
  631. #pragma --------------------------------------------------------------------------------------------
  632. #pragma mark ===== TabBarController =====
  633. #pragma --------------------------------------------------------------------------------------------
  634. - (void)createTabBarController:(UITabBarController *)tabBarController
  635. {
  636. UITabBarItem *item;
  637. NSLayoutConstraint *constraint;
  638. CGFloat multiplier = 0;
  639. CGFloat safeAreaBottom = 0;
  640. if (@available(iOS 11, *)) {
  641. safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom/2;
  642. }
  643. [self aspectTabBar:tabBarController.tabBar hidden:NO];
  644. // File
  645. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexFile];
  646. [item setTitle:NSLocalizedString(@"_home_", nil)];
  647. item.image = [UIImage imageNamed:@"folder"];
  648. item.selectedImage = [UIImage imageNamed:@"folder"];
  649. // Favorites
  650. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexFavorite];
  651. [item setTitle:NSLocalizedString(@"_favorites_", nil)];
  652. item.image = [UIImage imageNamed:@"favorite"];
  653. item.selectedImage = [UIImage imageNamed:@"favorite"];
  654. // (PLUS)
  655. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexPlusHide];
  656. item.title = @"";
  657. item.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:[UIColor clearColor]];
  658. item.enabled = false;
  659. // Photos
  660. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexPhotos];
  661. [item setTitle:NSLocalizedString(@"_photo_camera_", nil)];
  662. item.image = [UIImage imageNamed:@"photos"];
  663. item.selectedImage = [UIImage imageNamed:@"photos"];
  664. // More
  665. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexMore];
  666. [item setTitle:NSLocalizedString(@"_more_", nil)];
  667. item.image = [UIImage imageNamed:@"tabBarMore"];
  668. item.selectedImage = [UIImage imageNamed:@"tabBarMore"];
  669. // Plus Button
  670. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:[NCBrandColor sharedInstance].brandElement];
  671. UIButton *buttonPlus = [UIButton buttonWithType:UIButtonTypeCustom];
  672. buttonPlus.tag = 99;
  673. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateNormal];
  674. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  675. [buttonPlus addTarget:self action:@selector(handleTouchTabbarCenter:) forControlEvents:UIControlEventTouchUpInside];
  676. [buttonPlus setTranslatesAutoresizingMaskIntoConstraints:NO];
  677. [tabBarController.tabBar addSubview:buttonPlus];
  678. multiplier = 1.0;
  679. // X
  680. constraint =[NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeCenterX relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeCenterX multiplier:multiplier constant:0];
  681. [tabBarController.view addConstraint:constraint];
  682. // Y
  683. if (safeAreaBottom == 0) {
  684. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeCenterY relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeCenterY multiplier:multiplier constant:0];
  685. } else {
  686. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeBottom relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeCenterY multiplier:1.0 constant:+5];
  687. }
  688. [tabBarController.view addConstraint:constraint];
  689. multiplier = 0.8 * (tabBarController.tabBar.frame.size.height - safeAreaBottom) / tabBarController.tabBar.frame.size.height;
  690. // Width
  691. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeWidth relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeHeight multiplier:multiplier constant:0];
  692. [tabBarController.view addConstraint:constraint];
  693. // Height
  694. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeHeight relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeHeight multiplier:multiplier constant:0];
  695. [tabBarController.view addConstraint:constraint];
  696. }
  697. - (void)aspectNavigationControllerBar:(UINavigationBar *)nav online:(BOOL)online hidden:(BOOL)hidden
  698. {
  699. nav.translucent = NO;
  700. nav.barTintColor = [NCBrandColor sharedInstance].brand;
  701. nav.tintColor = [NCBrandColor sharedInstance].brandText;
  702. [nav setTitleTextAttributes:@{NSForegroundColorAttributeName : [NCBrandColor sharedInstance].brandText}];
  703. // Change bar bottom line shadow
  704. nav.shadowImage = [CCGraphics generateSinglePixelImageWithColor:[NCBrandColor sharedInstance].brand];
  705. if (!online)
  706. [nav setTitleTextAttributes:@{NSForegroundColorAttributeName : [NCBrandColor sharedInstance].connectionNo}];
  707. nav.hidden = hidden;
  708. [nav setAlpha:1];
  709. }
  710. - (void)aspectTabBar:(UITabBar *)tab hidden:(BOOL)hidden
  711. {
  712. tab.translucent = NO;
  713. tab.barTintColor = [NCBrandColor sharedInstance].tabBar;
  714. tab.tintColor = [NCBrandColor sharedInstance].brandElement;
  715. tab.hidden = hidden;
  716. [tab setAlpha:1];
  717. }
  718. - (void)plusButtonVisibile:(BOOL)visible
  719. {
  720. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  721. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  722. UIButton *buttonPlus = [tabBarController.view viewWithTag:99];
  723. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:[NCBrandColor sharedInstance].brandElement];
  724. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateNormal];
  725. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  726. if (buttonPlus) {
  727. if (visible) {
  728. buttonPlus.hidden = false;
  729. } else {
  730. buttonPlus.hidden = true;
  731. }
  732. }
  733. }
  734. - (void)handleTouchTabbarCenter:(id)sender
  735. {
  736. // Test Maintenance
  737. if (self.maintenanceMode)
  738. return;
  739. UIView *view = [[(UIButton *)sender superview] superview];
  740. CreateMenuAdd *menuAdd = [[CreateMenuAdd alloc] initWithThemingColor:[NCBrandColor sharedInstance].brandElement];
  741. [menuAdd createMenuWithView:view];
  742. }
  743. - (void)selectedTabBarController:(NSInteger)index
  744. {
  745. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  746. if (splitViewController.isCollapsed) {
  747. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  748. for (UINavigationController *nvc in tbc.viewControllers) {
  749. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  750. [nvc popToRootViewControllerAnimated:NO];
  751. }
  752. [tbc setSelectedIndex: index];
  753. } else {
  754. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  755. [nvcDetail popToRootViewControllerAnimated:NO];
  756. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  757. [tbc setSelectedIndex: index];
  758. }
  759. }
  760. - (NSString *)getTabBarControllerActiveServerUrl
  761. {
  762. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  763. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  764. NSString *serverUrl = [CCUtility getHomeServerUrlActiveUrl:self.activeUrl];
  765. NSInteger index = tabBarController.selectedIndex;
  766. // select active serverUrl
  767. if (index == k_tabBarApplicationIndexFile) {
  768. serverUrl = self.activeMain.serverUrl;
  769. } else if (index == k_tabBarApplicationIndexFavorite) {
  770. if (self.activeFavorites.serverUrl)
  771. serverUrl = self.activeFavorites.serverUrl;
  772. } else if (index == k_tabBarApplicationIndexPhotos) {
  773. serverUrl = [[NCManageDatabase sharedInstance] getAccountAutoUploadPath:self.activeUrl];
  774. }
  775. return serverUrl;
  776. }
  777. #pragma --------------------------------------------------------------------------------------------
  778. #pragma mark ===== Theming Color =====
  779. #pragma --------------------------------------------------------------------------------------------
  780. - (void)settingThemingColorBrand
  781. {
  782. if (self.activeAccount.length == 0 || self.maintenanceMode)
  783. return;
  784. if ([NCBrandOptions sharedInstance].use_themingColor) {
  785. tableCapabilities *capabilities = [[NCManageDatabase sharedInstance] getCapabilites];
  786. [CCGraphics settingThemingColor:capabilities.themingColor themingColorElement:capabilities.themingColorElement themingColorText:capabilities.themingColorText];
  787. } else {
  788. [NCBrandColor sharedInstance].brand = [NCBrandColor sharedInstance].customer;
  789. [NCBrandColor sharedInstance].brandElement = [NCBrandColor sharedInstance].customer;
  790. [NCBrandColor sharedInstance].brandText = [NCBrandColor sharedInstance].customerText;
  791. }
  792. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"changeTheming" object:nil];
  793. }
  794. - (void)changeTheming:(UIViewController *)vc
  795. {
  796. // Change Navigation & TabBar color
  797. vc.navigationController.navigationBar.barTintColor = [NCBrandColor sharedInstance].brand;
  798. vc.tabBarController.tabBar.tintColor = [NCBrandColor sharedInstance].brandElement;
  799. // Change bar bottom line shadow
  800. vc.navigationController.navigationBar.shadowImage = [CCGraphics generateSinglePixelImageWithColor:[NCBrandColor sharedInstance].brand];
  801. // Change button Plus
  802. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  803. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  804. UIButton *button = [tabBarController.view viewWithTag:99];
  805. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:[NCBrandColor sharedInstance].brandElement];
  806. [button setBackgroundImage:buttonImage forState:UIControlStateNormal];
  807. [button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  808. // Tint Color GLOBAL WINDOW
  809. [self.window setTintColor:[NCBrandColor sharedInstance].textView];
  810. }
  811. #pragma --------------------------------------------------------------------------------------------
  812. #pragma mark ===== Manager Passcode =====
  813. #pragma --------------------------------------------------------------------------------------------
  814. - (BOOL)lockScreenManagerShouldShowLockScreen:(BKPasscodeLockScreenManager *)aManager
  815. {
  816. // ServerUrl active
  817. NSString *serverUrl = self.activeMain.serverUrl;
  818. BOOL isBlockZone = false;
  819. // fermiamo la data della sessione
  820. self.sessionePasscodeLock = nil;
  821. // se il block code è a zero esci con NON attivare la richiesta password
  822. if ([[CCUtility getBlockCode] length] == 0) return NO;
  823. // se non c'è attivo un account esci con NON attivare la richiesta password
  824. if ([self.activeAccount length] == 0) return NO;
  825. // se non è attivo il OnlyLockDir esci con NON attivare la richiesta password
  826. if (serverUrl && _activeUrl) {
  827. while (![serverUrl isEqualToString:[CCUtility getHomeServerUrlActiveUrl:_activeUrl]]) {
  828. tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND serverUrl == %@", self.activeAccount, serverUrl]];
  829. if (directory.lock) {
  830. isBlockZone = true;
  831. break;
  832. } else {
  833. serverUrl = [CCUtility deletingLastPathComponentFromServerUrl:serverUrl];
  834. if (serverUrl == self.activeUrl)
  835. break;
  836. }
  837. }
  838. }
  839. if ([CCUtility getOnlyLockDir] && !isBlockZone) return NO;
  840. return YES;
  841. }
  842. - (UIViewController *)lockScreenManagerPasscodeViewController:(BKPasscodeLockScreenManager *)aManager
  843. {
  844. CCBKPasscode *viewController = [[CCBKPasscode alloc] initWithNibName:nil bundle:nil];
  845. viewController.type = BKPasscodeViewControllerCheckPasscodeType;
  846. viewController.delegate = self;
  847. viewController.title = [NCBrandOptions sharedInstance].brand;
  848. viewController.fromType = CCBKPasscodeFromLockScreen;
  849. viewController.inputViewTitlePassword = YES;
  850. if ([CCUtility getSimplyBlockCode]) {
  851. viewController.passcodeStyle = BKPasscodeInputViewNumericPasscodeStyle;
  852. viewController.passcodeInputView.maximumLength = 6;
  853. } else {
  854. viewController.passcodeStyle = BKPasscodeInputViewNormalPasscodeStyle;
  855. viewController.passcodeInputView.maximumLength = 64;
  856. }
  857. viewController.touchIDManager = [[BKTouchIDManager alloc] initWithKeychainServiceName: k_serviceShareKeyChain];
  858. viewController.touchIDManager.promptText = NSLocalizedString(@"_scan_fingerprint_", nil);
  859. UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:viewController];
  860. return navigationController;
  861. }
  862. - (void)passcodeViewController:(CCBKPasscode *)aViewController didFinishWithPasscode:(NSString *)aPasscode
  863. {
  864. [aViewController dismissViewControllerAnimated:YES completion:nil];
  865. // is a lock screen
  866. if (aViewController.fromType == CCBKPasscodeFromLockScreen) {
  867. [aViewController dismissViewControllerAnimated:YES completion:nil];
  868. // start session Passcode Lock
  869. BOOL isBlockZone = false;
  870. NSString *serverUrl = self.activeMain.serverUrl;
  871. while (![serverUrl isEqualToString:[CCUtility getHomeServerUrlActiveUrl:_activeUrl]]) {
  872. tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND serverUrl == %@", self.activeAccount, serverUrl]];
  873. if (directory.lock) {
  874. isBlockZone = true;
  875. break;
  876. } else {
  877. serverUrl = [CCUtility deletingLastPathComponentFromServerUrl:serverUrl];
  878. if (serverUrl == self.activeUrl)
  879. break;
  880. }
  881. }
  882. if (isBlockZone)
  883. self.sessionePasscodeLock = [NSDate date];
  884. }
  885. }
  886. - (void)passcodeViewController:(CCBKPasscode *)aViewController authenticatePasscode:(NSString *)aPasscode resultHandler:(void (^)(BOOL))aResultHandler
  887. {
  888. if (aViewController.fromType == CCBKPasscodeFromLockScreen || aViewController.fromType == CCBKPasscodeFromInit) {
  889. if ([aPasscode isEqualToString:[CCUtility getBlockCode]]) {
  890. //self.lockUntilDate = nil;
  891. //self.failedAttempts = 0;
  892. aResultHandler(YES);
  893. } else aResultHandler(NO);
  894. } else aResultHandler(YES);
  895. }
  896. #pragma --------------------------------------------------------------------------------------------
  897. #pragma mark ===== reachabilityChanged =====
  898. #pragma --------------------------------------------------------------------------------------------
  899. -(void)reachabilityChanged:(SCNetworkReachabilityFlags)flags
  900. {
  901. if ([self.reachability isReachable]) {
  902. if (self.lastReachability == NO) {
  903. NSLog(@"[LOG] Request Service Server Nextcloud");
  904. [[NCService sharedInstance] startRequestServicesServer];
  905. }
  906. NSLog(@"[LOG] Reachability Changed: Reachable");
  907. self.lastReachability = YES;
  908. } else {
  909. if (self.lastReachability == YES) {
  910. [self messageNotification:@"_network_not_available_" description:nil visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeInfo errorCode:kCFURLErrorNotConnectedToInternet];
  911. }
  912. NSLog(@"[LOG] Reachability Changed: NOT Reachable");
  913. self.lastReachability = NO;
  914. }
  915. if ([self.reachability isReachableViaWiFi]) NSLog(@"[LOG] Reachability Changed: WiFi");
  916. if ([self.reachability isReachableViaWWAN]) NSLog(@"[LOG] Reachability Changed: WWAn");
  917. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"setTitleMain" object:nil];
  918. }
  919. #pragma --------------------------------------------------------------------------------------------
  920. #pragma mark ===== Fetch =====
  921. #pragma --------------------------------------------------------------------------------------------
  922. - (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
  923. {
  924. NSLog(@"[LOG] Start perform Fetch With Completion Handler");
  925. // Verify new photo
  926. [[NCAutoUpload sharedInstance] initStateAutoUpload];
  927. // after 20 sec
  928. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  929. NSArray *records = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND session != ''", self.activeAccount] sorted:nil ascending:NO];
  930. if ([records count] > 0) {
  931. completionHandler(UIBackgroundFetchResultNewData);
  932. } else {
  933. completionHandler(UIBackgroundFetchResultNoData);
  934. }
  935. NSLog(@"[LOG] End 20 sec. perform Fetch With Completion Handler");
  936. });
  937. }
  938. #pragma --------------------------------------------------------------------------------------------
  939. #pragma mark ===== Operation Networking & Session =====
  940. #pragma --------------------------------------------------------------------------------------------
  941. //
  942. // Method called by the system when all the background task has end
  943. //
  944. - (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHandler
  945. {
  946. NSLog(@"[LOG] Start handle Events For Background URLSession: %@", identifier);
  947. // after 20 sec
  948. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  949. self.backgroundSessionCompletionHandler = completionHandler;
  950. void (^completionHandler)() = self.backgroundSessionCompletionHandler;
  951. self.backgroundSessionCompletionHandler = nil;
  952. completionHandler();
  953. NSLog(@"[LOG] End 20 sec. Start handle Events For Background URLSession: %@", identifier);
  954. });
  955. }
  956. - (void)addNetworkingOperationQueue:(NSOperationQueue *)netQueue delegate:(id)delegate metadataNet:(CCMetadataNet *)metadataNet
  957. {
  958. id operation;
  959. operation = [[OCnetworking alloc] initWithDelegate:delegate metadataNet:metadataNet withUser:_activeUser withUserID:_activeUserID withPassword:_activePassword withUrl:_activeUrl];
  960. [operation setQueuePriority:metadataNet.priority];
  961. [netQueue addOperation:operation];
  962. }
  963. #pragma --------------------------------------------------------------------------------------------
  964. #pragma mark ===== Process Load Download/Upload < k_timerProcess seconds > =====
  965. #pragma --------------------------------------------------------------------------------------------
  966. - (void)loadAutoDownloadUpload
  967. {
  968. tableMetadata *metadataForUpload, *metadataForDownload;
  969. long counterDownload = 0, counterUpload = 0;
  970. NSUInteger sizeDownload = 0, sizeUpload = 0;
  971. // Test Maintenance
  972. if (self.maintenanceMode)
  973. return;
  974. // E2EE : not in background
  975. if ([[UIApplication sharedApplication] applicationState] == UIApplicationStateBackground) {
  976. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND (status == %d OR status == %d)", self.activeAccount, k_metadataStatusInUpload, k_metadataStatusUploading]];
  977. if (metadata) {
  978. tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"directoryID == %@ AND e2eEncrypted == 1", metadata.directoryID]];
  979. if (directory != nil)
  980. return;
  981. }
  982. }
  983. // Stop Timer
  984. [_timerProcessAutoDownloadUpload invalidate];
  985. NSArray *metadatasDownload = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND (status == %d OR status == %d)", self.activeAccount, k_metadataStatusInDownload, k_metadataStatusDownloading] sorted:nil ascending:true];
  986. NSArray *metadatasUpload = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND (status == %d OR status == %d)", self.activeAccount, k_metadataStatusInUpload, k_metadataStatusUploading] sorted:nil ascending:true];
  987. // Counter
  988. counterDownload = [metadatasDownload count];
  989. counterUpload = [metadatasUpload count];
  990. // Size
  991. for (tableMetadata *metadata in metadatasDownload) {
  992. sizeDownload = sizeDownload + metadata.size;
  993. }
  994. for (tableMetadata *metadata in metadatasUpload) {
  995. sizeUpload = sizeUpload + metadata.size;
  996. }
  997. NSLog(@"%@", [NSString stringWithFormat:@"[LOG] -PROCESS-AUTO-UPLOAD- | Download %ld - %@ | Upload %ld - %@", counterDownload, [CCUtility transformedSize:sizeDownload], counterUpload, [CCUtility transformedSize:sizeUpload]]);
  998. // ------------------------- <selector Download> -------------------------
  999. while (counterDownload < k_maxConcurrentOperationDownload) {
  1000. metadataForDownload = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND status == %d", _activeAccount, k_metadataStatusWaitDownload]];
  1001. if (metadataForDownload) {
  1002. metadataForDownload.status = k_metadataStatusInDownload;
  1003. tableMetadata *metadata = [[NCManageDatabase sharedInstance] addMetadata:metadataForDownload];
  1004. [[CCNetworking sharedNetworking] downloadFile:metadata taskStatus:k_taskStatusResume delegate:_activeMain];
  1005. counterDownload++;
  1006. sizeDownload = sizeDownload + metadata.size;
  1007. } else {
  1008. break;
  1009. }
  1010. }
  1011. // ------------------------- <selector Upload> -------------------------
  1012. while (counterUpload < k_maxConcurrentOperationUpload) {
  1013. if (sizeUpload > k_maxSizeOperationUpload) {
  1014. break;
  1015. }
  1016. metadataForUpload = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND sessionSelector == %@ AND status == %d", _activeAccount, selectorUploadFile, k_metadataStatusWaitUpload]];
  1017. if (metadataForUpload) {
  1018. if ([metadataForUpload.session isEqualToString:k_upload_session_extension]) {
  1019. metadataForUpload.session = k_upload_session;
  1020. }
  1021. metadataForUpload.status = k_metadataStatusInUpload;
  1022. tableMetadata *metadata = [[NCManageDatabase sharedInstance] addMetadata:metadataForUpload];
  1023. [[CCNetworking sharedNetworking] uploadFile:metadata taskStatus:k_taskStatusResume delegate:_activeMain];
  1024. counterUpload++;
  1025. sizeUpload = sizeUpload + metadata.size;
  1026. } else {
  1027. break;
  1028. }
  1029. }
  1030. // ------------------------- <selector Auto Upload> -------------------------
  1031. while (counterUpload < k_maxConcurrentOperationUpload) {
  1032. if (sizeUpload > k_maxSizeOperationUpload) {
  1033. break;
  1034. }
  1035. metadataForUpload = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND sessionSelector == %@ AND status == %d", _activeAccount, selectorUploadAutoUpload, k_metadataStatusWaitUpload]];
  1036. if (metadataForUpload) {
  1037. metadataForUpload.status = k_metadataStatusInUpload;
  1038. tableMetadata *metadata = [[NCManageDatabase sharedInstance] addMetadata:metadataForUpload];
  1039. [[CCNetworking sharedNetworking] uploadFile:metadata taskStatus:k_taskStatusResume delegate:_activeMain];
  1040. counterUpload++;
  1041. sizeUpload = sizeUpload + metadata.size;
  1042. } else {
  1043. break;
  1044. }
  1045. }
  1046. // ------------------------- <selector Auto Upload All> ----------------------
  1047. // Verify num error k_maxErrorAutoUploadAll after STOP (100)
  1048. NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND sessionSelector == %@ AND status == %i", _activeAccount, selectorUploadAutoUploadAll, k_metadataStatusUploadError] sorted:nil ascending:NO];
  1049. NSInteger errorCount = [metadatas count];
  1050. if (errorCount >= k_maxErrorAutoUploadAll) {
  1051. [self messageNotification:@"_error_" description:@"_too_errors_automatic_all_" visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeError errorCode:k_CCErrorInternalError];
  1052. [[NCManageDatabase sharedInstance] addActivityClient:@"" fileID:@"" action:k_activityDebugActionAutoUpload selector:selectorUploadAutoUploadAll note:@"_too_errors_automatic_all_" type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  1053. } else {
  1054. while (counterUpload < k_maxConcurrentOperationUpload) {
  1055. if (sizeUpload > k_maxSizeOperationUpload) {
  1056. break;
  1057. }
  1058. metadataForUpload = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND sessionSelector == %@ AND status == %d", _activeAccount, selectorUploadAutoUploadAll, k_metadataStatusWaitUpload]];
  1059. if (metadataForUpload) {
  1060. metadataForUpload.status = k_metadataStatusInUpload;
  1061. tableMetadata *metadata = [[NCManageDatabase sharedInstance] addMetadata:metadataForUpload];
  1062. [[CCNetworking sharedNetworking] uploadFile:metadata taskStatus:k_taskStatusResume delegate:_activeMain];
  1063. counterUpload++;
  1064. sizeUpload = sizeUpload + metadata.size;
  1065. } else {
  1066. break;
  1067. }
  1068. }
  1069. }
  1070. // ------------------------- < END > ----------------------
  1071. // No Download/upload available ? --> remove errors for retry
  1072. //
  1073. if (counterDownload+counterUpload == 0) {
  1074. NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND (status == %d OR status == %d)", _activeAccount, k_metadataStatusDownloadError, k_metadataStatusUploadError] sorted:nil ascending:NO];
  1075. for (tableMetadata *metadata in metadatas) {
  1076. if (metadata.status == k_metadataStatusDownloadError)
  1077. metadata.status = k_metadataStatusWaitDownload;
  1078. else if (metadata.status == k_metadataStatusUploadError)
  1079. metadata.status = k_metadataStatusWaitUpload;
  1080. (void)[[NCManageDatabase sharedInstance] addMetadata:metadata];
  1081. }
  1082. }
  1083. // Start Timer
  1084. _timerProcessAutoDownloadUpload = [NSTimer scheduledTimerWithTimeInterval:k_timerProcessAutoDownloadUpload target:self selector:@selector(loadAutoDownloadUpload) userInfo:nil repeats:YES];
  1085. }
  1086. #pragma --------------------------------------------------------------------------------------------
  1087. #pragma mark ===== Verify internal error in Download/Upload =====
  1088. #pragma --------------------------------------------------------------------------------------------
  1089. - (void)verifyInternalErrorDownloadingUploading
  1090. {
  1091. // Test Maintenance
  1092. if (self.maintenanceMode || self.activeAccount.length == 0)
  1093. return;
  1094. NSArray *recordsInDownloading = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND session != %@ AND status == %d", self.activeAccount, k_download_session_extension, k_metadataStatusDownloading] sorted:nil ascending:true];
  1095. for (tableMetadata *metadata in recordsInDownloading) {
  1096. NSURLSession *session = [[CCNetworking sharedNetworking] getSessionfromSessionDescription:metadata.session];
  1097. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  1098. NSURLSessionTask *findTask;
  1099. for (NSURLSessionTask *task in downloadTasks) {
  1100. if (task.taskIdentifier == metadata.sessionTaskIdentifier) {
  1101. findTask = task;
  1102. }
  1103. }
  1104. if (!findTask) {
  1105. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  1106. metadata.status = k_metadataStatusWaitDownload;
  1107. (void)[[NCManageDatabase sharedInstance] addMetadata:metadata];
  1108. }
  1109. }];
  1110. }
  1111. NSArray *recordsInUploading = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND session != %@ AND status == %d", self.activeAccount, k_upload_session_extension, k_metadataStatusUploading] sorted:nil ascending:true];
  1112. for (tableMetadata *metadata in recordsInUploading) {
  1113. NSURLSession *session = [[CCNetworking sharedNetworking] getSessionfromSessionDescription:metadata.session];
  1114. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  1115. NSURLSessionTask *findTask;
  1116. for (NSURLSessionTask *task in uploadTasks) {
  1117. if (task.taskIdentifier == metadata.sessionTaskIdentifier) {
  1118. findTask = task;
  1119. }
  1120. }
  1121. if (!findTask) {
  1122. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  1123. metadata.status = k_metadataStatusWaitUpload;
  1124. (void)[[NCManageDatabase sharedInstance] addMetadata:metadata];
  1125. }
  1126. }];
  1127. }
  1128. }
  1129. #pragma --------------------------------------------------------------------------------------------
  1130. #pragma mark ===== Open CCUploadFromOtherUpp =====
  1131. #pragma --------------------------------------------------------------------------------------------
  1132. - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
  1133. {
  1134. return YES;
  1135. }
  1136. // Method called from iOS system to send a file from other app.
  1137. - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options
  1138. {
  1139. NSError *error;
  1140. NSLog(@"[LOG] the path is: %@", url.path);
  1141. NSArray *splitedUrl = [url.path componentsSeparatedByString:@"/"];
  1142. self.fileNameUpload = [NSString stringWithFormat:@"%@",[splitedUrl objectAtIndex:([splitedUrl count]-1)]];
  1143. if (self.activeAccount) {
  1144. [[NSFileManager defaultManager]removeItemAtPath:[NSTemporaryDirectory() stringByAppendingString:self.fileNameUpload] error:nil];
  1145. [[NSFileManager defaultManager]moveItemAtPath:url.path toPath:[NSTemporaryDirectory() stringByAppendingString:self.fileNameUpload] error:&error];
  1146. if (error == nil) {
  1147. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  1148. UINavigationController *splitNavigationController = [splitViewController.viewControllers firstObject];
  1149. UINavigationController *navigationController = [[UIStoryboard storyboardWithName:@"CCUploadFromOtherUpp" bundle:nil] instantiateViewControllerWithIdentifier:@"CCUploadNavigationViewController"];
  1150. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  1151. [splitNavigationController presentViewController:navigationController animated:YES completion:nil];
  1152. });
  1153. }
  1154. }
  1155. return YES;
  1156. }
  1157. #pragma --------------------------------------------------------------------------------------------
  1158. #pragma mark ===== Crashlytics =====
  1159. #pragma --------------------------------------------------------------------------------------------
  1160. - (void) logUser
  1161. {
  1162. if (self.activeAccount.length > 0)
  1163. [CrashlyticsKit setUserName:self.activeAccount];
  1164. }
  1165. #pragma --------------------------------------------------------------------------------------------
  1166. #pragma mark ===== Maintenance Mode =====
  1167. #pragma --------------------------------------------------------------------------------------------
  1168. - (void)maintenanceMode:(BOOL)mode
  1169. {
  1170. self.maintenanceMode = mode;
  1171. }
  1172. #pragma --------------------------------------------------------------------------------------------
  1173. #pragma mark ===== UPGRADE =====
  1174. #pragma --------------------------------------------------------------------------------------------
  1175. - (BOOL)upgrade
  1176. {
  1177. #ifdef DEBUG
  1178. //self.maintenanceMode = YES;
  1179. #endif
  1180. NSString *actualVersion = [CCUtility getVersion];
  1181. NSString *actualBuild = [CCUtility getBuild];
  1182. /* ---------------------- UPGRADE VERSION ----------------------- */
  1183. // VERSION < 2.17.6
  1184. if (([actualVersion compare:@"2.17.6" options:NSNumericSearch] == NSOrderedAscending)) {
  1185. // Remove All old Photo Library
  1186. [[NCManageDatabase sharedInstance] clearTable:[tablePhotoLibrary class] account:nil];
  1187. }
  1188. // VERSION == 2.17.6
  1189. if ([actualVersion isEqualToString:@"2.17.6"]) {
  1190. // Build < 10
  1191. if (([actualBuild compare:@"10" options:NSNumericSearch] == NSOrderedAscending) || actualBuild == nil) {
  1192. // Remove All old Photo Library
  1193. //[[NCManageDatabase sharedInstance] clearTable:[tablePhotoLibrary class] account:nil];
  1194. }
  1195. }
  1196. if (([actualVersion compare:@"2.19.1" options:NSNumericSearch] == NSOrderedAscending)) {
  1197. [[NCManageDatabase sharedInstance] clearTable:[tableMetadata class] account:nil];
  1198. [[NCManageDatabase sharedInstance] setClearAllDateReadDirectory];
  1199. }
  1200. if (([actualVersion compare:@"2.22.0" options:NSNumericSearch] == NSOrderedAscending)) {
  1201. NSArray *records = [[NCManageDatabase sharedInstance] getTableLocalFilesWithPredicate:[NSPredicate predicateWithFormat:@"#size > 0"] sorted:@"account" ascending:NO];
  1202. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{
  1203. NSString *account = @"";
  1204. NSString *directoryUser = @"";
  1205. NSString *fileName, *fileNameIco;
  1206. for (tableLocalFile *record in records) {
  1207. if (![account isEqualToString:record.account]) {
  1208. tableAccount *tableAccount = [[NCManageDatabase sharedInstance] getAccountWithPredicate:[NSPredicate predicateWithFormat:@"account == %@", record.account]];
  1209. if (tableAccount) {
  1210. directoryUser = [CCUtility getDirectoryActiveUser:tableAccount.user activeUrl:tableAccount.url];
  1211. account = record.account;
  1212. }
  1213. }
  1214. fileName = [NSString stringWithFormat:@"%@/%@", directoryUser, record.fileID];
  1215. fileNameIco = [NSString stringWithFormat:@"%@/%@.ico", directoryUser, record.fileID];
  1216. if (![directoryUser isEqualToString:@""] && [[NSFileManager defaultManager] fileExistsAtPath:fileName]) {
  1217. [CCUtility moveFileAtPath:fileName toPath:[CCUtility getDirectoryProviderStorageFileID:record.fileID fileName:record.fileName]];
  1218. if ([[NSFileManager defaultManager] fileExistsAtPath:fileNameIco])
  1219. [CCUtility moveFileAtPath:fileNameIco toPath:[CCUtility getDirectoryProviderStorageIconFileID:record.fileID fileNameView:record.fileName]];
  1220. }
  1221. }
  1222. });
  1223. }
  1224. return YES;
  1225. }
  1226. @end