AppDelegate.m 70 KB

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