AppDelegate.m 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620
  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. // remove tmp & cache
  165. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  166. NSArray* tmpDirectory = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:NSTemporaryDirectory() error:NULL];
  167. for (NSString *file in tmpDirectory) {
  168. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@%@", NSTemporaryDirectory(), file] error:NULL];
  169. }
  170. [[NSURLCache sharedURLCache] removeAllCachedResponses];
  171. });
  172. // setting Reachable in back
  173. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  174. self.reachability = [Reachability reachabilityForInternetConnection];
  175. self.lastReachability = [self.reachability isReachable];
  176. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name:kReachabilityChangedNotification object:nil];
  177. [self.reachability startNotifier];
  178. });
  179. //AV Session
  180. [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error:nil];
  181. //[[AVAudioSession sharedInstance] setActive:YES error:nil];
  182. [[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
  183. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  184. //UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  185. UINavigationController *navigationController = [splitViewController.viewControllers lastObject];
  186. navigationController.topViewController.navigationItem.leftBarButtonItem = splitViewController.displayModeButtonItem;
  187. splitViewController.preferredDisplayMode = UISplitViewControllerDisplayModeAllVisible;
  188. [app aspectNavigationControllerBar:navigationController.navigationBar encrypted:NO online:YES hidden:NO];
  189. // Settings TabBar
  190. [self createTabBarController];
  191. // passcode
  192. [[BKPasscodeLockScreenManager sharedManager] setDelegate:self];
  193. dispatch_async(dispatch_get_main_queue(), ^{
  194. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:NO];
  195. });
  196. // Quick Actions
  197. if([[UIApplicationShortcutItem class] respondsToSelector:@selector(new)]) {
  198. [self configDynamicShortcutItems];
  199. UIApplicationShortcutItem *shortcutItem = [launchOptions objectForKeyedSubscript:UIApplicationLaunchOptionsShortcutItemKey];
  200. if (shortcutItem)
  201. [self handleShortCutItem:shortcutItem];
  202. }
  203. // Start Timer
  204. self.timerProcess = [NSTimer scheduledTimerWithTimeInterval:k_timerProcess target:self selector:@selector(process) userInfo:nil repeats:YES];
  205. self.timerVerifySessionInProgress = [NSTimer scheduledTimerWithTimeInterval:k_timerVerifySession target:self selector:@selector(verifyDownloadUploadInProgress) userInfo:nil repeats:YES];
  206. self.timerUpdateApplicationIconBadgeNumber = [NSTimer scheduledTimerWithTimeInterval:k_timerUpdateApplicationIconBadgeNumber target:self selector:@selector(updateApplicationIconBadgeNumber) userInfo:nil repeats:YES];
  207. // Registration Push Notification
  208. UIUserNotificationType types = UIUserNotificationTypeSound | UIUserNotificationTypeBadge | UIUserNotificationTypeAlert;
  209. UIUserNotificationSettings *notificationSettings = [UIUserNotificationSettings settingsForTypes:types categories:nil];
  210. [application registerUserNotificationSettings:notificationSettings];
  211. // Fabric
  212. [Fabric with:@[[Crashlytics class]]];
  213. return YES;
  214. }
  215. //
  216. // L' applicazione si dimetterà dallo stato di attivo
  217. //
  218. - (void)applicationWillResignActive:(UIApplication *)application
  219. {
  220. [_activeMain closeAllMenu];
  221. [self updateApplicationIconBadgeNumber];
  222. }
  223. //
  224. // L' applicazione entrerà in primo piano (attivo solo dopo il background)
  225. //
  226. - (void)applicationWillEnterForeground:(UIApplication *)application
  227. {
  228. // facciamo partire il timer per il controllo delle sessioni e dei Lock
  229. [self.timerVerifySessionInProgress invalidate];
  230. self.timerVerifySessionInProgress = [NSTimer scheduledTimerWithTimeInterval:k_timerVerifySession target:self selector:@selector(verifyDownloadUploadInProgress) userInfo:nil repeats:YES];
  231. // refresh active Main
  232. if (_activeMain)
  233. [_activeMain reloadDatasource];
  234. // Initializations
  235. [self applicationInitialized];
  236. }
  237. //
  238. // L' applicazione è entrata nello sfondo
  239. //
  240. - (void)applicationDidEnterBackground:(UIApplication *)application
  241. {
  242. NSLog(@"[LOG] Enter in Background");
  243. [[CCQuickActions quickActionsManager] closeAll];
  244. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:YES];
  245. if([[UIDevice currentDevice] respondsToSelector:@selector(isMultitaskingSupported)]) {
  246. __block UIBackgroundTaskIdentifier background_task;
  247. background_task = [application beginBackgroundTaskWithExpirationHandler:^ {
  248. //Clean up code. Tell the system that we are done.
  249. [application endBackgroundTask: background_task];
  250. background_task = UIBackgroundTaskInvalid;
  251. }];
  252. }
  253. }
  254. //
  255. // L'applicazione terminerà
  256. //
  257. - (void)applicationWillTerminate:(UIApplication *)application
  258. {
  259. [MagicalRecord cleanUp];
  260. NSLog(@"[LOG] bye bye, Crypto Cloud !");
  261. }
  262. //
  263. // Application Initialized
  264. //
  265. - (void)applicationInitialized
  266. {
  267. // Execute : now
  268. NSLog(@"[LOG] Update Folder Photo");
  269. NSString *folderCameraUpload = [CCCoreData getCameraUploadFolderNamePathActiveAccount:self.activeAccount activeUrl:self.activeUrl];
  270. if ([folderCameraUpload length] > 0)
  271. [[CCSynchronize sharedSynchronize] readFolderServerUrl:folderCameraUpload directoryID:[CCCoreData getDirectoryIDFromServerUrl:folderCameraUpload activeAccount:self.activeAccount] selector:selectorReadFolder];
  272. // Execute : after 0.5 sec.
  273. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  274. NSLog(@"[LOG] Request Server Information");
  275. if (_activeMain)
  276. [_activeMain requestServerInformation];
  277. NSLog(@"[LOG] Initialize Camera Upload");
  278. [[NSNotificationCenter defaultCenter] postNotificationName:@"initStateCameraUpload" object:nil];
  279. NSLog(@"[LOG] Listning Favorites");
  280. [[CCSynchronize sharedSynchronize] readListingFavorites];
  281. });
  282. // Initialize Camera Upload
  283. //[[NSNotificationCenter defaultCenter] postNotificationName:@"initStateCameraUpload" object:@{@"afterDelay": @(2)}];
  284. }
  285. #pragma --------------------------------------------------------------------------------------------
  286. #pragma mark ===== Process k_timerProcess seconds =====
  287. #pragma --------------------------------------------------------------------------------------------
  288. - (void)process
  289. {
  290. // BACKGROND & FOREGROUND
  291. if ([[UIApplication sharedApplication] applicationState] == UIApplicationStateBackground) {
  292. // ONLY BACKGROUND
  293. } else {
  294. // ONLY FOREFROUND
  295. [app performSelectorOnMainThread:@selector(loadAutomaticUpload) withObject:nil waitUntilDone:NO];
  296. }
  297. }
  298. #pragma --------------------------------------------------------------------------------------------
  299. #pragma mark ===== Setting Active Account =====
  300. #pragma --------------------------------------------------------------------------------------------
  301. - (void)settingActiveAccount:(NSString *)activeAccount activeUrl:(NSString *)activeUrl activeUser:(NSString *)activeUser activePassword:(NSString *)activePassword
  302. {
  303. self.activeAccount = activeAccount;
  304. self.activeUrl = activeUrl;
  305. self.activeUser = activeUser;
  306. self.activePassword = activePassword;
  307. self.directoryUser = [CCUtility getDirectoryActiveUser:activeUser activeUrl:activeUrl];
  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 = [[CCCrypto 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:image_quickActionPhotos];
  424. UIApplicationShortcutIcon *shortcutUploadIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:image_quickActionUpload];
  425. UIApplicationShortcutIcon *shortcutUploadEncryptedIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:image_quickActionUploadEncrypted];
  426. UIApplicationShortcutItem *shortcutPhotos = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.photos", bundleId] localizedTitle:NSLocalizedString(@"_photo_camera_", nil) localizedSubtitle:nil icon:shortcutPhotosIcon userInfo:nil];
  427. UIApplicationShortcutItem *shortcutUpload = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.upload", bundleId] localizedTitle:NSLocalizedString(@"_upload_file_", nil) localizedSubtitle:nil icon:shortcutUploadIcon userInfo:nil];
  428. UIApplicationShortcutItem *shortcutUploadEncrypted = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.uploadEncrypted", bundleId] localizedTitle:NSLocalizedString(@"_upload_encrypted_file_", nil) localizedSubtitle:nil icon:shortcutUploadEncryptedIcon userInfo:nil];
  429. if (app.isCryptoCloudMode) {
  430. // add the array to our app
  431. [UIApplication sharedApplication].shortcutItems = @[shortcutUploadEncrypted, shortcutUpload, shortcutPhotos];
  432. } else {
  433. // add the array to our app
  434. [UIApplication sharedApplication].shortcutItems = @[shortcutUpload, shortcutPhotos];
  435. }
  436. }
  437. - (void)application:(UIApplication *)application performActionForShortcutItem:(UIApplicationShortcutItem *)shortcutItem completionHandler:(void (^)(BOOL))completionHandler
  438. {
  439. BOOL handledShortCutItem = [self handleShortCutItem:shortcutItem];
  440. completionHandler(handledShortCutItem);
  441. }
  442. - (BOOL)handleShortCutItem:(UIApplicationShortcutItem *)shortcutItem
  443. {
  444. BOOL handled = NO;
  445. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  446. NSString *shortcutPhotos = [NSString stringWithFormat:@"%@.photos", bundleId];
  447. NSString *shortcutUpload = [NSString stringWithFormat:@"%@.upload", bundleId];
  448. NSString *shortcutUploadEncrypted = [NSString stringWithFormat:@"%@.uploadEncrypted", bundleId];
  449. if ([shortcutItem.type isEqualToString:shortcutUpload] && self.activeAccount) {
  450. dispatch_async(dispatch_get_main_queue(), ^{
  451. if (_activeMain) {
  452. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  453. if (splitViewController.isCollapsed) {
  454. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  455. for (UINavigationController *nvc in tbc.viewControllers) {
  456. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  457. [nvc popToRootViewControllerAnimated:NO];
  458. }
  459. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  460. } else {
  461. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  462. [nvcDetail popToRootViewControllerAnimated:NO];
  463. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  464. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  465. }
  466. [_activeMain.navigationController popToRootViewControllerAnimated:NO];
  467. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  468. [[CCQuickActions quickActionsManager] startQuickActionsEncrypted:NO viewController:_activeMain];
  469. });
  470. }
  471. });
  472. handled = YES;
  473. }
  474. else if ([shortcutItem.type isEqualToString:shortcutUploadEncrypted] && self.activeAccount) {
  475. dispatch_async(dispatch_get_main_queue(), ^{
  476. if (_activeMain) {
  477. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  478. if (splitViewController.isCollapsed) {
  479. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  480. for (UINavigationController *nvc in tbc.viewControllers) {
  481. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  482. [nvc popToRootViewControllerAnimated:NO];
  483. }
  484. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  485. } else {
  486. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  487. [nvcDetail popToRootViewControllerAnimated:NO];
  488. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  489. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  490. }
  491. [_activeMain.navigationController popToRootViewControllerAnimated:NO];
  492. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  493. [[CCQuickActions quickActionsManager] startQuickActionsEncrypted:YES viewController:_activeMain];
  494. });
  495. }
  496. });
  497. handled = YES;
  498. }
  499. else if ([shortcutItem.type isEqualToString:shortcutPhotos] && self.activeAccount) {
  500. dispatch_async(dispatch_get_main_queue(), ^{
  501. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  502. if (splitViewController.isCollapsed) {
  503. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  504. for (UINavigationController *nvc in tbc.viewControllers) {
  505. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  506. [nvc popToRootViewControllerAnimated:NO];
  507. }
  508. [tbc setSelectedIndex: k_tabBarApplicationIndexPhotos];
  509. } else {
  510. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  511. [nvcDetail popToRootViewControllerAnimated:NO];
  512. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  513. [tbc setSelectedIndex: k_tabBarApplicationIndexPhotos];
  514. }
  515. });
  516. handled = YES;
  517. }
  518. return handled;
  519. }
  520. #pragma --------------------------------------------------------------------------------------------
  521. #pragma mark ===== StatusBar & ApplicationIconBadgeNumber =====
  522. #pragma --------------------------------------------------------------------------------------------
  523. - (void)messageNotification:(NSString *)title description:(NSString *)description visible:(BOOL)visible delay:(NSTimeInterval)delay type:(TWMessageBarMessageType)type
  524. {
  525. title = [NSString stringWithFormat:@"%@\n",[CCUtility localizableBrand:title table:nil]];
  526. dispatch_async(dispatch_get_main_queue(), ^{
  527. if (visible) {
  528. [TWMessageBarManager sharedInstance].styleSheet = self;
  529. [[TWMessageBarManager sharedInstance] showMessageWithTitle:title description:[CCUtility localizableBrand:description table:nil] type:type duration:delay];
  530. } else {
  531. [[TWMessageBarManager sharedInstance] hideAllAnimated:YES];
  532. }
  533. });
  534. }
  535. - (UIColor *)backgroundColorForMessageType:(TWMessageBarMessageType)type
  536. {
  537. UIColor *backgroundColor = nil;
  538. switch (type)
  539. {
  540. case TWMessageBarMessageTypeError:
  541. backgroundColor = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:0.90];
  542. break;
  543. case TWMessageBarMessageTypeSuccess:
  544. backgroundColor = [UIColor colorWithRed:0.588 green:0.797 blue:0.000 alpha:0.90];
  545. break;
  546. case TWMessageBarMessageTypeInfo:
  547. backgroundColor = [NCBrandColor sharedInstance].brand;
  548. break;
  549. default:
  550. break;
  551. }
  552. return backgroundColor;
  553. }
  554. - (UIColor *)strokeColorForMessageType:(TWMessageBarMessageType)type
  555. {
  556. UIColor *strokeColor = nil;
  557. switch (type)
  558. {
  559. case TWMessageBarMessageTypeError:
  560. strokeColor = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:1.0];
  561. break;
  562. case TWMessageBarMessageTypeSuccess:
  563. strokeColor = [UIColor colorWithRed:0.0 green:1.0 blue:0.0 alpha:1.0];
  564. break;
  565. case TWMessageBarMessageTypeInfo:
  566. strokeColor = [UIColor colorWithRed:0.0 green:0.0 blue:1.0 alpha:1.0];
  567. break;
  568. default:
  569. break;
  570. }
  571. return strokeColor;
  572. }
  573. - (UIImage *)iconImageForMessageType:(TWMessageBarMessageType)type
  574. {
  575. UIImage *iconImage = nil;
  576. switch (type)
  577. {
  578. case TWMessageBarMessageTypeError:
  579. iconImage = [UIImage imageNamed:@"icon-error.png"];
  580. break;
  581. case TWMessageBarMessageTypeSuccess:
  582. iconImage = [UIImage imageNamed:@"icon-success.png"];
  583. break;
  584. case TWMessageBarMessageTypeInfo:
  585. iconImage = [UIImage imageNamed:@"icon-info.png"];
  586. break;
  587. default:
  588. break;
  589. }
  590. return iconImage;
  591. }
  592. #pragma --------------------------------------------------------------------------------------------
  593. #pragma mark ===== TabBarController =====
  594. #pragma --------------------------------------------------------------------------------------------
  595. - (void)createTabBarController
  596. {
  597. UITabBarItem *item;
  598. NSLayoutConstraint *constraint;
  599. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  600. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  601. [app aspectTabBar:tabBarController.tabBar hidden:NO];
  602. // File
  603. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexFile];
  604. [item setTitle:NSLocalizedString(@"_home_", nil)];
  605. item.image = [UIImage imageNamed:image_tabBarFiles];
  606. item.selectedImage = [UIImage imageNamed:image_tabBarFiles];
  607. // Favorites
  608. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexOffline];
  609. [item setTitle:NSLocalizedString(@"_favorites_", nil)];
  610. item.image = [UIImage imageNamed:image_tabBarFavorite];
  611. item.selectedImage = [UIImage imageNamed:image_tabBarFavorite];
  612. // Hide (PLUS)
  613. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexHide];
  614. item.title = nil;
  615. item.image = nil;
  616. item.enabled = false;
  617. // Photos
  618. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexPhotos];
  619. [item setTitle:NSLocalizedString(@"_photo_camera_", nil)];
  620. item.image = [UIImage imageNamed:image_tabBarPhotos];
  621. item.selectedImage = [UIImage imageNamed:image_tabBarPhotos];
  622. // More
  623. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexMore];
  624. [item setTitle:NSLocalizedString(@"_more_", nil)];
  625. item.image = [UIImage imageNamed:image_tabBarMore];
  626. item.selectedImage = [UIImage imageNamed:image_tabBarMore];
  627. // Plus Button
  628. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] color:[NCBrandColor sharedInstance].brand];
  629. UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
  630. button.tag = 99;
  631. button.frame = CGRectMake(0.0, 0.0, buttonImage.size.width, buttonImage.size.height);
  632. [button setBackgroundImage:buttonImage forState:UIControlStateNormal];
  633. [button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  634. [button addTarget:self action:@selector(handleTouchTabbarCenter:) forControlEvents:UIControlEventTouchUpInside];
  635. [button setTranslatesAutoresizingMaskIntoConstraints:NO];
  636. [tabBarController.view addSubview:button];
  637. constraint =[NSLayoutConstraint constraintWithItem:button attribute:NSLayoutAttributeCenterX relatedBy:NSLayoutRelationEqual toItem:tabBarController.view attribute:NSLayoutAttributeCenterX multiplier:1.0 constant:0];
  638. [tabBarController.view addConstraint:constraint];
  639. constraint =[NSLayoutConstraint constraintWithItem:button attribute:NSLayoutAttributeBottom relatedBy:NSLayoutRelationEqual toItem:tabBarController.view attribute:NSLayoutAttributeBottom multiplier:1.0 constant:-5];
  640. [tabBarController.view addConstraint:constraint];
  641. }
  642. - (void)aspectNavigationControllerBar:(UINavigationBar *)nav encrypted:(BOOL)encrypted online:(BOOL)online hidden:(BOOL)hidden
  643. {
  644. nav.translucent = NO;
  645. nav.barTintColor = [NCBrandColor sharedInstance].brand;
  646. nav.tintColor = [NCBrandColor sharedInstance].navigationBarText;
  647. [nav setTitleTextAttributes:@{NSForegroundColorAttributeName : [NCBrandColor sharedInstance].navigationBarText}];
  648. if (encrypted)
  649. [nav setTitleTextAttributes:@{NSForegroundColorAttributeName : [NCBrandColor sharedInstance].cryptocloud}];
  650. if (!online)
  651. [nav setTitleTextAttributes:@{NSForegroundColorAttributeName : [NCBrandColor sharedInstance].connectionNo}];
  652. nav.hidden = hidden;
  653. [nav setAlpha:1];
  654. }
  655. - (void)aspectTabBar:(UITabBar *)tab hidden:(BOOL)hidden
  656. {
  657. tab.translucent = NO;
  658. tab.barTintColor = [NCBrandColor sharedInstance].tabBar;
  659. tab.tintColor = [NCBrandColor sharedInstance].brand;
  660. tab.hidden = hidden;
  661. [tab setAlpha:1];
  662. }
  663. - (void)plusButtonVisibile:(BOOL)visible
  664. {
  665. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  666. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  667. UIButton *buttonPlus = [tabBarController.view viewWithTag:99];
  668. if (buttonPlus) {
  669. if (visible) {
  670. buttonPlus.hidden = false;
  671. } else {
  672. buttonPlus.hidden = true;
  673. }
  674. }
  675. }
  676. - (void)handleTouchTabbarCenter:(id)sender
  677. {
  678. CreateMenuAdd *menuAdd = [[CreateMenuAdd alloc] initWithThemingColor:[NCBrandColor sharedInstance].brand];
  679. if ([CCUtility getCreateMenuEncrypted])
  680. [menuAdd createMenuEncryptedWithView:self.window.rootViewController.view];
  681. else
  682. [menuAdd createMenuPlainWithView:self.window.rootViewController.view];
  683. }
  684. - (void)updateApplicationIconBadgeNumber
  685. {
  686. // Core Data
  687. _queueNunDownload = [[CCCoreData getTableMetadataDownloadAccount:self.activeAccount] count];
  688. _queueNumDownloadWWan = [[CCCoreData getTableMetadataDownloadWWanAccount:self.activeAccount] count];
  689. _queueNumUpload = [[CCCoreData getTableMetadataUploadAccount:self.activeAccount] count];
  690. _queueNumUploadWWan = [[CCCoreData getTableMetadataUploadWWanAccount:self.activeAccount] count];
  691. // netQueueDownload
  692. for (NSOperation *operation in [app.netQueueDownload operations])
  693. if (((OCnetworking *)operation).isExecuting == NO) _queueNunDownload++;
  694. // netQueueDownloadWWan
  695. for (NSOperation *operation in [app.netQueueDownloadWWan operations])
  696. if (((OCnetworking *)operation).isExecuting == NO) _queueNumDownloadWWan++;
  697. // netQueueUpload
  698. for (NSOperation *operation in [app.netQueueUpload operations])
  699. if (((OCnetworking *)operation).isExecuting == NO) _queueNumUpload++;
  700. // netQueueUploadWWan
  701. for (NSOperation *operation in [app.netQueueUploadWWan operations])
  702. if (((OCnetworking *)operation).isExecuting == NO) _queueNumUploadWWan++;
  703. // Total
  704. NSUInteger total = _queueNunDownload + _queueNumDownloadWWan + _queueNumUpload + _queueNumUploadWWan + [CCCoreData countTableAutomaticUploadForAccount:self.activeAccount selector:nil];
  705. [UIApplication sharedApplication].applicationIconBadgeNumber = total;
  706. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  707. if ([[splitViewController.viewControllers firstObject] isKindOfClass:[UITabBarController class]]) {
  708. UITabBarController *tbc = [splitViewController.viewControllers firstObject];
  709. UITabBarItem *tbItem = [tbc.tabBar.items objectAtIndex:0];
  710. if (total > 0)
  711. [tbItem setBadgeValue:[NSString stringWithFormat:@"%li", (unsigned long)total]];
  712. else
  713. [tbItem setBadgeValue:nil];
  714. }
  715. }
  716. #pragma --------------------------------------------------------------------------------------------
  717. #pragma mark ===== Theming Color =====
  718. #pragma --------------------------------------------------------------------------------------------
  719. - (void)settingThemingColorBrand
  720. {
  721. if (self.activeAccount.length > 0) {
  722. TableCapabilities *tableCapabilities = [CCCoreData getCapabilitesForAccount:self.activeAccount];
  723. if (k_option_use_themingColor && tableCapabilities.themingColor.length > 0) {
  724. [NCBrandColor sharedInstance].brand = [CCGraphics colorFromHexString:tableCapabilities.themingColor];
  725. } else {
  726. [NCBrandColor sharedInstance].brand = [NCBrandColor sharedInstance].customer;
  727. }
  728. } else {
  729. [NCBrandColor sharedInstance].brand = [NCBrandColor sharedInstance].customer;
  730. }
  731. [[NSNotificationCenter defaultCenter] postNotificationName:@"changeTheming" object:nil];
  732. }
  733. - (void)changeTheming:(UIViewController *)vc
  734. {
  735. UIColor *color = [NCBrandColor sharedInstance].brand;
  736. // Change Navigation & TabBar color
  737. vc.navigationController.navigationBar.barTintColor = color;
  738. vc.tabBarController.tabBar.tintColor = color;
  739. // Change button Plus
  740. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  741. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  742. UIButton *button = [tabBarController.view viewWithTag:99];
  743. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] color:color];
  744. [button setBackgroundImage:buttonImage forState:UIControlStateNormal];
  745. [button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  746. // Tint Color GLOBAL WINDOW
  747. [self.window setTintColor:[NCBrandColor sharedInstance].brand];
  748. }
  749. #pragma --------------------------------------------------------------------------------------------
  750. #pragma mark ===== Media Player Control =====
  751. #pragma --------------------------------------------------------------------------------------------
  752. - (void)remoteControlReceivedWithEvent:(UIEvent *)event
  753. {
  754. switch (event.subtype) {
  755. case UIEventSubtypeRemoteControlPlay:
  756. if (self.player.mediaPlayer) {
  757. NSMutableDictionary *songInfo = [[NSMutableDictionary alloc] init];
  758. if (self.player.mediaPlayer.nowPlayingItem.title)
  759. [songInfo setObject:self.player.mediaPlayer.nowPlayingItem.title forKey:MPMediaItemPropertyTitle];
  760. if (self.player.mediaPlayer.nowPlayingItem.artist)
  761. [songInfo setObject:self.player.mediaPlayer.nowPlayingItem.artist forKey:MPMediaItemPropertyArtist];
  762. [[MPNowPlayingInfoCenter defaultCenter] setNowPlayingInfo:songInfo];
  763. [self.player.mediaPlayer play];
  764. }
  765. break;
  766. case UIEventSubtypeRemoteControlPause:
  767. if (self.player.mediaPlayer) {
  768. [self.player.mediaPlayer pause];
  769. }
  770. break;
  771. case UIEventSubtypeRemoteControlNextTrack:
  772. // handle it break;
  773. case UIEventSubtypeRemoteControlPreviousTrack:
  774. // handle it break;
  775. default:
  776. break;
  777. }
  778. }
  779. - (BOOL)mediaPlayerViewWillStartPlaying:(LMMediaPlayerView *)playerView media:(LMMediaItem *)media
  780. {
  781. return YES;
  782. }
  783. #pragma --------------------------------------------------------------------------------------------
  784. #pragma mark ===== Manager Passcode =====
  785. #pragma --------------------------------------------------------------------------------------------
  786. - (BOOL)lockScreenManagerShouldShowLockScreen:(BKPasscodeLockScreenManager *)aManager
  787. {
  788. // ServerUrl active
  789. NSString *serverUrl = self.activeMain.serverUrl;
  790. // fermiamo la data della sessione
  791. self.sessionePasscodeLock = nil;
  792. // se il block code è a zero esci con NON attivare la richiesta password
  793. if ([[CCUtility getBlockCode] length] == 0) return NO;
  794. // se non c'è attivo un account esci con NON attivare la richiesta password
  795. if ([self.activeAccount length] == 0) return NO;
  796. // se non è attivo il OnlyLockDir esci con NON attivare la richiesta password
  797. if ([CCUtility getOnlyLockDir] && ![CCCoreData isBlockZone:serverUrl activeAccount:self.activeAccount]) return NO;
  798. return YES;
  799. }
  800. - (UIViewController *)lockScreenManagerPasscodeViewController:(BKPasscodeLockScreenManager *)aManager
  801. {
  802. CCBKPasscode *viewController = [[CCBKPasscode alloc] initWithNibName:nil bundle:nil];
  803. viewController.type = BKPasscodeViewControllerCheckPasscodeType;
  804. viewController.delegate = self;
  805. viewController.title = k_brand;
  806. viewController.fromType = CCBKPasscodeFromLockScreen;
  807. viewController.inputViewTitlePassword = YES;
  808. if ([CCUtility getSimplyBlockCode]) {
  809. viewController.passcodeStyle = BKPasscodeInputViewNumericPasscodeStyle;
  810. viewController.passcodeInputView.maximumLength = 6;
  811. } else {
  812. viewController.passcodeStyle = BKPasscodeInputViewNormalPasscodeStyle;
  813. viewController.passcodeInputView.maximumLength = 64;
  814. }
  815. viewController.touchIDManager = [[BKTouchIDManager alloc] initWithKeychainServiceName: k_serviceShareKeyChain];
  816. viewController.touchIDManager.promptText = [CCUtility localizableBrand:@"_scan_fingerprint_" table:nil];
  817. UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:viewController];
  818. return navigationController;
  819. }
  820. - (void)passcodeViewController:(CCBKPasscode *)aViewController didFinishWithPasscode:(NSString *)aPasscode
  821. {
  822. [aViewController dismissViewControllerAnimated:YES completion:nil];
  823. // is a lock screen
  824. if (aViewController.fromType == CCBKPasscodeFromLockScreen) {
  825. [aViewController dismissViewControllerAnimated:YES completion:nil];
  826. // start session Passcode Lock
  827. NSString *serverUrl = self.activeMain.serverUrl;
  828. if ([CCCoreData isBlockZone:serverUrl activeAccount:self.activeAccount])
  829. self.sessionePasscodeLock = [NSDate date];
  830. }
  831. }
  832. - (void)passcodeViewController:(CCBKPasscode *)aViewController authenticatePasscode:(NSString *)aPasscode resultHandler:(void (^)(BOOL))aResultHandler
  833. {
  834. if (aViewController.fromType == CCBKPasscodeFromLockScreen || aViewController.fromType == CCBKPasscodeFromInit) {
  835. if ([aPasscode isEqualToString:[CCUtility getBlockCode]]) {
  836. //self.lockUntilDate = nil;
  837. //self.failedAttempts = 0;
  838. aResultHandler(YES);
  839. } else aResultHandler(NO);
  840. } else aResultHandler(YES);
  841. }
  842. #pragma --------------------------------------------------------------------------------------------
  843. #pragma mark ===== reachabilityChanged =====
  844. #pragma --------------------------------------------------------------------------------------------
  845. -(void)reachabilityChanged:(SCNetworkReachabilityFlags)flags
  846. {
  847. if ([self.reachability isReachable]) {
  848. if (self.lastReachability == NO) {
  849. [self messageNotification:@"_network_available_" description:nil visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeInfo];
  850. if (_activeMain)
  851. [_activeMain performSelector:@selector(requestServerInformation) withObject:nil afterDelay:3];
  852. }
  853. NSLog(@"[LOG] Reachability Changed: Reachable");
  854. self.lastReachability = YES;
  855. } else {
  856. if (self.lastReachability == YES) {
  857. [self messageNotification:@"_network_not_available_" description:nil visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeInfo];
  858. }
  859. NSLog(@"[LOG] Reachability Changed: NOT Reachable");
  860. self.lastReachability = NO;
  861. }
  862. if ([self.reachability isReachableViaWiFi]) NSLog(@"[LOG] Reachability Changed: WiFi");
  863. if ([self.reachability isReachableViaWWAN]) NSLog(@"[LOG] Reachability Changed: WWAn");
  864. [[NSNotificationCenter defaultCenter] postNotificationName:@"setTitleMain" object:nil];
  865. }
  866. #pragma --------------------------------------------------------------------------------------------
  867. #pragma mark ===== Fetch =====
  868. #pragma --------------------------------------------------------------------------------------------
  869. - (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
  870. {
  871. NSLog(@"[LOG] Start Fetch");
  872. // Verify new photo
  873. [[NSNotificationCenter defaultCenter] postNotificationName:@"initStateCameraUpload" object:nil];
  874. // after 20 sec verify Re
  875. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  876. [[CCNetworking sharedNetworking] automaticDownloadInError];
  877. [[CCNetworking sharedNetworking] automaticUploadInError];
  878. NSLog(@"[LOG] End Fetch 20 sec.");
  879. });
  880. // after 25 sec
  881. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 25 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  882. NSArray *records = [CCCoreData getTableMetadataWithPredicate:[NSPredicate predicateWithFormat:@"(account == %@) AND (session != NULL) AND (session != '')", self.activeAccount] context:nil];
  883. if ([records count] > 0) {
  884. completionHandler(UIBackgroundFetchResultNewData);
  885. } else {
  886. completionHandler(UIBackgroundFetchResultNoData);
  887. }
  888. NSLog(@"[LOG] End Fetch 25 sec.");
  889. });
  890. }
  891. #pragma --------------------------------------------------------------------------------------------
  892. #pragma mark ===== Operation Networking & Session =====
  893. #pragma --------------------------------------------------------------------------------------------
  894. //
  895. // Method called by the system when all the background task has end
  896. //
  897. - (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler
  898. {
  899. NSLog(@"[LOG] Start completition handler from background - identifier : %@", identifier);
  900. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 25 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  901. [[CCNetworking sharedNetworking] automaticDownloadInError];
  902. [[CCNetworking sharedNetworking] automaticUploadInError];
  903. self.backgroundSessionCompletionHandler = completionHandler;
  904. void (^completionHandler)() = self.backgroundSessionCompletionHandler;
  905. self.backgroundSessionCompletionHandler = nil;
  906. completionHandler();
  907. NSLog(@"[LOG] End 25 sec. completition handler - identifier : %@", identifier);
  908. });
  909. }
  910. - (void)cancelAllOperations
  911. {
  912. [_netQueue cancelAllOperations];
  913. [_netQueueDownload cancelAllOperations];
  914. [_netQueueDownloadWWan cancelAllOperations];
  915. [_netQueueUpload cancelAllOperations];
  916. [_netQueueUploadWWan cancelAllOperations];
  917. }
  918. - (void)addNetworkingOperationQueue:(NSOperationQueue *)netQueue delegate:(id)delegate metadataNet:(CCMetadataNet *)metadataNet
  919. {
  920. id operation;
  921. operation = [[OCnetworking alloc] initWithDelegate:delegate metadataNet:metadataNet withUser:_activeUser withPassword:_activePassword withUrl:_activeUrl isCryptoCloudMode:_isCryptoCloudMode];
  922. [operation setQueuePriority:metadataNet.priority];
  923. [netQueue addOperation:operation];
  924. }
  925. - (NSMutableArray *)verifyExistsInQueuesDownloadSelector:(NSString *)selector
  926. {
  927. NSMutableArray *metadatasNet = [[NSMutableArray alloc] init];
  928. for (OCnetworking *operation in [self.netQueueDownload operations])
  929. if ([operation.metadataNet.selector isEqualToString:selector])
  930. [metadatasNet addObject:[operation.metadataNet copy]];
  931. for (OCnetworking *operation in [self.netQueueDownloadWWan operations])
  932. if ([operation.metadataNet.selector isEqualToString:selector])
  933. [metadatasNet addObject:[operation.metadataNet copy]];
  934. return metadatasNet;
  935. }
  936. - (void)loadAutomaticUpload
  937. {
  938. CCMetadataNet *metadataNet;
  939. // Is loading new Asset or this ?
  940. if (_automaticCheckAssetInProgress || _automaticUploadInProgress)
  941. return;
  942. // START Automatic Upload in progress
  943. _automaticUploadInProgress = YES;
  944. NSArray *uploadInQueue = [CCCoreData getTableMetadataUploadAccount:app.activeAccount];
  945. NSArray *recordAutomaticUploadInLock = [CCCoreData getAllLockTableAutomaticUploadForAccount:_activeAccount];
  946. for (TableAutomaticUpload *tableAutomaticUpload in recordAutomaticUploadInLock) {
  947. BOOL recordFound = NO;
  948. for (CCMetadataNet *metadataNet in uploadInQueue) {
  949. if (metadataNet.assetLocalIdentifier == tableAutomaticUpload.assetLocalIdentifier)
  950. recordFound = YES;
  951. }
  952. if (!recordFound)
  953. [CCCoreData unlockTableAutomaticUploadForAccount:_activeAccount assetLocalIdentifier:tableAutomaticUpload.assetLocalIdentifier];
  954. }
  955. // ------------------------- <selectorUploadAutomatic> -------------------------
  956. metadataNet = [CCCoreData getTableAutomaticUploadForAccount:self.activeAccount selector:selectorUploadAutomatic];
  957. while (metadataNet) {
  958. PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[metadataNet.assetLocalIdentifier] options:nil];
  959. if (result.count) {
  960. [[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];
  961. } else {
  962. [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];
  963. [CCCoreData deleteTableAutomaticUploadForAccount:_activeAccount assetLocalIdentifier:metadataNet.assetLocalIdentifier];
  964. }
  965. metadataNet = [CCCoreData getTableAutomaticUploadForAccount:self.activeAccount selector:selectorUploadAutomatic];
  966. }
  967. // ------------------------- <selectorUploadAutomaticAll> -------------------------
  968. // Verify num error MAX 10 after STOP
  969. NSUInteger errorCount = [TableMetadata MR_countOfEntitiesWithPredicate:[NSPredicate predicateWithFormat:@"(account == %@) AND (sessionSelector == %@) AND ((sessionTaskIdentifier == %i) OR (sessionTaskIdentifierPlist == %i))", app.activeAccount, selectorUploadAutomaticAll,k_taskIdentifierError, k_taskIdentifierError]];
  970. if (errorCount >= 10) {
  971. [app messageNotification:@"_error_" description:@"_too_errors_automatic_all_" visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeError];
  972. // STOP Im progress
  973. _automaticUploadInProgress = NO;
  974. return;
  975. }
  976. NSUInteger count = [TableMetadata MR_countOfEntitiesWithPredicate:[NSPredicate predicateWithFormat:@"(account == %@) AND (sessionSelector == %@) AND ((sessionTaskIdentifier > 0) OR (sessionTaskIdentifierPlist > 0))", app.activeAccount, selectorUploadAutomaticAll]];
  977. if (count >= k_maxConcurrentOperationDownloadUpload) {
  978. // STOP Im progress
  979. _automaticUploadInProgress = NO;
  980. return;
  981. }
  982. metadataNet = [CCCoreData getTableAutomaticUploadForAccount:self.activeAccount selector:selectorUploadAutomaticAll];
  983. if (metadataNet) {
  984. PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[metadataNet.assetLocalIdentifier] options:nil];
  985. if (result.count) {
  986. [[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];
  987. } else {
  988. [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];
  989. [CCCoreData deleteTableAutomaticUploadForAccount:_activeAccount assetLocalIdentifier:metadataNet.assetLocalIdentifier];
  990. }
  991. }
  992. // STOP Im progress
  993. _automaticUploadInProgress = NO;
  994. }
  995. - (void)verifyDownloadUploadInProgress
  996. {
  997. BOOL callVerifyDownload = NO;
  998. BOOL callVerifyUpload = NO;
  999. if ([[UIApplication sharedApplication] applicationState] != UIApplicationStateBackground) {
  1000. NSLog(@"[LOG] Verify Download/Upload in progress now : %@ - Download %@ - Upload %@", [NSDate date], [self.sessionDateLastDownloadTasks dateByAddingTimeInterval:k_timerVerifySession], [self.sessionDateLastUploadTasks dateByAddingTimeInterval:k_timerVerifySession]);
  1001. if ([[NSDate date] compare:[self.sessionDateLastDownloadTasks dateByAddingTimeInterval:k_timerVerifySession]] == NSOrderedDescending) {
  1002. callVerifyDownload = YES;
  1003. [[CCNetworking sharedNetworking] verifyDownloadInProgress];
  1004. }
  1005. if ([[NSDate date] compare:[self.sessionDateLastUploadTasks dateByAddingTimeInterval:k_timerVerifySession]] == NSOrderedDescending) {
  1006. callVerifyUpload = YES;
  1007. [[CCNetworking sharedNetworking] verifyUploadInProgress];
  1008. }
  1009. if (callVerifyDownload && callVerifyUpload) {
  1010. NSLog(@"[LOG] Stop timer verify session");
  1011. [self.timerVerifySessionInProgress invalidate];
  1012. }
  1013. }
  1014. }
  1015. // Notification change session
  1016. - (void)sessionChanged:(NSNotification *)notification
  1017. {
  1018. NSURLSession *session;
  1019. CCMetadata *metadata;
  1020. NSURLSessionTask *task;
  1021. for (id object in notification.object) {
  1022. if ([object isKindOfClass:[NSURLSession class]])
  1023. session = object;
  1024. if ([object isKindOfClass:[CCMetadata class]])
  1025. metadata = object;
  1026. if ([object isKindOfClass:[NSURLSessionTask class]])
  1027. task = object;
  1028. }
  1029. /*
  1030. Task
  1031. */
  1032. if ([task isKindOfClass:[NSURLSessionDownloadTask class]])
  1033. app.sessionDateLastDownloadTasks = [NSDate date];
  1034. if ([task isKindOfClass:[NSURLSessionUploadTask class]])
  1035. app.sessionDateLastUploadTasks = [NSDate date];
  1036. if (metadata && [_listChangeTask objectForKey:metadata.fileID])
  1037. dispatch_async(dispatch_get_main_queue(), ^{
  1038. [self changeTask:metadata];
  1039. });
  1040. /*
  1041. Session
  1042. */
  1043. if (session) {
  1044. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  1045. unsigned long numDownload = [downloadTasks count];
  1046. unsigned long numUpload = [uploadTasks count];
  1047. NSLog(@"[LOG] Num Download in queue %lu, num upload in queue %lu", numDownload, numUpload);
  1048. }];
  1049. }
  1050. }
  1051. - (void)changeTask:(CCMetadata *)metadata
  1052. {
  1053. NSString *serverUrl = [CCCoreData getServerUrlFromDirectoryID:metadata.directoryID activeAccount:metadata.account];
  1054. if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"stopUpload"]) {
  1055. // sessionTaskIdentifier on Stop
  1056. [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];
  1057. }
  1058. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"reloadUpload"]) {
  1059. // V 1.8 if upload_session_wwan change in upload_session
  1060. if ([metadata.session isEqualToString:k_upload_session_wwan])
  1061. metadata.session = k_upload_session;
  1062. [[CCNetworking sharedNetworking] uploadFileMetadata:metadata taskStatus:k_taskStatusResume];
  1063. }
  1064. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"reloadDownload"]) {
  1065. BOOL downloadData = NO, downloadPlist = NO;
  1066. if (metadata.sessionTaskIdentifier != k_taskIdentifierDone) downloadData = YES;
  1067. if (metadata.sessionTaskIdentifierPlist != k_taskIdentifierDone) downloadPlist = YES;
  1068. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  1069. [[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];
  1070. });
  1071. }
  1072. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"cancelUpload"]) {
  1073. // remove the file
  1074. [CCCoreData deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"(fileID == %@) AND (account == %@)", metadata.fileID, app.activeAccount]];
  1075. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", app.directoryUser, metadata.fileID] error:nil];
  1076. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@.ico", app.directoryUser, metadata.fileID] error:nil];
  1077. }
  1078. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"cancelDownload"]) {
  1079. [CCCoreData setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:k_taskIdentifierDone sessionTaskIdentifierPlist:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"(fileID == %@) AND (account == %@)", metadata.fileID, self.activeAccount] context:nil];
  1080. }
  1081. // remove ChangeTask (fileID) from the list
  1082. [_listChangeTask removeObjectForKey:metadata.fileID];
  1083. // delete progress
  1084. [_listProgressMetadata removeObjectForKey:metadata.fileID];
  1085. // Progress Task
  1086. NSDictionary* userInfo = @{@"fileID": (metadata.fileID), @"serverUrl": (serverUrl), @"cryptated": ([NSNumber numberWithBool:NO]), @"progress": ([NSNumber numberWithFloat:0.0])};
  1087. [[NSNotificationCenter defaultCenter] postNotificationName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  1088. // Refresh
  1089. if (_activeMain && [_listChangeTask count] == 0) {
  1090. [_activeMain reloadDatasource:[CCCoreData getServerUrlFromDirectoryID:metadata.directoryID activeAccount:metadata.account] fileID:nil selector:nil];
  1091. }
  1092. }
  1093. - (BOOL)createFolderSubFolderAutomaticUploadFolderPhotos:(NSString *)folderPhotos useSubFolder:(BOOL)useSubFolder assets:(NSArray *)assets selector:(NSString *)selector
  1094. {
  1095. OCnetworking *ocNetworking = [[OCnetworking alloc] initWithDelegate:nil metadataNet:nil withUser:_activeUser withPassword:_activePassword withUrl:_activeUrl isCryptoCloudMode:NO];
  1096. if(![ocNetworking automaticCreateFolderSync:folderPhotos]) {
  1097. // Activity
  1098. [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];
  1099. return false;
  1100. }
  1101. // Create if request the subfolders
  1102. if (useSubFolder) {
  1103. for (NSString *dateSubFolder in [CCUtility createNameSubFolder:assets]) {
  1104. if(![ocNetworking automaticCreateFolderSync:[NSString stringWithFormat:@"%@/%@", folderPhotos, dateSubFolder]]) {
  1105. // Activity
  1106. [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];
  1107. return false;
  1108. }
  1109. }
  1110. }
  1111. return true;
  1112. }
  1113. #pragma --------------------------------------------------------------------------------------------
  1114. #pragma mark ===== Open CCUploadFromOtherUpp =====
  1115. #pragma --------------------------------------------------------------------------------------------
  1116. - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
  1117. {
  1118. return YES;
  1119. }
  1120. // Method called from iOS system to send a file from other app.
  1121. - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
  1122. {
  1123. NSLog(@"[LOG] URL from %@ application", sourceApplication);
  1124. NSLog(@"[LOG] the path is: %@", url.path);
  1125. NSArray *splitedUrl = [url.path componentsSeparatedByString:@"/"];
  1126. self.fileNameUpload = [NSString stringWithFormat:@"%@",[splitedUrl objectAtIndex:([splitedUrl count]-1)]];
  1127. if (self.activeAccount) {
  1128. [[NSFileManager defaultManager]moveItemAtPath:[[NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Inbox"] stringByAppendingPathComponent:self.fileNameUpload] toPath:[NSString stringWithFormat:@"%@/%@", self.directoryUser, self.fileNameUpload] error:nil];
  1129. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  1130. UINavigationController *splitNavigationController = [splitViewController.viewControllers firstObject];
  1131. UINavigationController *navigationController = [[UIStoryboard storyboardWithName:@"CCUploadFromOtherUpp" bundle:nil] instantiateViewControllerWithIdentifier:@"CCUploadNavigationViewController"];
  1132. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  1133. [splitNavigationController presentViewController:navigationController animated:YES completion:nil];
  1134. });
  1135. }
  1136. // remove from InBox
  1137. [[NSFileManager defaultManager] removeItemAtPath:[NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Inbox"] error:nil];
  1138. return YES;
  1139. }
  1140. #pragma --------------------------------------------------------------------------------------------
  1141. #pragma mark ===== UPGRADE =====
  1142. #pragma --------------------------------------------------------------------------------------------
  1143. - (void)upgrade
  1144. {
  1145. #ifdef DEBUG
  1146. // [CCCoreData flushTableGPS];
  1147. // [CCCoreData setGeoInformationLocalNull];
  1148. #endif
  1149. NSString *actualVersion = [CCUtility getVersionCryptoCloud];
  1150. /* ---------------------- UPGRADE VERSION ----------------------- */
  1151. if (([actualVersion compare:@"2.13" options:NSNumericSearch] == NSOrderedAscending)) {
  1152. [CCCoreData flushTableDirectoryAccount:nil];
  1153. [CCCoreData flushTableLocalFileAccount:nil];
  1154. [CCCoreData flushTableMetadataAccount:nil];
  1155. }
  1156. if (([actualVersion compare:@"2.15" options:NSNumericSearch] == NSOrderedAscending)) {
  1157. [CCCoreData flushTableGPS];
  1158. [CCCoreData setGeoInformationLocalNull];
  1159. }
  1160. if (([actualVersion compare:@"2.17" options:NSNumericSearch] == NSOrderedAscending)) {
  1161. [CCCoreData clearAllDateReadDirectory];
  1162. [CCCoreData flushTableMetadataAccount:nil];
  1163. }
  1164. if (([actualVersion compare:@"2.17.1" options:NSNumericSearch] == NSOrderedAscending)) {
  1165. }
  1166. if (([actualVersion compare:@"2.17.2" options:NSNumericSearch] == NSOrderedAscending)) {
  1167. }
  1168. }
  1169. @end