NCMainCommon.swift 73 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550
  1. //
  2. // NCMainCommon.swift
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 18/07/18.
  6. // Copyright © 2018 Marino Faggiana. All rights reserved.
  7. //
  8. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  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 Foundation
  24. import TLPhotoPicker
  25. import ZIPFoundation
  26. //MARK: - Main Common
  27. class NCMainCommon: NSObject, PhotoEditorDelegate, NCAudioRecorderViewControllerDelegate, UIDocumentInteractionControllerDelegate {
  28. @objc static let sharedInstance: NCMainCommon = {
  29. let instance = NCMainCommon()
  30. return instance
  31. }()
  32. let appDelegate = UIApplication.shared.delegate as! AppDelegate
  33. var metadataEditPhoto: tableMetadata?
  34. var docController: UIDocumentInteractionController?
  35. lazy var operationQueueReloadDatasource: OperationQueue = {
  36. let queue = OperationQueue()
  37. queue.name = "Reload main datasource queue"
  38. queue.maxConcurrentOperationCount = 1
  39. return queue
  40. }()
  41. //MARK: -
  42. @objc func triggerProgressTask(_ notification: Notification, sectionDataSourceFileIDIndexPath: NSDictionary, tableView: UITableView, viewController: UIViewController, serverUrlViewController: String?) {
  43. if viewController.viewIfLoaded?.window == nil {
  44. return
  45. }
  46. guard let dic = notification.userInfo else {
  47. return
  48. }
  49. let account = dic["account"] as? NSString ?? ""
  50. let fileID = dic["fileID"] as? NSString ?? ""
  51. let serverUrl = dic["serverUrl"] as? String ?? ""
  52. let status = dic["status"] as? Int ?? Int(k_taskIdentifierDone)
  53. let progress = dic["progress"] as? CGFloat ?? 0
  54. let totalBytes = dic["totalBytes"] as? Double ?? 0
  55. let totalBytesExpected = dic["totalBytesExpected"] as? Double ?? 0
  56. if (account != self.appDelegate.activeAccount! as NSString) && !(viewController is CCTransfers) {
  57. return
  58. }
  59. if serverUrlViewController != nil && serverUrlViewController! != serverUrl {
  60. return
  61. }
  62. appDelegate.listProgressMetadata.setObject([progress as NSNumber, totalBytes as NSNumber, totalBytesExpected as NSNumber], forKey: fileID)
  63. guard let indexPath = sectionDataSourceFileIDIndexPath.object(forKey: fileID) else {
  64. return
  65. }
  66. if isValidIndexPath(indexPath as! IndexPath, view: tableView) {
  67. if let cell = tableView.cellForRow(at: indexPath as! IndexPath) as? CCCellMainTransfer {
  68. var image = ""
  69. if status == k_metadataStatusInDownload {
  70. image = "↓"
  71. } else if status == k_metadataStatusInUpload {
  72. image = "↑"
  73. }
  74. cell.labelInfoFile?.text = CCUtility.transformedSize(totalBytesExpected) + " - " + image + CCUtility.transformedSize(totalBytes)
  75. cell.transferButton?.progress = progress
  76. }
  77. }
  78. }
  79. @objc func cancelTransferMetadata(_ metadata: tableMetadata, reloadDatasource: Bool, uploadStatusForcedStart: Bool) {
  80. var actionReloadDatasource = k_action_NULL
  81. var metadata = metadata
  82. if metadata.session.count == 0 {
  83. return
  84. }
  85. guard let session = CCNetworking.shared().getSessionfromSessionDescription(metadata.session) else {
  86. return
  87. }
  88. // SESSION EXTENSION
  89. if metadata.session == k_download_session_extension || metadata.session == k_upload_session_extension {
  90. if (metadata.session == k_upload_session_extension) {
  91. do {
  92. try FileManager.default.removeItem(atPath: CCUtility.getDirectoryProviderStorageFileID(metadata.fileID))
  93. } catch { }
  94. NCManageDatabase.sharedInstance.deleteMetadata(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  95. actionReloadDatasource = k_action_DEL
  96. } else {
  97. NCManageDatabase.sharedInstance.setMetadataSession("", sessionError: "", sessionSelector: "", sessionTaskIdentifier: Int(k_taskIdentifierDone), status: Int(k_metadataStatusNormal), predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  98. actionReloadDatasource = k_action_MOD
  99. }
  100. self.reloadDatasource(ServerUrl: metadata.serverUrl, fileID: metadata.fileID, action: actionReloadDatasource)
  101. return
  102. }
  103. session.getTasksWithCompletionHandler { (dataTasks, uploadTasks, downloadTasks) in
  104. var cancel = false
  105. // DOWNLOAD
  106. if metadata.session.count > 0 && metadata.session.contains("download") {
  107. for task in downloadTasks {
  108. if task.taskIdentifier == metadata.sessionTaskIdentifier {
  109. task.cancel()
  110. cancel = true
  111. }
  112. }
  113. if cancel == false {
  114. NCManageDatabase.sharedInstance.setMetadataSession("", sessionError: "", sessionSelector: "", sessionTaskIdentifier: Int(k_taskIdentifierDone), status: Int(k_metadataStatusNormal), predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  115. }
  116. actionReloadDatasource = k_action_MOD
  117. }
  118. // UPLOAD
  119. if metadata.session.count > 0 && metadata.session.contains("upload") {
  120. for task in uploadTasks {
  121. if task.taskIdentifier == metadata.sessionTaskIdentifier {
  122. if uploadStatusForcedStart {
  123. metadata.status = Int(k_metadataStatusUploadForcedStart)
  124. metadata = NCManageDatabase.sharedInstance.addMetadata(metadata) ?? metadata
  125. }
  126. task.cancel()
  127. cancel = true
  128. }
  129. }
  130. if cancel == false {
  131. do {
  132. try FileManager.default.removeItem(atPath: CCUtility.getDirectoryProviderStorageFileID(metadata.fileID))
  133. }
  134. catch { }
  135. NCManageDatabase.sharedInstance.deleteMetadata(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  136. }
  137. actionReloadDatasource = k_action_DEL
  138. }
  139. DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
  140. self.reloadDatasource(ServerUrl: metadata.serverUrl, fileID: metadata.fileID, action: actionReloadDatasource)
  141. }
  142. }
  143. }
  144. @objc func cancelAllTransfer(view: UIView) {
  145. // Delete k_metadataStatusWaitUpload OR k_metadataStatusUploadError
  146. NCManageDatabase.sharedInstance.deleteMetadata(predicate: NSPredicate(format: "status == %d OR status == %d", appDelegate.activeAccount, k_metadataStatusWaitUpload, k_metadataStatusUploadError))
  147. NCUtility.sharedInstance.startActivityIndicator(view: view, bottom: 0)
  148. DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) {
  149. if let metadatas = NCManageDatabase.sharedInstance.getMetadatas(predicate: NSPredicate(format: "status != %d AND status != %d", k_metadataStatusNormal, k_metadataStatusHide), sorted: "fileName", ascending: true) {
  150. for metadata in metadatas {
  151. // Modify
  152. if (metadata.status == k_metadataStatusWaitDownload || metadata.status == k_metadataStatusDownloadError) {
  153. metadata.session = ""
  154. metadata.sessionSelector = ""
  155. metadata.status = Int(k_metadataStatusNormal)
  156. _ = NCManageDatabase.sharedInstance.addMetadata(metadata)
  157. }
  158. // Cancel Task
  159. if metadata.status == k_metadataStatusDownloading || metadata.status == k_metadataStatusUploading {
  160. self.cancelTransferMetadata(metadata, reloadDatasource: false, uploadStatusForcedStart: false)
  161. }
  162. }
  163. }
  164. }
  165. DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
  166. self.reloadDatasource(ServerUrl: nil, fileID: nil, action: k_action_NULL)
  167. NCUtility.sharedInstance.stopActivityIndicator()
  168. }
  169. }
  170. //MARK: -
  171. func collectionViewCellForItemAt(_ indexPath: IndexPath, collectionView: UICollectionView, cell: UICollectionViewCell, metadata: tableMetadata, metadataFolder: tableMetadata?, serverUrl: String, isEditMode: Bool, selectFileID: [String], autoUploadFileName: String, autoUploadDirectory: String, hideButtonMore: Bool, downloadThumbnail: Bool,source: UIViewController) {
  172. var image: UIImage?
  173. var isImagePreviewLoaded = false
  174. // Image Preview
  175. if FileManager().fileExists(atPath: CCUtility.getDirectoryProviderStorageIconFileID(metadata.fileID, fileNameView: metadata.fileName)) {
  176. image = UIImage.init(contentsOfFile: CCUtility.getDirectoryProviderStorageIconFileID(metadata.fileID, fileNameView: metadata.fileName))
  177. isImagePreviewLoaded = true
  178. } else {
  179. if metadata.iconName.count > 0 {
  180. image = UIImage.init(named: metadata.iconName)
  181. } else {
  182. image = UIImage.init(named: "file")
  183. }
  184. }
  185. // Download preview
  186. if downloadThumbnail {
  187. NCNetworkingMain.sharedInstance.downloadThumbnail(with: metadata, view: collectionView, indexPath: indexPath)
  188. }
  189. // Share
  190. let sharesLink = appDelegate.sharesLink.object(forKey: serverUrl + metadata.fileName) as? String
  191. let sharesUserAndGroup = appDelegate.sharesUserAndGroup.object(forKey: serverUrl + metadata.fileName) as? String
  192. var isShare = false
  193. var isMounted = false
  194. if metadataFolder != nil {
  195. isShare = metadata.permissions.contains(k_permission_shared) && !metadataFolder!.permissions.contains(k_permission_shared)
  196. isMounted = metadata.permissions.contains(k_permission_mounted) && !metadataFolder!.permissions.contains(k_permission_mounted)
  197. }
  198. if cell is NCListCell {
  199. let cell = cell as! NCListCell
  200. cell.delegate = source as? NCListCellDelegate
  201. cell.fileID = metadata.fileID
  202. cell.indexPath = indexPath
  203. cell.labelTitle.text = metadata.fileNameView
  204. cell.imageStatus.image = nil
  205. cell.imageLocal.image = nil
  206. cell.imageFavorite.image = nil
  207. cell.imageShare.image = nil
  208. cell.hide(buttonMore: hideButtonMore, hideImageShare: true)
  209. if metadata.directory {
  210. if metadata.e2eEncrypted {
  211. image = UIImage.init(named: "folderEncrypted")
  212. } else if metadata.fileName == autoUploadFileName && serverUrl == autoUploadDirectory {
  213. image = UIImage.init(named: "folderAutomaticUpload")
  214. } else if isShare {
  215. image = UIImage.init(named: "folder_shared_with_me")
  216. } else if isMounted {
  217. image = UIImage.init(named: "folder_external")
  218. } else if (sharesUserAndGroup != nil) {
  219. image = UIImage.init(named: "folder_shared_with_me")
  220. } else if (sharesLink != nil) {
  221. image = UIImage.init(named: "folder_public")
  222. } else {
  223. image = UIImage.init(named: "folder")
  224. }
  225. cell.imageItem.image = CCGraphics.changeThemingColorImage(image, width: image!.size.width*2, height: image!.size.height*2, color: NCBrandColor.sharedInstance.brandElement)
  226. cell.labelInfo.text = CCUtility.dateDiff(metadata.date as Date)
  227. let lockServerUrl = CCUtility.stringAppendServerUrl(serverUrl, addFileName: metadata.fileName)!
  228. let tableDirectory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.activeAccount, lockServerUrl))
  229. // Status image: passcode
  230. if tableDirectory != nil && tableDirectory!.lock && CCUtility.getBlockCode() != nil {
  231. cell.imageStatus.image = UIImage.init(named: "passcode")
  232. }
  233. // Local image: offline
  234. if tableDirectory != nil && tableDirectory!.offline {
  235. cell.imageLocal.image = UIImage.init(named: "offlineFlag")
  236. }
  237. } else {
  238. cell.imageItem.image = image
  239. cell.labelInfo.text = CCUtility.dateDiff(metadata.date as Date) + ", " + CCUtility.transformedSize(metadata.size)
  240. // image Local
  241. let tableLocalFile = NCManageDatabase.sharedInstance.getTableLocalFile(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  242. if tableLocalFile != nil && CCUtility.fileProviderStorageExists(metadata.fileID, fileNameView: metadata.fileNameView) {
  243. if tableLocalFile!.offline { cell.imageLocal.image = UIImage.init(named: "offlineFlag") }
  244. else { cell.imageLocal.image = UIImage.init(named: "local") }
  245. }
  246. // Share
  247. if (isShare) {
  248. cell.imageShare.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  249. cell.hide(buttonMore: hideButtonMore, hideImageShare: false)
  250. } else if (isMounted) {
  251. cell.imageShare.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "shareMounted"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  252. cell.hide(buttonMore: hideButtonMore, hideImageShare: false)
  253. } else if (sharesLink != nil) {
  254. cell.imageShare.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "sharebylink"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  255. cell.hide(buttonMore: hideButtonMore, hideImageShare: false)
  256. } else if (sharesUserAndGroup != nil) {
  257. cell.imageShare.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  258. cell.hide(buttonMore: hideButtonMore, hideImageShare: false)
  259. }
  260. }
  261. // image Favorite
  262. if metadata.favorite {
  263. cell.imageFavorite.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "favorite"), multiplier: 2, color: NCBrandColor.sharedInstance.yellowFavorite)
  264. }
  265. if isEditMode {
  266. cell.imageItemLeftConstraint.constant = 45
  267. cell.imageSelect.isHidden = false
  268. if selectFileID.contains(metadata.fileID) {
  269. cell.imageSelect.image = CCGraphics.scale(UIImage.init(named: "checkedYes"), to: CGSize(width: 50, height: 50), isAspectRation: true)
  270. cell.backgroundView = NCUtility.sharedInstance.cellBlurEffect(with: cell.bounds)
  271. } else {
  272. cell.imageSelect.image = CCGraphics.scale(UIImage.init(named: "checkedNo"), to: CGSize(width: 50, height: 50), isAspectRation: true)
  273. cell.backgroundView = nil
  274. }
  275. } else {
  276. cell.imageItemLeftConstraint.constant = 10
  277. cell.imageSelect.isHidden = true
  278. cell.backgroundView = nil
  279. }
  280. // Remove last separator
  281. if collectionView.numberOfItems(inSection: indexPath.section) == indexPath.row + 1 {
  282. cell.separator.isHidden = true
  283. } else {
  284. cell.separator.isHidden = false
  285. }
  286. } else if cell is NCGridCell {
  287. let cell = cell as! NCGridCell
  288. cell.delegate = source as? NCGridCellDelegate
  289. cell.fileID = metadata.fileID
  290. cell.indexPath = indexPath
  291. cell.labelTitle.text = metadata.fileNameView
  292. cell.imageStatus.image = nil
  293. cell.imageLocal.image = nil
  294. cell.imageFavorite.image = nil
  295. cell.imageShare.image = nil
  296. cell.hide(buttonMore: hideButtonMore, hideImageShare: true)
  297. if metadata.directory {
  298. if metadata.e2eEncrypted {
  299. image = UIImage.init(named: "folderEncrypted")
  300. } else if metadata.fileName == autoUploadFileName && serverUrl == autoUploadDirectory {
  301. image = UIImage.init(named: "folderAutomaticUpload")
  302. } else if isShare {
  303. image = UIImage.init(named: "folder_shared_with_me")
  304. } else if isMounted {
  305. image = UIImage.init(named: "folder_external")
  306. } else if (sharesUserAndGroup != nil) {
  307. image = UIImage.init(named: "folder_shared_with_me")
  308. } else if (sharesLink != nil) {
  309. image = UIImage.init(named: "folder_public")
  310. } else {
  311. image = UIImage.init(named: "folder")
  312. }
  313. cell.imageItem.image = CCGraphics.changeThemingColorImage(image, width: image!.size.width*2, height: image!.size.height*2, color: NCBrandColor.sharedInstance.brandElement)
  314. let lockServerUrl = CCUtility.stringAppendServerUrl(serverUrl, addFileName: metadata.fileName)!
  315. let tableDirectory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.activeAccount, lockServerUrl))
  316. // Status image: passcode
  317. if tableDirectory != nil && tableDirectory!.lock && CCUtility.getBlockCode() != nil {
  318. cell.imageStatus.image = UIImage.init(named: "passcode")
  319. }
  320. // Local image: offline
  321. if tableDirectory != nil && tableDirectory!.offline {
  322. cell.imageLocal.image = UIImage.init(named: "offlineFlag")
  323. }
  324. } else {
  325. cell.imageItem.image = image
  326. if isImagePreviewLoaded == false {
  327. let width = cell.imageItem.image!.size.width * 2
  328. cell.imageItem.image = NCUtility.sharedInstance.resizeImage(image: image!, newWidth: width)
  329. }
  330. // image Local
  331. let tableLocalFile = NCManageDatabase.sharedInstance.getTableLocalFile(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  332. if tableLocalFile != nil && CCUtility.fileProviderStorageExists(metadata.fileID, fileNameView: metadata.fileNameView) {
  333. if tableLocalFile!.offline { cell.imageLocal.image = UIImage.init(named: "offlineFlag") }
  334. else { cell.imageLocal.image = UIImage.init(named: "local") }
  335. }
  336. // Share
  337. if (isShare) {
  338. cell.imageShare.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  339. cell.hide(buttonMore: hideButtonMore, hideImageShare: false)
  340. } else if (isMounted) {
  341. cell.imageShare.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "shareMounted"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  342. cell.hide(buttonMore: hideButtonMore, hideImageShare: false)
  343. } else if (sharesLink != nil) {
  344. cell.imageShare.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "sharebylink"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  345. cell.hide(buttonMore: hideButtonMore, hideImageShare: false)
  346. } else if (sharesUserAndGroup != nil) {
  347. cell.imageShare.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  348. cell.hide(buttonMore: hideButtonMore, hideImageShare: false)
  349. }
  350. }
  351. // image Favorite
  352. if metadata.favorite {
  353. cell.imageFavorite.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "favorite"), multiplier: 2, color: NCBrandColor.sharedInstance.yellowFavorite)
  354. }
  355. if isEditMode {
  356. cell.imageSelect.isHidden = false
  357. if selectFileID.contains(metadata.fileID) {
  358. cell.imageSelect.image = CCGraphics.scale(UIImage.init(named: "checkedYes"), to: CGSize(width: 50, height: 50), isAspectRation: true)
  359. cell.backgroundView = NCUtility.sharedInstance.cellBlurEffect(with: cell.bounds)
  360. } else {
  361. cell.imageSelect.isHidden = true
  362. cell.backgroundView = nil
  363. }
  364. } else {
  365. cell.imageSelect.isHidden = true
  366. cell.backgroundView = nil
  367. }
  368. } else if cell is NCGridMediaCell {
  369. let cell = cell as! NCGridMediaCell
  370. cell.imageStatus.image = nil
  371. cell.imageLocal.image = nil
  372. cell.imageFavorite.image = nil
  373. cell.imageItem.image = image
  374. // image Local
  375. let tableLocalFile = NCManageDatabase.sharedInstance.getTableLocalFile(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  376. if tableLocalFile != nil && CCUtility.fileProviderStorageExists(metadata.fileID, fileNameView: metadata.fileNameView) {
  377. if tableLocalFile!.offline { cell.imageLocal.image = UIImage.init(named: "offlineFlag") }
  378. else { cell.imageLocal.image = UIImage.init(named: "local") }
  379. }
  380. // image Favorite
  381. if metadata.favorite {
  382. cell.imageFavorite.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "favorite"), multiplier: 2, color: NCBrandColor.sharedInstance.yellowFavorite)
  383. }
  384. if isEditMode {
  385. cell.imageSelect.isHidden = false
  386. if selectFileID.contains(metadata.fileID) {
  387. cell.imageSelect.image = CCGraphics.scale(UIImage.init(named: "checkedYes"), to: CGSize(width: 50, height: 50), isAspectRation: true)
  388. cell.imageVisualEffect.isHidden = false
  389. cell.imageVisualEffect.alpha = 0.4
  390. } else {
  391. cell.imageSelect.isHidden = true
  392. cell.imageVisualEffect.isHidden = true
  393. }
  394. } else {
  395. cell.imageSelect.isHidden = true
  396. cell.imageVisualEffect.isHidden = true
  397. }
  398. }
  399. }
  400. @objc func cellForRowAtIndexPath(_ indexPath: IndexPath, tableView: UITableView ,metadata: tableMetadata, metadataFolder: tableMetadata?, serverUrl: String, autoUploadFileName: String, autoUploadDirectory: String) -> UITableViewCell {
  401. var image: UIImage?
  402. // Create File System
  403. if metadata.directory {
  404. CCUtility.getDirectoryProviderStorageFileID(metadata.fileID)
  405. } else {
  406. CCUtility.getDirectoryProviderStorageFileID(metadata.fileID, fileNameView: metadata.fileNameView)
  407. }
  408. // CCCell
  409. if metadata.status == k_metadataStatusNormal {
  410. // NORMAL
  411. let cell = tableView.dequeueReusableCell(withIdentifier: "CellMain", for: indexPath) as! CCCellMain
  412. cell.separatorInset = UIEdgeInsets.init(top: 0, left: 60, bottom: 0, right: 0)
  413. cell.accessoryType = UITableViewCell.AccessoryType.none
  414. cell.file.image = nil
  415. cell.status.image = nil
  416. cell.favorite.image = nil
  417. cell.shared.image = nil
  418. cell.local.image = nil
  419. cell.shared.isUserInteractionEnabled = false
  420. cell.canShareEdit = true
  421. cell.backgroundColor = NCBrandColor.sharedInstance.backgroundView
  422. // change color selection
  423. let selectionColor = UIView()
  424. selectionColor.backgroundColor = NCBrandColor.sharedInstance.getColorSelectBackgrond()
  425. cell.selectedBackgroundView = selectionColor
  426. cell.tintColor = NCBrandColor.sharedInstance.brandElement
  427. cell.labelTitle.textColor = UIColor.black
  428. cell.labelTitle.text = metadata.fileNameView
  429. // Download preview
  430. NCNetworkingMain.sharedInstance.downloadThumbnail(with: metadata, view: tableView, indexPath: indexPath)
  431. // Share
  432. let sharesLink = appDelegate.sharesLink.object(forKey: serverUrl + metadata.fileName) as? String
  433. let sharesUserAndGroup = appDelegate.sharesUserAndGroup.object(forKey: serverUrl + metadata.fileName) as? String
  434. var isShare = false
  435. var isMounted = false
  436. if metadataFolder != nil {
  437. isShare = metadata.permissions.contains(k_permission_shared) && !metadataFolder!.permissions.contains(k_permission_shared)
  438. isMounted = metadata.permissions.contains(k_permission_mounted) && !metadataFolder!.permissions.contains(k_permission_mounted)
  439. }
  440. // backport show reshares for NC16+
  441. if sharesLink != nil || sharesUserAndGroup != nil || isShare || isMounted {
  442. cell.canShareEdit = false
  443. if sharesLink != nil {
  444. let shareDto = appDelegate.sharesID.object(forKey: sharesLink!) as? OCSharedDto
  445. print(shareDto!.uidOwner + ", " + shareDto!.shareWith)
  446. if shareDto != nil && (shareDto?.uidOwner == appDelegate.activeUserID || shareDto?.shareWith == appDelegate.activeUserID) {
  447. cell.canShareEdit = true
  448. }
  449. }
  450. }
  451. if metadata.directory {
  452. // lable Info
  453. cell.labelInfoFile.text = CCUtility.dateDiff(metadata.date as Date)
  454. // File Image & Image Title Segue
  455. if metadata.e2eEncrypted {
  456. image = UIImage.init(named: "folderEncrypted")
  457. } else if metadata.fileName == autoUploadFileName && serverUrl == autoUploadDirectory {
  458. image = UIImage.init(named: "folderAutomaticUpload")
  459. } else if isShare {
  460. image = UIImage.init(named: "folder_shared_with_me")
  461. } else if isMounted {
  462. image = UIImage.init(named: "folder_external")
  463. } else if (sharesUserAndGroup != nil) {
  464. image = UIImage.init(named: "folder_shared_with_me")
  465. } else if (sharesLink != nil) {
  466. image = UIImage.init(named: "folder_public")
  467. } else {
  468. image = UIImage.init(named: "folder")
  469. }
  470. cell.file.image = CCGraphics.changeThemingColorImage(image, width: image!.size.width*2, height: image!.size.height*2, color: NCBrandColor.sharedInstance.brandElement)
  471. let lockServerUrl = CCUtility.stringAppendServerUrl(serverUrl, addFileName: metadata.fileName)!
  472. let tableDirectory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.activeAccount, lockServerUrl))
  473. // Local image: offline
  474. if tableDirectory != nil && tableDirectory!.offline {
  475. cell.local.image = UIImage.init(named: "offlineFlag")
  476. }
  477. // Status image: passcode
  478. if tableDirectory != nil && tableDirectory!.lock && CCUtility.getBlockCode() != nil {
  479. cell.status.image = UIImage.init(named: "passcode")
  480. }
  481. } else {
  482. let iconFileExists = FileManager.default.fileExists(atPath: CCUtility.getDirectoryProviderStorageIconFileID(metadata.fileID, fileNameView: metadata.fileNameView))
  483. // Lable Info
  484. cell.labelInfoFile.text = CCUtility.dateDiff(metadata.date as Date) + ", " + CCUtility.transformedSize(metadata.size)
  485. // File Image
  486. if iconFileExists {
  487. cell.file.image = UIImage.init(contentsOfFile: CCUtility.getDirectoryProviderStorageIconFileID(metadata.fileID, fileNameView: metadata.fileNameView))
  488. } else {
  489. if metadata.iconName.count > 0 {
  490. cell.file.image = UIImage.init(named: metadata.iconName)
  491. } else {
  492. cell.file.image = UIImage.init(named: "file")
  493. }
  494. }
  495. // Local Image - Offline
  496. let tableLocalFile = NCManageDatabase.sharedInstance.getTableLocalFile(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  497. if tableLocalFile != nil && CCUtility.fileProviderStorageExists(metadata.fileID, fileNameView: metadata.fileNameView) {
  498. if tableLocalFile!.offline { cell.local.image = UIImage.init(named: "offlineFlag") }
  499. else { cell.local.image = UIImage.init(named: "local") }
  500. }
  501. // Status image: encrypted
  502. let tableE2eEncryption = NCManageDatabase.sharedInstance.getE2eEncryption(predicate: NSPredicate(format: "account == %@ AND fileNameIdentifier == %@", appDelegate.activeAccount, metadata.fileName))
  503. if tableE2eEncryption != nil && NCUtility.sharedInstance.isEncryptedMetadata(metadata) {
  504. cell.status.image = UIImage.init(named: "encrypted")
  505. }
  506. // Share
  507. if (isShare) {
  508. cell.shared.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  509. } else if (isMounted) {
  510. cell.shared.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "shareMounted"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  511. } else if (sharesLink != nil) {
  512. cell.shared.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "sharebylink"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  513. } else if (sharesUserAndGroup != nil) {
  514. cell.shared.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
  515. }
  516. }
  517. //
  518. // File & Directory
  519. //
  520. // Favorite
  521. if metadata.favorite {
  522. cell.favorite.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "favorite"), multiplier: 2, color: NCBrandColor.sharedInstance.yellowFavorite)
  523. }
  524. // More Image
  525. cell.more.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "more"), multiplier: 1, color: NCBrandColor.sharedInstance.optionItem)
  526. return cell
  527. } else {
  528. // TRASNFER
  529. let cell = tableView.dequeueReusableCell(withIdentifier: "CellMainTransfer", for: indexPath) as! CCCellMainTransfer
  530. cell.separatorInset = UIEdgeInsets.init(top: 0, left: 60, bottom: 0, right: 0)
  531. cell.accessoryType = UITableViewCell.AccessoryType.none
  532. cell.file.image = nil
  533. cell.status.image = nil
  534. cell.user.image = nil
  535. cell.backgroundColor = NCBrandColor.sharedInstance.backgroundView
  536. cell.labelTitle.textColor = UIColor.black
  537. cell.labelTitle.text = metadata.fileNameView
  538. cell.transferButton.tintColor = NCBrandColor.sharedInstance.optionItem
  539. var progress: CGFloat = 0.0
  540. var totalBytes: Double = 0.0
  541. //var totalBytesExpected : Double = 0
  542. let progressArray = appDelegate.listProgressMetadata.object(forKey: metadata.fileID) as? NSArray
  543. if progressArray != nil && progressArray?.count == 3 {
  544. progress = progressArray?.object(at: 0) as! CGFloat
  545. totalBytes = progressArray?.object(at: 1) as! Double
  546. //totalBytesExpected = progressArray?.object(at: 2) as! Double
  547. }
  548. // Write status on Label Info
  549. switch metadata.status {
  550. case Int(k_metadataStatusWaitDownload):
  551. cell.labelInfoFile.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_download_", comment: "")
  552. progress = 0.0
  553. break
  554. case Int(k_metadataStatusInDownload):
  555. cell.labelInfoFile.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_in_download_", comment: "")
  556. progress = 0.0
  557. break
  558. case Int(k_metadataStatusDownloading):
  559. cell.labelInfoFile.text = CCUtility.transformedSize(metadata.size) + " - ↓" + CCUtility.transformedSize(totalBytes)
  560. break
  561. case Int(k_metadataStatusWaitUpload):
  562. cell.labelInfoFile.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_upload_", comment: "")
  563. progress = 0.0
  564. break
  565. case Int(k_metadataStatusInUpload):
  566. cell.labelInfoFile.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_in_upload_", comment: "")
  567. progress = 0.0
  568. break
  569. case Int(k_metadataStatusUploading):
  570. cell.labelInfoFile.text = CCUtility.transformedSize(metadata.size) + " - ↑" + CCUtility.transformedSize(totalBytes)
  571. break
  572. default:
  573. cell.labelInfoFile.text = CCUtility.transformedSize(metadata.size)
  574. progress = 0.0
  575. }
  576. let iconFileExists = FileManager.default.fileExists(atPath: CCUtility.getDirectoryProviderStorageIconFileID(metadata.fileID, fileNameView: metadata.fileNameView))
  577. if iconFileExists {
  578. cell.file.image = UIImage.init(contentsOfFile: CCUtility.getDirectoryProviderStorageIconFileID(metadata.fileID, fileNameView: metadata.fileNameView))
  579. } else {
  580. if metadata.iconName.count > 0 {
  581. cell.file.image = UIImage.init(named: metadata.iconName)
  582. } else {
  583. cell.file.image = UIImage.init(named: "file")
  584. }
  585. }
  586. // Session Upload Extension
  587. if metadata.session == k_upload_session_extension && (metadata.status == k_metadataStatusInUpload || metadata.status == k_metadataStatusUploading) {
  588. cell.labelTitle.isEnabled = false
  589. cell.labelInfoFile.isEnabled = false
  590. } else {
  591. cell.labelTitle.isEnabled = true
  592. cell.labelInfoFile.isEnabled = true
  593. }
  594. // downloadFile
  595. if metadata.status == k_metadataStatusWaitDownload || metadata.status == k_metadataStatusInDownload || metadata.status == k_metadataStatusDownloading || metadata.status == k_metadataStatusDownloadError {
  596. //
  597. }
  598. // downloadFile Error
  599. if metadata.status == k_metadataStatusDownloadError {
  600. cell.status.image = UIImage.init(named: "statuserror")
  601. if metadata.sessionError.count == 0 {
  602. cell.labelInfoFile.text = NSLocalizedString("_error_", comment: "") + ", " + NSLocalizedString("_file_not_downloaded_", comment: "")
  603. } else {
  604. cell.labelInfoFile.text = metadata.sessionError
  605. }
  606. }
  607. // uploadFile
  608. if metadata.status == k_metadataStatusWaitUpload || metadata.status == k_metadataStatusInUpload || metadata.status == k_metadataStatusUploading || metadata.status == k_metadataStatusUploadError {
  609. if (!iconFileExists) {
  610. cell.file.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "uploadCloud"), multiplier: 2, color: NCBrandColor.sharedInstance.brandElement)
  611. }
  612. cell.labelTitle.isEnabled = false
  613. }
  614. // uploadFileError
  615. if metadata.status == k_metadataStatusUploadError {
  616. cell.labelTitle.isEnabled = false
  617. cell.status.image = UIImage.init(named: "statuserror")
  618. if !iconFileExists {
  619. cell.file.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "uploadCloud"), multiplier: 2, color: NCBrandColor.sharedInstance.brandElement)
  620. }
  621. if metadata.sessionError.count == 0 {
  622. cell.labelInfoFile.text = NSLocalizedString("_error_", comment: "") + ", " + NSLocalizedString("_file_not_uploaded_", comment: "")
  623. } else {
  624. cell.labelInfoFile.text = metadata.sessionError
  625. }
  626. }
  627. // Progress
  628. cell.transferButton.progress = progress
  629. // User
  630. if metadata.account != appDelegate.activeAccount {
  631. let tableAccount = NCManageDatabase.sharedInstance.getAccount(predicate: NSPredicate(format: "account == %@", metadata.account))
  632. if tableAccount != nil {
  633. let fileNamePath = CCUtility.getDirectoryUserData() + "/" + CCUtility.getStringUser(tableAccount!.user, activeUrl: tableAccount!.url) + "-" + tableAccount!.user + ".png"
  634. var avatar = UIImage.init(contentsOfFile: fileNamePath)
  635. if avatar != nil {
  636. let avatarImageView = CCAvatar.init(image: avatar, borderColor: UIColor.black, borderWidth: 0.5)
  637. let imageSize = avatarImageView?.bounds.size
  638. UIGraphicsBeginImageContext(imageSize!)
  639. let context = UIGraphicsGetCurrentContext()
  640. avatarImageView?.layer.render(in: context!)
  641. avatar = UIGraphicsGetImageFromCurrentImageContext()
  642. UIGraphicsEndImageContext()
  643. cell.user.image = avatar
  644. }
  645. }
  646. }
  647. return cell
  648. }
  649. }
  650. @objc func getMetadataFromSectionDataSourceIndexPath(_ indexPath: IndexPath?, sectionDataSource: CCSectionDataSourceMetadata?) -> tableMetadata? {
  651. guard let indexPath = indexPath else {
  652. return nil
  653. }
  654. guard let sectionDataSource = sectionDataSource else {
  655. return nil
  656. }
  657. let section = indexPath.section + 1
  658. let row = indexPath.row + 1
  659. let totSections = sectionDataSource.sections.count
  660. if totSections < section || section > totSections {
  661. return nil
  662. }
  663. let valueSection = sectionDataSource.sections.object(at: indexPath.section)
  664. guard let filesID = sectionDataSource.sectionArrayRow.object(forKey: valueSection) as? NSArray else {
  665. return nil
  666. }
  667. let totRows = filesID.count
  668. if totRows < row || row > totRows {
  669. return nil
  670. }
  671. let fileID = filesID.object(at: indexPath.row)
  672. let metadata = sectionDataSource.allRecordsDataSource.object(forKey: fileID) as? tableMetadata
  673. return metadata
  674. }
  675. @objc func reloadDatasource(ServerUrl: String?, fileID: String?, action: Int32) {
  676. if operationQueueReloadDatasource.operationCount > 0 {
  677. return
  678. }
  679. if self.appDelegate.activeMain != nil && ServerUrl != nil && self.appDelegate.activeMain.serverUrl == ServerUrl {
  680. self.operationQueueReloadDatasource.addOperation {
  681. DispatchQueue.main.async {
  682. self.appDelegate.activeMain.reloadDatasource(ServerUrl, fileID: fileID, action: Int(action))
  683. }
  684. }
  685. }
  686. if self.appDelegate.activeFavorites != nil && self.appDelegate.activeFavorites.viewIfLoaded?.window != nil {
  687. self.operationQueueReloadDatasource.addOperation {
  688. DispatchQueue.main.async {
  689. self.appDelegate.activeFavorites.reloadDatasource(fileID, action: Int(action))
  690. }
  691. }
  692. }
  693. if self.appDelegate.activeTransfers != nil && self.appDelegate.activeTransfers.viewIfLoaded?.window != nil {
  694. self.operationQueueReloadDatasource.addOperation {
  695. DispatchQueue.main.async {
  696. self.appDelegate.activeTransfers.reloadDatasource(fileID, action: Int(action))
  697. }
  698. }
  699. }
  700. }
  701. @objc func isValidIndexPath(_ indexPath: IndexPath, view: Any) -> Bool {
  702. if view is UICollectionView {
  703. return indexPath.section < (view as! UICollectionView).numberOfSections && indexPath.row < (view as! UICollectionView).numberOfItems(inSection: indexPath.section)
  704. }
  705. if view is UITableView {
  706. return indexPath.section < (view as! UITableView).numberOfSections && indexPath.row < (view as! UITableView).numberOfRows(inSection: indexPath.section)
  707. }
  708. return true
  709. }
  710. //MARK: -
  711. @objc func deleteFile(metadatas: NSArray, e2ee: Bool, serverUrl: String, folderFileID: String, completion: @escaping (_ errorCode: Int, _ message: String)->()) {
  712. var copyMetadatas = [tableMetadata]()
  713. for metadata in metadatas {
  714. copyMetadatas.append(tableMetadata.init(value: metadata))
  715. }
  716. if e2ee {
  717. DispatchQueue.global().async {
  718. let error = NCNetworkingEndToEnd.sharedManager().lockFolderEncrypted(onServerUrl: serverUrl, fileID: folderFileID, user: self.appDelegate.activeUser, userID: self.appDelegate.activeUserID, password: self.appDelegate.activePassword, url: self.appDelegate.activeUrl)
  719. DispatchQueue.main.async {
  720. if error == nil {
  721. self.delete(metadatas: copyMetadatas, serverUrl:serverUrl, e2ee: e2ee, completion: completion)
  722. } else {
  723. self.appDelegate.messageNotification("_delete_", description: error?.localizedDescription, visible: true, delay: TimeInterval(k_dismissAfterSecond), type: TWMessageBarMessageType.error, errorCode: Int(k_CCErrorInternalError))
  724. return
  725. }
  726. }
  727. }
  728. } else {
  729. delete(metadatas: copyMetadatas, serverUrl:serverUrl, e2ee: e2ee, completion: completion)
  730. }
  731. }
  732. private func delete(metadatas: [tableMetadata], serverUrl: String, e2ee: Bool, completion: @escaping (_ errorCode: Int, _ message: String)->()) {
  733. var count: Int = 0
  734. var completionErrorCode: Int = 0
  735. var completionMessage = ""
  736. for metadata in metadatas {
  737. self.appDelegate.filterFileID.add(metadata.fileID)
  738. let path = metadata.serverUrl + "/" + metadata.fileName
  739. OCNetworking.sharedManager().deleteFileOrFolder(withAccount: appDelegate.activeAccount, path: path, completion: { (account, message, errorCode) in
  740. if account == self.appDelegate.activeAccount {
  741. count += 1
  742. if errorCode == 0 || errorCode == kOCErrorServerPathNotFound {
  743. do {
  744. try FileManager.default.removeItem(atPath: CCUtility.getDirectoryProviderStorageFileID(metadata.fileID))
  745. } catch { }
  746. NCManageDatabase.sharedInstance.deleteMetadata(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  747. NCManageDatabase.sharedInstance.deleteLocalFile(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  748. if metadata.directory {
  749. NCManageDatabase.sharedInstance.deleteDirectoryAndSubDirectory(serverUrl: CCUtility.stringAppendServerUrl(serverUrl, addFileName: metadata.fileName), account: metadata.account)
  750. }
  751. if (e2ee) {
  752. NCManageDatabase.sharedInstance.deleteE2eEncryption(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@ AND fileNameIdentifier == %@", metadata.account, serverUrl, metadata.fileName))
  753. }
  754. self.appDelegate.filterFileID.remove(metadata.fileID)
  755. } else {
  756. completionErrorCode = errorCode
  757. completionMessage = ""
  758. if message != nil {
  759. completionMessage = message!
  760. }
  761. self.appDelegate.filterFileID.remove(metadata.fileID)
  762. }
  763. if count == metadatas.count {
  764. if e2ee {
  765. DispatchQueue.global().async {
  766. NCNetworkingEndToEnd.sharedManager().rebuildAndSendMetadata(onServerUrl: serverUrl, account: self.appDelegate.activeAccount, user: self.appDelegate.activeUser, userID: self.appDelegate.activeUserID, password: self.appDelegate.activePassword, url: self.appDelegate.activeUrl)
  767. DispatchQueue.main.async {
  768. completion(completionErrorCode, completionMessage)
  769. }
  770. }
  771. } else {
  772. completion(completionErrorCode, completionMessage)
  773. }
  774. }
  775. }
  776. })
  777. }
  778. self.reloadDatasource(ServerUrl: serverUrl, fileID: nil, action: k_action_NULL)
  779. }
  780. @objc func editPhoto(_ metadata: tableMetadata, viewController: UIViewController) {
  781. guard let path = CCUtility.getDirectoryProviderStorageFileID(metadata.fileID, fileNameView: metadata.fileNameView) else {
  782. return
  783. }
  784. guard let image = UIImage(contentsOfFile: path) else {
  785. return
  786. }
  787. self.metadataEditPhoto = metadata
  788. let photoEditor = PhotoEditorViewController(nibName:"PhotoEditorViewController",bundle: Bundle(for: PhotoEditorViewController.self))
  789. photoEditor.image = image
  790. photoEditor.photoEditorDelegate = self
  791. photoEditor.hiddenControls = [.save, .share, .sticker]
  792. photoEditor.cancelButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorCancel")!, multiplier:2, color: .white)
  793. photoEditor.cropButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorCrop")!, multiplier:2, color: .white)
  794. photoEditor.drawButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorDraw")!, multiplier:2, color: .white)
  795. photoEditor.textButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorText")!, multiplier:2, color: .white)
  796. photoEditor.clearButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorClear")!, multiplier:2, color: .white)
  797. photoEditor.continueButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorDone")!, multiplier:2, color: .white)
  798. viewController.present(photoEditor, animated: true, completion: nil)
  799. }
  800. func doneEditing(image: UIImage) {
  801. guard let metadata = self.metadataEditPhoto else {
  802. return
  803. }
  804. guard let path = CCUtility.getDirectoryProviderStorageFileID(metadata.fileID, fileNameView: metadata.fileNameView) else {
  805. return
  806. }
  807. guard let filetype = NCUtility.sharedInstance.isEditImage(metadata.fileNameView as NSString) else {
  808. return
  809. }
  810. if filetype == "PNG" {
  811. do {
  812. try image.pngData()?.write(to: path.url, options: .atomic)
  813. } catch { return }
  814. } else if filetype == "JPG" {
  815. let imageData = image.jpegData(compressionQuality: 1)
  816. do {
  817. try imageData?.write(to: path.url)
  818. } catch { return }
  819. }
  820. // write icon
  821. CCGraphics.createNewImage(from: metadata.fileNameView, fileID: metadata.fileID, extension: filetype, filterGrayScale: false, typeFile: metadata.typeFile, writeImage: true)
  822. // upload
  823. metadata.session = k_upload_session
  824. metadata.sessionSelector = selectorUploadFile
  825. metadata.status = Int(k_metadataStatusWaitUpload)
  826. _ = NCManageDatabase.sharedInstance.addMetadata(metadata)
  827. }
  828. func canceledEditing() {
  829. print("Canceled")
  830. }
  831. //MARK: - OpenIn
  832. @objc func downloadOpenIn(metadata: tableMetadata) {
  833. if CCUtility.fileProviderStorageExists(metadata.fileID, fileNameView: metadata.fileNameView) {
  834. openIn(metadata: metadata)
  835. } else {
  836. metadata.session = k_download_session
  837. metadata.sessionError = ""
  838. metadata.sessionSelector = selectorOpenIn
  839. metadata.status = Int(k_metadataStatusWaitDownload)
  840. _ = NCManageDatabase.sharedInstance.addMetadata(metadata)
  841. reloadDatasource(ServerUrl: metadata.serverUrl, fileID: metadata.fileID, action: k_action_MOD)
  842. }
  843. }
  844. func openIn(metadata: tableMetadata) {
  845. docController = UIDocumentInteractionController(url: NSURL(fileURLWithPath: CCUtility.getDirectoryProviderStorageFileID(metadata.fileID, fileNameView: metadata.fileNameView)) as URL)
  846. docController?.delegate = self
  847. guard let splitViewController = self.appDelegate.window?.rootViewController as? UISplitViewController else {
  848. return
  849. }
  850. guard let view = splitViewController.viewControllers.first?.view else {
  851. return
  852. }
  853. guard let frame = splitViewController.viewControllers.first?.view.frame else {
  854. return
  855. }
  856. docController?.presentOptionsMenu(from: frame, in: view, animated: true)
  857. }
  858. //MARK: - NCAudioRecorder
  859. func startAudioRecorder() {
  860. let fileName = CCUtility.createFileNameDate(NSLocalizedString("_voice_memo_filename_", comment: ""), extension: "m4a")!
  861. let viewController = UIStoryboard(name: "NCAudioRecorderViewController", bundle: nil).instantiateInitialViewController() as! NCAudioRecorderViewController
  862. viewController.delegate = self
  863. viewController.createRecorder(fileName: fileName)
  864. viewController.modalTransitionStyle = .crossDissolve
  865. viewController.modalPresentationStyle = UIModalPresentationStyle.overCurrentContext
  866. self.appDelegate.window.rootViewController?.present(viewController, animated: true, completion: nil)
  867. }
  868. func didFinishRecording(_ viewController: NCAudioRecorderViewController, fileName: String) {
  869. guard let navigationController = UIStoryboard(name: "NCCreateFormUploadVoiceNote", bundle: nil).instantiateInitialViewController() else { return }
  870. navigationController.modalPresentationStyle = UIModalPresentationStyle.formSheet
  871. let viewController = (navigationController as! UINavigationController).topViewController as! NCCreateFormUploadVoiceNote
  872. viewController.setup(serverUrl: appDelegate.activeMain.serverUrl, fileNamePath: NSTemporaryDirectory() + fileName, fileName: fileName)
  873. self.appDelegate.window.rootViewController?.present(navigationController, animated: true, completion: nil)
  874. }
  875. }
  876. //MARK: - Main TabBarController
  877. class CCMainTabBarController : UITabBarController, UITabBarControllerDelegate {
  878. override func viewDidLoad() {
  879. super.viewDidLoad()
  880. delegate = self
  881. }
  882. //Delegate methods
  883. func tabBarController(_ tabBarController: UITabBarController, shouldSelect viewController: UIViewController) -> Bool {
  884. let tabViewControllers = tabBarController.viewControllers!
  885. guard let toIndex = tabViewControllers.firstIndex(of: viewController) else {
  886. if let vc = viewController as? UINavigationController {
  887. vc.popToRootViewController(animated: true);
  888. }
  889. return false
  890. }
  891. animateToTab(toIndex: toIndex)
  892. return true
  893. }
  894. func animateToTab(toIndex: Int) {
  895. let tabViewControllers = viewControllers!
  896. let fromView = selectedViewController!.view!
  897. let toView = tabViewControllers[toIndex].view!
  898. let fromIndex = tabViewControllers.firstIndex(of: selectedViewController!)
  899. guard fromIndex != toIndex else {return}
  900. // Add the toView to the tab bar view
  901. fromView.superview?.addSubview(toView)
  902. fromView.superview?.backgroundColor = UIColor.white
  903. // Position toView off screen (to the left/right of fromView)
  904. let screenWidth = UIScreen.main.bounds.size.width;
  905. let scrollRight = toIndex > fromIndex!;
  906. let offset = (scrollRight ? screenWidth : -screenWidth)
  907. toView.center = CGPoint(x: (fromView.center.x) + offset, y: (toView.center.y))
  908. // Disable interaction during animation
  909. view.isUserInteractionEnabled = false
  910. UIView.animate(withDuration: 0.3, delay: 0.0, usingSpringWithDamping: 1, initialSpringVelocity: 0, options: UIView.AnimationOptions.curveEaseOut, animations: {
  911. // Slide the views by -offset
  912. fromView.center = CGPoint(x: fromView.center.x - offset, y: fromView.center.y);
  913. toView.center = CGPoint(x: toView.center.x - offset, y: toView.center.y);
  914. }, completion: { finished in
  915. // Remove the old view from the tabbar view.
  916. fromView.removeFromSuperview()
  917. self.selectedIndex = toIndex
  918. self.view.isUserInteractionEnabled = true
  919. })
  920. }
  921. }
  922. //
  923. // https://stackoverflow.com/questions/44822558/ios-11-uitabbar-uitabbaritem-positioning-issue/46348796#46348796
  924. //
  925. extension UITabBar {
  926. // Workaround for iOS 11's new UITabBar behavior where on iPad, the UITabBar inside
  927. // the Master view controller shows the UITabBarItem icon next to the text
  928. override open var traitCollection: UITraitCollection {
  929. if UIDevice.current.userInterfaceIdiom == .pad {
  930. return UITraitCollection(horizontalSizeClass: .compact)
  931. }
  932. return super.traitCollection
  933. }
  934. }
  935. //MARK: - Networking Main
  936. class NCNetworkingMain: NSObject, CCNetworkingDelegate {
  937. @objc static let sharedInstance: NCNetworkingMain = {
  938. let instance = NCNetworkingMain()
  939. return instance
  940. }()
  941. lazy var operationQueueNetworkingMain: OperationQueue = {
  942. let queue = OperationQueue()
  943. queue.name = "com.nextcloud.operationQueueNetworkingMain"
  944. queue.maxConcurrentOperationCount = 1
  945. return queue
  946. }()
  947. let appDelegate = UIApplication.shared.delegate as! AppDelegate
  948. // DOWNLOAD
  949. func downloadStart(_ fileID: String!, account: String!, task: URLSessionDownloadTask!, serverUrl: String!) {
  950. NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
  951. appDelegate.updateApplicationIconBadgeNumber()
  952. }
  953. func downloadFileSuccessFailure(_ fileName: String!, fileID: String!, serverUrl: String!, selector: String!, errorMessage: String!, errorCode: Int) {
  954. guard let metadata = NCManageDatabase.sharedInstance.getMetadata(predicate: NSPredicate(format: "fileID == %@", fileID)) else {
  955. return
  956. }
  957. if metadata.account != appDelegate.activeAccount {
  958. NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
  959. return
  960. }
  961. if errorCode == 0 {
  962. NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
  963. // Synchronized
  964. if selector == selectorDownloadSynchronize {
  965. appDelegate.updateApplicationIconBadgeNumber()
  966. appDelegate.startLoadAutoDownloadUpload()
  967. return
  968. }
  969. // Modify Photo
  970. if selector == selectorDownloadEditPhoto {
  971. NCMainCommon.sharedInstance.editPhoto(metadata, viewController: appDelegate.activeMain)
  972. return
  973. }
  974. // open View File
  975. if selector == selectorLoadFileView && UIApplication.shared.applicationState == UIApplication.State.active {
  976. var uti = CCUtility.insertTypeFileIconName(metadata.fileNameView, metadata: metadata)
  977. if uti == nil {
  978. uti = ""
  979. } else if uti!.contains("opendocument") && !NCViewerRichdocument.sharedInstance.isRichDocument(metadata) {
  980. metadata.typeFile = k_metadataTypeFile_unknown
  981. }
  982. if metadata.typeFile == k_metadataTypeFile_imagemeter {
  983. do {
  984. let source = URL(fileURLWithPath: CCUtility.getDirectoryProviderStorageFileID(metadata.fileID, fileNameView: metadata.fileNameView))
  985. let destination = URL(fileURLWithPath: CCUtility.getDirectoryProviderStorageFileID(metadata.fileID))
  986. try FileManager().unzipItem(at: source, to: destination)
  987. let nameArchiveImagemeter = (metadata.fileNameView as NSString).deletingPathExtension
  988. let pathArchiveImagemeter = CCUtility.getDirectoryProviderStorageFileID(metadata.fileID) + "/" + nameArchiveImagemeter
  989. let annoPath = (pathArchiveImagemeter + "/anno-" + nameArchiveImagemeter + ".imm")
  990. if let fileHandle = FileHandle(forReadingAtPath: annoPath) {
  991. let data = fileHandle.readData(ofLength: 4)
  992. if data.starts(with: [0x50, 0x4b, 0x03, 0x04]) {
  993. do {
  994. try FileManager().unzipItem(at: annoPath.url, to: pathArchiveImagemeter.url)
  995. } catch {
  996. appDelegate.messageNotification("_error_", description: "_error_decompressing_", visible: true, delay: TimeInterval(k_dismissAfterSecond), type: TWMessageBarMessageType.error, errorCode: errorCode)
  997. return
  998. }
  999. }
  1000. fileHandle.closeFile()
  1001. }
  1002. } catch {
  1003. appDelegate.messageNotification("_error_", description: "_error_decompressing_", visible: true, delay: TimeInterval(k_dismissAfterSecond), type: TWMessageBarMessageType.error, errorCode: errorCode)
  1004. return
  1005. }
  1006. }
  1007. if metadata.typeFile == k_metadataTypeFile_compress || metadata.typeFile == k_metadataTypeFile_unknown {
  1008. NCMainCommon.sharedInstance.openIn(metadata: metadata)
  1009. } else {
  1010. if appDelegate.activeMain.view.window != nil {
  1011. appDelegate.activeMain.shouldPerformSegue(metadata)
  1012. }
  1013. if appDelegate.activeFavorites.view.window != nil {
  1014. appDelegate.activeFavorites.shouldPerformSegue(metadata)
  1015. }
  1016. }
  1017. }
  1018. // Open in...
  1019. if selector == selectorOpenIn && UIApplication.shared.applicationState == UIApplication.State.active {
  1020. NCMainCommon.sharedInstance.openIn(metadata: metadata)
  1021. }
  1022. // Save to Photo Album
  1023. if selector == selectorSave {
  1024. appDelegate.activeMain.save(toPhotoAlbum: metadata)
  1025. }
  1026. // Copy File
  1027. if selector == selectorLoadCopy {
  1028. appDelegate.activeMain.copyFile(toPasteboard: metadata)
  1029. }
  1030. // Set as available offline
  1031. if selector == selectorLoadOffline {
  1032. NCManageDatabase.sharedInstance.setLocalFile(fileID: metadata.fileID, offline: true)
  1033. }
  1034. //selectorLoadViewImage
  1035. if selector == selectorLoadViewImage {
  1036. if appDelegate.activeDetail != nil {
  1037. appDelegate.activeDetail.downloadPhotoBrowserSuccessFailure(metadata, selector: selector, errorCode: errorCode)
  1038. }
  1039. }
  1040. appDelegate.startLoadAutoDownloadUpload()
  1041. } else {
  1042. // File do not exists on server, remove in local
  1043. if (errorCode == kOCErrorServerPathNotFound || errorCode == -1011) { // - 1011 = kCFURLErrorBadServerResponse
  1044. do {
  1045. try FileManager.default.removeItem(atPath: CCUtility.getDirectoryProviderStorageFileID(metadata.fileID))
  1046. } catch { }
  1047. NCManageDatabase.sharedInstance.deleteMetadata(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  1048. NCManageDatabase.sharedInstance.deleteLocalFile(predicate: NSPredicate(format: "fileID == %@", metadata.fileID))
  1049. NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_DEL))
  1050. }
  1051. if selector == selectorLoadViewImage {
  1052. if appDelegate.activeDetail.view.window != nil {
  1053. appDelegate.activeDetail.downloadPhotoBrowserSuccessFailure(metadata, selector: selector, errorCode: errorCode)
  1054. }
  1055. NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
  1056. }
  1057. }
  1058. appDelegate.startLoadAutoDownloadUpload()
  1059. }
  1060. // UPLOAD
  1061. func uploadStart(_ fileID: String!, account: String!, task: URLSessionUploadTask!, serverUrl: String!) {
  1062. NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
  1063. appDelegate.updateApplicationIconBadgeNumber()
  1064. }
  1065. func uploadFileSuccessFailure(_ fileName: String!, fileID: String!, assetLocalIdentifier: String!, serverUrl: String!, selector: String!, errorMessage: String!, errorCode: Int) {
  1066. guard let metadata = NCManageDatabase.sharedInstance.getMetadata(predicate: NSPredicate(format: "fileID == %@", fileID)) else {
  1067. return
  1068. }
  1069. if metadata.account != appDelegate.activeAccount {
  1070. NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
  1071. return
  1072. }
  1073. NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
  1074. if errorCode == 0 {
  1075. appDelegate.startLoadAutoDownloadUpload()
  1076. } else {
  1077. if errorCode != -999 && errorCode != kOCErrorServerUnauthorized && errorMessage != "" {
  1078. appDelegate.messageNotification("_upload_file_", description: errorMessage, visible: true, delay: TimeInterval(k_dismissAfterSecond), type: TWMessageBarMessageType.error, errorCode: errorCode)
  1079. }
  1080. }
  1081. }
  1082. @objc func downloadThumbnail(with metadata: tableMetadata, view: Any, indexPath: IndexPath) {
  1083. operationQueueNetworkingMain.addOperation(NCOperationNetworkingMain.init(metadata: metadata, view: view, indexPath: indexPath, networkingFunc: "downloadThumbnail"))
  1084. }
  1085. func downloadThumbnail(with metadata: tableMetadata, view: Any, indexPath: IndexPath, closure: @escaping () -> ()) {
  1086. if !metadata.isInvalidated && metadata.hasPreview == 1 && (!CCUtility.fileProviderStorageIconExists(metadata.fileID, fileNameView: metadata.fileName) || metadata.typeFile == k_metadataTypeFile_document) {
  1087. let width = NCUtility.sharedInstance.getScreenWidthForPreview()
  1088. let height = NCUtility.sharedInstance.getScreenHeightForPreview()
  1089. OCNetworking.sharedManager().downloadPreview(withAccount: metadata.account, metadata: metadata, withWidth: width, andHeight: height, completion: { (account, image, message, errorCode) in
  1090. if errorCode == 0 && account == self.appDelegate.activeAccount && !metadata.isInvalidated && CCUtility.fileProviderStorageIconExists(metadata.fileID, fileNameView: metadata.fileName) {
  1091. if view is UICollectionView && NCMainCommon.sharedInstance.isValidIndexPath(indexPath, view: view) {
  1092. if let cell = (view as! UICollectionView).cellForItem(at: indexPath) {
  1093. if cell is NCListCell {
  1094. (cell as! NCListCell).imageItem.image = image
  1095. } else if cell is NCGridCell {
  1096. (cell as! NCGridCell).imageItem.image = image
  1097. } else if cell is NCGridMediaCell {
  1098. (cell as! NCGridMediaCell).imageItem.image = image
  1099. }
  1100. }
  1101. }
  1102. if view is UITableView && CCUtility.fileProviderStorageIconExists(metadata.fileID, fileNameView: metadata.fileName) && NCMainCommon.sharedInstance.isValidIndexPath(indexPath, view: view) {
  1103. if let cell = (view as! UITableView).cellForRow(at: indexPath) {
  1104. if cell is CCCellMainTransfer {
  1105. (cell as! CCCellMainTransfer).file.image = image
  1106. } else if cell is CCCellMain {
  1107. (cell as! CCCellMain).file.image = image
  1108. }
  1109. }
  1110. }
  1111. }
  1112. return closure()
  1113. })
  1114. }
  1115. return closure()
  1116. }
  1117. }
  1118. //MARK: - Operation Networking Main
  1119. class NCOperationNetworkingMain: Operation {
  1120. private var _executing : Bool = false
  1121. override var isExecuting : Bool {
  1122. get { return _executing }
  1123. set {
  1124. guard _executing != newValue else { return }
  1125. willChangeValue(forKey: "isExecuting")
  1126. _executing = newValue
  1127. didChangeValue(forKey: "isExecuting")
  1128. }
  1129. }
  1130. private var _finished : Bool = false
  1131. override var isFinished : Bool {
  1132. get { return _finished }
  1133. set {
  1134. guard _finished != newValue else { return }
  1135. willChangeValue(forKey: "isFinished")
  1136. _finished = newValue
  1137. didChangeValue(forKey: "isFinished")
  1138. }
  1139. }
  1140. private var metadata: tableMetadata?
  1141. private var view: Any?
  1142. private var indexPath: IndexPath?
  1143. private var networkingFunc: String = ""
  1144. init(metadata: tableMetadata?, view: Any?, indexPath: IndexPath?, networkingFunc: String) {
  1145. super.init()
  1146. if metadata != nil { self.metadata = metadata! }
  1147. if view != nil { self.view = view! }
  1148. if indexPath != nil { self.indexPath = indexPath! }
  1149. self.networkingFunc = networkingFunc
  1150. }
  1151. override func start() {
  1152. if !Thread.isMainThread {
  1153. self.performSelector(onMainThread:#selector(start), with: nil, waitUntilDone: false)
  1154. } else {
  1155. isExecuting = true
  1156. if isCancelled {
  1157. finish()
  1158. } else {
  1159. poolNetworking()
  1160. }
  1161. }
  1162. }
  1163. func finish() {
  1164. isExecuting = false
  1165. isFinished = true
  1166. }
  1167. override func cancel() {
  1168. super.cancel()
  1169. if isExecuting {
  1170. complete()
  1171. }
  1172. }
  1173. func complete() {
  1174. finish()
  1175. UIApplication.shared.isNetworkActivityIndicatorVisible = false
  1176. }
  1177. func poolNetworking() {
  1178. UIApplication.shared.isNetworkActivityIndicatorVisible = true
  1179. switch networkingFunc {
  1180. case "downloadThumbnail":
  1181. NCNetworkingMain.sharedInstance.downloadThumbnail(with: metadata!, view: view!, indexPath: indexPath!) {
  1182. self.complete()
  1183. }
  1184. default:
  1185. print("error")
  1186. }
  1187. }
  1188. }
  1189. //MARK: - Function Main
  1190. class NCFunctionMain: NSObject {
  1191. @objc static let sharedInstance: NCFunctionMain = {
  1192. let instance = NCFunctionMain()
  1193. return instance
  1194. }()
  1195. let appDelegate = UIApplication.shared.delegate as! AppDelegate
  1196. @objc func synchronizeOffline() {
  1197. let directories = NCManageDatabase.sharedInstance.getTablesDirectory(predicate: NSPredicate(format: "account == %@ AND offline == true", appDelegate.activeAccount), sorted: "serverUrl", ascending: true)
  1198. if (directories != nil) {
  1199. for directory: tableDirectory in directories! {
  1200. CCSynchronize.shared()?.readFolder(directory.serverUrl, selector: selectorReadFolderWithDownload, account: appDelegate.activeAccount)
  1201. }
  1202. }
  1203. let files = NCManageDatabase.sharedInstance.getTableLocalFiles(predicate: NSPredicate(format: "account == %@ AND offline == true", appDelegate.activeAccount), sorted: "fileName", ascending: true)
  1204. if (files != nil) {
  1205. for file: tableLocalFile in files! {
  1206. guard let metadata = NCManageDatabase.sharedInstance.getMetadata(predicate: NSPredicate(format: "fileID == %@", file.fileID)) else {
  1207. continue
  1208. }
  1209. CCSynchronize.shared()?.readFile(metadata.fileID, fileName: metadata.fileName, serverUrl: metadata.serverUrl, selector: selectorReadFileWithDownload, account: appDelegate.activeAccount)
  1210. }
  1211. }
  1212. }
  1213. }