AppDelegate.m 68 KB

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