AppDelegate.m 68 KB

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