AppDelegate.m 69 KB

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