AppDelegate.m 69 KB

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