1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129 |
- //
- // CCDetail.m
- // Nextcloud iOS
- //
- // Created by Marino Faggiana on 16/01/15.
- // Copyright (c) 2017 TWS. All rights reserved.
- //
- // Author Marino Faggiana <m.faggiana@twsweb.it>
- //
- // This program is free software: you can redistribute it and/or modify
- // it under the terms of the GNU General Public License as published by
- // the Free Software Foundation, either version 3 of the License, or
- // (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public License
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
- //
- #import "CCDetail.h"
- #import "AppDelegate.h"
- #import "CCMain.h"
- #import "NCUchardet.h"
- #import <KTVHTTPCache/KTVHTTPCache.h>
- #import "NCBridgeSwift.h"
- #define TOOLBAR_HEIGHT 49.0f
- #define alertRequestPasswordPDF 1
- @interface CCDetail () <NCTextDelegate>
- {
- AppDelegate *appDelegate;
-
- UIBarButtonItem *buttonModifyTxt;
- UIBarButtonItem *buttonAction;
- UIBarButtonItem *buttonShare;
- UIBarButtonItem *buttonDelete;
-
- NSInteger indexNowVisible;
- NSString *fileIDNowVisible;
-
- NSMutableOrderedSet *dataSourceDirectoryID;
- NSString *fileNameExtension;
-
- NSURL *videoURLProxy;
- NSURL *videoURL;
- }
- @end
- @implementation CCDetail
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== init =====
- #pragma --------------------------------------------------------------------------------------------
- - (id)initWithCoder:(NSCoder *)aDecoder
- {
- if (self = [super initWithCoder:aDecoder]) {
-
- appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(triggerProgressTask:) name:@"NotificationProgressTask" object:nil];
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(changeTheming) name:@"changeTheming" object:nil];
- self.metadataDetail = [[tableMetadata alloc] init];
- self.photos = [[NSMutableArray alloc] init];
- self.photoDataSource = [NSMutableArray new];
- dataSourceDirectoryID = [[NSMutableOrderedSet alloc] init];
- indexNowVisible = -1;
- fileIDNowVisible = nil;
- appDelegate.activeDetail = self;
- }
- return self;
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== View =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)viewDidLoad
- {
- [super viewDidLoad];
-
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(insertGeocoderLocation:) name:@"insertGeocoderLocation" object:nil];
- self.imageBackground.image = [UIImage imageNamed:@"backgroundDetail"];
-
- // Proxy
- static dispatch_once_t onceToken;
- dispatch_once(&onceToken, ^{
- [self setupHTTPCache];
- });
-
- // Change bar bottom line shadow and remove title back button <"title"
- self.navigationController.navigationBar.shadowImage = [CCGraphics generateSinglePixelImageWithColor:[NCBrandColor sharedInstance].brand];
- self.navigationController.navigationBar.topItem.title = @"";
-
- // TabBar
- self.tabBarController.tabBar.hidden = YES;
- self.tabBarController.tabBar.translucent = YES;
-
- // Open View
- if ([self.metadataDetail.fileNameView length] > 0 || [self.metadataDetail.directoryID length] > 0 || [self.metadataDetail.fileID length] > 0) {
-
- // open view
- [self viewFile];
- }
- }
- - (void)viewWillAppear:(BOOL)animated
- {
- [super viewWillAppear:animated];
-
- self.tabBarController.tabBar.hidden = YES;
- self.tabBarController.tabBar.translucent = YES;
- }
- - (void)viewDidDisappear:(BOOL)animated
- {
- [super viewDidDisappear:animated];
-
- // If AVPlayer in play -> Stop
- if (appDelegate.player != nil && appDelegate.player.rate != 0) {
- [appDelegate.player pause];
- }
- }
- - (void)changeTheming
- {
- [appDelegate changeTheming:self];
-
- if (self.toolbar) {
- self.toolbar.barTintColor = [NCBrandColor sharedInstance].tabBar;
- self.toolbar.tintColor = [NCBrandColor sharedInstance].brandElement;
- }
- }
- - (void)backNavigationController
- {
- [self.navigationController popViewControllerAnimated:YES];
- }
- - (void)changeToDisplayMode
- {
- if (_readerPDFViewController)
- [self.readerPDFViewController updateContentViews];
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== View File =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)viewFile
- {
- // verifico se esiste l'icona e se la posso creare
- if ([[NSFileManager defaultManager] fileExistsAtPath:[CCUtility getDirectoryProviderStorageIconFileID:self.metadataDetail.fileID fileNameView:self.metadataDetail.fileNameView]] == NO) {
-
- [CCGraphics createNewImageFrom:self.metadataDetail.fileNameView fileID:self.metadataDetail.fileID extension:[self.metadataDetail.fileNameView pathExtension] size:@"m" imageForUpload:NO typeFile:self.metadataDetail.typeFile writeImage:YES];
- }
-
- // IMAGE
- if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_image]) {
-
- self.edgesForExtendedLayout = UIRectEdgeAll;
- [self viewImage];
- }
-
- // AUDIO VIDEO
- if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_video] || [self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_audio]) {
-
- self.edgesForExtendedLayout = UIRectEdgeAll;
- [self createToolbar];
- [self viewMedia];
- [appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar online:[appDelegate.reachability isReachable] hidden:NO];
- }
-
- // DOCUMENT
- if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_document]) {
-
- fileNameExtension = [[self.metadataDetail.fileNameView pathExtension] uppercaseString];
-
- if ([fileNameExtension isEqualToString:@"PDF"]) {
-
- self.edgesForExtendedLayout = UIRectEdgeBottom;
- [self createToolbar];
- [self viewPDF:@""];
- [appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar online:[appDelegate.reachability isReachable] hidden:NO];
-
- } else {
-
- self.edgesForExtendedLayout = UIRectEdgeBottom;
- [self createToolbar];
- [self viewDocument];
- [appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar online:[appDelegate.reachability isReachable] hidden:NO];
- }
- }
-
- self.title = _metadataDetail.fileNameView;
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== Toolbar =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)createToolbar
- {
- CGFloat safeAreaBottom = 0;
- NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:_metadataDetail.directoryID];
- if (!serverUrl)
- return;
-
- if (@available(iOS 11, *)) {
- safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
- }
-
- self.toolbar = [[UIToolbar alloc] initWithFrame:CGRectMake(0, self.view.bounds.size.height - TOOLBAR_HEIGHT - safeAreaBottom, self.view.bounds.size.width, TOOLBAR_HEIGHT)];
-
- UIBarButtonItem *flexible = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:self action:nil];
- UIBarButtonItem *fixedSpaceMini = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:self action:nil];
- fixedSpaceMini.width = 25;
-
- buttonModifyTxt = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"actionSheetModify"] style:UIBarButtonItemStylePlain target:self action:@selector(modifyTxtButtonPressed:)];
- buttonAction = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"openFile"] style:UIBarButtonItemStylePlain target:self action:@selector(actionButtonPressed:)];
- buttonShare = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"share"] style:UIBarButtonItemStylePlain target:self action:@selector(shareButtonPressed:)];
- buttonDelete = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemTrash target:self action:@selector(deleteButtonPressed:)];
-
- if ([CCUtility isDocumentModifiableExtension:fileNameExtension]) {
- if ([CCUtility isFolderEncrypted:serverUrl account:appDelegate.activeAccount]) // E2EE
- [self.toolbar setItems:[NSArray arrayWithObjects: buttonModifyTxt, flexible, buttonDelete, fixedSpaceMini, buttonAction, nil]];
- else
- [self.toolbar setItems:[NSArray arrayWithObjects: buttonModifyTxt, flexible, buttonDelete, fixedSpaceMini, buttonShare, fixedSpaceMini, buttonAction, nil]];
- } else {
- if ([CCUtility isFolderEncrypted:serverUrl account:appDelegate.activeAccount]) // E2EE
- [self.toolbar setItems:[NSArray arrayWithObjects: flexible, buttonDelete, fixedSpaceMini, buttonAction, nil]];
- else
- [self.toolbar setItems:[NSArray arrayWithObjects: flexible, buttonDelete, fixedSpaceMini, buttonShare, fixedSpaceMini, buttonAction, nil]];
- }
-
- [self.toolbar setAutoresizingMask:UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleTopMargin];
-
- self.toolbar.barTintColor = [NCBrandColor sharedInstance].tabBar;
- self.toolbar.tintColor = [NCBrandColor sharedInstance].brandElement;
- [self.view addSubview:self.toolbar];
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== View Document =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)viewDocument
- {
- CGFloat safeAreaBottom = 0;
-
- if (@available(iOS 11, *)) {
- safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
- }
-
- if ([CCUtility fileProviderStorageExists:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView] == NO) {
-
- [self backNavigationController];
- return;
- }
-
- NSString *fileNamePath = [NSTemporaryDirectory() stringByAppendingString:self.metadataDetail.fileNameView];
-
- [[NSFileManager defaultManager] removeItemAtPath:fileNamePath error:nil];
- [[NSFileManager defaultManager] linkItemAtPath:[CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView] toPath:fileNamePath error:nil];
-
- NSURL *url = [NSURL fileURLWithPath:fileNamePath];
- WKPreferences *wkPreferences = [[WKPreferences alloc] init];
- wkPreferences.javaScriptEnabled = true;
- WKWebViewConfiguration *wkConfig = [[WKWebViewConfiguration alloc] init];
- wkConfig.preferences = wkPreferences;
-
- self.webView = [[WKWebView alloc] initWithFrame:(CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height - TOOLBAR_HEIGHT - safeAreaBottom)) configuration:wkConfig];
- self.webView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
- [self.webView setBackgroundColor:[NCBrandColor sharedInstance].backgroundView];
- [self.webView setOpaque:NO];
-
- if ( [fileNameExtension isEqualToString:@"CSS"] || [fileNameExtension isEqualToString:@"PY"] || [fileNameExtension isEqualToString:@"XML"] || [fileNameExtension isEqualToString:@"JS"] ) {
-
- NSString *dataFile = [[NSString alloc] initWithData:[NSData dataWithContentsOfURL:url] encoding:NSASCIIStringEncoding];
-
- if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
- [self.webView loadHTMLString:[NSString stringWithFormat:@"<div style='font-size:%@;font-family:%@;'><pre>%@",@"40",@"Sans-Serif",dataFile] baseURL:nil];
- }else{
- [self.webView loadHTMLString:[NSString stringWithFormat:@"<div style='font-size:%@;font-family:%@;'><pre>%@",@"20",@"Sans-Serif",dataFile] baseURL:nil];
- }
-
- } else if ([CCUtility isDocumentModifiableExtension:fileNameExtension]) {
-
- NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];
- NSURLSession *session = [NSURLSession sessionWithConfiguration:configuration delegate:nil delegateQueue:nil];
-
- NSMutableURLRequest *headRequest = [NSMutableURLRequest requestWithURL:url];
- [headRequest setHTTPMethod:@"HEAD"];
-
- NSURLSessionDataTask *task = [session dataTaskWithRequest:headRequest completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) {
- dispatch_async(dispatch_get_main_queue(), ^{
- NSString *encodingName = [[NCUchardet sharedNUCharDet] encodingStringDetectWithData:data];
- [self.webView loadData:[NSData dataWithContentsOfURL: url] MIMEType:response.MIMEType characterEncodingName:encodingName baseURL:url];
- });
- }];
-
- [task resume];
-
- } else {
-
- [self.webView loadRequest:[NSMutableURLRequest requestWithURL:url]];
- }
-
- [self.view addSubview:self.webView];
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== View Media =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)viewMedia
- {
- CGFloat safeAreaBottom = 0;
-
- if (@available(iOS 11, *)) {
- safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
- }
-
- NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:_metadataDetail.directoryID];
- if (!serverUrl)
- return;
-
- if ([CCUtility fileProviderStorageExists:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView]) {
-
- videoURL = [NSURL fileURLWithPath:[CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView]];
- videoURLProxy = videoURL;
-
- } else {
-
- videoURL = [NSURL URLWithString:[[NSString stringWithFormat:@"%@/%@", serverUrl, _metadataDetail.fileName] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]];
- videoURLProxy = [KTVHTTPCache proxyURLWithOriginalURL:videoURL];
- NSMutableDictionary *header = [NSMutableDictionary new];
- NSData *authData = [[NSString stringWithFormat:@"%@:%@", appDelegate.activeUser, appDelegate.activePassword] dataUsingEncoding:NSUTF8StringEncoding];
- NSString *authValue = [NSString stringWithFormat: @"Basic %@",[authData base64EncodedStringWithOptions:0]];
- [header setValue:authValue forKey:@"Authorization"];
- [header setValue:[CCUtility getUserAgent] forKey:@"User-Agent"];
- [KTVHTTPCache downloadSetAdditionalHeaders:header];
-
- // Disable Button Action (the file is in download via Proxy Server)
- buttonAction.enabled = false;
- }
-
- appDelegate.player = [AVPlayer playerWithURL:videoURLProxy];
- appDelegate.playerController = [AVPlayerViewController new];
- appDelegate.playerController.player = appDelegate.player;
- appDelegate.playerController.view.frame = CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height - TOOLBAR_HEIGHT - safeAreaBottom);
- appDelegate.playerController.allowsPictureInPicturePlayback = false;
- [self addChildViewController:appDelegate.playerController];
- [self.view addSubview:appDelegate.playerController.view];
- [appDelegate.playerController didMoveToParentViewController:self];
-
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(itemDidFinishPlaying:) name:AVPlayerItemDidPlayToEndTimeNotification object:[appDelegate.player currentItem]];
- [appDelegate.player addObserver:self forKeyPath:@"rate" options:0 context:nil];
- [appDelegate.player play];
- }
- - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context {
- if ([keyPath isEqualToString:@"rate"]) {
- if ([appDelegate.player rate]) {
- NSLog(@"start");
- }
- else {
- NSLog(@"pause");
- }
- [self saveCacheToFileProvider];
- }
- }
- - (void)itemDidFinishPlaying:(NSNotification *)notification
- {
- AVPlayerItem *player = [notification object];
- [player seekToTime:kCMTimeZero];
- }
- - (void)saveCacheToFileProvider
- {
- if (![CCUtility fileProviderStorageExists:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView]) {
- NSURL *url = [KTVHTTPCache cacheCompleteFileURLIfExistedWithURL:videoURL];
- if (url) {
-
- [CCUtility copyFileAtPath:[url path] toPath:[CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView]];
- [[NCManageDatabase sharedInstance] addLocalFileWithMetadata:self.metadataDetail];
- [KTVHTTPCache cacheDeleteCacheWithURL:videoURL];
-
- // reload Main
- [appDelegate.activeMain reloadDatasource];
-
- // Enabled Button Action (the file is in local)
- buttonAction.enabled = true;
- }
- }
- }
- - (void)setupHTTPCache
- {
- [KTVHTTPCache cacheSetMaxCacheLength:k_maxHTTPCache];
-
- #if TARGET_IPHONE_SIMULATOR
- [KTVHTTPCache logSetConsoleLogEnable:YES];
- #endif
-
- NSError * error;
- [KTVHTTPCache proxyStart:&error];
- if (error) {
- NSLog(@"Proxy Start Failure, %@", error);
- } else {
- NSLog(@"Proxy Start Success");
- }
-
- [KTVHTTPCache tokenSetURLFilter:^NSURL * (NSURL * URL) {
- NSLog(@"URL Filter reviced URL : %@", URL);
- return URL;
- }];
-
- [KTVHTTPCache downloadSetUnsupportContentTypeFilter:^BOOL(NSURL * URL, NSString * contentType) {
- NSLog(@"Unsupport Content-Type Filter reviced URL : %@, %@", URL, contentType);
- return NO;
- }];
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== View Image =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)viewImage
- {
- self.photoBrowser = [[MWPhotoBrowser alloc] initWithDelegate:self];
- indexNowVisible = -1;
- fileIDNowVisible = nil;
-
- [self.photos removeAllObjects];
- [dataSourceDirectoryID removeAllObjects];
-
- // if not images, exit
- if ([self.photoDataSource count] == 0)
- return;
-
- // test
- NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:_metadataDetail.directoryID];
- if (!serverUrl)
- return;
-
- NSUInteger index = 0;
- for (tableMetadata *metadata in self.photoDataSource) {
-
- // start from here ?
- if (self.metadataDetail.fileID && [metadata.fileID isEqualToString:self.metadataDetail.fileID])
- [self.photoBrowser setCurrentPhotoIndex:index];
-
- [self.photos addObject:[MWPhoto photoWithImage:nil]];
-
- // add directory
- [dataSourceDirectoryID addObject:metadata.directoryID];
- index++;
- }
-
- // PhotoBrowser
- self.photoBrowser.displayActionButton = YES;
- self.photoBrowser.displayDeleteButton = YES;
- if ([CCUtility isFolderEncrypted:serverUrl account:appDelegate.activeAccount]) // E2EE
- self.photoBrowser.displayShareButton = NO;
- else
- self.photoBrowser.displayShareButton = YES;
- self.photoBrowser.displayNavArrows = YES;
- self.photoBrowser.displaySelectionButtons = NO;
- self.photoBrowser.alwaysShowControls = NO;
- self.photoBrowser.zoomPhotosToFill = NO;
- self.photoBrowser.autoPlayOnAppear = NO;
- self.photoBrowser.delayToHideElements = 15;
-
- if ([UIDevice currentDevice].userInterfaceIdiom == UIUserInterfaceIdiomPad)
- self.photoBrowser.enableSwipeToDismiss = NO;
-
- if (self.traitCollection.horizontalSizeClass == UIUserInterfaceSizeClassCompact) {
-
- [self addChildViewController:self.photoBrowser];
- [self.view addSubview:self.photoBrowser.view];
- [self.photoBrowser didMoveToParentViewController:self];
-
- } else {
-
- [self.navigationController pushViewController:self.photoBrowser animated:NO];
- }
- }
- - (NSUInteger)numberOfPhotosInPhotoBrowser:(MWPhotoBrowser *)photoBrowser
- {
- return [self.photoDataSource count];
- }
- - (NSString *)photoBrowser:(MWPhotoBrowser *)photoBrowser titleForPhotoAtIndex:(NSUInteger)index
- {
- tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
-
- NSString *titleDir = metadata.fileNameView;
- self.title = titleDir;
-
- return titleDir;
- }
- - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser didDisplayPhotoAtIndex:(NSUInteger)index
- {
- tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
-
- indexNowVisible = index;
- fileIDNowVisible = metadata.fileID;
-
- photoBrowser.toolbar.hidden = NO;
-
- // Download image ?
- if (metadata) {
-
- tableMetadata *metadataDB = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", metadata.fileID]];
- if ([CCUtility fileProviderStorageExists:metadata.fileID fileName:metadata.fileNameView] == NO && metadataDB.status == k_metadataStatusNormal) {
-
- [self downloadPhotoBrowser:metadata];
- }
- }
-
- // Title
- if (metadata)
- self.title = metadata.fileNameView;
- }
- - (id <MWPhoto>)photoBrowser:(MWPhotoBrowser *)photoBrowser photoAtIndex:(NSUInteger)index
- {
- UIImage *image;
- // UIImage *loadingGIF = [UIImage animatedImageWithAnimatedGIFURL:[[NSBundle mainBundle] URLForResource:@"loading" withExtension:@"gif"]];
- tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
-
- if (index < self.photos.count) {
-
- if (metadata.fileID) {
-
- UIImage *imagePreview = [UIImage imageWithContentsOfFile:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]];
-
- if ([metadata.typeFile isEqualToString: k_metadataTypeFile_image]) {
-
- if (!imagePreview) imagePreview = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"file_photo"] multiplier:3 color:[[NCBrandColor sharedInstance] icon]];
-
- NSString *fileImage = [CCUtility getDirectoryProviderStorageFileID:metadata.fileID fileName:metadata.fileNameView];
- NSString *ext = [CCUtility getExtension:metadata.fileNameView];
-
- if ([ext isEqualToString:@"GIF"]) image = [UIImage animatedImageWithAnimatedGIFURL:[NSURL fileURLWithPath:fileImage]];
- else image = [UIImage imageWithContentsOfFile:fileImage];
-
- if (image) {
-
- MWPhoto *photo = [MWPhoto photoWithImage:image];
-
- // Location ??
- [self setLocationCaptionPhoto:photo fileID:metadata.fileID];
-
- [self.photos replaceObjectAtIndex:index withObject:photo];
-
- } else {
-
- if (metadata.status == k_metadataStatusDownloadError) {
-
- [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:[UIImage imageNamed:@"filePreviewError"]]];
-
- } else {
-
- [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:imagePreview]];
- }
- }
- }
-
- if ([metadata.typeFile isEqualToString: k_metadataTypeFile_video]) {
-
- if (!imagePreview) imagePreview = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"file_photo"] multiplier:3 color:[[NCBrandColor sharedInstance] icon]];
-
- if ([CCUtility fileProviderStorageExists:metadata.fileID fileName:metadata.fileNameView]) {
-
- NSURL *url = [NSURL fileURLWithPath:[CCUtility getDirectoryProviderStorageFileID:metadata.fileID fileName:metadata.fileNameView]];
-
- MWPhoto *video = [MWPhoto photoWithImage:[CCGraphics thumbnailImageForVideo:url atTime:1.0]];
- video.videoURL = url;
-
- [self.photos replaceObjectAtIndex:index withObject:video];
-
- } else {
-
- if (metadata.status == k_metadataStatusDownloadError) {
-
- [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:[UIImage imageNamed:@"filePreviewError"]]];
-
- } else {
-
- [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:imagePreview]];
- }
- }
- }
-
- if ([metadata.typeFile isEqualToString: k_metadataTypeFile_audio]) {
-
- if (!imagePreview) imagePreview = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"file_audio"] multiplier:3 color:[[NCBrandColor sharedInstance] icon]];
-
- if ([CCUtility fileProviderStorageExists:metadata.fileID fileName:metadata.fileNameView]) {
-
- MWPhoto *audio;
- UIImage *audioImage;
-
- NSURL *url = [NSURL fileURLWithPath:[CCUtility getDirectoryProviderStorageFileID:metadata.fileID fileName:metadata.fileNameView]];
-
- if ([[NSFileManager defaultManager] fileExistsAtPath:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]]) {
- audioImage = [UIImage imageWithContentsOfFile:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]];
- } else {
- audioImage = [UIImage imageNamed:@"notaMusic"]; //[CCGraphics scaleImage:[UIImage imageNamed:@"notaMusic"] toSize:CGSizeMake(200, 200) isAspectRation:YES];
- }
-
- audio = [MWPhoto photoWithImage:audioImage];
- audio.videoURL = url;
- [self.photos replaceObjectAtIndex:index withObject:audio];
-
- } else {
-
- if (metadata.status == k_metadataStatusDownloadError) {
-
- [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:[UIImage imageNamed:@"filePreviewError"]]];
-
- } else {
-
- [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:imagePreview]];
- }
- }
- }
- }
-
- // energy saving memory
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- int iPrev = (int)index - 2;
- if (iPrev >= 0) {
- if ([self.photos objectAtIndex:iPrev] != nil)
- [self.photos replaceObjectAtIndex:iPrev withObject:[MWPhoto photoWithImage:nil]];
- }
-
- int iNext = (int)index + 2;
- if (iNext < _photos.count) {
- if ([self.photos objectAtIndex:iNext] != nil)
- [self.photos replaceObjectAtIndex:iNext withObject:[MWPhoto photoWithImage:nil]];
- }
- });
-
- return [self.photos objectAtIndex:index];
- }
-
- return nil;
- }
- - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser actionButtonPressedForPhotoAtIndex:(NSUInteger)index
- {
- tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
- if (metadata == nil) return;
- self.docController = [UIDocumentInteractionController interactionControllerWithURL:[NSURL fileURLWithPath:[CCUtility getDirectoryProviderStorageFileID:metadata.fileID fileName:metadata.fileNameView]]];
-
- self.docController.delegate = self;
-
- if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone)
- [self.docController presentOptionsMenuFromRect:photoBrowser.view.frame inView:photoBrowser.view animated:YES];
-
- [self.docController presentOptionsMenuFromBarButtonItem:photoBrowser.actionButton animated:YES];
- }
- - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser shareButtonPressedForPhotoAtIndex:(NSUInteger)index
- {
- tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
-
- [appDelegate.activeMain openWindowShare:metadata];
- }
- - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser deleteButtonPressedForPhotoAtIndex:(NSUInteger)index deleteButton:(UIBarButtonItem *)deleteButton
- {
- tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
- if (metadata == nil || [CCUtility fileProviderStorageExists:metadata.fileID fileName:metadata.fileNameView] == NO) {
-
- [appDelegate messageNotification:@"_info_" description:@"_file_not_found_" visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeInfo errorCode:0];
-
- return;
- }
-
- UIAlertController *alertController = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet];
-
- [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_delete_", nil)
- style:UIAlertActionStyleDestructive
- handler:^(UIAlertAction *action) {
- [self deleteFile:metadata];
- }]];
- [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_cancel_", nil)
- style:UIAlertActionStyleCancel
- handler:^(UIAlertAction *action) {
- }]];
-
- alertController.popoverPresentationController.barButtonItem = deleteButton;
-
- if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
- [alertController.view layoutIfNeeded];
-
- [self.parentViewController presentViewController:alertController animated:YES completion:NULL];
- }
- - (void)photoBrowserDidFinishPresentation:(MWPhotoBrowser *)photoBrowser
- {
- [self.navigationController popViewControllerAnimated:YES];
- }
- - (void)triggerProgressTask:(NSNotification *)notification
- {
- /*
- NSDictionary *dict = notification.userInfo;
- NSString *fileID = [dict valueForKey:@"fileID"];
- //NSString *serverUrl = [dict valueForKey:@"serverUrl"];
- //long status = [[dict valueForKey:@"status"] longValue];
- float progress = [[dict valueForKey:@"progress"] floatValue];
- //long long totalBytes = [[dict valueForKey:@"totalBytes"] longLongValue];
- //long long totalBytesExpected = [[dict valueForKey:@"totalBytesExpected"] longLongValue];
-
- if ([fileID isEqualToString:_fileIDNowVisible])
- [_hud progress:progress];
- */
- }
- - (void)downloadPhotoBrowserSuccessFailure:(tableMetadata *)metadata selector:(NSString *)selector errorCode:(NSInteger)errorCode
- {
- // if a message for a directory of these
- if (![metadata.fileID isEqualToString:fileIDNowVisible])
- return;
-
- // Title
- self.navigationItem.titleView = nil;
- self.title = metadata.fileNameView;
-
- if (errorCode == 0) {
- // verifico se esiste l'icona e se la posso creare
- if ([[NSFileManager defaultManager] fileExistsAtPath:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]] == NO)
- [CCGraphics createNewImageFrom:metadata.fileNameView fileID:metadata.fileID extension:[metadata.fileNameView pathExtension] size:@"m" imageForUpload:NO typeFile:metadata.typeFile writeImage:YES];
-
- [self.photoBrowser reloadData];
- } else {
- [appDelegate messageNotification:@"_download_selected_files_" description:@"_error_download_photobrowser_" visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeError errorCode:errorCode];
-
- [self backNavigationController];
- }
- }
- - (void)downloadPhotoBrowser:(tableMetadata *)metadata
- {
- tableMetadata *metadataForUpload = [[NCManageDatabase sharedInstance] initNewMetadata:metadata];
-
- metadataForUpload.session = k_download_session;
- metadataForUpload.sessionError = @"";
- metadataForUpload.sessionSelector = selectorLoadViewImage;
- metadataForUpload.status = k_metadataStatusWaitDownload;
-
- // Add Metadata for Download
- (void)[[NCManageDatabase sharedInstance] addMetadata:metadataForUpload];
- [appDelegate performSelectorOnMainThread:@selector(loadAutoDownloadUpload) withObject:nil waitUntilDone:YES];
-
- [CCGraphics addImageToTitle:NSLocalizedString(@"_...loading..._", nil) colorTitle:[NCBrandColor sharedInstance].brandText imageTitle:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"load"] multiplier:2 color:[NCBrandColor sharedInstance].brandText] navigationItem:self.navigationItem];
- }
- - (void)insertGeocoderLocation:(NSNotification *)notification
- {
- if (notification.userInfo.count == 0)
- return;
-
- NSString *fileID = [[notification.userInfo allKeys] objectAtIndex:0];
- //NSDate *date = [[notification.userInfo allValues] objectAtIndex:0];
-
- // test [Chrash V 1.14,15]
- if (indexNowVisible >= [self.photos count])
- return;
-
- if ([fileID isEqualToString:fileIDNowVisible]) {
-
- MWPhoto *photo = [self.photos objectAtIndex:indexNowVisible];
-
- [self setLocationCaptionPhoto:photo fileID:fileID];
-
- [self.photoBrowser reloadData];
- }
- }
- - (void)setLocationCaptionPhoto:(MWPhoto *)photo fileID:(NSString *)fileID
- {
- tableLocalFile *localFile;
- // read Geocoder
- localFile = [[NCManageDatabase sharedInstance] getTableLocalFileWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", fileID]];
-
- if ([localFile.exifLatitude doubleValue] != 0 || [localFile.exifLongitude doubleValue] != 0) {
-
- // Fix BUG Geo latitude & longitude
- if ([localFile.exifLatitude doubleValue] == 9999 || [localFile.exifLongitude doubleValue] == 9999) {
-
- tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", fileID]];
- if (metadata) {
- [[CCExifGeo sharedInstance] setExifLocalTableEtag:metadata];
- }
- }
-
- [[CCExifGeo sharedInstance] setGeocoderEtag:fileID exifDate:localFile.exifDate latitude:localFile.exifLatitude longitude:localFile.exifLongitude];
-
- localFile = [[NCManageDatabase sharedInstance] getTableLocalFileWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", fileID]];
-
- if ([localFile.exifLatitude floatValue] != 0 || [localFile.exifLongitude floatValue] != 0) {
-
- NSString *location = [[NCManageDatabase sharedInstance] getLocationFromGeoLatitude:localFile.exifLatitude longitude:localFile.exifLongitude];
-
- if ([localFile.exifDate isEqualToDate:[NSDate distantPast]] == NO && location) {
-
- NSString *localizedDateTime = [NSDateFormatter localizedStringFromDate:localFile.exifDate dateStyle:NSDateFormatterFullStyle timeStyle:NSDateFormatterMediumStyle];
-
- photo.caption = [NSString stringWithFormat:NSLocalizedString(@"%@\n%@", nil), localizedDateTime, location];
- }
- }
- }
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== View PDF =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
- {
- [alertView dismissWithClickedButtonIndex:buttonIndex animated:YES];
-
- [[alertView textFieldAtIndex:0] resignFirstResponder];
-
- if (alertView.tag == alertRequestPasswordPDF) [self performSelector:@selector(viewPDF:) withObject:[alertView textFieldAtIndex:0].text afterDelay:0.3];
- }
- - (void)viewPDF:(NSString *)password
- {
- NSString *fileNamePath = [CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView];
-
- if ([CCUtility fileProviderStorageExists:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView] == NO) {
-
- // read file error
- UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_read_file_error_", nil) preferredStyle:UIAlertControllerStyleAlert];
- UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
-
- [alertController addAction:okAction];
- [self presentViewController:alertController animated:YES completion:nil];
- }
-
- CGPDFDocumentRef pdf = CGPDFDocumentCreateWithURL((CFURLRef)[NSURL fileURLWithPath:fileNamePath]);
-
- if (pdf) {
-
- // Encrypted
- if (CGPDFDocumentIsEncrypted(pdf) == YES) {
-
- // Try a blank password first, per Apple's Quartz PDF example
- if (CGPDFDocumentUnlockWithPassword(pdf, "") == YES) {
-
- // blank password
- [self readerPDF:fileNamePath password:@""];
-
- } else {
-
- if ([password length] == 0) {
-
- // password request
- UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"_insert_password_pfd_",nil) message:nil delegate:self cancelButtonTitle:nil otherButtonTitles:NSLocalizedString(@"_ok_", nil), nil];
- [alertView setAlertViewStyle:UIAlertViewStylePlainTextInput];
- alertView.tag = alertRequestPasswordPDF;
- [alertView show];
-
- } else {
-
- const char *key = [password UTF8String];
-
- // failure
- if (CGPDFDocumentUnlockWithPassword(pdf, key) == NO) {
-
- UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_password_pdf_error_", nil) preferredStyle:UIAlertControllerStyleAlert];
- UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
-
- [alertController addAction:okAction];
- [self presentViewController:alertController animated:YES completion:nil];
-
- } else {
-
- // pdf with password
- [self readerPDF:fileNamePath password:password];
- }
- }
- }
-
- } else{
-
- // No password
- [self readerPDF:fileNamePath password:@""];
- }
-
- } else {
-
- // read file error
- UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_read_file_error_", nil) preferredStyle:UIAlertControllerStyleAlert];
- UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
-
- [alertController addAction:okAction];
- [self presentViewController:alertController animated:YES completion:nil];
- }
- }
- - (void)readerPDF:(NSString *)fileName password:(NSString *)password
- {
- ReaderDocument *documentPDF = [ReaderDocument withDocumentFilePath:fileName password:password];
- CGFloat safeAreaBottom = 0;
-
- if (@available(iOS 11, *)) {
- safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
- }
-
- if (documentPDF != nil) {
-
- self.readerPDFViewController = [[ReaderViewController alloc] initWithReaderDocument:documentPDF];
- self.readerPDFViewController.delegate = self;
- self.readerPDFViewController.view.frame = CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height - TOOLBAR_HEIGHT - safeAreaBottom);
- [self.readerPDFViewController updateContentViews];
- [self addChildViewController:self.readerPDFViewController];
- [self.view addSubview:self.readerPDFViewController.view];
- [self.readerPDFViewController didMoveToParentViewController:self];
-
- } else {
- UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_read_file_error_", nil) preferredStyle:UIAlertControllerStyleAlert];
- UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
-
- [alertController addAction:okAction];
- [self presentViewController:alertController animated:YES completion:nil];
- }
- }
- - (void)handleSingleTapReader
- {
- UILayoutGuide *layoutGuide;
- CGFloat safeAreaTop = 0;
- CGFloat safeAreaBottom = 0;
-
- if (@available(iOS 11, *)) {
- layoutGuide = [UIApplication sharedApplication].delegate.window.safeAreaLayoutGuide;
- safeAreaTop = [UIApplication sharedApplication].delegate.window.safeAreaInsets.top;
- safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
- }
-
- self.navigationController.navigationBarHidden = !self.navigationController.navigationBarHidden;
- self.toolbar.hidden = !self.toolbar.isHidden;
-
- if (self.toolbar.isHidden) {
- self.readerPDFViewController.view.frame = CGRectMake(0, safeAreaTop, self.view.bounds.size.width, self.view.bounds.size.height - safeAreaTop - safeAreaBottom);
- } else {
- self.readerPDFViewController.view.frame = CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height - TOOLBAR_HEIGHT - safeAreaBottom);
- }
- [self.readerPDFViewController updateContentViews];
- }
- - (void)handleSwipeUpDown
- {
- // REMOVE IT'S UNUSABLE
- /*
- self.navigationController.navigationBarHidden = false; // iOS App is unusable after swipe up or down with PDF in fullscreen #526
- [self removeAllView];
- [self.navigationController popViewControllerAnimated:YES];
- */
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== Delete =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)deleteFile:(tableMetadata *)metadata
- {
- NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
- tableDirectory *tableDirectory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND e2eEncrypted == 1 AND serverUrl == %@", appDelegate.activeAccount, serverUrl]];
-
- [[NCMainCommon sharedInstance ] deleteFileWithMetadatas:[[NSArray alloc] initWithObjects:metadata, nil] e2ee:tableDirectory.e2eEncrypted serverUrl:serverUrl folderFileID:tableDirectory.fileID completion:^(NSInteger errorCode, NSString *message) {
-
- if (errorCode == 0) {
-
- // reload Main
- [appDelegate.activeMain reloadDatasource];
-
- // Not image
- if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_image] == NO) {
-
- // exit
- [self backNavigationController];
-
- } else {
-
- for (NSUInteger index=0; index < [self.photoDataSource count] && _photoBrowser; index++ ) {
-
- tableMetadata *metadataTemp = [self.photoDataSource objectAtIndex:index];
-
- if ([metadata isInvalidated] || [metadataTemp.fileID isEqualToString:metadata.fileID]) {
-
- [self.photoDataSource removeObjectAtIndex:index];
- [self.photos removeObjectAtIndex:index];
- [self.photoBrowser reloadData];
-
- // exit
- if ([self.photoDataSource count] == 0) {
- [self backNavigationController];
- }
- }
- }
- }
- } else {
- NSLog(@"[LOG] DeleteFileOrFolder failure error %d, %@", (int)errorCode, message);
- }
- }];
- }
- #pragma --------------------------------------------------------------------------------------------
- #pragma mark ===== ButtonPressed =====
- #pragma --------------------------------------------------------------------------------------------
- - (void)dismissTextView
- {
- if (self.webView) {
-
- NSString *fileNamePath = [NSTemporaryDirectory() stringByAppendingString:self.metadataDetail.fileNameView];
-
- [[NSFileManager defaultManager] removeItemAtPath:fileNamePath error:nil];
- [[NSFileManager defaultManager] linkItemAtPath:[CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView] toPath:fileNamePath error:nil];
-
- [self.webView reload];
- }
- }
- - (void)modifyTxtButtonPressed:(UIBarButtonItem *)sender
- {
- tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", self.metadataDetail.fileID]];
- if (metadata) {
-
- UINavigationController* navigationController = [[UIStoryboard storyboardWithName:@"NCText" bundle:nil] instantiateViewControllerWithIdentifier:@"NCText"];
-
- NCText *viewController = (NCText *)navigationController.topViewController;
-
- viewController.metadata = metadata;
- viewController.delegate = self;
-
- navigationController.modalPresentationStyle = UIModalPresentationPageSheet;
- navigationController.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
-
- [self presentViewController:navigationController animated:YES completion:nil];
- }
- }
- - (void)actionButtonPressed:(UIBarButtonItem *)sender
- {
- if ([self.metadataDetail.fileNameView length] == 0) return;
-
- NSString *filePath = [CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileName:self.metadataDetail.fileNameView];
- self.docController = [UIDocumentInteractionController interactionControllerWithURL:[NSURL fileURLWithPath:filePath]];
- self.docController.delegate = self;
-
- if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone)
- [self.docController presentOptionsMenuFromRect:self.view.frame inView:self.view animated:YES];
-
- [self.docController presentOptionsMenuFromBarButtonItem:sender animated:YES];
- }
- - (void)shareButtonPressed:(UIBarButtonItem *)sender
- {
- [appDelegate.activeMain openWindowShare:self.metadataDetail];
- }
- - (void)deleteButtonPressed:(UIBarButtonItem *)sender
- {
- if ([self.metadataDetail.fileNameView length] == 0) return;
-
- UIAlertController *alertController = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet];
-
- [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_delete_", nil)
- style:UIAlertActionStyleDestructive
- handler:^(UIAlertAction *action) {
- [self deleteFile:self.metadataDetail];
- }]];
-
- [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_cancel_", nil)
- style:UIAlertActionStyleCancel
- handler:^(UIAlertAction *action) {
- [alertController dismissViewControllerAnimated:YES completion:nil];
- }]];
-
- alertController.popoverPresentationController.barButtonItem = buttonDelete;
-
- if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
- [alertController.view layoutIfNeeded];
- [self presentViewController:alertController animated:YES completion:NULL];
- }
- @end
|