AppDelegate.m 71 KB

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