AppDelegate.m 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634
  1. //
  2. // AppDelegate.m
  3. // Crypto Cloud Technology Nextcloud
  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 <MagicalRecord/MagicalRecord.h>
  25. #import "CCCoreData.h"
  26. #import "iRate.h"
  27. #import "AFURLSessionManager.h"
  28. #import "CCNetworking.h"
  29. #import "CCCrypto.h"
  30. #import "CCGraphics.h"
  31. #import "CCPhotos.h"
  32. #import "CCSynchronize.h"
  33. #import "CCMain.h"
  34. #import "CCDetail.h"
  35. #import "Firebase.h"
  36. #import <Fabric/Fabric.h>
  37. #import <Crashlytics/Crashlytics.h>
  38. #import "JDStatusBarNotification.h"
  39. #import "NCBridgeSwift.h"
  40. #import "NCAutoUpload.h"
  41. @interface AppDelegate () <UNUserNotificationCenterDelegate, FIRMessagingDelegate>
  42. {
  43. }
  44. @end
  45. @implementation AppDelegate
  46. + (void)initialize
  47. {
  48. [iRate sharedInstance].daysUntilPrompt = 10;
  49. [iRate sharedInstance].usesUntilPrompt = 10;
  50. [iRate sharedInstance].promptForNewVersionIfUserRated = true;
  51. [[NSUserDefaults standardUserDefaults] registerDefaults:@{@"UserAgent": [CCUtility getUserAgent]}];
  52. //enable preview mode
  53. //[iRate sharedInstance].previewMode = YES;
  54. }
  55. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  56. {
  57. // Brand
  58. if ([NCBrandOptions sharedInstance].use_firebase) {
  59. /*
  60. In order for this to work, proper GoogleService-Info.plist must be included
  61. */
  62. @try {
  63. [FIRApp configure];
  64. } @catch (NSException *exception) {
  65. NSLog(@"[LOG] Something went wrong while configuring Firebase");
  66. }
  67. if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_9_x_Max) {
  68. UIUserNotificationType allNotificationTypes =(UIUserNotificationTypeSound | UIUserNotificationTypeAlert | UIUserNotificationTypeBadge);
  69. UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes:allNotificationTypes categories:nil];
  70. [[UIApplication sharedApplication] registerUserNotificationSettings:settings];
  71. } else {
  72. // iOS 10 or later
  73. #if defined(__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
  74. // For iOS 10 display notification (sent via APNS)
  75. [UNUserNotificationCenter currentNotificationCenter].delegate = self;
  76. UNAuthorizationOptions authOptions = UNAuthorizationOptionAlert | UNAuthorizationOptionSound | UNAuthorizationOptionBadge;
  77. [[UNUserNotificationCenter currentNotificationCenter] requestAuthorizationWithOptions:authOptions completionHandler:^(BOOL granted, NSError * _Nullable error) {
  78. }];
  79. // For iOS 10 data message (sent via FCM)
  80. [FIRMessaging messaging].remoteMessageDelegate = self;
  81. #endif
  82. }
  83. }
  84. NSString *dir;
  85. NSURL *dirGroup = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:[NCBrandOptions sharedInstance].capabilitiesGroups];
  86. NSLog(@"[LOG] Start program group -----------------");
  87. NSLog(@"%@", dirGroup);
  88. NSLog(@"[LOG] Start program application -----------");
  89. NSLog(@"%@", [[CCUtility getDirectoryLocal] stringByDeletingLastPathComponent]);
  90. NSLog(@"[LOG] -------------------------------------");
  91. // create Directory local => Documents
  92. dir = [CCUtility getDirectoryLocal];
  93. if (![[NSFileManager defaultManager] fileExistsAtPath: dir] && [dir length])
  94. [[NSFileManager defaultManager] createDirectoryAtPath:dir withIntermediateDirectories:YES attributes:nil error:nil];
  95. // create Directory audio => Library, Application Support, audio
  96. dir = [CCUtility getDirectoryAudio];
  97. if (![[NSFileManager defaultManager] fileExistsAtPath: dir] && [dir length])
  98. [[NSFileManager defaultManager] createDirectoryAtPath:dir withIntermediateDirectories:YES attributes:nil error:nil];
  99. // create Crypto Cloud in Group => Library, Application Support, Crypto Cloud
  100. dir = [[dirGroup URLByAppendingPathComponent:appDatabase] path];
  101. if (![[NSFileManager defaultManager] fileExistsAtPath:dir])
  102. [[NSFileManager defaultManager] createDirectoryAtPath:dir withIntermediateDirectories:YES attributes:nil error:nil];
  103. // create dir Database Nextcloud
  104. dir = [[dirGroup URLByAppendingPathComponent:appDatabaseNextcloud] path];
  105. if (![[NSFileManager defaultManager] fileExistsAtPath:dir])
  106. [[NSFileManager defaultManager] createDirectoryAtPath:dir withIntermediateDirectories:YES attributes:nil error:nil];
  107. NSError *error = nil;
  108. [[NSFileManager defaultManager] setAttributes:@{NSFileProtectionKey:NSFileProtectionNone} ofItemAtPath:dir error:&error];
  109. [MagicalRecord setupCoreDataStackWithAutoMigratingSqliteStoreNamed:(id)[dirGroup URLByAppendingPathComponent:[appDatabase stringByAppendingPathComponent:@"cryptocloud"]]];
  110. #ifdef DEBUG
  111. [MagicalRecord setLoggingLevel:MagicalRecordLoggingLevelWarn];
  112. #else
  113. [MagicalRecord setLoggingLevel:MagicalRecordLoggingLevelOff];
  114. #endif
  115. // Verify upgrade
  116. if ([self upgrade]) {
  117. // Set account, if no exists clear all
  118. tableAccount *account = [[NCManageDatabase sharedInstance] getAccountActive];
  119. if (account == nil) {
  120. // remove all the keys Chain
  121. [CCUtility deleteAllChainStore];
  122. // remove all the App group key
  123. [[NSUserDefaults standardUserDefaults] removePersistentDomainForName:[[NSBundle mainBundle] bundleIdentifier]];
  124. } else {
  125. [self settingActiveAccount:account.account activeUrl:account.url activeUser:account.user activePassword:account.password];
  126. }
  127. }
  128. // Operation Queue OC Networking
  129. _netQueue = [[NSOperationQueue alloc] init];
  130. _netQueue.name = k_queue;
  131. _netQueue.maxConcurrentOperationCount = k_maxConcurrentOperation;
  132. _netQueueDownload = [[NSOperationQueue alloc] init];
  133. _netQueueDownload.name = k_download_queue;
  134. _netQueueDownload.maxConcurrentOperationCount = k_maxConcurrentOperationDownloadUpload;
  135. _netQueueDownloadWWan = [[NSOperationQueue alloc] init];
  136. _netQueueDownloadWWan.name = k_download_queuewwan;
  137. _netQueueDownloadWWan.maxConcurrentOperationCount = k_maxConcurrentOperationDownloadUpload;
  138. _netQueueUpload = [[NSOperationQueue alloc] init];
  139. _netQueueUpload.name = k_upload_queue;
  140. _netQueueUpload.maxConcurrentOperationCount = k_maxConcurrentOperationDownloadUpload;
  141. _netQueueUploadWWan = [[NSOperationQueue alloc] init];
  142. _netQueueUploadWWan.name = k_upload_queuewwan;
  143. _netQueueUploadWWan.maxConcurrentOperationCount = k_maxConcurrentOperationDownloadUpload;
  144. // Add notification change session
  145. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(sessionChanged:) name:k_networkingSessionNotification object:nil];
  146. // Initialization Share
  147. self.sharesID = [NSMutableDictionary new];
  148. self.sharesLink = [NSMutableDictionary new];
  149. self.sharesUserAndGroup = [NSMutableDictionary new];
  150. // Initialization Notification
  151. self.listOfNotifications = [NSMutableArray new];
  152. // Background Fetch
  153. [application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
  154. // Initialization List
  155. self.listProgressMetadata = [[NSMutableDictionary alloc] init];
  156. self.listChangeTask = [[NSMutableDictionary alloc] init];
  157. self.listMainVC = [[NSMutableDictionary alloc] init];
  158. // Player audio
  159. self.player = [LMMediaPlayerView sharedPlayerView];
  160. self.player.delegate = self;
  161. // setting Reachable in back
  162. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  163. self.reachability = [Reachability reachabilityForInternetConnection];
  164. self.lastReachability = [self.reachability isReachable];
  165. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name:kReachabilityChangedNotification object:nil];
  166. [self.reachability startNotifier];
  167. });
  168. //AV Session
  169. [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error:nil];
  170. //[[AVAudioSession sharedInstance] setActive:YES error:nil];
  171. [[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
  172. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  173. //UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  174. UINavigationController *navigationController = [splitViewController.viewControllers lastObject];
  175. navigationController.topViewController.navigationItem.leftBarButtonItem = splitViewController.displayModeButtonItem;
  176. splitViewController.preferredDisplayMode = UISplitViewControllerDisplayModeAllVisible;
  177. [app aspectNavigationControllerBar:navigationController.navigationBar encrypted:NO online:YES hidden:NO];
  178. // Settings TabBar
  179. [self createTabBarController];
  180. // passcode
  181. [[BKPasscodeLockScreenManager sharedManager] setDelegate:self];
  182. dispatch_async(dispatch_get_main_queue(), ^{
  183. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:NO];
  184. });
  185. // Quick Actions
  186. if([[UIApplicationShortcutItem class] respondsToSelector:@selector(new)]) {
  187. [self configDynamicShortcutItems];
  188. UIApplicationShortcutItem *shortcutItem = [launchOptions objectForKeyedSubscript:UIApplicationLaunchOptionsShortcutItemKey];
  189. if (shortcutItem)
  190. [self handleShortCutItem:shortcutItem];
  191. }
  192. // Start Timer
  193. self.timerProcessAutoUpload = [NSTimer scheduledTimerWithTimeInterval:2.0 target:self selector:@selector(processAutoUpload) userInfo:nil repeats:YES];
  194. self.timerUpdateApplicationIconBadgeNumber = [NSTimer scheduledTimerWithTimeInterval:k_timerUpdateApplicationIconBadgeNumber target:self selector:@selector(updateApplicationIconBadgeNumber) userInfo:nil repeats:YES];
  195. // Registration Push Notification
  196. UIUserNotificationType types = UIUserNotificationTypeSound | UIUserNotificationTypeBadge | UIUserNotificationTypeAlert;
  197. UIUserNotificationSettings *notificationSettings = [UIUserNotificationSettings settingsForTypes:types categories:nil];
  198. [application registerUserNotificationSettings:notificationSettings];
  199. // Fabric
  200. [Fabric with:@[[Crashlytics class]]];
  201. [self logUser];
  202. return YES;
  203. }
  204. //
  205. // L' applicazione si dimetterà dallo stato di attivo
  206. //
  207. - (void)applicationWillResignActive:(UIApplication *)application
  208. {
  209. [_activeMain closeAllMenu];
  210. [self updateApplicationIconBadgeNumber];
  211. }
  212. //
  213. // L' applicazione entrerà in primo piano (attivo solo dopo il background)
  214. //
  215. - (void)applicationWillEnterForeground:(UIApplication *)application
  216. {
  217. // refresh active Main
  218. if (_activeMain) {
  219. [_activeMain reloadDatasource];
  220. [_activeMain readFileReloadFolder];
  221. }
  222. // Initializations
  223. [self applicationInitialized];
  224. }
  225. //
  226. // L' applicazione è entrata nello sfondo
  227. //
  228. - (void)applicationDidEnterBackground:(UIApplication *)application
  229. {
  230. NSLog(@"[LOG] Enter in Background");
  231. [[CCQuickActions quickActionsManager] closeAll];
  232. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:YES];
  233. if([[UIDevice currentDevice] respondsToSelector:@selector(isMultitaskingSupported)]) {
  234. __block UIBackgroundTaskIdentifier background_task;
  235. background_task = [application beginBackgroundTaskWithExpirationHandler:^ {
  236. //Clean up code. Tell the system that we are done.
  237. [application endBackgroundTask: background_task];
  238. background_task = UIBackgroundTaskInvalid;
  239. }];
  240. }
  241. }
  242. //
  243. // L'applicazione terminerà
  244. //
  245. - (void)applicationWillTerminate:(UIApplication *)application
  246. {
  247. [MagicalRecord cleanUp];
  248. NSLog(@"[LOG] bye bye, Crypto Cloud !");
  249. }
  250. //
  251. // Application Initialized
  252. //
  253. - (void)applicationInitialized
  254. {
  255. // Test Maintenance
  256. if (self.maintenanceMode)
  257. return;
  258. // Execute : now
  259. NSLog(@"[LOG] Update Folder Photo");
  260. NSString *autoUploadPath = [[NCManageDatabase sharedInstance] getAccountAutoUploadPath:_activeUrl];
  261. if ([autoUploadPath length] > 0)
  262. [[CCSynchronize sharedSynchronize] synchronizedFolder:autoUploadPath selector:selectorReadFolder];
  263. // Execute : after 1 sec.
  264. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  265. if (_activeMain) {
  266. NSLog(@"[LOG] Request Server Capabilities");
  267. [_activeMain requestServerCapabilities];
  268. }
  269. if (_activeMain && [[NCBrandOptions sharedInstance] use_middlewarePing]) {
  270. NSLog(@"[LOG] Middleware Ping");
  271. [_activeMain middlewarePing];
  272. }
  273. NSLog(@"[LOG] Initialize Auto upload");
  274. [[NCAutoUpload sharedInstance] initStateAutoUpload];
  275. NSLog(@"[LOG] Listning Favorites");
  276. [_activeFavorites readListingFavorites];
  277. });
  278. }
  279. #pragma --------------------------------------------------------------------------------------------
  280. #pragma mark ===== Process Auto Upload k_timerProcess seconds =====
  281. #pragma --------------------------------------------------------------------------------------------
  282. - (void)processAutoUpload
  283. {
  284. // Test Maintenance
  285. if (self.maintenanceMode)
  286. return;
  287. // BACKGROND & FOREGROUND
  288. NSLog(@"-PROCESS-AUTO-UPLOAD-");
  289. if ([[UIApplication sharedApplication] applicationState] == UIApplicationStateBackground) {
  290. // ONLY BACKGROUND
  291. [[NCAutoUpload sharedInstance] performSelectorOnMainThread:@selector(loadAutoUpload:) withObject:[NSNumber numberWithInt:k_maxConcurrentOperationDownloadUploadBackground] waitUntilDone:NO];
  292. } else {
  293. // ONLY FOREFROUND
  294. [[NCAutoUpload sharedInstance] performSelectorOnMainThread:@selector(loadAutoUpload:) withObject:[NSNumber numberWithInt:k_maxConcurrentOperationDownloadUpload] waitUntilDone:NO];
  295. }
  296. }
  297. #pragma --------------------------------------------------------------------------------------------
  298. #pragma mark ===== Setting Active Account =====
  299. #pragma --------------------------------------------------------------------------------------------
  300. - (void)settingActiveAccount:(NSString *)activeAccount activeUrl:(NSString *)activeUrl activeUser:(NSString *)activeUser activePassword:(NSString *)activePassword
  301. {
  302. self.activeAccount = activeAccount;
  303. self.activeUrl = activeUrl;
  304. self.activeUser = activeUser;
  305. self.activePassword = activePassword;
  306. self.directoryUser = [CCUtility getDirectoryActiveUser:activeUser activeUrl:activeUrl];
  307. }
  308. #pragma --------------------------------------------------------------------------------------------
  309. #pragma mark ===== Push Notification =====
  310. #pragma --------------------------------------------------------------------------------------------
  311. - (void)subscribingNextcloudServerFailure:(CCMetadataNet *)metadataNet message:(NSString *)message errorCode:(NSInteger)errorCode
  312. {
  313. NSLog(@"[LOG] Error Subscribing Nextcloud Server %@", message);
  314. }
  315. - (void)application:(UIApplication *)application didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings
  316. {
  317. [application registerForRemoteNotifications];
  318. }
  319. - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken
  320. {
  321. // test
  322. if (self.activeAccount.length == 0)
  323. return;
  324. // FIREBASE registered token
  325. [[FIRInstanceID instanceID] setAPNSToken:deviceToken type:FIRInstanceIDAPNSTokenTypeSandbox];
  326. NSString *pushToken = [[FIRInstanceID instanceID] token];
  327. // NSString *pushToken = [[[[deviceToken description] stringByReplacingOccurrencesOfString: @"<" withString: @""] stringByReplacingOccurrencesOfString: @">" withString: @""] stringByReplacingOccurrencesOfString: @" " withString: @""];
  328. NSString *pushTokenHash = [[CCCrypto sharedManager] createSHA512:pushToken];
  329. NSDictionary *devicePushKey = [NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"DevicePushKey-Info" ofType:@"plist"]];
  330. #ifdef DEBUG
  331. NSString *devicePublicKey = [devicePushKey objectForKey:@"devicePublicKeyDevelopment"];
  332. #else
  333. NSString *devicePublicKey = [devicePushKey objectForKey:@"devicePublicKeyProduction"];
  334. #endif
  335. if ([devicePublicKey length] > 0 && [pushTokenHash length] > 0) {
  336. NSLog(@"[LOG] Firebase InstanceID push token: %@", pushToken);
  337. CCMetadataNet *metadataNet = [[CCMetadataNet alloc] initWithAccount:app.activeAccount];
  338. NSDictionary *options = [[NSDictionary alloc] initWithObjectsAndKeys:pushToken, @"pushToken", pushTokenHash, @"pushTokenHash", devicePublicKey, @"devicePublicKey", nil];
  339. metadataNet.action = actionSubscribingNextcloudServer;
  340. metadataNet.options = options;
  341. [app addNetworkingOperationQueue:app.netQueue delegate:self metadataNet:metadataNet];
  342. }
  343. }
  344. - (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error
  345. {
  346. NSLog(@"[LOG] Error register remote notification %@", error);
  347. }
  348. - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo {
  349. UIApplicationState state = [application applicationState];
  350. if (state == UIApplicationStateInactive || state == UIApplicationStateBackground) {
  351. NSLog(@"[LOG] Receive Notification on Inactive or Background state");
  352. } else {
  353. NSLog(@"[LOG] Receive Notification on Active state");
  354. }
  355. // If you are receiving a notification message while your app is in the background,
  356. // this callback will not be fired till the user taps on the notification launching the application.
  357. // TODO: Handle data of notification
  358. // Print message ID.
  359. //if (userInfo[kGCMMessageIDKey]) {
  360. // NSLog(@"Message ID: %@", userInfo[kGCMMessageIDKey]);
  361. //}
  362. // Print full message.
  363. NSLog(@"[LOG] %@", userInfo);
  364. }
  365. - (void) application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
  366. {
  367. UIApplicationState state = [application applicationState];
  368. // Print message ID.
  369. //if (userInfo[kGCMMessageIDKey]) {
  370. // NSLog(@"Message ID: %@", userInfo[kGCMMessageIDKey]);
  371. //}
  372. // Print full message.
  373. NSLog(@"[LOG] %@", userInfo);
  374. if (state == UIApplicationStateBackground || (state == UIApplicationStateInactive)) {
  375. } else if (state == UIApplicationStateInactive) {
  376. // user tapped notification
  377. completionHandler(UIBackgroundFetchResultNewData);
  378. } else {
  379. // app is active
  380. completionHandler(UIBackgroundFetchResultNoData);
  381. }
  382. }
  383. #pragma FIREBASE
  384. - (void)tokenRefreshNotification:(NSNotification *)notification {
  385. // Note that this callback will be fired everytime a new token is generated, including the first
  386. // time. So if you need to retrieve the token as soon as it is available this is where that
  387. // should be done.
  388. NSString *refreshedToken = [[FIRInstanceID instanceID] token];
  389. NSLog(@"[LOG] InstanceID token: %@", refreshedToken);
  390. // Connect to FCM since connection may have failed when attempted before having a token.
  391. [self connectToFcm];
  392. // TODO: If necessary send token to application server.
  393. }
  394. - (void)connectToFcm {
  395. // Won't connect since there is no token
  396. if (![[FIRInstanceID instanceID] token]) {
  397. return;
  398. }
  399. // Disconnect previous FCM connection if it exists.
  400. [[FIRMessaging messaging] disconnect];
  401. [[FIRMessaging messaging] connectWithCompletion:^(NSError * _Nullable error) {
  402. if (error != nil) {
  403. NSLog(@"[LOG] Unable to connect to FCM. %@", error);
  404. } else {
  405. NSLog(@"[LOG] Connected to FCM.");
  406. }
  407. }];
  408. }
  409. #if defined(__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
  410. // Receive data message on iOS 10 devices while app is in the foreground.
  411. - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
  412. // Print full message
  413. NSLog(@"[LOG] %@", remoteMessage.appData);
  414. }
  415. #endif
  416. #pragma --------------------------------------------------------------------------------------------
  417. #pragma mark ===== Quick Actions - ShotcutItem =====
  418. #pragma --------------------------------------------------------------------------------------------
  419. - (void)configDynamicShortcutItems
  420. {
  421. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  422. UIApplicationShortcutIcon *shortcutPhotosIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:@"quickActionPhotos"];
  423. UIApplicationShortcutIcon *shortcutUploadIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:@"quickActionUpload"];
  424. UIApplicationShortcutIcon *shortcutUploadEncryptedIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:@"quickActionUploadEncrypted"];
  425. UIApplicationShortcutItem *shortcutPhotos = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.photos", bundleId] localizedTitle:NSLocalizedString(@"_photo_camera_", nil) localizedSubtitle:nil icon:shortcutPhotosIcon userInfo:nil];
  426. UIApplicationShortcutItem *shortcutUpload = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.upload", bundleId] localizedTitle:NSLocalizedString(@"_upload_file_", nil) localizedSubtitle:nil icon:shortcutUploadIcon userInfo:nil];
  427. UIApplicationShortcutItem *shortcutUploadEncrypted = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.uploadEncrypted", bundleId] localizedTitle:NSLocalizedString(@"_upload_encrypted_file_", nil) localizedSubtitle:nil icon:shortcutUploadEncryptedIcon userInfo:nil];
  428. if (app.isCryptoCloudMode) {
  429. // add the array to our app
  430. [UIApplication sharedApplication].shortcutItems = @[shortcutUploadEncrypted, shortcutUpload, shortcutPhotos];
  431. } else {
  432. // add the array to our app
  433. [UIApplication sharedApplication].shortcutItems = @[shortcutUpload, shortcutPhotos];
  434. }
  435. }
  436. - (void)application:(UIApplication *)application performActionForShortcutItem:(UIApplicationShortcutItem *)shortcutItem completionHandler:(void (^)(BOOL))completionHandler
  437. {
  438. BOOL handledShortCutItem = [self handleShortCutItem:shortcutItem];
  439. completionHandler(handledShortCutItem);
  440. }
  441. - (BOOL)handleShortCutItem:(UIApplicationShortcutItem *)shortcutItem
  442. {
  443. BOOL handled = NO;
  444. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  445. NSString *shortcutPhotos = [NSString stringWithFormat:@"%@.photos", bundleId];
  446. NSString *shortcutUpload = [NSString stringWithFormat:@"%@.upload", bundleId];
  447. NSString *shortcutUploadEncrypted = [NSString stringWithFormat:@"%@.uploadEncrypted", bundleId];
  448. if ([shortcutItem.type isEqualToString:shortcutUpload] && self.activeAccount) {
  449. dispatch_async(dispatch_get_main_queue(), ^{
  450. if (_activeMain) {
  451. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  452. if (splitViewController.isCollapsed) {
  453. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  454. for (UINavigationController *nvc in tbc.viewControllers) {
  455. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  456. [nvc popToRootViewControllerAnimated:NO];
  457. }
  458. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  459. } else {
  460. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  461. [nvcDetail popToRootViewControllerAnimated:NO];
  462. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  463. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  464. }
  465. [_activeMain.navigationController popToRootViewControllerAnimated:NO];
  466. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  467. [[CCQuickActions quickActionsManager] startQuickActionsEncrypted:NO viewController:_activeMain];
  468. });
  469. }
  470. });
  471. handled = YES;
  472. }
  473. else if ([shortcutItem.type isEqualToString:shortcutUploadEncrypted] && self.activeAccount) {
  474. dispatch_async(dispatch_get_main_queue(), ^{
  475. if (_activeMain) {
  476. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  477. if (splitViewController.isCollapsed) {
  478. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  479. for (UINavigationController *nvc in tbc.viewControllers) {
  480. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  481. [nvc popToRootViewControllerAnimated:NO];
  482. }
  483. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  484. } else {
  485. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  486. [nvcDetail popToRootViewControllerAnimated:NO];
  487. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  488. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  489. }
  490. [_activeMain.navigationController popToRootViewControllerAnimated:NO];
  491. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  492. [[CCQuickActions quickActionsManager] startQuickActionsEncrypted:YES viewController:_activeMain];
  493. });
  494. }
  495. });
  496. handled = YES;
  497. }
  498. else if ([shortcutItem.type isEqualToString:shortcutPhotos] && self.activeAccount) {
  499. dispatch_async(dispatch_get_main_queue(), ^{
  500. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  501. if (splitViewController.isCollapsed) {
  502. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  503. for (UINavigationController *nvc in tbc.viewControllers) {
  504. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  505. [nvc popToRootViewControllerAnimated:NO];
  506. }
  507. [tbc setSelectedIndex: k_tabBarApplicationIndexPhotos];
  508. } else {
  509. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  510. [nvcDetail popToRootViewControllerAnimated:NO];
  511. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  512. [tbc setSelectedIndex: k_tabBarApplicationIndexPhotos];
  513. }
  514. });
  515. handled = YES;
  516. }
  517. return handled;
  518. }
  519. #pragma --------------------------------------------------------------------------------------------
  520. #pragma mark ===== StatusBar & ApplicationIconBadgeNumber =====
  521. #pragma --------------------------------------------------------------------------------------------
  522. - (void)messageNotification:(NSString *)title description:(NSString *)description visible:(BOOL)visible delay:(NSTimeInterval)delay type:(TWMessageBarMessageType)type errorCode:(NSInteger)errorcode
  523. {
  524. static NSInteger errorCodePrev = 0;
  525. dispatch_async(dispatch_get_main_queue(), ^{
  526. if (visible) {
  527. if (errorcode == kCFURLErrorNotConnectedToInternet || errorcode == k_CCErrorNetworkNowAvailable) {
  528. if (errorCodePrev != errorcode)
  529. [JDStatusBarNotification showWithStatus:NSLocalizedString(title, nil) dismissAfter:delay styleName:JDStatusBarStyleDefault];
  530. errorCodePrev = errorcode;
  531. } else {
  532. if (description.length > 0) {
  533. [TWMessageBarManager sharedInstance].styleSheet = self;
  534. [[TWMessageBarManager sharedInstance] showMessageWithTitle:[NSString stringWithFormat:@"%@\n", NSLocalizedString(title, nil)] description:NSLocalizedString(description, nil) type:type duration:delay];
  535. }
  536. }
  537. } else {
  538. [[TWMessageBarManager sharedInstance] hideAllAnimated:YES];
  539. }
  540. });
  541. }
  542. - (UIColor *)backgroundColorForMessageType:(TWMessageBarMessageType)type
  543. {
  544. UIColor *backgroundColor = nil;
  545. switch (type)
  546. {
  547. case TWMessageBarMessageTypeError:
  548. backgroundColor = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:0.90];
  549. break;
  550. case TWMessageBarMessageTypeSuccess:
  551. backgroundColor = [UIColor colorWithRed:0.588 green:0.797 blue:0.000 alpha:0.90];
  552. break;
  553. case TWMessageBarMessageTypeInfo:
  554. backgroundColor = [NCBrandColor sharedInstance].brand;
  555. break;
  556. default:
  557. break;
  558. }
  559. return backgroundColor;
  560. }
  561. - (UIColor *)strokeColorForMessageType:(TWMessageBarMessageType)type
  562. {
  563. UIColor *strokeColor = nil;
  564. switch (type)
  565. {
  566. case TWMessageBarMessageTypeError:
  567. strokeColor = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:1.0];
  568. break;
  569. case TWMessageBarMessageTypeSuccess:
  570. strokeColor = [UIColor colorWithRed:0.0 green:1.0 blue:0.0 alpha:1.0];
  571. break;
  572. case TWMessageBarMessageTypeInfo:
  573. strokeColor = [UIColor colorWithRed:0.0 green:0.0 blue:1.0 alpha:1.0];
  574. break;
  575. default:
  576. break;
  577. }
  578. return strokeColor;
  579. }
  580. - (UIImage *)iconImageForMessageType:(TWMessageBarMessageType)type
  581. {
  582. UIImage *iconImage = nil;
  583. switch (type)
  584. {
  585. case TWMessageBarMessageTypeError:
  586. iconImage = [UIImage imageNamed:@"icon-error.png"];
  587. break;
  588. case TWMessageBarMessageTypeSuccess:
  589. iconImage = [UIImage imageNamed:@"icon-success.png"];
  590. break;
  591. case TWMessageBarMessageTypeInfo:
  592. iconImage = [UIImage imageNamed:@"icon-info.png"];
  593. break;
  594. default:
  595. break;
  596. }
  597. return iconImage;
  598. }
  599. #pragma --------------------------------------------------------------------------------------------
  600. #pragma mark ===== TabBarController =====
  601. #pragma --------------------------------------------------------------------------------------------
  602. - (void)createTabBarController
  603. {
  604. UITabBarItem *item;
  605. NSLayoutConstraint *constraint;
  606. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  607. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  608. [app aspectTabBar:tabBarController.tabBar hidden:NO];
  609. // File
  610. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexFile];
  611. [item setTitle:NSLocalizedString(@"_home_", nil)];
  612. item.image = [UIImage imageNamed:@"tabBarFiles"];
  613. item.selectedImage = [UIImage imageNamed:@"tabBarFiles"];
  614. // Favorites
  615. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexFavorite];
  616. [item setTitle:NSLocalizedString(@"_favorites_", nil)];
  617. item.image = [UIImage imageNamed:@"tabBarFavorite"];
  618. item.selectedImage = [UIImage imageNamed:@"tabBarFavorite"];
  619. // (PLUS)
  620. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexPlusHide];
  621. item.title = nil;
  622. item.image = nil;
  623. item.enabled = false;
  624. // Photos
  625. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexPhotos];
  626. [item setTitle:NSLocalizedString(@"_photo_camera_", nil)];
  627. item.image = [UIImage imageNamed:@"tabBarPhotos"];
  628. item.selectedImage = [UIImage imageNamed:@"tabBarPhotos"];
  629. // More
  630. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexMore];
  631. [item setTitle:NSLocalizedString(@"_more_", nil)];
  632. item.image = [UIImage imageNamed:@"tabBarMore"];
  633. item.selectedImage = [UIImage imageNamed:@"tabBarMore"];
  634. // Plus Button
  635. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] color:[NCBrandColor sharedInstance].brand];
  636. UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
  637. button.tag = 99;
  638. button.frame = CGRectMake(0.0, 0.0, buttonImage.size.width, buttonImage.size.height);
  639. [button setBackgroundImage:buttonImage forState:UIControlStateNormal];
  640. [button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  641. [button addTarget:self action:@selector(handleTouchTabbarCenter:) forControlEvents:UIControlEventTouchUpInside];
  642. [button setTranslatesAutoresizingMaskIntoConstraints:NO];
  643. [tabBarController.view addSubview:button];
  644. constraint =[NSLayoutConstraint constraintWithItem:button attribute:NSLayoutAttributeCenterX relatedBy:NSLayoutRelationEqual toItem:tabBarController.view attribute:NSLayoutAttributeCenterX multiplier:1.0 constant:0];
  645. [tabBarController.view addConstraint:constraint];
  646. constraint =[NSLayoutConstraint constraintWithItem:button attribute:NSLayoutAttributeBottom relatedBy:NSLayoutRelationEqual toItem:tabBarController.view attribute:NSLayoutAttributeBottom multiplier:1.0 constant:-5];
  647. [tabBarController.view addConstraint:constraint];
  648. }
  649. - (void)aspectNavigationControllerBar:(UINavigationBar *)nav encrypted:(BOOL)encrypted online:(BOOL)online hidden:(BOOL)hidden
  650. {
  651. nav.translucent = NO;
  652. nav.barTintColor = [NCBrandColor sharedInstance].brand;
  653. nav.tintColor = [NCBrandColor sharedInstance].navigationBarText;
  654. [nav setTitleTextAttributes:@{NSForegroundColorAttributeName : [NCBrandColor sharedInstance].navigationBarText}];
  655. if (encrypted)
  656. [nav setTitleTextAttributes:@{NSForegroundColorAttributeName : [NCBrandColor sharedInstance].cryptocloud}];
  657. if (!online)
  658. [nav setTitleTextAttributes:@{NSForegroundColorAttributeName : [NCBrandColor sharedInstance].connectionNo}];
  659. nav.hidden = hidden;
  660. [nav setAlpha:1];
  661. }
  662. - (void)aspectTabBar:(UITabBar *)tab hidden:(BOOL)hidden
  663. {
  664. tab.translucent = NO;
  665. tab.barTintColor = [NCBrandColor sharedInstance].tabBar;
  666. tab.tintColor = [NCBrandColor sharedInstance].brand;
  667. tab.hidden = hidden;
  668. [tab setAlpha:1];
  669. }
  670. - (void)plusButtonVisibile:(BOOL)visible
  671. {
  672. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  673. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  674. UIButton *buttonPlus = [tabBarController.view viewWithTag:99];
  675. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] color:[NCBrandColor sharedInstance].brand];
  676. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateNormal];
  677. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  678. if (buttonPlus) {
  679. if (visible) {
  680. buttonPlus.hidden = false;
  681. } else {
  682. buttonPlus.hidden = true;
  683. }
  684. }
  685. }
  686. - (void)handleTouchTabbarCenter:(id)sender
  687. {
  688. // Test Maintenance
  689. if (self.maintenanceMode)
  690. return;
  691. CreateMenuAdd *menuAdd = [[CreateMenuAdd alloc] initWithThemingColor:[NCBrandColor sharedInstance].brand];
  692. if ([CCUtility getCreateMenuEncrypted])
  693. [menuAdd createMenuEncryptedWithView:self.window.rootViewController.view];
  694. else
  695. [menuAdd createMenuPlainWithView:self.window.rootViewController.view];
  696. }
  697. - (void)updateApplicationIconBadgeNumber
  698. {
  699. // Test Maintenance
  700. if (self.maintenanceMode)
  701. return;
  702. NSInteger queueDownload = [self getNumberDownloadInQueues] + [self getNumberDownloadInQueuesWWan];
  703. NSInteger queueUpload = [self getNumberUploadInQueues] + [self getNumberUploadInQueuesWWan];
  704. // Total
  705. NSInteger total = queueDownload + queueUpload + [[NCManageDatabase sharedInstance] countQueueUploadWithSession:nil];
  706. [UIApplication sharedApplication].applicationIconBadgeNumber = total;
  707. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  708. if ([[splitViewController.viewControllers firstObject] isKindOfClass:[UITabBarController class]]) {
  709. UITabBarController *tbc = [splitViewController.viewControllers firstObject];
  710. UITabBarItem *tbItem = [tbc.tabBar.items objectAtIndex:0];
  711. if (total > 0) {
  712. [tbItem setBadgeValue:[NSString stringWithFormat:@"%li", (unsigned long)total]];
  713. } else {
  714. [tbItem setBadgeValue:nil];
  715. NSDictionary* userInfo = @{@"fileID": @"", @"serverUrl": @"", @"cryptated": [NSNumber numberWithFloat:0], @"progress": [NSNumber numberWithFloat:0]};
  716. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  717. }
  718. }
  719. }
  720. - (void)selectedTabBarController:(NSInteger)index
  721. {
  722. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  723. if (splitViewController.isCollapsed) {
  724. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  725. for (UINavigationController *nvc in tbc.viewControllers) {
  726. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  727. [nvc popToRootViewControllerAnimated:NO];
  728. }
  729. [tbc setSelectedIndex: index];
  730. } else {
  731. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  732. [nvcDetail popToRootViewControllerAnimated:NO];
  733. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  734. [tbc setSelectedIndex: index];
  735. }
  736. }
  737. #pragma --------------------------------------------------------------------------------------------
  738. #pragma mark ===== Theming Color =====
  739. #pragma --------------------------------------------------------------------------------------------
  740. - (void)settingThemingColorBrand
  741. {
  742. UIColor* newColor;
  743. if (self.activeAccount.length > 0) {
  744. tableCapabilities *capabilities = [[NCManageDatabase sharedInstance] getCapabilites];
  745. if ([NCBrandOptions sharedInstance].use_themingColor && capabilities.themingColor.length == 7) {
  746. BOOL isLight = [CCGraphics isLight:[CCGraphics colorFromHexString:capabilities.themingColor]];
  747. if (isLight) {
  748. // Activity
  749. [[NCManageDatabase sharedInstance] addActivityClient:@"" fileID:@"" action:k_activityDebugActionCapabilities selector:@"Server Theming" note:NSLocalizedString(@"_theming_is_light_", nil) type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  750. [NCBrandColor sharedInstance].brand = [NCBrandColor sharedInstance].customer;
  751. } else {
  752. newColor = [CCGraphics colorFromHexString:capabilities.themingColor];
  753. }
  754. } else {
  755. newColor = [NCBrandColor sharedInstance].customer;
  756. }
  757. } else {
  758. newColor = [NCBrandColor sharedInstance].customer;
  759. }
  760. if (self.activeAccount.length > 0 && ![newColor isEqual:[NCBrandColor sharedInstance].brand] && newColor) {
  761. [NCBrandColor sharedInstance].brand = newColor;
  762. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"changeTheming" object:nil];
  763. }
  764. }
  765. - (void)changeTheming:(UIViewController *)vc
  766. {
  767. UIColor *color = [NCBrandColor sharedInstance].brand;
  768. // Change Navigation & TabBar color
  769. vc.navigationController.navigationBar.barTintColor = color;
  770. vc.tabBarController.tabBar.tintColor = color;
  771. // Change button Plus
  772. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  773. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  774. UIButton *button = [tabBarController.view viewWithTag:99];
  775. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] color:color];
  776. [button setBackgroundImage:buttonImage forState:UIControlStateNormal];
  777. [button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  778. // Tint Color GLOBAL WINDOW
  779. [self.window setTintColor:[NCBrandColor sharedInstance].brand];
  780. }
  781. #pragma --------------------------------------------------------------------------------------------
  782. #pragma mark ===== Media Player Control =====
  783. #pragma --------------------------------------------------------------------------------------------
  784. - (void)remoteControlReceivedWithEvent:(UIEvent *)event
  785. {
  786. switch (event.subtype) {
  787. case UIEventSubtypeRemoteControlPlay:
  788. if (self.player.mediaPlayer) {
  789. NSMutableDictionary *songInfo = [[NSMutableDictionary alloc] init];
  790. if (self.player.mediaPlayer.nowPlayingItem.title)
  791. [songInfo setObject:self.player.mediaPlayer.nowPlayingItem.title forKey:MPMediaItemPropertyTitle];
  792. if (self.player.mediaPlayer.nowPlayingItem.artist)
  793. [songInfo setObject:self.player.mediaPlayer.nowPlayingItem.artist forKey:MPMediaItemPropertyArtist];
  794. [[MPNowPlayingInfoCenter defaultCenter] setNowPlayingInfo:songInfo];
  795. [self.player.mediaPlayer play];
  796. }
  797. break;
  798. case UIEventSubtypeRemoteControlPause:
  799. if (self.player.mediaPlayer) {
  800. [self.player.mediaPlayer pause];
  801. }
  802. break;
  803. case UIEventSubtypeRemoteControlNextTrack:
  804. // handle it break;
  805. case UIEventSubtypeRemoteControlPreviousTrack:
  806. // handle it break;
  807. default:
  808. break;
  809. }
  810. }
  811. - (BOOL)mediaPlayerViewWillStartPlaying:(LMMediaPlayerView *)playerView media:(LMMediaItem *)media
  812. {
  813. return YES;
  814. }
  815. #pragma --------------------------------------------------------------------------------------------
  816. #pragma mark ===== Manager Passcode =====
  817. #pragma --------------------------------------------------------------------------------------------
  818. - (BOOL)lockScreenManagerShouldShowLockScreen:(BKPasscodeLockScreenManager *)aManager
  819. {
  820. // ServerUrl active
  821. NSString *serverUrl = self.activeMain.serverUrl;
  822. BOOL isBlockZone = false;
  823. // fermiamo la data della sessione
  824. self.sessionePasscodeLock = nil;
  825. // se il block code è a zero esci con NON attivare la richiesta password
  826. if ([[CCUtility getBlockCode] length] == 0) return NO;
  827. // se non c'è attivo un account esci con NON attivare la richiesta password
  828. if ([self.activeAccount length] == 0) return NO;
  829. // se non è attivo il OnlyLockDir esci con NON attivare la richiesta password
  830. if (serverUrl && _activeUrl) {
  831. while (![serverUrl isEqualToString:[CCUtility getHomeServerUrlActiveUrl:_activeUrl]]) {
  832. tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND serverUrl = %@", self.activeAccount, serverUrl]];
  833. if (directory.lock) {
  834. isBlockZone = true;
  835. break;
  836. } else {
  837. serverUrl = [CCUtility deletingLastPathComponentFromServerUrl:serverUrl];
  838. if (serverUrl == self.activeUrl)
  839. break;
  840. }
  841. }
  842. }
  843. if ([CCUtility getOnlyLockDir] && !isBlockZone) return NO;
  844. return YES;
  845. }
  846. - (UIViewController *)lockScreenManagerPasscodeViewController:(BKPasscodeLockScreenManager *)aManager
  847. {
  848. CCBKPasscode *viewController = [[CCBKPasscode alloc] initWithNibName:nil bundle:nil];
  849. viewController.type = BKPasscodeViewControllerCheckPasscodeType;
  850. viewController.delegate = self;
  851. viewController.title = [NCBrandOptions sharedInstance].brand;
  852. viewController.fromType = CCBKPasscodeFromLockScreen;
  853. viewController.inputViewTitlePassword = YES;
  854. if ([CCUtility getSimplyBlockCode]) {
  855. viewController.passcodeStyle = BKPasscodeInputViewNumericPasscodeStyle;
  856. viewController.passcodeInputView.maximumLength = 6;
  857. } else {
  858. viewController.passcodeStyle = BKPasscodeInputViewNormalPasscodeStyle;
  859. viewController.passcodeInputView.maximumLength = 64;
  860. }
  861. viewController.touchIDManager = [[BKTouchIDManager alloc] initWithKeychainServiceName: k_serviceShareKeyChain];
  862. viewController.touchIDManager.promptText = NSLocalizedString(@"_scan_fingerprint_", nil);
  863. UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:viewController];
  864. return navigationController;
  865. }
  866. - (void)passcodeViewController:(CCBKPasscode *)aViewController didFinishWithPasscode:(NSString *)aPasscode
  867. {
  868. [aViewController dismissViewControllerAnimated:YES completion:nil];
  869. // is a lock screen
  870. if (aViewController.fromType == CCBKPasscodeFromLockScreen) {
  871. [aViewController dismissViewControllerAnimated:YES completion:nil];
  872. // start session Passcode Lock
  873. BOOL isBlockZone = false;
  874. NSString *serverUrl = self.activeMain.serverUrl;
  875. while (![serverUrl isEqualToString:[CCUtility getHomeServerUrlActiveUrl:_activeUrl]]) {
  876. tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND serverUrl = %@", self.activeAccount, serverUrl]];
  877. if (directory.lock) {
  878. isBlockZone = true;
  879. break;
  880. } else {
  881. serverUrl = [CCUtility deletingLastPathComponentFromServerUrl:serverUrl];
  882. if (serverUrl == self.activeUrl)
  883. break;
  884. }
  885. }
  886. if (isBlockZone)
  887. self.sessionePasscodeLock = [NSDate date];
  888. }
  889. }
  890. - (void)passcodeViewController:(CCBKPasscode *)aViewController authenticatePasscode:(NSString *)aPasscode resultHandler:(void (^)(BOOL))aResultHandler
  891. {
  892. if (aViewController.fromType == CCBKPasscodeFromLockScreen || aViewController.fromType == CCBKPasscodeFromInit) {
  893. if ([aPasscode isEqualToString:[CCUtility getBlockCode]]) {
  894. //self.lockUntilDate = nil;
  895. //self.failedAttempts = 0;
  896. aResultHandler(YES);
  897. } else aResultHandler(NO);
  898. } else aResultHandler(YES);
  899. }
  900. #pragma --------------------------------------------------------------------------------------------
  901. #pragma mark ===== reachabilityChanged =====
  902. #pragma --------------------------------------------------------------------------------------------
  903. -(void)reachabilityChanged:(SCNetworkReachabilityFlags)flags
  904. {
  905. if ([self.reachability isReachable]) {
  906. if (self.lastReachability == NO) {
  907. [self messageNotification:@"_network_available_" description:nil visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeInfo errorCode:k_CCErrorNetworkNowAvailable];
  908. if (_activeMain)
  909. [_activeMain performSelector:@selector(requestServerCapabilities) withObject:nil afterDelay:3];
  910. }
  911. NSLog(@"[LOG] Reachability Changed: Reachable");
  912. self.lastReachability = YES;
  913. } else {
  914. if (self.lastReachability == YES) {
  915. [self messageNotification:@"_network_not_available_" description:nil visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeInfo errorCode:kCFURLErrorNotConnectedToInternet];
  916. }
  917. NSLog(@"[LOG] Reachability Changed: NOT Reachable");
  918. self.lastReachability = NO;
  919. }
  920. if ([self.reachability isReachableViaWiFi]) NSLog(@"[LOG] Reachability Changed: WiFi");
  921. if ([self.reachability isReachableViaWWAN]) NSLog(@"[LOG] Reachability Changed: WWAn");
  922. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"setTitleMain" object:nil];
  923. }
  924. #pragma --------------------------------------------------------------------------------------------
  925. #pragma mark ===== Fetch =====
  926. #pragma --------------------------------------------------------------------------------------------
  927. - (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
  928. {
  929. NSLog(@"[LOG] Start perform Fetch With Completion Handler");
  930. // Verify new photo
  931. [[NCAutoUpload sharedInstance] initStateAutoUpload];
  932. // after 20 sec
  933. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  934. NSArray *records = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND session != ''", self.activeAccount] sorted:nil ascending:NO];
  935. if ([records count] > 0) {
  936. completionHandler(UIBackgroundFetchResultNewData);
  937. } else {
  938. completionHandler(UIBackgroundFetchResultNoData);
  939. }
  940. NSLog(@"[LOG] End 20 sec. perform Fetch With Completion Handler");
  941. });
  942. }
  943. #pragma --------------------------------------------------------------------------------------------
  944. #pragma mark ===== Operation Networking & Session =====
  945. #pragma --------------------------------------------------------------------------------------------
  946. //
  947. // Method called by the system when all the background task has end
  948. //
  949. - (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler
  950. {
  951. NSLog(@"[LOG] Start handle Events For Background URLSession: %@", identifier);
  952. // after 20 sec
  953. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  954. self.backgroundSessionCompletionHandler = completionHandler;
  955. void (^completionHandler)() = self.backgroundSessionCompletionHandler;
  956. self.backgroundSessionCompletionHandler = nil;
  957. completionHandler();
  958. NSLog(@"[LOG] End 20 sec. Start handle Events For Background URLSession: %@", identifier);
  959. });
  960. }
  961. - (void)cancelAllOperations
  962. {
  963. [_netQueue cancelAllOperations];
  964. [_netQueueDownload cancelAllOperations];
  965. [_netQueueDownloadWWan cancelAllOperations];
  966. [_netQueueUpload cancelAllOperations];
  967. [_netQueueUploadWWan cancelAllOperations];
  968. }
  969. - (void)addNetworkingOperationQueue:(NSOperationQueue *)netQueue delegate:(id)delegate metadataNet:(CCMetadataNet *)metadataNet
  970. {
  971. id operation;
  972. operation = [[OCnetworking alloc] initWithDelegate:delegate metadataNet:metadataNet withUser:_activeUser withPassword:_activePassword withUrl:_activeUrl isCryptoCloudMode:_isCryptoCloudMode];
  973. [operation setQueuePriority:metadataNet.priority];
  974. [netQueue addOperation:operation];
  975. }
  976. - (NSMutableArray *)verifyExistsInQueuesDownloadSelector:(NSString *)selector
  977. {
  978. NSMutableArray *metadatasNet = [[NSMutableArray alloc] init];
  979. for (OCnetworking *operation in [self.netQueueDownload operations])
  980. if ([operation.metadataNet.selector isEqualToString:selector])
  981. [metadatasNet addObject:[operation.metadataNet copy]];
  982. for (OCnetworking *operation in [self.netQueueDownloadWWan operations])
  983. if ([operation.metadataNet.selector isEqualToString:selector])
  984. [metadatasNet addObject:[operation.metadataNet copy]];
  985. return metadatasNet;
  986. }
  987. - (NSInteger)getNumberDownloadInQueues
  988. {
  989. NSArray *results = [[NCManageDatabase sharedInstance] getTableMetadataDownload];
  990. NSInteger queueNunDownload = [results count];
  991. // netQueueDownload
  992. for (NSOperation *operation in [self.netQueueDownload operations])
  993. if (((OCnetworking *)operation).isExecuting == NO) queueNunDownload++;
  994. return queueNunDownload;
  995. }
  996. - (NSInteger)getNumberDownloadInQueuesWWan
  997. {
  998. NSArray *results = [[NCManageDatabase sharedInstance] getTableMetadataDownloadWWan];
  999. NSInteger queueNumDownloadWWan = [results count];
  1000. // netQueueDownloadWWan
  1001. for (NSOperation *operation in [self.netQueueDownloadWWan operations])
  1002. if (((OCnetworking *)operation).isExecuting == NO) queueNumDownloadWWan++;
  1003. return queueNumDownloadWWan;
  1004. }
  1005. - (NSInteger)getNumberUploadInQueues
  1006. {
  1007. NSArray *results = [[NCManageDatabase sharedInstance] getTableMetadataUpload];
  1008. NSInteger queueNumUpload = [results count];
  1009. // netQueueUpload
  1010. for (NSOperation *operation in [self.netQueueUpload operations])
  1011. if (((OCnetworking *)operation).isExecuting == NO) queueNumUpload++;
  1012. return queueNumUpload;
  1013. }
  1014. - (NSInteger)getNumberUploadInQueuesWWan
  1015. {
  1016. NSArray *results = [[NCManageDatabase sharedInstance] getTableMetadataUploadWWan];
  1017. NSInteger queueNumUploadWWan = [results count];
  1018. // netQueueUploadWWan
  1019. for (NSOperation *operation in [self.netQueueUploadWWan operations])
  1020. if (((OCnetworking *)operation).isExecuting == NO) queueNumUploadWWan++;
  1021. return queueNumUploadWWan;
  1022. }
  1023. // Notification change session
  1024. - (void)sessionChanged:(NSNotification *)notification
  1025. {
  1026. NSURLSession *session;
  1027. NSString *fileID;
  1028. NSURLSessionTask *task;
  1029. for (id object in notification.object) {
  1030. if ([object isKindOfClass:[NSURLSession class]])
  1031. session = object;
  1032. if ([object isKindOfClass:[NSString class]])
  1033. fileID = object;
  1034. if ([object isKindOfClass:[NSURLSessionTask class]])
  1035. task = object;
  1036. }
  1037. /*
  1038. Task
  1039. */
  1040. if (fileID && [_listChangeTask objectForKey:fileID])
  1041. dispatch_async(dispatch_get_main_queue(), ^{
  1042. [self changeTask:fileID];
  1043. });
  1044. /*
  1045. Session
  1046. */
  1047. if (session) {
  1048. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  1049. unsigned long numDownload = [downloadTasks count];
  1050. unsigned long numUpload = [uploadTasks count];
  1051. NSLog(@"[LOG] Num Download in queue %lu, num upload in queue %lu", numDownload, numUpload);
  1052. }];
  1053. }
  1054. }
  1055. - (void)changeTask:(NSString *)fileID
  1056. {
  1057. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  1058. if (!metadata) return;
  1059. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  1060. if (!serverUrl) return;
  1061. if ([[_listChangeTask objectForKey:fileID] isEqualToString:@"stopUpload"]) {
  1062. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:@"" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierStop sessionTaskIdentifierPlist:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  1063. }
  1064. else if ([[_listChangeTask objectForKey:fileID] isEqualToString:@"reloadUpload"]) {
  1065. // V 1.8 if upload_session_wwan change in upload_session
  1066. if ([metadata.session isEqualToString:k_upload_session_wwan])
  1067. metadata.session = k_upload_session;
  1068. [[CCNetworking sharedNetworking] uploadFileMetadata:metadata taskStatus:k_taskStatusResume];
  1069. }
  1070. else if ([[_listChangeTask objectForKey:fileID] isEqualToString:@"reloadDownload"]) {
  1071. BOOL downloadData = NO, downloadPlist = NO;
  1072. if (metadata.sessionTaskIdentifier != k_taskIdentifierDone) downloadData = YES;
  1073. if (metadata.sessionTaskIdentifierPlist != k_taskIdentifierDone) downloadPlist = YES;
  1074. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  1075. [[CCNetworking sharedNetworking] downloadFile:fileID serverUrl:serverUrl downloadData:downloadData downloadPlist:downloadPlist selector:metadata.sessionSelector selectorPost:metadata.sessionSelectorPost session:k_download_session taskStatus:k_taskStatusResume delegate:nil];
  1076. });
  1077. }
  1078. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"cancelUpload"]) {
  1079. // remove the file
  1080. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", app.directoryUser, fileID] error:nil];
  1081. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@.ico", app.directoryUser, fileID] error:nil];
  1082. [[NCManageDatabase sharedInstance] deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID] clearDateReadDirectoryID:nil];
  1083. }
  1084. else if ([[_listChangeTask objectForKey:fileID] isEqualToString:@"cancelDownload"]) {
  1085. [[NCManageDatabase sharedInstance] setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:k_taskIdentifierDone sessionTaskIdentifierPlist:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  1086. }
  1087. // remove ChangeTask (fileID) from the list
  1088. [_listChangeTask removeObjectForKey:fileID];
  1089. // delete progress
  1090. [_listProgressMetadata removeObjectForKey:fileID];
  1091. // Progress Task
  1092. NSDictionary* userInfo = @{@"fileID": (fileID), @"serverUrl": (serverUrl), @"cryptated": ([NSNumber numberWithBool:NO]), @"progress": ([NSNumber numberWithFloat:0.0])};
  1093. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  1094. // Refresh
  1095. if (_activeMain && [_listChangeTask count] == 0) {
  1096. [_activeMain reloadDatasource:serverUrl];
  1097. }
  1098. }
  1099. #pragma --------------------------------------------------------------------------------------------
  1100. #pragma mark ===== Open CCUploadFromOtherUpp =====
  1101. #pragma --------------------------------------------------------------------------------------------
  1102. - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
  1103. {
  1104. return YES;
  1105. }
  1106. // Method called from iOS system to send a file from other app.
  1107. - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
  1108. {
  1109. NSLog(@"[LOG] URL from %@ application", sourceApplication);
  1110. NSLog(@"[LOG] the path is: %@", url.path);
  1111. NSArray *splitedUrl = [url.path componentsSeparatedByString:@"/"];
  1112. self.fileNameUpload = [NSString stringWithFormat:@"%@",[splitedUrl objectAtIndex:([splitedUrl count]-1)]];
  1113. if (self.activeAccount) {
  1114. [[NSFileManager defaultManager]moveItemAtPath:[[NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Inbox"] stringByAppendingPathComponent:self.fileNameUpload] toPath:[NSString stringWithFormat:@"%@/%@", self.directoryUser, self.fileNameUpload] error:nil];
  1115. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  1116. UINavigationController *splitNavigationController = [splitViewController.viewControllers firstObject];
  1117. UINavigationController *navigationController = [[UIStoryboard storyboardWithName:@"CCUploadFromOtherUpp" bundle:nil] instantiateViewControllerWithIdentifier:@"CCUploadNavigationViewController"];
  1118. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  1119. [splitNavigationController presentViewController:navigationController animated:YES completion:nil];
  1120. });
  1121. }
  1122. // remove from InBox
  1123. [[NSFileManager defaultManager] removeItemAtPath:[NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Inbox"] error:nil];
  1124. return YES;
  1125. }
  1126. #pragma --------------------------------------------------------------------------------------------
  1127. #pragma mark ===== Crashlytics =====
  1128. #pragma --------------------------------------------------------------------------------------------
  1129. - (void) logUser
  1130. {
  1131. if (self.activeAccount.length > 0)
  1132. [CrashlyticsKit setUserName:self.activeAccount];
  1133. }
  1134. #pragma --------------------------------------------------------------------------------------------
  1135. #pragma mark ===== maintenance Mode =====
  1136. #pragma --------------------------------------------------------------------------------------------
  1137. - (void)maintenanceMode:(BOOL)mode
  1138. {
  1139. self.maintenanceMode = mode;
  1140. }
  1141. #pragma --------------------------------------------------------------------------------------------
  1142. #pragma mark ===== UPGRADE =====
  1143. #pragma --------------------------------------------------------------------------------------------
  1144. - (BOOL)upgrade
  1145. {
  1146. #ifdef DEBUG
  1147. //self.maintenanceMode = YES;
  1148. #endif
  1149. NSString *actualVersion = [CCUtility getVersion];
  1150. //NSString *actualBuild = [CCUtility getBuild];
  1151. /* ---------------------- UPGRADE VERSION ----------------------- */
  1152. if (([actualVersion compare:@"2.17.3" options:NSNumericSearch] == NSOrderedAscending)) {
  1153. // Migrate Certificates Table From CoreData to Realm
  1154. NSArray *listCertificateLocation = [CCCoreData migrateCertificatesLocation];
  1155. for (NSString *certificateLocation in listCertificateLocation)
  1156. [[NCManageDatabase sharedInstance] addCertificates:certificateLocation];
  1157. }
  1158. // VERSION < 2.17.4
  1159. if (([actualVersion compare:@"2.17.4" options:NSNumericSearch] == NSOrderedAscending)) {
  1160. [self maintenanceMode:YES];
  1161. // Change type order
  1162. [CCUtility setOrderSettings:@"fileName"];
  1163. // Migrate Account Table From CoreData to Realm
  1164. NSArray *listAccount = [CCCoreData migrateAccount];
  1165. for (TableAccount *account in listAccount)
  1166. [[NCManageDatabase sharedInstance] addTableAccountFromCoredata:account];
  1167. // Align Photo Library
  1168. [[NCAutoUpload sharedInstance] alignPhotoLibrary];
  1169. // Most important is done
  1170. [CCUtility setVersion];
  1171. [CCUtility setBuild];
  1172. // Directories + LocalFile
  1173. NSArray *listDirectories = [CCCoreData migrateDirectories];
  1174. for (TableDirectory *directory in listDirectories)
  1175. [[NCManageDatabase sharedInstance] addTableDirectoryFromCoredata:directory];
  1176. NSArray *listLocalFile = [CCCoreData migrateLocalFile];
  1177. for (TableLocalFile *localFile in listLocalFile)
  1178. [[NCManageDatabase sharedInstance] addTableLocalFileFromCoredata:localFile];
  1179. [self maintenanceMode:NO];
  1180. }
  1181. // VERSION == 2.17.4
  1182. if ([actualVersion isEqualToString:@"2.17.4"]) {
  1183. // Build < 37 (example)
  1184. /*
  1185. if (([actualBuild compare:@"37" options:NSNumericSearch] == NSOrderedAscending) || actualBuild == nil) {
  1186. [CCUtility setOrderSettings:@"fileName"];
  1187. [CCUtility setBuild];
  1188. }
  1189. */
  1190. }
  1191. return YES;
  1192. }
  1193. @end