AppDelegate.m 67 KB

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