AppDelegate.m 67 KB

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