AppDelegate.m 69 KB

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