AppDelegate.m 66 KB

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