AppDelegate.m 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438
  1. //
  2. // AppDelegate.m
  3. // Crypto Cloud Technology Nextcloud
  4. //
  5. // Created by Marino Faggiana on 04/09/14.
  6. // Copyright (c) 2014 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 "OCFrameworkConstants.h"
  26. #import "AFURLSessionManager.h"
  27. #import "JBroken.h"
  28. #import "CCNetworking.h"
  29. #import "CCCoreData.h"
  30. #import "CCCrypto.h"
  31. #import "CCFavorite.h"
  32. #import "CCManageAsset.h"
  33. #import "CCGraphics.h"
  34. #import "CCPhotosCameraUpload.h"
  35. #import "CCSynchronization.h"
  36. #import "CCMain.h"
  37. #import "CCDetail.h"
  38. @interface AppDelegate ()
  39. {
  40. }
  41. @end
  42. @implementation AppDelegate
  43. + (void)initialize
  44. {
  45. [iRate sharedInstance].daysUntilPrompt = 10;
  46. [iRate sharedInstance].usesUntilPrompt = 10;
  47. [iRate sharedInstance].promptForNewVersionIfUserRated = true;
  48. //enable preview mode
  49. //[iRate sharedInstance].previewMode = YES;
  50. }
  51. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  52. {
  53. NSString *dir;
  54. NSURL *dirGroup = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:capabilitiesGroups];
  55. NSLog(@"[LOG] Start program group %@", dirGroup);
  56. // create Directory local => Documents
  57. dir = [CCUtility getDirectoryLocal];
  58. if (![[NSFileManager defaultManager] fileExistsAtPath: dir] && [dir length])
  59. [[NSFileManager defaultManager] createDirectoryAtPath:dir withIntermediateDirectories:YES attributes:nil error:nil];
  60. // create Directory audio => Library, Application Support, audio
  61. dir = [CCUtility getDirectoryAudio];
  62. if (![[NSFileManager defaultManager] fileExistsAtPath: dir] && [dir length])
  63. [[NSFileManager defaultManager] createDirectoryAtPath:dir withIntermediateDirectories:YES attributes:nil error:nil];
  64. // create Crypto Cloud in Group => Library, Application Support, Crypto Cloud
  65. dir = [[dirGroup URLByAppendingPathComponent:appDatabase] path];
  66. if (![[NSFileManager defaultManager] fileExistsAtPath:dir])
  67. [[NSFileManager defaultManager] createDirectoryAtPath:dir withIntermediateDirectories:YES attributes:nil error:nil];
  68. //[CCCoreData verifyVersionCoreData];
  69. [MagicalRecord setupCoreDataStackWithAutoMigratingSqliteStoreNamed:(id)[dirGroup URLByAppendingPathComponent:[appDatabase stringByAppendingPathComponent:@"cryptocloud"]]];
  70. #ifdef DEBUG
  71. [MagicalRecord setLoggingLevel:MagicalRecordLoggingLevelWarn];
  72. #else
  73. [MagicalRecord setLoggingLevel:MagicalRecordLoggingLevelOff];
  74. #endif
  75. // Verify upgrade
  76. [self upgrade];
  77. // Set account, if no exists clear all
  78. TableAccount *recordAccount = [CCCoreData getActiveAccount];
  79. if (recordAccount == nil) {
  80. // remove all the keys Chain
  81. [CCUtility deleteAllChainStore];
  82. // remove all the App group key
  83. [[NSUserDefaults standardUserDefaults] removePersistentDomainForName:[[NSBundle mainBundle] bundleIdentifier]];
  84. } else {
  85. [self settingActiveAccount:recordAccount.account activeUrl:recordAccount.url activeUser:recordAccount.user activePassword:recordAccount.password activeUID:recordAccount.uid activeAccessToken:recordAccount.token typeCloud:recordAccount.typeCloud];
  86. }
  87. // Operation Queue OC-DB Networking
  88. _netQueue = [[NSOperationQueue alloc] init];
  89. _netQueue.name = netQueueName;
  90. _netQueue.maxConcurrentOperationCount = maxConcurrentOperation;
  91. _netQueueDownload = [[NSOperationQueue alloc] init];
  92. _netQueueDownload.name = netQueueDownloadName;
  93. _netQueueDownload.maxConcurrentOperationCount = maxConcurrentOperationDownloadUpload;
  94. _netQueueDownloadWWan = [[NSOperationQueue alloc] init];
  95. _netQueueDownloadWWan.name = netQueueDownloadWWanName;
  96. _netQueueDownloadWWan.maxConcurrentOperationCount = maxConcurrentOperationDownloadUpload;
  97. _netQueueUpload = [[NSOperationQueue alloc] init];
  98. _netQueueUpload.name = netQueueUploadName;
  99. _netQueueUpload.maxConcurrentOperationCount = maxConcurrentOperationDownloadUpload;
  100. _netQueueUploadWWan = [[NSOperationQueue alloc] init];
  101. _netQueueUploadWWan.name = netQueueUploadWWanName;
  102. _netQueueUploadWWan.maxConcurrentOperationCount = maxConcurrentOperationDownloadUpload;
  103. #ifdef CC
  104. // Inizialize DBSession for Dropbox
  105. NSString *appKey = appKeyCryptoCloud;
  106. NSString *appSecret = appSecretCryptoCloud;
  107. DBSession *dbSession = [[DBSession alloc] initWithAppKey:appKey appSecret:appSecret root:kDBRootDropbox];
  108. [DBSession setSharedSession:dbSession];
  109. #endif
  110. // Add notification change session
  111. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(sessionChanged:) name:networkingSessionNotification object:nil];
  112. // Inizializzazioni Share
  113. self.sharesID = [[NSMutableDictionary alloc] init];
  114. self.sharesLink = [[NSMutableDictionary alloc] init];
  115. self.sharesUserAndGroup = [[NSMutableDictionary alloc] init];
  116. // Verify Session in progress and Init date task
  117. self.sessionDateLastDownloadTasks = [NSDate date];
  118. self.sessionDateLastUploadTasks = [NSDate date];
  119. self.timerVerifySessionInProgress = [NSTimer scheduledTimerWithTimeInterval:timerVerifySession target:self selector:@selector(verifyDownloadUploadInProgress) userInfo:nil repeats:YES];
  120. // Background Fetch
  121. [application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
  122. // Init List
  123. self.listProgressMetadata = [[NSMutableDictionary alloc] init];
  124. self.listChangeTask = [[NSMutableDictionary alloc] init];
  125. self.listMainVC = [[NSMutableDictionary alloc] init];
  126. // Player audio
  127. self.player = [LMMediaPlayerView sharedPlayerView];
  128. self.player.delegate = self;
  129. // ico Image Cache
  130. self.icoImagesCache = [[NSMutableDictionary alloc] init];
  131. // remove tmp & cache
  132. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  133. NSArray* tmpDirectory = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:NSTemporaryDirectory() error:NULL];
  134. for (NSString *file in tmpDirectory) {
  135. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@%@", NSTemporaryDirectory(), file] error:NULL];
  136. }
  137. [[NSURLCache sharedURLCache] removeAllCachedResponses];
  138. });
  139. // setting Reachable in back
  140. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  141. self.reachability = [Reachability reachabilityForInternetConnection];
  142. self.lastReachability = [self.reachability isReachable];
  143. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name:kReachabilityChangedNotification object:nil];
  144. [self.reachability startNotifier];
  145. });
  146. //AV Session
  147. [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error:nil];
  148. //[[AVAudioSession sharedInstance] setActive:YES error:nil];
  149. [[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
  150. // permission request camera roll
  151. ALAssetsLibrary *lib = [[ALAssetsLibrary alloc] init];
  152. [lib enumerateGroupsWithTypes:ALAssetsGroupSavedPhotos usingBlock:^(ALAssetsGroup *group, BOOL *stop) {
  153. //NSLog(@"[LOG] %li",(long)[group numberOfAssets]);
  154. } failureBlock:^(NSError *error) {
  155. if (error.code == ALAssetsLibraryAccessUserDeniedError) {
  156. NSLog(@"[LOG] user denied access, code: %li",(long)error.code);
  157. }else{
  158. NSLog(@"[LOG] Other error code: %li",(long)error.code);
  159. }
  160. }];
  161. // permission request notification
  162. if ([application respondsToSelector:@selector(registerUserNotificationSettings:)]) {
  163. UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes:(UIUserNotificationTypeBadge|UIUserNotificationTypeAlert|UIUserNotificationTypeSound) categories:nil];
  164. [application registerUserNotificationSettings:settings];
  165. }
  166. // it is a device Jailbroken
  167. self.isDeviceJailbroken = isDeviceJailbroken();
  168. [self.window setTintColor:COLOR_BRAND];
  169. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  170. UINavigationController *navigationController = [splitViewController.viewControllers lastObject];
  171. navigationController.topViewController.navigationItem.leftBarButtonItem = splitViewController.displayModeButtonItem;
  172. splitViewController.preferredDisplayMode = UISplitViewControllerDisplayModeAllVisible;
  173. // passcode
  174. [[BKPasscodeLockScreenManager sharedManager] setDelegate:self];
  175. dispatch_async(dispatch_get_main_queue(), ^{
  176. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:NO];
  177. });
  178. // Quick Actions
  179. if([[UIApplicationShortcutItem class] respondsToSelector:@selector(new)]) {
  180. [self configDynamicShortcutItems];
  181. UIApplicationShortcutItem *shortcutItem = [launchOptions objectForKeyedSubscript:UIApplicationLaunchOptionsShortcutItemKey];
  182. if (shortcutItem)
  183. [self handleShortCutItem:shortcutItem];
  184. }
  185. // Start timer Verify Process
  186. self.timerVerifyProcess = [NSTimer scheduledTimerWithTimeInterval:5.0 target:self selector:@selector(verifyProcess) userInfo:nil repeats:YES];
  187. return YES;
  188. }
  189. //
  190. // L' applicazione è diventata attiva
  191. //
  192. - (void)applicationDidBecomeActive:(UIApplication *)application
  193. {
  194. // After 5 sec. for wait load app.activeMain start if exists in Table Automatic Upload + All
  195. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 5.0 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  196. if ([CCCoreData countTableAutomaticUploadForAccount:self.activeAccount selector:selectorUploadAutomatic] > 0)
  197. [app loadTableAutomaticUploadForSelector:selectorUploadAutomatic];
  198. if ([CCCoreData countTableAutomaticUploadForAccount:self.activeAccount selector:selectorUploadAutomaticAll] > 0)
  199. [app loadTableAutomaticUploadForSelector:selectorUploadAutomaticAll];
  200. });
  201. }
  202. //
  203. // L' applicazione si dimetterà dallo stato di attivo
  204. //
  205. - (void)applicationWillResignActive:(UIApplication *)application
  206. {
  207. [self updateApplicationIconBadgeNumber];
  208. }
  209. //
  210. // L' applicazione entrerà in primo piano (attivo solo dopo il background)
  211. //
  212. - (void)applicationWillEnterForeground:(UIApplication *)application
  213. {
  214. // facciamo partire il timer per il controllo delle sessioni
  215. [self.timerVerifySessionInProgress invalidate];
  216. self.timerVerifySessionInProgress = [NSTimer scheduledTimerWithTimeInterval:timerVerifySession target:self selector:@selector(verifyDownloadUploadInProgress) userInfo:nil repeats:YES];
  217. // refresh active Main
  218. if (_activeMain)
  219. [_activeMain getDataSourceWithReloadTableView];
  220. // Initializations
  221. [self applicationInitialized];
  222. }
  223. //
  224. // L' applicazione è entrata nello sfondo
  225. //
  226. - (void)applicationDidEnterBackground:(UIApplication *)application
  227. {
  228. NSLog(@"[LOG] Enter in Background");
  229. [[CCQuickActions quickActionsManager] closeAll];
  230. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:YES];
  231. if([[UIDevice currentDevice] respondsToSelector:@selector(isMultitaskingSupported)]) {
  232. __block UIBackgroundTaskIdentifier background_task;
  233. background_task = [application beginBackgroundTaskWithExpirationHandler:^ {
  234. //Clean up code. Tell the system that we are done.
  235. [application endBackgroundTask: background_task];
  236. background_task = UIBackgroundTaskInvalid;
  237. }];
  238. }
  239. }
  240. //
  241. // L'applicazione terminerà
  242. //
  243. - (void)applicationWillTerminate:(UIApplication *)application
  244. {
  245. [MagicalRecord cleanUp];
  246. NSLog(@"[LOG] bye bye, Crypto Cloud !");
  247. }
  248. //
  249. // Method called by the system when all the background task has end
  250. //
  251. - (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler
  252. {
  253. NSLog(@"[LOG] Start completition handler from background - identifier : %@", identifier);
  254. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 25 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  255. [[CCNetworking sharedNetworking] automaticDownloadInError];
  256. [[CCNetworking sharedNetworking] automaticUploadInError];
  257. self.backgroundSessionCompletionHandler = completionHandler;
  258. void (^completionHandler)() = self.backgroundSessionCompletionHandler;
  259. self.backgroundSessionCompletionHandler = nil;
  260. completionHandler();
  261. NSLog(@"[LOG] End 25 sec. completition handler - identifier : %@", identifier);
  262. });
  263. }
  264. //
  265. // Application Initialized
  266. //
  267. - (void)applicationInitialized
  268. {
  269. // now
  270. dispatch_async(dispatch_get_main_queue(), ^{
  271. //NSLog(@"[LOG] Read Folder for change Rev");
  272. //[[NSNotificationCenter defaultCenter] postNotificationName:@"readFileSelfFolderRev" object:nil];
  273. });
  274. // 0.5 sec.
  275. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  276. //
  277. NSLog(@"[LOG] Request Server Information");
  278. //
  279. if (_activeMain)
  280. [_activeMain requestServerInformation];
  281. });
  282. // 1 sec.
  283. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1.0 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  284. NSLog(@"[LOG] Synchronize Favorites");
  285. [[NSNotificationCenter defaultCenter] postNotificationName:@"synchronizedFavorites" object:nil];
  286. NSLog(@"[LOG] Synchronize Folders");
  287. [[CCSynchronization sharedSynchronization] synchronizationFolders];
  288. });
  289. // 1.5 sec.
  290. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  291. NSLog(@"[LOG] Initialize Camera Upload");
  292. [[NSNotificationCenter defaultCenter] postNotificationName:@"initStateCameraUpload" object:nil];
  293. });
  294. // Initialize Camera Upload
  295. //[[NSNotificationCenter defaultCenter] postNotificationName:@"initStateCameraUpload" object:@{@"afterDelay": @(2)}];
  296. }
  297. #pragma --------------------------------------------------------------------------------------------
  298. #pragma mark ===== Verify Process 5 seconds =====
  299. #pragma --------------------------------------------------------------------------------------------
  300. - (void)verifyProcess
  301. {
  302. // BACKGROND & FOREGROUND
  303. /* Active/Disactive Graphics Animation Synchronization Folders */
  304. NSArray *records = [CCCoreData getSynchronizedDirectoryActiveAccount:app.activeAccount];
  305. NSMutableArray *directory = [[NSMutableArray alloc] init];
  306. for (TableDirectory *record in records)
  307. [directory addObject:record.serverUrl];
  308. if ([directory count] > 0)
  309. [[CCSynchronization sharedSynchronization] synchronizationAnimationDirectory:directory callViewController:YES];
  310. // ONLY BACKGROUND
  311. if ([[UIApplication sharedApplication] applicationState] == UIApplicationStateBackground) {
  312. } else {
  313. // ONLY FOREFROUND
  314. }
  315. }
  316. #pragma --------------------------------------------------------------------------------------------
  317. #pragma mark ===== Setting Active Account =====
  318. #pragma --------------------------------------------------------------------------------------------
  319. - (void)settingActiveAccount:(NSString *)activeAccount activeUrl:(NSString *)activeUrl activeUser:(NSString *)activeUser activePassword:(NSString *)activePassword activeUID:(NSString *)activeUID activeAccessToken:(NSString *)activeAccessToken typeCloud:(NSString *)typeCloud
  320. {
  321. self.activeAccount = activeAccount;
  322. self.activeUrl = activeUrl;
  323. self.activeUser = activeUser;
  324. self.activePassword = activePassword;
  325. self.typeCloud = typeCloud;
  326. self.directoryUser = [CCUtility getDirectoryActiveUser:activeUser activeUrl:activeUrl];
  327. self.activeUID = activeUID;
  328. self.activeAccessToken = activeAccessToken;
  329. }
  330. #pragma --------------------------------------------------------------------------------------------
  331. #pragma mark ===== Quick Actions - ShotcutItem =====
  332. #pragma --------------------------------------------------------------------------------------------
  333. - (void)configDynamicShortcutItems
  334. {
  335. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  336. UIApplicationShortcutIcon *shortcutPhotosIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:image_quickActionPhotos];
  337. UIApplicationShortcutIcon *shortcutUploadClearIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:image_quickActionUploadClear];
  338. UIApplicationShortcutIcon *shortcutUploadEncryptedIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:image_quickActionUploadEncrypted];
  339. UIApplicationShortcutItem *shortcutPhotos = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.photos", bundleId] localizedTitle:NSLocalizedString(@"_photo_camera_", nil) localizedSubtitle:nil icon:shortcutPhotosIcon userInfo:nil];
  340. UIApplicationShortcutItem *shortcutFavorite = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.favorite", bundleId] localizedTitle:NSLocalizedString(@"_favorites_", nil) localizedSubtitle:nil icon:[UIApplicationShortcutIcon iconWithType:UIApplicationShortcutIconTypeFavorite] userInfo:nil];
  341. UIApplicationShortcutItem *shortcutUploadClear = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.uploadClear", bundleId] localizedTitle:NSLocalizedString(@"_upload_file_", nil) localizedSubtitle:nil icon:shortcutUploadClearIcon userInfo:nil];
  342. UIApplicationShortcutItem *shortcutUploadEncrypted = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.uploadEncrypted", bundleId] localizedTitle:NSLocalizedString(@"_upload_encrypted_file_", nil) localizedSubtitle:nil icon:shortcutUploadEncryptedIcon userInfo:nil];
  343. // add all items to an array
  344. NSArray *items = @[shortcutUploadEncrypted, shortcutUploadClear, shortcutPhotos, shortcutFavorite];
  345. // add the array to our app
  346. [UIApplication sharedApplication].shortcutItems = items;
  347. }
  348. - (void)application:(UIApplication *)application performActionForShortcutItem:(UIApplicationShortcutItem *)shortcutItem completionHandler:(void (^)(BOOL))completionHandler
  349. {
  350. BOOL handledShortCutItem = [self handleShortCutItem:shortcutItem];
  351. completionHandler(handledShortCutItem);
  352. }
  353. - (BOOL)handleShortCutItem:(UIApplicationShortcutItem *)shortcutItem
  354. {
  355. BOOL handled = NO;
  356. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  357. NSString *shortcutFavorite = [NSString stringWithFormat:@"%@.favorite", bundleId];
  358. NSString *shortcutPhotos = [NSString stringWithFormat:@"%@.photos", bundleId];
  359. NSString *shortcutUploadClear = [NSString stringWithFormat:@"%@.uploadClear", bundleId];
  360. NSString *shortcutUploadEncrypted = [NSString stringWithFormat:@"%@.uploadEncrypted", bundleId];
  361. if ([shortcutItem.type isEqualToString:shortcutUploadClear] && self.activeAccount) {
  362. dispatch_async(dispatch_get_main_queue(), ^{
  363. if (_activeMain) {
  364. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  365. if (splitViewController.isCollapsed) {
  366. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  367. for (UINavigationController *nvc in tbc.viewControllers) {
  368. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  369. [nvc popToRootViewControllerAnimated:NO];
  370. }
  371. [tbc setSelectedIndex:TabBarApplicationIndexFile];
  372. } else {
  373. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  374. [nvcDetail popToRootViewControllerAnimated:NO];
  375. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  376. [tbc setSelectedIndex:TabBarApplicationIndexFile];
  377. }
  378. [_activeMain.navigationController popToRootViewControllerAnimated:NO];
  379. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  380. [[CCQuickActions quickActionsManager] startQuickActionsEncrypted:NO viewController:_activeMain];
  381. });
  382. }
  383. });
  384. handled = YES;
  385. }
  386. else if ([shortcutItem.type isEqualToString:shortcutUploadEncrypted] && self.activeAccount) {
  387. dispatch_async(dispatch_get_main_queue(), ^{
  388. if (_activeMain) {
  389. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  390. if (splitViewController.isCollapsed) {
  391. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  392. for (UINavigationController *nvc in tbc.viewControllers) {
  393. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  394. [nvc popToRootViewControllerAnimated:NO];
  395. }
  396. [tbc setSelectedIndex:TabBarApplicationIndexFile];
  397. } else {
  398. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  399. [nvcDetail popToRootViewControllerAnimated:NO];
  400. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  401. [tbc setSelectedIndex:TabBarApplicationIndexFile];
  402. }
  403. [_activeMain.navigationController popToRootViewControllerAnimated:NO];
  404. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  405. [[CCQuickActions quickActionsManager] startQuickActionsEncrypted:YES viewController:_activeMain];
  406. });
  407. }
  408. });
  409. handled = YES;
  410. }
  411. else if ([shortcutItem.type isEqualToString:shortcutPhotos] && self.activeAccount) {
  412. dispatch_async(dispatch_get_main_queue(), ^{
  413. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  414. if (splitViewController.isCollapsed) {
  415. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  416. for (UINavigationController *nvc in tbc.viewControllers) {
  417. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  418. [nvc popToRootViewControllerAnimated:NO];
  419. }
  420. [tbc setSelectedIndex:TabBarApplicationIndexPhotos];
  421. } else {
  422. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  423. [nvcDetail popToRootViewControllerAnimated:NO];
  424. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  425. [tbc setSelectedIndex:TabBarApplicationIndexPhotos];
  426. }
  427. });
  428. handled = YES;
  429. }
  430. else if ([shortcutItem.type isEqualToString:shortcutFavorite] && self.activeAccount) {
  431. dispatch_async(dispatch_get_main_queue(), ^{
  432. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  433. if (splitViewController.isCollapsed) {
  434. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  435. for (UINavigationController *nvc in tbc.viewControllers) {
  436. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  437. [nvc popToRootViewControllerAnimated:NO];
  438. if ([nvc.topViewController isKindOfClass:[CCFavorite class]])
  439. [(CCFavorite *)nvc.topViewController forcedSwitchFavorite];
  440. }
  441. [tbc setSelectedIndex:TabBarApplicationIndexFavorite];
  442. } else {
  443. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  444. [nvcDetail popToRootViewControllerAnimated:NO];
  445. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  446. UINavigationController *ncFavorite = [tbc.viewControllers objectAtIndex:TabBarApplicationIndexFavorite];
  447. if ([ncFavorite.topViewController isKindOfClass:[CCFavorite class]])
  448. [(CCFavorite *)ncFavorite.topViewController forcedSwitchFavorite];
  449. [tbc setSelectedIndex:TabBarApplicationIndexFavorite];
  450. }
  451. });
  452. handled = YES;
  453. }
  454. return handled;
  455. }
  456. #pragma --------------------------------------------------------------------------------------------
  457. #pragma mark ===== StatusBar & ApplicationIconBadgeNumber =====
  458. #pragma --------------------------------------------------------------------------------------------
  459. - (void)messageNotification:(NSString *)title description:(NSString *)description visible:(BOOL)visible delay:(NSTimeInterval)delay type:(TWMessageBarMessageType)type
  460. {
  461. title = [NSString stringWithFormat:@"%@\n",[CCUtility localizableBrand:title table:nil]];
  462. dispatch_async(dispatch_get_main_queue(), ^{
  463. if (visible) {
  464. [TWMessageBarManager sharedInstance].styleSheet = self;
  465. [[TWMessageBarManager sharedInstance] showMessageWithTitle:title description:[CCUtility localizableBrand:description table:nil] type:type duration:delay];
  466. } else {
  467. [[TWMessageBarManager sharedInstance] hideAllAnimated:YES];
  468. }
  469. });
  470. }
  471. - (UIColor *)backgroundColorForMessageType:(TWMessageBarMessageType)type
  472. {
  473. UIColor *backgroundColor = nil;
  474. switch (type)
  475. {
  476. case TWMessageBarMessageTypeError:
  477. backgroundColor = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:0.90];
  478. break;
  479. case TWMessageBarMessageTypeSuccess:
  480. backgroundColor = [UIColor colorWithRed:0.588 green:0.797 blue:0.000 alpha:0.90];
  481. break;
  482. case TWMessageBarMessageTypeInfo:
  483. backgroundColor = COLOR_BRAND_MESSAGE;
  484. break;
  485. default:
  486. break;
  487. }
  488. return backgroundColor;
  489. }
  490. - (UIColor *)strokeColorForMessageType:(TWMessageBarMessageType)type
  491. {
  492. UIColor *strokeColor = nil;
  493. switch (type)
  494. {
  495. case TWMessageBarMessageTypeError:
  496. strokeColor = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:1.0];
  497. break;
  498. case TWMessageBarMessageTypeSuccess:
  499. strokeColor = [UIColor colorWithRed:0.0 green:1.0 blue:0.0 alpha:1.0];
  500. break;
  501. case TWMessageBarMessageTypeInfo:
  502. strokeColor = [UIColor colorWithRed:0.0 green:0.0 blue:1.0 alpha:1.0];
  503. break;
  504. default:
  505. break;
  506. }
  507. return strokeColor;
  508. }
  509. - (UIImage *)iconImageForMessageType:(TWMessageBarMessageType)type
  510. {
  511. UIImage *iconImage = nil;
  512. switch (type)
  513. {
  514. case TWMessageBarMessageTypeError:
  515. iconImage = [UIImage imageNamed:@"icon-error.png"];
  516. break;
  517. case TWMessageBarMessageTypeSuccess:
  518. iconImage = [UIImage imageNamed:@"icon-success.png"];
  519. break;
  520. case TWMessageBarMessageTypeInfo:
  521. iconImage = [UIImage imageNamed:@"icon-info.png"];
  522. break;
  523. default:
  524. break;
  525. }
  526. return iconImage;
  527. }
  528. - (void)updateApplicationIconBadgeNumber
  529. {
  530. // Core Data
  531. _queueNunDownload = [[CCCoreData getTableMetadataDownloadAccount:self.activeAccount] count];
  532. _queueNumDownloadWWan = [[CCCoreData getTableMetadataDownloadWWanAccount:self.activeAccount] count];
  533. _queueNumUpload = [[CCCoreData getTableMetadataUploadAccount:self.activeAccount] count];
  534. _queueNumUploadWWan = [[CCCoreData getTableMetadataUploadWWanAccount:self.activeAccount] count];
  535. // netQueueDownload
  536. for (NSOperation *operation in [app.netQueueDownload operations]) {
  537. /*** NEXTCLOUD OWNCLOUD ***/
  538. if ([app.typeCloud isEqualToString:typeCloudOwnCloud] || [app.typeCloud isEqualToString:typeCloudNextcloud])
  539. if (((OCnetworking *)operation).isExecuting == NO) _queueNunDownload++;
  540. #ifdef CC
  541. /*** DROPBOX ***/
  542. if ([app.typeCloud isEqualToString:typeCloudDropbox])
  543. if (((DBnetworking *)operation).isExecuting == NO) _queueNunDownload++;
  544. #endif
  545. }
  546. // netQueueDownloadWWan
  547. for (NSOperation *operation in [app.netQueueDownloadWWan operations]) {
  548. /*** NEXTCLOUD OWNCLOUD ***/
  549. if ([app.typeCloud isEqualToString:typeCloudOwnCloud] || [app.typeCloud isEqualToString:typeCloudNextcloud])
  550. if (((OCnetworking *)operation).isExecuting == NO) _queueNumDownloadWWan++;
  551. #ifdef CC
  552. /*** DROPBOX ***/
  553. if ([app.typeCloud isEqualToString:typeCloudDropbox])
  554. if (((DBnetworking *)operation).isExecuting == NO) _queueNumDownloadWWan++;
  555. #endif
  556. }
  557. // netQueueUpload
  558. for (NSOperation *operation in [app.netQueueUpload operations]) {
  559. /*** NEXTCLOUD OWNCLOUD ***/
  560. if ([app.typeCloud isEqualToString:typeCloudOwnCloud] || [app.typeCloud isEqualToString:typeCloudNextcloud])
  561. if (((OCnetworking *)operation).isExecuting == NO) _queueNumUpload++;
  562. #ifdef CC
  563. /*** DROPBOX ***/
  564. if ([app.typeCloud isEqualToString:typeCloudDropbox])
  565. if (((DBnetworking *)operation).isExecuting == NO) _queueNumUpload++;
  566. #endif
  567. }
  568. // netQueueUploadWWan
  569. for (NSOperation *operation in [app.netQueueUploadWWan operations]) {
  570. /*** NEXTCLOUD OWNCLOUD ***/
  571. if ([app.typeCloud isEqualToString:typeCloudOwnCloud] || [app.typeCloud isEqualToString:typeCloudNextcloud])
  572. if (((OCnetworking *)operation).isExecuting == NO) _queueNumUploadWWan++;
  573. #ifdef CC
  574. /*** DROPBOX ***/
  575. if ([app.typeCloud isEqualToString:typeCloudDropbox])
  576. if (((DBnetworking *)operation).isExecuting == NO) _queueNumUploadWWan++;
  577. #endif
  578. }
  579. // Total
  580. NSUInteger total = _queueNunDownload + _queueNumDownloadWWan + _queueNumUpload + _queueNumUploadWWan + [CCCoreData countTableAutomaticUploadForAccount:self.activeAccount selector:nil];
  581. [UIApplication sharedApplication].applicationIconBadgeNumber = total;
  582. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  583. if ([[splitViewController.viewControllers firstObject] isKindOfClass:[UITabBarController class]]) {
  584. UITabBarController *tbc = [splitViewController.viewControllers firstObject];
  585. UITabBarItem *tbItem = [tbc.tabBar.items objectAtIndex:0];
  586. if (total > 0)
  587. [tbItem setBadgeValue:[NSString stringWithFormat:@"%li", (unsigned long)total]];
  588. else
  589. [tbItem setBadgeValue:nil];
  590. }
  591. }
  592. #pragma --------------------------------------------------------------------------------------------
  593. #pragma mark ===== Media Player Control =====
  594. #pragma --------------------------------------------------------------------------------------------
  595. - (void)remoteControlReceivedWithEvent:(UIEvent *)event
  596. {
  597. switch (event.subtype) {
  598. case UIEventSubtypeRemoteControlPlay:
  599. if (self.player.mediaPlayer) {
  600. NSMutableDictionary *songInfo = [[NSMutableDictionary alloc] init];
  601. if (self.player.mediaPlayer.nowPlayingItem.title)
  602. [songInfo setObject:self.player.mediaPlayer.nowPlayingItem.title forKey:MPMediaItemPropertyTitle];
  603. if (self.player.mediaPlayer.nowPlayingItem.artist)
  604. [songInfo setObject:self.player.mediaPlayer.nowPlayingItem.artist forKey:MPMediaItemPropertyArtist];
  605. [[MPNowPlayingInfoCenter defaultCenter] setNowPlayingInfo:songInfo];
  606. [self.player.mediaPlayer play];
  607. }
  608. break;
  609. case UIEventSubtypeRemoteControlPause:
  610. if (self.player.mediaPlayer) {
  611. [self.player.mediaPlayer pause];
  612. }
  613. break;
  614. case UIEventSubtypeRemoteControlNextTrack:
  615. // handle it break;
  616. case UIEventSubtypeRemoteControlPreviousTrack:
  617. // handle it break;
  618. default:
  619. break;
  620. }
  621. }
  622. - (BOOL)mediaPlayerViewWillStartPlaying:(LMMediaPlayerView *)playerView media:(LMMediaItem *)media
  623. {
  624. return YES;
  625. }
  626. #pragma --------------------------------------------------------------------------------------------
  627. #pragma mark ===== Manager Passcode =====
  628. #pragma --------------------------------------------------------------------------------------------
  629. - (BOOL)lockScreenManagerShouldShowLockScreen:(BKPasscodeLockScreenManager *)aManager
  630. {
  631. // fermiamo la data della sessione
  632. self.sessionePasscodeLock = nil;
  633. // se il block code è a zero esci con NON attivare la richiesta password
  634. if ([[CCUtility getBlockCode] length] == 0) return NO;
  635. // se non c'è attivo un account esci con NON attivare la richiesta password
  636. if ([self.activeAccount length] == 0) return NO;
  637. // se non c'è il passcode esci con NON attivare la richiesta password
  638. if ([[CCUtility getKeyChainPasscodeForUUID:[CCUtility getUUID]] length] == 0) return NO;
  639. // se non è attivo il OnlyLockDir esci con NON attivare la richiesta password
  640. if ([CCUtility getOnlyLockDir] && ![CCCoreData isBlockZone:self.serverUrl activeAccount:self.activeAccount]) return NO;
  641. return YES;
  642. }
  643. - (UIViewController *)lockScreenManagerPasscodeViewController:(BKPasscodeLockScreenManager *)aManager
  644. {
  645. CCBKPasscode *viewController = [[CCBKPasscode alloc] initWithNibName:nil bundle:nil];
  646. viewController.type = BKPasscodeViewControllerCheckPasscodeType;
  647. viewController.delegate = self;
  648. viewController.title = _brand_;
  649. viewController.fromType = CCBKPasscodeFromLockScreen;
  650. viewController.inputViewTitlePassword = YES;
  651. if ([CCUtility getSimplyBlockCode]) {
  652. viewController.passcodeStyle = BKPasscodeInputViewNumericPasscodeStyle;
  653. viewController.passcodeInputView.maximumLength = 6;
  654. } else {
  655. viewController.passcodeStyle = BKPasscodeInputViewNormalPasscodeStyle;
  656. viewController.passcodeInputView.maximumLength = 64;
  657. }
  658. viewController.touchIDManager = [[BKTouchIDManager alloc] initWithKeychainServiceName:BKPasscodeKeychainServiceName];
  659. viewController.touchIDManager.promptText = [CCUtility localizableBrand:@"_scan_fingerprint_" table:nil];
  660. UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:viewController];
  661. return navigationController;
  662. }
  663. - (void)passcodeViewController:(CCBKPasscode *)aViewController didFinishWithPasscode:(NSString *)aPasscode
  664. {
  665. [aViewController dismissViewControllerAnimated:YES completion:nil];
  666. // is a lock screen
  667. if (aViewController.fromType == CCBKPasscodeFromLockScreen) {
  668. [aViewController dismissViewControllerAnimated:YES completion:nil];
  669. // start session Passcode Lock
  670. if ([CCCoreData isBlockZone:self.serverUrl activeAccount:self.activeAccount])
  671. self.sessionePasscodeLock = [NSDate date];
  672. }
  673. }
  674. - (void)passcodeViewController:(CCBKPasscode *)aViewController authenticatePasscode:(NSString *)aPasscode resultHandler:(void (^)(BOOL))aResultHandler
  675. {
  676. if (aViewController.fromType == CCBKPasscodeFromLockScreen || aViewController.fromType == CCBKPasscodeFromInit) {
  677. if ([aPasscode isEqualToString:[CCUtility getBlockCode]]) {
  678. //self.lockUntilDate = nil;
  679. //self.failedAttempts = 0;
  680. aResultHandler(YES);
  681. } else aResultHandler(NO);
  682. } else aResultHandler(YES);
  683. }
  684. #pragma --------------------------------------------------------------------------------------------
  685. #pragma mark ===== reachabilityChanged =====
  686. #pragma --------------------------------------------------------------------------------------------
  687. -(void)reachabilityChanged:(SCNetworkReachabilityFlags)flags
  688. {
  689. if ([self.reachability isReachable]) {
  690. if (self.lastReachability == NO) {
  691. [self messageNotification:@"_network_available_" description:nil visible:YES delay:dismissAfterSecond type:TWMessageBarMessageTypeInfo];
  692. if (_activeMain)
  693. [_activeMain performSelector:@selector(requestServerInformation) withObject:nil afterDelay:3];
  694. }
  695. NSLog(@"[LOG] Reachability Changed: Reachable");
  696. self.lastReachability = YES;
  697. } else {
  698. if (self.lastReachability == YES) {
  699. [self messageNotification:@"_network_not_available_" description:nil visible:YES delay:dismissAfterSecond type:TWMessageBarMessageTypeInfo];
  700. }
  701. NSLog(@"[LOG] Reachability Changed: NOT Reachable");
  702. self.lastReachability = NO;
  703. }
  704. if ([self.reachability isReachableViaWiFi]) NSLog(@"[LOG] Reachability Changed: WiFi");
  705. if ([self.reachability isReachableViaWWAN]) NSLog(@"[LOG] Reachability Changed: WWAn");
  706. [[NSNotificationCenter defaultCenter] postNotificationName:@"setTitleCCMainNOAnimation" object:nil];
  707. }
  708. #pragma --------------------------------------------------------------------------------------------
  709. #pragma mark ===== Fetch =====
  710. #pragma --------------------------------------------------------------------------------------------
  711. - (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
  712. {
  713. NSLog(@"[LOG] Start Fetch");
  714. // Verify new photo
  715. [[NSNotificationCenter defaultCenter] postNotificationName:@"initStateCameraUpload" object:nil];
  716. // after 20 sec verify Re
  717. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  718. [[CCNetworking sharedNetworking] automaticDownloadInError];
  719. [[CCNetworking sharedNetworking] automaticUploadInError];
  720. NSLog(@"[LOG] End Fetch 20 sec.");
  721. });
  722. // after 25 sec
  723. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 25 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  724. NSArray *records = [CCCoreData getTableMetadataWithPredicate:[NSPredicate predicateWithFormat:@"(account == %@) AND (session != NULL) AND (session != '')", self.activeAccount] context:nil];
  725. if ([records count] > 0) {
  726. completionHandler(UIBackgroundFetchResultNewData);
  727. } else {
  728. completionHandler(UIBackgroundFetchResultNoData);
  729. }
  730. NSLog(@"[LOG] End Fetch 25 sec.");
  731. });
  732. }
  733. #pragma --------------------------------------------------------------------------------------------
  734. #pragma mark ===== Operation Networking & Session =====
  735. #pragma --------------------------------------------------------------------------------------------
  736. - (void)cancelAllOperations
  737. {
  738. [_netQueue cancelAllOperations];
  739. [_netQueueDownload cancelAllOperations];
  740. [_netQueueDownloadWWan cancelAllOperations];
  741. [_netQueueUpload cancelAllOperations];
  742. [_netQueueUploadWWan cancelAllOperations];
  743. [self performSelector:@selector(updateApplicationIconBadgeNumber) withObject:nil afterDelay:0.5];
  744. }
  745. - (void)addNetworkingOperationQueue:(NSOperationQueue *)netQueue delegate:(id)delegate metadataNet:(CCMetadataNet *)metadataNet oneByOne:(BOOL)oneByOne
  746. {
  747. id operation;
  748. BOOL activityIndicator = NO;
  749. // Activity Indicator
  750. if (netQueue == _netQueue)
  751. activityIndicator = YES;
  752. /*** NEXTCLOUD OWNCLOUD ***/
  753. if ([_typeCloud isEqualToString:typeCloudOwnCloud] || [_typeCloud isEqualToString:typeCloudNextcloud])
  754. operation = [[OCnetworking alloc] initWithDelegate:delegate metadataNet:metadataNet withUser:_activeUser withPassword:_activePassword withUrl:_activeUrl withTypeCloud:_typeCloud oneByOne:oneByOne activityIndicator:activityIndicator];
  755. #ifdef CC
  756. /*** DROPBOX ***/
  757. if ([_typeCloud isEqualToString:typeCloudDropbox])
  758. operation = [[DBnetworking alloc] initWithDelegate:delegate metadataNet:metadataNet withUser:_activeUser withPassword:_activePassword withUrl:_activeUrl withActiveUID:_activeUID withActiveAccessToken:_activeAccessToken oneByOne:oneByOne activityIndicator:activityIndicator];
  759. #endif
  760. [operation setQueuePriority:metadataNet.priority];
  761. [netQueue addOperation:operation];
  762. }
  763. - (NSMutableArray *)verifyExistsInQueuesDownloadSelector:(NSString *)selector
  764. {
  765. NSMutableArray *metadatasNet = [[NSMutableArray alloc] init];
  766. /*** NEXTCLOUD OWNCLOUD ***/
  767. if ([app.typeCloud isEqualToString:typeCloudOwnCloud] || [app.typeCloud isEqualToString:typeCloudNextcloud]) {
  768. for (OCnetworking *operation in [self.netQueueDownload operations])
  769. if ([operation.metadataNet.selector isEqualToString:selector])
  770. [metadatasNet addObject:[operation.metadataNet copy]];
  771. for (OCnetworking *operation in [self.netQueueDownloadWWan operations])
  772. if ([operation.metadataNet.selector isEqualToString:selector])
  773. [metadatasNet addObject:[operation.metadataNet copy]];
  774. }
  775. #ifdef CC
  776. /*** DROPBOX ***/
  777. if ([app.typeCloud isEqualToString:typeCloudDropbox]) {
  778. for (DBnetworking *operation in [self.netQueueDownload operations])
  779. if ([operation.metadataNet.selector isEqualToString:selector])
  780. [metadatasNet addObject:operation.metadataNet];
  781. for (DBnetworking *operation in [self.netQueueDownloadWWan operations])
  782. if ([operation.metadataNet.selector isEqualToString:selector])
  783. [metadatasNet addObject:operation.metadataNet];
  784. }
  785. #endif
  786. return metadatasNet;
  787. }
  788. - (NSMutableArray *)verifyExistsInQueuesUploadSelector:(NSString *)selector
  789. {
  790. NSMutableArray *metadatasNet = [[NSMutableArray alloc] init];
  791. /*** NEXTCLOUD OWNCLOUD ***/
  792. if ([app.typeCloud isEqualToString:typeCloudOwnCloud] || [app.typeCloud isEqualToString:typeCloudNextcloud]) {
  793. for (OCnetworking *operation in [self.netQueueUpload operations])
  794. if ([operation.metadataNet.selector isEqualToString:selector])
  795. [metadatasNet addObject:[operation.metadataNet copy]];
  796. for (OCnetworking *operation in [self.netQueueUploadWWan operations])
  797. if ([operation.metadataNet.selector isEqualToString:selector])
  798. [metadatasNet addObject:[operation.metadataNet copy]];
  799. }
  800. #ifdef CC
  801. /*** DROPBOX ***/
  802. if ([app.typeCloud isEqualToString:typeCloudDropbox]) {
  803. for (DBnetworking *operation in [self.netQueueUpload operations])
  804. if ([operation.metadataNet.selector isEqualToString:selector])
  805. [metadatasNet addObject:operation.metadataNet];
  806. for (DBnetworking *operation in [self.netQueueUploadWWan operations])
  807. if ([operation.metadataNet.selector isEqualToString:selector])
  808. [metadatasNet addObject:operation.metadataNet];
  809. }
  810. #endif
  811. return metadatasNet;
  812. }
  813. - (void)loadTableAutomaticUploadForSelector:(NSString *)selector
  814. {
  815. // Only one
  816. if ([[self verifyExistsInQueuesUploadSelector:selector] count] > 1)
  817. return;
  818. // Verify num error if selectorUploadAutomaticAll
  819. if ([selector isEqualToString:selectorUploadAutomaticAll]) {
  820. NSUInteger count = [TableMetadata MR_countOfEntitiesWithPredicate:[NSPredicate predicateWithFormat:@"(account == %@) AND (sessionSelector == %@) AND ((sessionTaskIdentifier == %i) OR (sessionTaskIdentifierPlist == %i))", app.activeAccount, selectorUploadAutomaticAll,taskIdentifierError, taskIdentifierError]];
  821. #ifdef DEBUG
  822. NSArray *records = [[NSArray alloc] init];
  823. records = [TableMetadata MR_findAllWithPredicate:[NSPredicate predicateWithFormat:@"(account == %@) AND (sessionSelector == %@) AND ((sessionTaskIdentifier == %i) OR (sessionTaskIdentifierPlist == %i))", app.activeAccount, selectorUploadAutomaticAll,taskIdentifierError, taskIdentifierError]];
  824. #endif
  825. if (count >= 10) {
  826. [app messageNotification:@"_error_" description:@"_too_errors_automatic_all_" visible:YES delay:dismissAfterSecond type:TWMessageBarMessageTypeError];
  827. return;
  828. }
  829. }
  830. // Add Network queue
  831. CCMetadataNet *metadataNet = [CCCoreData getTableAutomaticUploadForAccount:self.activeAccount selector:selector context:nil];
  832. if (metadataNet) {
  833. NSOperationQueue *queue;
  834. if ([metadataNet.session containsString:@"wwan"])
  835. queue = app.netQueueUploadWWan;
  836. else
  837. queue = app.netQueueUpload;
  838. [self addNetworkingOperationQueue:queue delegate:app.activeMain metadataNet:metadataNet oneByOne:YES];
  839. }
  840. }
  841. - (void)verifyDownloadUploadInProgress
  842. {
  843. BOOL callVerifyDownload = NO;
  844. BOOL callVerifyUpload = NO;
  845. if ([[UIApplication sharedApplication] applicationState] != UIApplicationStateBackground) {
  846. NSLog(@"[LOG] Verify Download/Upload in progress now : %@ - Download %@ - Upload %@", [NSDate date], [self.sessionDateLastDownloadTasks dateByAddingTimeInterval:timerVerifySession], [self.sessionDateLastUploadTasks dateByAddingTimeInterval:timerVerifySession]);
  847. if ([[NSDate date] compare:[self.sessionDateLastDownloadTasks dateByAddingTimeInterval:timerVerifySession]] == NSOrderedDescending) {
  848. callVerifyDownload = YES;
  849. [[CCNetworking sharedNetworking] verifyDownloadInProgress];
  850. }
  851. if ([[NSDate date] compare:[self.sessionDateLastUploadTasks dateByAddingTimeInterval:timerVerifySession]] == NSOrderedDescending) {
  852. callVerifyUpload = YES;
  853. [[CCNetworking sharedNetworking] verifyUploadInProgress];
  854. }
  855. if (callVerifyDownload && callVerifyUpload) {
  856. NSLog(@"[LOG] Stop timer verify session");
  857. [self.timerVerifySessionInProgress invalidate];
  858. }
  859. }
  860. }
  861. // Notification change session
  862. - (void)sessionChanged:(NSNotification *)notification
  863. {
  864. NSURLSession *session;
  865. CCMetadata *metadata;
  866. NSURLSessionTask *task;
  867. for (id object in notification.object) {
  868. if ([object isKindOfClass:[NSURLSession class]])
  869. session = object;
  870. if ([object isKindOfClass:[CCMetadata class]])
  871. metadata = object;
  872. if ([object isKindOfClass:[NSURLSessionTask class]])
  873. task = object;
  874. }
  875. /*
  876. Task
  877. */
  878. if ([task isKindOfClass:[NSURLSessionDownloadTask class]])
  879. app.sessionDateLastDownloadTasks = [NSDate date];
  880. if ([task isKindOfClass:[NSURLSessionUploadTask class]])
  881. app.sessionDateLastUploadTasks = [NSDate date];
  882. if (metadata && [_listChangeTask objectForKey:metadata.fileID])
  883. dispatch_async(dispatch_get_main_queue(), ^{
  884. [self changeTask:metadata];
  885. });
  886. /*
  887. Session
  888. */
  889. if (session) {
  890. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  891. unsigned long numDownload = [downloadTasks count];
  892. unsigned long numUpload = [uploadTasks count];
  893. NSLog(@"[LOG] Num Download in queue %lu, num upload in queue %lu", numDownload, numUpload);
  894. }];
  895. }
  896. }
  897. - (void)changeTask:(CCMetadata *)metadata
  898. {
  899. if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"stopUpload"]) {
  900. // sessionTaskIdentifier on Stop
  901. [CCCoreData setMetadataSession:nil sessionError:@"" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:taskIdentifierStop sessionTaskIdentifierPlist:taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"(fileID == %@) AND (account == %@)", metadata.fileID, self.activeAccount] context:nil];
  902. }
  903. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"reloadUpload"]) {
  904. // V 1.8 if upload_session_wwan change in upload_session
  905. if ([metadata.session isEqualToString:upload_session_wwan])
  906. metadata.session = upload_session;
  907. [[CCNetworking sharedNetworking] uploadFileMetadata:metadata taskStatus:taskStatusResume];
  908. }
  909. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"reloadDownload"]) {
  910. BOOL downloadData = NO, downloadPlist = NO;
  911. if (metadata.sessionTaskIdentifier != taskIdentifierDone) downloadData = YES;
  912. if (metadata.sessionTaskIdentifierPlist != taskIdentifierDone) downloadPlist = YES;
  913. NSString *serverUrl = [CCCoreData getServerUrlFromDirectoryID:metadata.directoryID activeAccount:metadata.account];
  914. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  915. [[CCNetworking sharedNetworking] downloadFile:metadata serverUrl:serverUrl downloadData:downloadData downloadPlist:downloadPlist selector:metadata.sessionSelector selectorPost:metadata.sessionSelectorPost session:download_session taskStatus:taskStatusResume delegate:nil];
  916. });
  917. }
  918. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"cancelUpload"]) {
  919. // remove the file
  920. [CCCoreData deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"(fileID == %@) AND (account == %@)", metadata.fileID, app.activeAccount]];
  921. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", app.directoryUser, metadata.fileID] error:nil];
  922. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@.ico", app.directoryUser, metadata.fileID] error:nil];
  923. }
  924. else if ([[_listChangeTask objectForKey:metadata.fileID] isEqualToString:@"cancelDownload"]) {
  925. [CCCoreData setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:taskIdentifierDone sessionTaskIdentifierPlist:taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"(fileID == %@) AND (account == %@)", metadata.fileID, self.activeAccount] context:nil];
  926. }
  927. // remove ChangeTask (fileID) from the list
  928. [_listChangeTask removeObjectForKey:metadata.fileID];
  929. // delete progress
  930. [_listProgressMetadata removeObjectForKey:metadata.fileID];
  931. // Detail
  932. if (_activeDetail)
  933. [_activeDetail progressTask:nil serverUrl:nil cryptated:NO progress:0];
  934. // Refresh
  935. if (_activeMain && [_listChangeTask count] == 0)
  936. [_activeMain getDataSourceWithReloadTableView:metadata.directoryID fileID:nil selector:nil];
  937. }
  938. - (void)dropAutomaticUploadWithSelector:(NSString *)selector
  939. {
  940. [CCCoreData flushTableAutomaticUploadAccount:self.activeAccount selector:selector];
  941. // Update icon badge number
  942. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1.0 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  943. [self updateApplicationIconBadgeNumber];
  944. });
  945. }
  946. #pragma --------------------------------------------------------------------------------------------
  947. #pragma mark ===== Dropbox =====
  948. #pragma --------------------------------------------------------------------------------------------
  949. #ifdef CC
  950. - (void)sessionDidReceiveAuthorizationFailure:(DBSession*)session userId:(NSString *)userId
  951. {
  952. [[NSNotificationCenter defaultCenter] postNotificationName:@"messageLoginIncorrect" object:nil];
  953. }
  954. - (void)restClient:(DBRestClient *)client loadedAccountInfo:(DBAccountInfo *)info
  955. {
  956. NSString *account = [NSString stringWithFormat:@"%@ %@", [info email], typeCloudDropbox];
  957. [CCCoreData deleteAccount:account];
  958. // new account
  959. [CCCoreData addAccount:account url:@"https://www.dropbox.com" user:[info email] password:nil uid:info.userId typeCloud:typeCloudDropbox];
  960. TableAccount *tableAccount = [CCCoreData setActiveAccount:account];
  961. if (tableAccount)
  962. [self settingActiveAccount:tableAccount.account activeUrl:tableAccount.url activeUser:tableAccount.user activePassword:tableAccount.password activeUID:tableAccount.uid activeAccessToken:tableAccount.token typeCloud:tableAccount.typeCloud];
  963. NSString *uuid = [CCUtility getUUID];
  964. NSString *passcode = [CCUtility getKeyChainPasscodeForUUID:uuid];
  965. // update ManageAccount
  966. [[NSNotificationCenter defaultCenter] postNotificationName:@"updateFormManageAccount" object:nil];
  967. // Login correct
  968. if ([passcode length] > 0 && [self.activeAccount length] > 0)
  969. [[NSNotificationCenter defaultCenter] postNotificationName:@"messageLoginCorrect" object:nil];
  970. }
  971. #endif
  972. #pragma --------------------------------------------------------------------------------------------
  973. #pragma mark ===== Open CCUploadFromOtherUpp =====
  974. #pragma --------------------------------------------------------------------------------------------
  975. - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
  976. {
  977. return YES;
  978. }
  979. // Method called from iOS system to send a file from other app.
  980. - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
  981. {
  982. NSLog(@"[LOG] URL from %@ application", sourceApplication);
  983. NSLog(@"[LOG] the path is: %@", url.path);
  984. #ifdef CC
  985. /*************************************** DROPBOX *********************************/
  986. if ([[DBSession sharedSession] handleOpenURL:url]) {
  987. NSString *query = url.query;
  988. if ([[url absoluteString] rangeOfString:@"cancel"].location == NSNotFound) {
  989. NSDictionary *urlData = [DBSession parseURLParams:query];
  990. NSString *uid = [urlData objectForKey:@"uid"];
  991. if ([[[DBSession sharedSession] userIds] containsObject:uid]) {
  992. self.restClient = [[DBRestClient alloc] initWithSession:[DBSession sharedSession] userId:uid];
  993. self.restClient.delegate = self;
  994. [self.restClient loadAccountInfo];
  995. }
  996. } else {
  997. // user cancelled the login
  998. [[NSNotificationCenter defaultCenter] postNotificationName:@"messageLoginIncorrect" object:nil];
  999. }
  1000. return YES;
  1001. }
  1002. /*********************************************************************************/
  1003. #endif
  1004. NSArray *splitedUrl = [url.path componentsSeparatedByString:@"/"];
  1005. self.fileNameUpload = [NSString stringWithFormat:@"%@",[splitedUrl objectAtIndex:([splitedUrl count]-1)]];
  1006. NSString *passcode = [CCUtility getKeyChainPasscodeForUUID:[CCUtility getUUID]];
  1007. if (self.activeAccount && [passcode length]) {
  1008. [[NSFileManager defaultManager]moveItemAtPath:[[NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Inbox"] stringByAppendingPathComponent:self.fileNameUpload] toPath:[NSString stringWithFormat:@"%@/%@", self.directoryUser, self.fileNameUpload] error:nil];
  1009. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  1010. UINavigationController *splitNavigationController = [splitViewController.viewControllers firstObject];
  1011. UINavigationController *navigationController = [[UIStoryboard storyboardWithName:@"CCUploadFromOtherUpp" bundle:nil] instantiateViewControllerWithIdentifier:@"CCUploadNavigationViewController"];
  1012. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  1013. [splitNavigationController presentViewController:navigationController animated:YES completion:nil];
  1014. });
  1015. }
  1016. // remove from InBox
  1017. [[NSFileManager defaultManager] removeItemAtPath:[NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Inbox"] error:nil];
  1018. return YES;
  1019. }
  1020. #pragma --------------------------------------------------------------------------------------------
  1021. #pragma mark ===== UPGRADE =====
  1022. #pragma --------------------------------------------------------------------------------------------
  1023. - (void)upgrade
  1024. {
  1025. #ifdef DEBUG
  1026. // [CCCoreData flushTableGPS];
  1027. // [CCCoreData setGeoInformationLocalNull];
  1028. #endif
  1029. NSString *actualVersion = [CCUtility getVersionCryptoCloud];
  1030. /* ---------------------- UPGRADE VERSION ----------------------- */
  1031. if (([actualVersion compare:@"2.13" options:NSNumericSearch] == NSOrderedAscending)) {
  1032. [CCCoreData flushTableDirectoryAccount:nil];
  1033. [CCCoreData flushTableLocalFileAccount:nil];
  1034. [CCCoreData flushTableMetadataAccount:nil];
  1035. }
  1036. if (([actualVersion compare:@"2.15" options:NSNumericSearch] == NSOrderedAscending)) {
  1037. [CCCoreData flushTableGPS];
  1038. [CCCoreData setGeoInformationLocalNull];
  1039. }
  1040. }
  1041. @end