AppDelegate.m 67 KB

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