AppDelegate.m 67 KB

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