AppDelegate.m 68 KB

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