AppDelegate.m 68 KB

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