AppDelegate.m 67 KB

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