AppDelegate.m 66 KB

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