AppDelegate.m 68 KB

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