AppDelegate.m 67 KB

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