AppDelegate.m 68 KB

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