AppDelegate.m 69 KB

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