AppDelegate.m 68 KB

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