NCCollectionViewCommon.swift 77 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615
  1. //
  2. // NCCollectionViewCommon.swift
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 12/09/2020.
  6. // Copyright © 2020 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 NCCommunication
  25. class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UISearchResultsUpdating, UISearchControllerDelegate, UISearchBarDelegate, NCListCellDelegate, NCGridCellDelegate, NCSectionHeaderMenuDelegate, NCEmptyDataSetDelegate, UIAdaptivePresentationControllerDelegate {
  26. @IBOutlet weak var collectionView: UICollectionView!
  27. let appDelegate = UIApplication.shared.delegate as! AppDelegate
  28. internal let refreshControl = UIRefreshControl()
  29. internal var searchController: UISearchController?
  30. internal var emptyDataSet: NCEmptyDataSet?
  31. internal var serverUrl: String = ""
  32. internal var isEncryptedFolder = false
  33. internal var isEditMode = false
  34. internal var selectOcId: [String] = []
  35. internal var metadatasSource: [tableMetadata] = []
  36. internal var metadataFolder: tableMetadata?
  37. internal var metadataTouch: tableMetadata?
  38. internal var dataSource = NCDataSource()
  39. internal var richWorkspaceText: String?
  40. internal var layout = ""
  41. internal var sort: String = ""
  42. internal var ascending: Bool = true
  43. internal var directoryOnTop: Bool = true
  44. internal var groupBy = ""
  45. internal var titleButton = ""
  46. internal var itemForLine = 0
  47. private var autoUploadFileName = ""
  48. private var autoUploadDirectory = ""
  49. internal var listLayout: NCListLayout!
  50. internal var gridLayout: NCGridLayout!
  51. private let headerHeight: CGFloat = 50
  52. private var headerRichWorkspaceHeight: CGFloat = 0
  53. private let footerHeight: CGFloat = 100
  54. private var timerInputSearch: Timer?
  55. internal var literalSearch: String?
  56. internal var isSearching: Bool = false
  57. internal var isReloadDataSourceNetworkInProgress: Bool = false
  58. // DECLARE
  59. internal var layoutKey = ""
  60. internal var titleCurrentFolder = ""
  61. internal var enableSearchBar: Bool = false
  62. internal var emptyImage: UIImage?
  63. internal var emptyTitle: String = ""
  64. internal var emptyDescription: String = ""
  65. required init?(coder aDecoder: NSCoder) {
  66. super.init(coder: aDecoder)
  67. }
  68. override func viewDidLoad() {
  69. super.viewDidLoad()
  70. self.navigationController?.navigationBar.prefersLargeTitles = true
  71. if enableSearchBar {
  72. searchController = UISearchController(searchResultsController: nil)
  73. searchController?.searchResultsUpdater = self
  74. searchController?.dimsBackgroundDuringPresentation = false
  75. searchController?.delegate = self
  76. searchController?.searchBar.delegate = self
  77. navigationItem.searchController = searchController
  78. navigationItem.hidesSearchBarWhenScrolling = false
  79. }
  80. // Cell
  81. collectionView.register(UINib.init(nibName: "NCListCell", bundle: nil), forCellWithReuseIdentifier: "listCell")
  82. collectionView.register(UINib.init(nibName: "NCGridCell", bundle: nil), forCellWithReuseIdentifier: "gridCell")
  83. collectionView.register(UINib.init(nibName: "NCTransferCell", bundle: nil), forCellWithReuseIdentifier: "transferCell")
  84. // Header
  85. collectionView.register(UINib.init(nibName: "NCSectionHeaderMenu", bundle: nil), forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: "sectionHeaderMenu")
  86. // Footer
  87. collectionView.register(UINib.init(nibName: "NCSectionFooter", bundle: nil), forSupplementaryViewOfKind: UICollectionView.elementKindSectionFooter, withReuseIdentifier: "sectionFooter")
  88. collectionView.alwaysBounceVertical = true
  89. listLayout = NCListLayout()
  90. gridLayout = NCGridLayout()
  91. // Refresh Control
  92. collectionView.addSubview(refreshControl)
  93. refreshControl.tintColor = .gray
  94. refreshControl.addTarget(self, action: #selector(reloadDataSourceNetworkRefreshControl), for: .valueChanged)
  95. // Empty
  96. emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: 0, delegate: self)
  97. // 3D Touch peek and pop
  98. if traitCollection.forceTouchCapability == .available {
  99. registerForPreviewing(with: self, sourceView: view)
  100. }
  101. // Long Press on CollectionView
  102. let longPressedGesture = UILongPressGestureRecognizer(target: self, action: #selector(longPressCollecationView(_:)))
  103. longPressedGesture.minimumPressDuration = 0.5
  104. longPressedGesture.delegate = self
  105. longPressedGesture.delaysTouchesBegan = true
  106. collectionView.addGestureRecognizer(longPressedGesture)
  107. // Notification
  108. NotificationCenter.default.addObserver(self, selector: #selector(initializeMain), name: NSNotification.Name(rawValue: k_notificationCenter_initializeMain), object: nil)
  109. NotificationCenter.default.addObserver(self, selector: #selector(changeTheming), name: NSNotification.Name(rawValue: k_notificationCenter_changeTheming), object: nil)
  110. NotificationCenter.default.addObserver(self, selector: #selector(reloadDataSource(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_reloadDataSource), object: nil)
  111. NotificationCenter.default.addObserver(self, selector: #selector(changeStatusFolderE2EE(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_changeStatusFolderE2EE), object: nil)
  112. NotificationCenter.default.addObserver(self, selector: #selector(closeRichWorkspaceWebView), name: NSNotification.Name(rawValue: k_notificationCenter_closeRichWorkspaceWebView), object: nil)
  113. NotificationCenter.default.addObserver(self, selector: #selector(deleteFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_deleteFile), object: nil)
  114. NotificationCenter.default.addObserver(self, selector: #selector(moveFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_moveFile), object: nil)
  115. NotificationCenter.default.addObserver(self, selector: #selector(copyFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_copyFile), object: nil)
  116. NotificationCenter.default.addObserver(self, selector: #selector(renameFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_renameFile), object: nil)
  117. NotificationCenter.default.addObserver(self, selector: #selector(createFolder(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_createFolder), object: nil)
  118. NotificationCenter.default.addObserver(self, selector: #selector(favoriteFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_favoriteFile), object: nil)
  119. NotificationCenter.default.addObserver(self, selector: #selector(downloadStartFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_downloadStartFile), object: nil)
  120. NotificationCenter.default.addObserver(self, selector: #selector(downloadedFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_downloadedFile), object: nil)
  121. NotificationCenter.default.addObserver(self, selector: #selector(downloadCancelFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_downloadCancelFile), object: nil)
  122. NotificationCenter.default.addObserver(self, selector: #selector(uploadStartFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_uploadStartFile), object: nil)
  123. NotificationCenter.default.addObserver(self, selector: #selector(uploadedFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_uploadedFile), object: nil)
  124. NotificationCenter.default.addObserver(self, selector: #selector(uploadCancelFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_uploadCancelFile), object: nil)
  125. NotificationCenter.default.addObserver(self, selector: #selector(triggerProgressTask(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_progressTask), object:nil)
  126. changeTheming()
  127. }
  128. override func viewWillAppear(_ animated: Bool) {
  129. super.viewWillAppear(animated)
  130. if serverUrl == "" {
  131. appDelegate.activeServerUrl = NCUtility.shared.getHomeServer(urlBase: appDelegate.urlBase, account: appDelegate.account)
  132. } else {
  133. appDelegate.activeServerUrl = serverUrl
  134. }
  135. appDelegate.activeViewController = self
  136. self.navigationItem.title = titleCurrentFolder
  137. (layout, sort, ascending, groupBy, directoryOnTop, titleButton, itemForLine) = NCUtility.shared.getLayoutForView(key: layoutKey, serverUrl: serverUrl)
  138. gridLayout.itemForLine = CGFloat(itemForLine)
  139. if layout == k_layout_list {
  140. collectionView?.collectionViewLayout = listLayout
  141. } else {
  142. collectionView?.collectionViewLayout = gridLayout
  143. }
  144. setNavigationItem()
  145. reloadDataSource()
  146. }
  147. override func viewDidAppear(_ animated: Bool) {
  148. super.viewDidAppear(animated)
  149. reloadDataSourceNetwork()
  150. }
  151. func presentationControllerDidDismiss( _ presentationController: UIPresentationController) {
  152. let viewController = presentationController.presentedViewController
  153. if viewController is NCViewerRichWorkspaceWebView {
  154. closeRichWorkspaceWebView()
  155. } else if viewController is UINavigationController {
  156. if (viewController as! UINavigationController).topViewController is NCFileViewInFolder {
  157. appDelegate.activeFileViewInFolder = nil
  158. }
  159. }
  160. }
  161. override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
  162. super.viewWillTransition(to: size, with: coordinator)
  163. coordinator.animate(alongsideTransition: nil) { _ in
  164. self.collectionView?.collectionViewLayout.invalidateLayout()
  165. }
  166. }
  167. override var canBecomeFirstResponder: Bool {
  168. return true
  169. }
  170. func setNavigationItem() {
  171. if isEditMode {
  172. self.navigationItem.rightBarButtonItem = UIBarButtonItem(image: UIImage.init(named: "navigationMore"), style: .plain, target: self, action:#selector(tapSelectMenu(sender:)))
  173. self.navigationItem.leftBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_cancel_", comment: ""), style: .plain, target: self, action: #selector(tapSelect(sender:)))
  174. self.navigationItem.title = NSLocalizedString("_selected_", comment: "") + " : \(selectOcId.count)" + " / \(dataSource.metadatas.count)"
  175. } else {
  176. self.navigationItem.rightBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_select_", comment: ""), style: UIBarButtonItem.Style.plain, target: self, action: #selector(tapSelect(sender:)))
  177. self.navigationItem.leftBarButtonItem = nil
  178. self.navigationItem.title = titleCurrentFolder
  179. }
  180. }
  181. // MARK: - NotificationCenter
  182. @objc func initializeMain() {
  183. if appDelegate.account.count == 0 { return }
  184. if searchController?.isActive ?? false {
  185. searchController?.isActive = false
  186. }
  187. // set active serverUrl
  188. if self.view?.window != nil {
  189. if serverUrl == "" {
  190. appDelegate.activeServerUrl = NCUtility.shared.getHomeServer(urlBase: appDelegate.urlBase, account: appDelegate.account)
  191. } else {
  192. appDelegate.activeServerUrl = serverUrl
  193. }
  194. }
  195. self.navigationController?.popToRootViewController(animated: false)
  196. appDelegate.listFilesVC.removeAllObjects()
  197. appDelegate.listFavoriteVC.removeAllObjects()
  198. appDelegate.listOfflineVC.removeAllObjects()
  199. reloadDataSource()
  200. }
  201. @objc func changeTheming() {
  202. appDelegate.changeTheming(self, tableView: nil, collectionView: collectionView, form: false)
  203. }
  204. @objc func reloadDataSource(_ notification: NSNotification) {
  205. if self.view?.window == nil { return }
  206. reloadDataSource()
  207. }
  208. @objc func changeStatusFolderE2EE(_ notification: NSNotification) {
  209. if self.view?.window == nil { return }
  210. reloadDataSource()
  211. }
  212. @objc func closeRichWorkspaceWebView() {
  213. if self.view?.window == nil { return }
  214. reloadDataSourceNetwork()
  215. }
  216. @objc func deleteFile(_ notification: NSNotification) {
  217. if self.view?.window == nil { return }
  218. if let userInfo = notification.userInfo as NSDictionary? {
  219. if let metadata = userInfo["metadata"] as? tableMetadata, let onlyLocal = userInfo["onlyLocal"] as? Bool {
  220. if onlyLocal {
  221. reloadDataSource()
  222. } else if metadata.fileNameView.lowercased() == k_fileNameRichWorkspace.lowercased() {
  223. reloadDataSourceNetwork(forced: true)
  224. } else {
  225. if let row = dataSource.deleteMetadata(ocId: metadata.ocId) {
  226. let indexPath = IndexPath(row: row, section: 0)
  227. collectionView?.performBatchUpdates({
  228. collectionView?.deleteItems(at: [indexPath])
  229. }, completion: { (_) in
  230. self.collectionView?.reloadData()
  231. })
  232. }
  233. }
  234. }
  235. }
  236. }
  237. @objc func moveFile(_ notification: NSNotification) {
  238. if self.view?.window == nil { return }
  239. if let userInfo = notification.userInfo as NSDictionary? {
  240. if let metadata = userInfo["metadata"] as? tableMetadata, let metadataNew = userInfo["metadataNew"] as? tableMetadata {
  241. if metadata.serverUrl == serverUrl && metadata.account == appDelegate.account {
  242. if let row = dataSource.deleteMetadata(ocId: metadata.ocId) {
  243. let indexPath = IndexPath(row: row, section: 0)
  244. collectionView?.performBatchUpdates({
  245. collectionView?.deleteItems(at: [indexPath])
  246. }, completion: { (_) in
  247. self.collectionView?.reloadData()
  248. })
  249. }
  250. } else if metadataNew.serverUrl == serverUrl && metadata.account == appDelegate.account {
  251. if let row = dataSource.addMetadata(metadataNew) {
  252. let indexPath = IndexPath(row: row, section: 0)
  253. collectionView?.performBatchUpdates({
  254. collectionView?.insertItems(at: [indexPath])
  255. }, completion: { (_) in
  256. self.collectionView?.reloadData()
  257. })
  258. }
  259. }
  260. }
  261. }
  262. }
  263. @objc func copyFile(_ notification: NSNotification) {
  264. if self.view?.window == nil { return }
  265. if let userInfo = notification.userInfo as NSDictionary? {
  266. if let serverUrlTo = userInfo["serverUrlTo"] as? String {
  267. if serverUrlTo == self.serverUrl {
  268. reloadDataSource()
  269. }
  270. }
  271. }
  272. }
  273. @objc func renameFile(_ notification: NSNotification) {
  274. if self.view?.window == nil { return }
  275. reloadDataSource()
  276. }
  277. @objc func createFolder(_ notification: NSNotification) {
  278. if self.view?.window == nil { return }
  279. if let userInfo = notification.userInfo as NSDictionary? {
  280. if let metadata = userInfo["metadata"] as? tableMetadata {
  281. if metadata.serverUrl == serverUrl && metadata.account == appDelegate.account {
  282. if let row = dataSource.addMetadata(metadata) {
  283. let indexPath = IndexPath(row: row, section: 0)
  284. collectionView?.performBatchUpdates({
  285. collectionView?.insertItems(at: [indexPath])
  286. }, completion: { (_) in
  287. self.collectionView?.reloadData()
  288. })
  289. }
  290. }
  291. }
  292. } else {
  293. reloadDataSourceNetwork()
  294. }
  295. }
  296. @objc func favoriteFile(_ notification: NSNotification) {
  297. if self.view?.window == nil { return }
  298. if let userInfo = notification.userInfo as NSDictionary? {
  299. if let metadata = userInfo["metadata"] as? tableMetadata {
  300. if dataSource.getIndexMetadata(ocId: metadata.ocId) != nil {
  301. reloadDataSource()
  302. }
  303. }
  304. }
  305. }
  306. @objc func downloadStartFile(_ notification: NSNotification) {
  307. if self.view?.window == nil { return }
  308. if let userInfo = notification.userInfo as NSDictionary? {
  309. if let metadata = userInfo["metadata"] as? tableMetadata {
  310. if let row = dataSource.reloadMetadata(ocId: metadata.ocId) {
  311. let indexPath = IndexPath(row: row, section: 0)
  312. collectionView?.reloadItems(at: [indexPath])
  313. }
  314. }
  315. }
  316. }
  317. @objc func downloadedFile(_ notification: NSNotification) {
  318. if self.view?.window == nil { return }
  319. if let userInfo = notification.userInfo as NSDictionary? {
  320. if let metadata = userInfo["metadata"] as? tableMetadata, let _ = userInfo["errorCode"] as? Int {
  321. if let row = dataSource.reloadMetadata(ocId: metadata.ocId) {
  322. let indexPath = IndexPath(row: row, section: 0)
  323. collectionView?.reloadItems(at: [indexPath])
  324. }
  325. }
  326. }
  327. }
  328. @objc func downloadCancelFile(_ notification: NSNotification) {
  329. if self.view?.window == nil { return }
  330. if let userInfo = notification.userInfo as NSDictionary? {
  331. if let metadata = userInfo["metadata"] as? tableMetadata {
  332. if let row = dataSource.reloadMetadata(ocId: metadata.ocId) {
  333. let indexPath = IndexPath(row: row, section: 0)
  334. collectionView?.reloadItems(at: [indexPath])
  335. }
  336. }
  337. }
  338. }
  339. @objc func uploadStartFile(_ notification: NSNotification) {
  340. if self.view?.window == nil { return }
  341. if let userInfo = notification.userInfo as NSDictionary? {
  342. if let metadata = userInfo["metadata"] as? tableMetadata {
  343. if metadata.serverUrl == serverUrl && metadata.account == appDelegate.account {
  344. if let row = dataSource.addMetadata(metadata) {
  345. let indexPath = IndexPath(row: row, section: 0)
  346. collectionView?.performBatchUpdates({
  347. collectionView?.insertItems(at: [indexPath])
  348. }, completion: { (_) in
  349. self.collectionView?.reloadData()
  350. })
  351. }
  352. }
  353. }
  354. }
  355. }
  356. @objc func uploadedFile(_ notification: NSNotification) {
  357. if self.view?.window == nil { return }
  358. if let userInfo = notification.userInfo as NSDictionary? {
  359. if let metadata = userInfo["metadata"] as? tableMetadata, let ocIdTemp = userInfo["ocIdTemp"] as? String, let _ = userInfo["errorCode"] as? Int {
  360. if metadata.serverUrl == serverUrl && metadata.account == appDelegate.account {
  361. dataSource.reloadMetadata(ocId: metadata.ocId, ocIdTemp: ocIdTemp)
  362. collectionView?.reloadData()
  363. }
  364. }
  365. }
  366. }
  367. @objc func uploadCancelFile(_ notification: NSNotification) {
  368. if self.view?.window == nil { return }
  369. if let userInfo = notification.userInfo as NSDictionary? {
  370. if let metadata = userInfo["metadata"] as? tableMetadata {
  371. if metadata.serverUrl == serverUrl && metadata.account == appDelegate.account {
  372. if let row = dataSource.deleteMetadata(ocId: metadata.ocId) {
  373. let indexPath = IndexPath(row: row, section: 0)
  374. collectionView?.performBatchUpdates({
  375. collectionView?.deleteItems(at: [indexPath])
  376. }, completion: { (_) in
  377. self.collectionView?.reloadData()
  378. })
  379. } else {
  380. self.reloadDataSource()
  381. }
  382. }
  383. }
  384. }
  385. }
  386. @objc func triggerProgressTask(_ notification: NSNotification) {
  387. if self.view?.window == nil { return }
  388. if let userInfo = notification.userInfo as NSDictionary? {
  389. if let ocId = userInfo["ocId"] as? String {
  390. let _ = userInfo["account"] as? String ?? ""
  391. let _ = userInfo["serverUrl"] as? String ?? ""
  392. let progressNumber = userInfo["progress"] as? NSNumber ?? 0
  393. let progress = progressNumber.floatValue
  394. let status = userInfo["status"] as? Int ?? Int(k_metadataStatusNormal)
  395. let totalBytes = userInfo["totalBytes"] as? Double ?? 0
  396. let totalBytesExpected = userInfo["totalBytesExpected"] as? Double ?? 0
  397. appDelegate.listProgressMetadata.setObject([progress as NSNumber, totalBytes as NSNumber, totalBytesExpected as NSNumber], forKey: userInfo["ocId"] as? NSString ?? "")
  398. if let index = dataSource.getIndexMetadata(ocId: ocId) {
  399. if let cell = collectionView?.cellForItem(at: IndexPath(row: index, section: 0)) {
  400. if cell is NCListCell {
  401. let cell = cell as! NCListCell
  402. if progress > 0 {
  403. cell.progressView?.isHidden = false
  404. cell.progressView?.progress = progress
  405. cell.setButtonMore(named: k_buttonMoreStop, image: NCCollectionCommon.images.cellButtonStop)
  406. if status == k_metadataStatusInDownload {
  407. cell.labelInfo.text = CCUtility.transformedSize(totalBytesExpected) + " - ↓ " + CCUtility.transformedSize(totalBytes)
  408. } else if status == k_metadataStatusInUpload {
  409. cell.labelInfo.text = CCUtility.transformedSize(totalBytesExpected) + " - ↑ " + CCUtility.transformedSize(totalBytes)
  410. }
  411. }
  412. } else if cell is NCTransferCell {
  413. let cell = cell as! NCTransferCell
  414. if progress > 0 {
  415. cell.progressView?.isHidden = false
  416. cell.progressView?.progress = progress
  417. cell.setButtonMore(named: k_buttonMoreStop, image: NCCollectionCommon.images.cellButtonStop)
  418. if status == k_metadataStatusInDownload {
  419. cell.labelInfo.text = CCUtility.transformedSize(totalBytesExpected) + " - ↓ " + CCUtility.transformedSize(totalBytes)
  420. } else if status == k_metadataStatusInUpload {
  421. cell.labelInfo.text = CCUtility.transformedSize(totalBytesExpected) + " - ↑ " + CCUtility.transformedSize(totalBytes)
  422. }
  423. }
  424. } else if cell is NCGridCell {
  425. let cell = cell as! NCGridCell
  426. if progress > 0 {
  427. cell.progressView.isHidden = false
  428. cell.progressView.progress = progress
  429. cell.setButtonMore(named: k_buttonMoreStop, image: NCCollectionCommon.images.cellButtonStop)
  430. }
  431. }
  432. }
  433. }
  434. }
  435. }
  436. }
  437. // MARK: - Empty
  438. func emptyDataSetView(_ view: NCEmptyView) {
  439. if searchController?.isActive ?? false {
  440. view.emptyImage.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "search"), width: 300, height: 300, color: .gray)
  441. if isReloadDataSourceNetworkInProgress {
  442. view.emptyTitle.text = NSLocalizedString("_search_in_progress_", comment: "")
  443. } else {
  444. view.emptyTitle.text = NSLocalizedString("_search_no_record_found_", comment: "")
  445. }
  446. view.emptyDescription.text = NSLocalizedString("_search_instruction_", comment: "")
  447. } else if isReloadDataSourceNetworkInProgress {
  448. view.emptyImage.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "networkInProgress"), width: 300, height: 300, color: .gray)
  449. view.emptyTitle.text = NSLocalizedString("_request_in_progress_", comment: "")
  450. view.emptyDescription.text = ""
  451. } else {
  452. view.emptyImage.image = emptyImage
  453. view.emptyTitle.text = NSLocalizedString(emptyTitle, comment: "")
  454. view.emptyDescription.text = NSLocalizedString(emptyDescription, comment: "")
  455. }
  456. }
  457. // MARK: - SEARCH
  458. func updateSearchResults(for searchController: UISearchController) {
  459. timerInputSearch?.invalidate()
  460. timerInputSearch = Timer.scheduledTimer(timeInterval: 1.5, target: self, selector: #selector(reloadDataSourceNetwork), userInfo: nil, repeats: false)
  461. literalSearch = searchController.searchBar.text
  462. collectionView?.reloadData()
  463. }
  464. func searchBarTextDidBeginEditing(_ searchBar: UISearchBar) {
  465. isSearching = true
  466. metadatasSource.removeAll()
  467. reloadDataSource()
  468. }
  469. func searchBarCancelButtonClicked(_ searchBar: UISearchBar) {
  470. isSearching = false
  471. literalSearch = ""
  472. reloadDataSource()
  473. }
  474. // MARK: - TAP EVENT
  475. @objc func tapSelect(sender: Any) {
  476. isEditMode = !isEditMode
  477. selectOcId.removeAll()
  478. setNavigationItem()
  479. self.collectionView.reloadData()
  480. }
  481. func tapSwitchHeader(sender: Any) {
  482. if collectionView.collectionViewLayout == gridLayout {
  483. // list layout
  484. UIView.animate(withDuration: 0.0, animations: {
  485. self.collectionView.collectionViewLayout.invalidateLayout()
  486. self.collectionView.setCollectionViewLayout(self.listLayout, animated: false, completion: { (_) in
  487. self.collectionView.reloadData()
  488. })
  489. })
  490. layout = k_layout_list
  491. NCUtility.shared.setLayoutForView(key: layoutKey, serverUrl: serverUrl, layout: layout)
  492. } else {
  493. // grid layout
  494. UIView.animate(withDuration: 0.0, animations: {
  495. self.collectionView.collectionViewLayout.invalidateLayout()
  496. self.collectionView.setCollectionViewLayout(self.gridLayout, animated: false, completion: { (_) in
  497. self.collectionView.reloadData()
  498. })
  499. })
  500. layout = k_layout_grid
  501. NCUtility.shared.setLayoutForView(key: layoutKey, serverUrl: serverUrl, layout: layout)
  502. }
  503. }
  504. func tapOrderHeader(sender: Any) {
  505. let sortMenu = NCSortMenu()
  506. sortMenu.toggleMenu(viewController: self, key: layoutKey, sortButton: sender as? UIButton, serverUrl: serverUrl)
  507. }
  508. @objc func tapSelectMenu(sender: Any) {
  509. guard let tabBarController = self.tabBarController else { return }
  510. toggleMoreSelect(viewController: tabBarController, selectOcId: selectOcId)
  511. }
  512. func tapMoreHeader(sender: Any) { }
  513. func tapMoreListItem(with objectId: String, namedButtonMore: String, sender: Any) {
  514. tapMoreGridItem(with: objectId, namedButtonMore: namedButtonMore, sender: sender)
  515. }
  516. func tapShareListItem(with objectId: String, sender: Any) {
  517. if isEditMode { return }
  518. guard let metadata = NCManageDatabase.sharedInstance.getMetadataFromOcId(objectId) else { return }
  519. NCNetworkingNotificationCenter.shared.openShare(ViewController: self, metadata: metadata, indexPage: 2)
  520. }
  521. func tapMoreGridItem(with objectId: String, namedButtonMore: String, sender: Any) {
  522. if isEditMode { return }
  523. guard let metadata = NCManageDatabase.sharedInstance.getMetadataFromOcId(objectId) else { return }
  524. if namedButtonMore == k_buttonMoreMore {
  525. toggleMoreMenu(viewController: self, metadata: metadata)
  526. } else if namedButtonMore == k_buttonMoreStop {
  527. NCNetworking.shared.cancelTransferMetadata(metadata) { }
  528. }
  529. }
  530. func tapRichWorkspace(sender: Any) {
  531. if let navigationController = UIStoryboard(name: "NCViewerRichWorkspace", bundle: nil).instantiateInitialViewController() as? UINavigationController {
  532. if let viewerRichWorkspace = navigationController.topViewController as? NCViewerRichWorkspace {
  533. viewerRichWorkspace.richWorkspaceText = richWorkspaceText ?? ""
  534. viewerRichWorkspace.serverUrl = serverUrl
  535. navigationController.modalPresentationStyle = .fullScreen
  536. self.present(navigationController, animated: true, completion: nil)
  537. }
  538. }
  539. }
  540. func longPressListItem(with objectId: String, gestureRecognizer: UILongPressGestureRecognizer) {
  541. openMenuItems(with: objectId, gestureRecognizer: gestureRecognizer)
  542. }
  543. func longPressGridItem(with objectId: String, gestureRecognizer: UILongPressGestureRecognizer) {
  544. openMenuItems(with: objectId, gestureRecognizer: gestureRecognizer)
  545. }
  546. func longPressMoreListItem(with objectId: String, namedButtonMore: String, gestureRecognizer: UILongPressGestureRecognizer) {
  547. }
  548. func longPressMoreGridItem(with objectId: String, namedButtonMore: String, gestureRecognizer: UILongPressGestureRecognizer) {
  549. }
  550. @objc func longPressCollecationView(_ gestureRecognizer: UILongPressGestureRecognizer) {
  551. openMenuItems(with: nil, gestureRecognizer: gestureRecognizer)
  552. }
  553. func openMenuItems(with objectId: String?, gestureRecognizer: UILongPressGestureRecognizer) {
  554. if gestureRecognizer.state != .began { return }
  555. if serverUrl == "" { return }
  556. if let metadata = NCManageDatabase.sharedInstance.getMetadataFromOcId(objectId) {
  557. metadataTouch = metadata
  558. } else {
  559. metadataTouch = nil
  560. }
  561. var listMenuItems: [UIMenuItem] = []
  562. let touchPoint = gestureRecognizer.location(in: collectionView)
  563. becomeFirstResponder()
  564. if metadataTouch != nil {
  565. listMenuItems.append(UIMenuItem.init(title: NSLocalizedString("_copy_file_", comment: ""), action: #selector(copyFileMenu(_:))))
  566. }
  567. listMenuItems.append(UIMenuItem.init(title: NSLocalizedString("_paste_file_", comment: ""), action: #selector(pasteFilesMenu(_:))))
  568. if metadataTouch != nil {
  569. listMenuItems.append(UIMenuItem.init(title: NSLocalizedString("_open_quicklook_", comment: ""), action: #selector(openQuickLookMenu(_:))))
  570. if !NCBrandOptions.sharedInstance.disable_openin_file {
  571. listMenuItems.append(UIMenuItem.init(title: NSLocalizedString("_open_in_", comment: ""), action: #selector(openInMenu(_:))))
  572. }
  573. }
  574. if listMenuItems.count > 0 {
  575. UIMenuController.shared.menuItems = listMenuItems
  576. UIMenuController.shared.setTargetRect(CGRect(x: touchPoint.x, y: touchPoint.y, width: 0, height: 0), in: collectionView)
  577. UIMenuController.shared.setMenuVisible(true, animated: true)
  578. }
  579. }
  580. // MARK: - Menu Item
  581. override func canPerformAction(_ action: Selector, withSender sender: Any?) -> Bool {
  582. if (#selector(pasteFilesMenu(_:)) == action) {
  583. if UIPasteboard.general.items.count > 0 {
  584. return true
  585. }
  586. }
  587. if (#selector(openQuickLookMenu(_:)) == action || #selector(openInMenu(_:)) == action || #selector(copyFileMenu(_:)) == action) {
  588. guard let metadata = metadataTouch else { return false }
  589. if !metadata.directory && metadata.status == k_metadataStatusNormal {
  590. return true
  591. }
  592. }
  593. return false
  594. }
  595. @objc func copyFileMenu(_ notification: Any) {
  596. var metadatas: [tableMetadata] = []
  597. var items = [[String : Any]]()
  598. if isEditMode {
  599. for ocId in selectOcId {
  600. if let metadata = NCManageDatabase.sharedInstance.getMetadataFromOcId(ocId) {
  601. metadatas.append(metadata)
  602. }
  603. }
  604. } else {
  605. guard let metadata = metadataTouch else { return }
  606. metadatas.append(metadata)
  607. }
  608. for metadata in metadatas {
  609. if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  610. do {
  611. let etagPasteboard = try NSKeyedArchiver.archivedData(withRootObject: metadata.ocId, requiringSecureCoding: false)
  612. items.append([k_metadataKeyedUnarchiver:etagPasteboard])
  613. } catch {
  614. print("error")
  615. }
  616. } else {
  617. NCNetworking.shared.download(metadata: metadata, selector: selectorLoadCopy, setFavorite: false) { (_) in }
  618. }
  619. }
  620. UIPasteboard.general.setItems(items, options: [:])
  621. if isEditMode {
  622. tapSelect(sender: self)
  623. }
  624. }
  625. @objc func pasteFilesMenu(_ notification: Any) {
  626. var listData: [String] = []
  627. for item in UIPasteboard.general.items {
  628. for object in item {
  629. let contentType = object.key
  630. let data = object.value
  631. if contentType == k_metadataKeyedUnarchiver {
  632. do {
  633. if let ocId = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data as! Data) as? String{
  634. uploadPasteOcId(ocId)
  635. }
  636. } catch {
  637. print("error")
  638. }
  639. continue
  640. }
  641. if data is String {
  642. if listData.contains(data as! String) {
  643. continue
  644. } else {
  645. listData.append(data as! String)
  646. }
  647. }
  648. let type = NCCommunicationCommon.shared.convertUTItoResultType(fileUTI: contentType as CFString)
  649. if type.resultTypeFile != NCCommunicationCommon.typeFile.unknow.rawValue && type.resultExtension != "" {
  650. uploadPasteFile(fileName: type.resultFilename, ext: type.resultExtension, contentType: contentType, data: data)
  651. }
  652. }
  653. }
  654. }
  655. private func uploadPasteFile(fileName: String, ext: String, contentType: String, data: Any) {
  656. do {
  657. let fileNameView = fileName + "_" + CCUtility.getIncrementalNumber() + "." + ext
  658. let ocId = UUID().uuidString
  659. let filePath = CCUtility.getDirectoryProviderStorageOcId(ocId, fileNameView: fileNameView)!
  660. if data is UIImage {
  661. try (data as? UIImage)?.jpegData(compressionQuality: 1)?.write(to: URL(fileURLWithPath: filePath))
  662. } else if data is Data {
  663. try (data as? Data)?.write(to: URL(fileURLWithPath: filePath))
  664. } else if data is String {
  665. try (data as? String)?.write(to: URL(fileURLWithPath: filePath), atomically: true, encoding: .utf8)
  666. } else {
  667. return
  668. }
  669. let metadataForUpload = NCManageDatabase.sharedInstance.createMetadata(account: appDelegate.account, fileName: fileNameView, ocId: ocId, serverUrl: serverUrl, urlBase: appDelegate.urlBase, url: "", contentType: contentType, livePhoto: false)
  670. metadataForUpload.session = NCNetworking.shared.sessionIdentifierBackground
  671. metadataForUpload.sessionSelector = selectorUploadFile
  672. metadataForUpload.size = Double(NCUtilityFileSystem.shared.getFileSize(filePath: filePath))
  673. metadataForUpload.status = Int(k_metadataStatusWaitUpload)
  674. NCManageDatabase.sharedInstance.addMetadata(metadataForUpload)
  675. } catch { }
  676. }
  677. private func uploadPasteOcId(_ ocId: String) {
  678. if let metadata = NCManageDatabase.sharedInstance.getMetadataFromOcId(ocId) {
  679. if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  680. let fileNameView = NCUtility.shared.createFileName(metadata.fileNameView, serverUrl: serverUrl, account: appDelegate.account)
  681. let ocId = NSUUID().uuidString
  682. CCUtility.copyFile(atPath: CCUtility.getDirectoryProviderStorageOcId(metadata.ocId, fileNameView: metadata.fileNameView), toPath: CCUtility.getDirectoryProviderStorageOcId(ocId, fileNameView: fileNameView))
  683. let metadataForUpload = NCManageDatabase.sharedInstance.createMetadata(account: appDelegate.account, fileName: fileNameView, ocId: ocId, serverUrl: serverUrl, urlBase: appDelegate.urlBase, url: "", contentType: "", livePhoto: false)
  684. metadataForUpload.session = NCNetworking.shared.sessionIdentifierBackground
  685. metadataForUpload.sessionSelector = selectorUploadFile
  686. metadataForUpload.size = metadata.size
  687. metadataForUpload.status = Int(k_metadataStatusWaitUpload)
  688. NCManageDatabase.sharedInstance.addMetadata(metadataForUpload)
  689. }
  690. }
  691. }
  692. @objc func openQuickLookMenu(_ notification: Any) {
  693. guard let metadata = metadataTouch else { return }
  694. if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  695. NotificationCenter.default.postOnMainThread(name: k_notificationCenter_downloadedFile, userInfo: ["metadata": metadata, "selector": selectorLoadFileQuickLook, "errorCode": 0, "errorDescription": "" ])
  696. } else {
  697. NCNetworking.shared.download(metadata: metadata, selector: selectorLoadFileQuickLook) { (_) in }
  698. }
  699. }
  700. @objc func openInMenu(_ notification: Any) {
  701. guard let metadata = metadataTouch else { return }
  702. if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  703. NotificationCenter.default.postOnMainThread(name: k_notificationCenter_downloadedFile, userInfo: ["metadata": metadata, "selector": selectorOpenIn, "errorCode": 0, "errorDescription": "" ])
  704. } else {
  705. NCNetworking.shared.download(metadata: metadata, selector: selectorOpenIn) { (_) in }
  706. }
  707. }
  708. // MARK: - SEGUE
  709. @objc func segue(metadata: tableMetadata) {
  710. self.metadataTouch = metadata
  711. performSegue(withIdentifier: "segueDetail", sender: self)
  712. }
  713. override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
  714. let photoDataSource: NSMutableArray = []
  715. for metadata in (dataSource.metadatas) {
  716. if metadata.typeFile == k_metadataTypeFile_image || metadata.typeFile == k_metadataTypeFile_video {
  717. photoDataSource.add(metadata)
  718. }
  719. }
  720. if let segueNavigationController = segue.destination as? UINavigationController {
  721. if let segueViewController = segueNavigationController.topViewController as? NCDetailViewController {
  722. segueViewController.metadata = metadataTouch
  723. segueViewController.layoutKey = layoutKey
  724. }
  725. }
  726. }
  727. // MARK: - DataSource + NC Endpoint
  728. @objc func reloadDataSource() {
  729. if appDelegate.account.count == 0 { return }
  730. // Get richWorkspace Text
  731. let directory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.account, serverUrl))
  732. richWorkspaceText = directory?.richWorkspace
  733. // E2EE
  734. isEncryptedFolder = CCUtility.isFolderEncrypted(serverUrl, e2eEncrypted: metadataFolder?.e2eEncrypted ?? false, account: appDelegate.account, urlBase: appDelegate.urlBase)
  735. // get auto upload folder
  736. autoUploadFileName = NCManageDatabase.sharedInstance.getAccountAutoUploadFileName()
  737. autoUploadDirectory = NCManageDatabase.sharedInstance.getAccountAutoUploadDirectory(urlBase: appDelegate.urlBase, account: appDelegate.account)
  738. // get layout for view
  739. (layout, sort, ascending, groupBy, directoryOnTop, titleButton, itemForLine) = NCUtility.shared.getLayoutForView(key: layoutKey, serverUrl: serverUrl)
  740. }
  741. @objc func reloadDataSourceNetwork(forced: Bool = false) { }
  742. @objc func reloadDataSourceNetworkRefreshControl() {
  743. reloadDataSourceNetwork(forced: true)
  744. }
  745. @objc func networkSearch() {
  746. if appDelegate.account.count == 0 { return }
  747. if literalSearch?.count ?? 0 > 1 {
  748. isReloadDataSourceNetworkInProgress = true
  749. collectionView?.reloadData()
  750. NCNetworking.shared.searchFiles(urlBase: appDelegate.urlBase, user: appDelegate.user, literal: literalSearch!) { (account, metadatas, errorCode, errorDescription) in
  751. if self.searchController?.isActive ?? false && errorCode == 0 {
  752. self.metadatasSource = metadatas!
  753. }
  754. self.refreshControl.endRefreshing()
  755. self.isReloadDataSourceNetworkInProgress = false
  756. self.reloadDataSource()
  757. }
  758. } else {
  759. self.refreshControl.endRefreshing()
  760. }
  761. }
  762. @objc func networkReadFolder(forced: Bool, completion: @escaping(_ metadatas: [tableMetadata]?, _ metadatasUpdate: [tableMetadata]?, _ errorCode: Int, _ errorDescription: String)->()) {
  763. NCNetworking.shared.readFile(serverUrlFileName: serverUrl, account: appDelegate.account) { (account, metadata, errorCode, errorDescription) in
  764. if errorCode == 0 {
  765. let directory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", self.appDelegate.account, self.serverUrl))
  766. if forced || directory?.etag != metadata?.etag || directory?.e2eEncrypted ?? false {
  767. NCNetworking.shared.readFolder(serverUrl: self.serverUrl, account: self.appDelegate.account) { (account, metadataFolder, metadatas, metadatasUpdate, metadatasLocalUpdate, errorCode, errorDescription) in
  768. if errorCode == 0 {
  769. self.metadataFolder = metadataFolder
  770. // E2EE
  771. if let metadataFolder = metadataFolder {
  772. if metadataFolder.e2eEncrypted && CCUtility.isEnd(toEndEnabled: self.appDelegate.account) {
  773. NCCommunication.shared.getE2EEMetadata(fileId: metadataFolder.ocId, e2eToken: nil) { (account, e2eMetadata, errorCode, errorDescription) in
  774. if errorCode == 0 && e2eMetadata != nil {
  775. if !NCEndToEndMetadata.sharedInstance.decoderMetadata(e2eMetadata!, privateKey: CCUtility.getEndToEndPrivateKey(account), serverUrl: self.serverUrl, account: account, urlBase: self.appDelegate.urlBase) {
  776. NCContentPresenter.shared.messageNotification("_error_e2ee_", description: "_e2e_error_decode_metadata_", delay: TimeInterval(k_dismissAfterSecond), type: NCContentPresenter.messageType.error, errorCode: Int(k_CCErrorDecodeMetadata), forced: true)
  777. } else {
  778. self.reloadDataSource()
  779. }
  780. } else if errorCode != k_CCErrorResourceNotFound {
  781. NCContentPresenter.shared.messageNotification("_error_e2ee_", description: "_e2e_error_decode_metadata_", delay: TimeInterval(k_dismissAfterSecond), type: NCContentPresenter.messageType.error, errorCode: Int(k_CCErrorDecodeMetadata), forced: true)
  782. }
  783. completion(metadatas, metadatasUpdate, errorCode, errorDescription)
  784. }
  785. } else {
  786. completion(metadatas, metadatasUpdate, errorCode, errorDescription)
  787. }
  788. } else {
  789. completion(metadatas, metadatasUpdate, errorCode, errorDescription)
  790. }
  791. } else {
  792. completion(nil, nil, errorCode, errorDescription)
  793. }
  794. }
  795. } else {
  796. completion(nil, nil, 0, "")
  797. }
  798. } else {
  799. completion(nil, nil, errorCode, errorDescription)
  800. }
  801. }
  802. }
  803. }
  804. // MARK: - 3D Touch peek and pop
  805. extension NCCollectionViewCommon: UIViewControllerPreviewingDelegate {
  806. func previewingContext(_ previewingContext: UIViewControllerPreviewing, viewControllerForLocation location: CGPoint) -> UIViewController? {
  807. guard let point = collectionView?.convert(location, from: collectionView?.superview) else { return nil }
  808. guard let indexPath = collectionView?.indexPathForItem(at: point) else { return nil }
  809. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return nil }
  810. guard let viewController = UIStoryboard(name: "CCPeekPop", bundle: nil).instantiateViewController(withIdentifier: "PeekPopImagePreview") as? CCPeekPop else { return nil }
  811. viewController.metadata = metadata
  812. if layout == k_layout_grid {
  813. guard let cell = collectionView?.cellForItem(at: indexPath) as? NCGridCell else { return nil }
  814. previewingContext.sourceRect = cell.frame
  815. viewController.imageFile = cell.imageItem.image
  816. } else {
  817. guard let cell = collectionView?.cellForItem(at: indexPath) as? NCListCell else { return nil }
  818. previewingContext.sourceRect = cell.frame
  819. viewController.imageFile = cell.imageItem.image
  820. }
  821. viewController.showOpenIn = true
  822. viewController.showOpenQuickLook = NCUtility.shared.isQuickLookDisplayable(metadata: metadata)
  823. viewController.showShare = false
  824. return viewController
  825. }
  826. func previewingContext(_ previewingContext: UIViewControllerPreviewing, commit viewControllerToCommit: UIViewController) {
  827. guard let indexPath = collectionView?.indexPathForItem(at: previewingContext.sourceRect.origin) else { return }
  828. collectionView(collectionView, didSelectItemAt: indexPath)
  829. }
  830. }
  831. // MARK: - Collection View
  832. extension NCCollectionViewCommon: UICollectionViewDelegate {
  833. func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
  834. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return }
  835. metadataTouch = metadata
  836. if isEditMode {
  837. if let index = selectOcId.firstIndex(of: metadata.ocId) {
  838. selectOcId.remove(at: index)
  839. } else {
  840. selectOcId.append(metadata.ocId)
  841. }
  842. collectionView.reloadItems(at: [indexPath])
  843. self.navigationItem.title = NSLocalizedString("_selected_", comment: "") + " : \(selectOcId.count)" + " / \(dataSource.metadatas.count)"
  844. return
  845. }
  846. if metadata.e2eEncrypted && !CCUtility.isEnd(toEndEnabled: appDelegate.account) {
  847. NCContentPresenter.shared.messageNotification("_info_", description: "_e2e_goto_settings_for_enable_", delay: TimeInterval(k_dismissAfterSecond), type: NCContentPresenter.messageType.info, errorCode: Int(k_CCErrorE2EENotEnabled), forced: true)
  848. return
  849. }
  850. if metadata.directory {
  851. guard let serverUrlPush = CCUtility.stringAppendServerUrl(metadataTouch!.serverUrl, addFileName: metadataTouch!.fileName) else { return }
  852. // FILES
  853. if layoutKey == k_layout_view_files {
  854. if let viewController = appDelegate.listFilesVC.value(forKey: serverUrlPush) {
  855. guard let vcFiles = (viewController as? NCFiles) else { return }
  856. if vcFiles.isViewLoaded {
  857. self.navigationController?.pushViewController(vcFiles, animated: true)
  858. }
  859. } else {
  860. let vcFiles:NCFiles = UIStoryboard(name: "NCFiles", bundle: nil).instantiateInitialViewController() as! NCFiles
  861. vcFiles.isRoot = false
  862. vcFiles.serverUrl = serverUrlPush
  863. vcFiles.titleCurrentFolder = metadataTouch!.fileNameView
  864. appDelegate.listFilesVC.setValue(vcFiles, forKey: serverUrlPush)
  865. self.navigationController?.pushViewController(vcFiles, animated: true)
  866. }
  867. }
  868. // FAVORITE
  869. if layoutKey == k_layout_view_favorite {
  870. if let viewController = appDelegate.listFavoriteVC.value(forKey: serverUrlPush) {
  871. guard let vcFavorite = (viewController as? NCFavorite) else { return }
  872. if vcFavorite.isViewLoaded {
  873. self.navigationController?.pushViewController(vcFavorite, animated: true)
  874. }
  875. } else {
  876. let vcFavorite:NCFavorite = UIStoryboard(name: "NCFavorite", bundle: nil).instantiateInitialViewController() as! NCFavorite
  877. vcFavorite.serverUrl = serverUrlPush
  878. vcFavorite.titleCurrentFolder = metadataTouch!.fileNameView
  879. appDelegate.listFavoriteVC.setValue(vcFavorite, forKey: serverUrlPush)
  880. self.navigationController?.pushViewController(vcFavorite, animated: true)
  881. }
  882. }
  883. // OFFLINE
  884. if layoutKey == k_layout_view_offline {
  885. if let viewController = appDelegate.listOfflineVC.value(forKey: serverUrlPush) {
  886. guard let vcOffline = (viewController as? NCOffline) else { return }
  887. if vcOffline.isViewLoaded {
  888. self.navigationController?.pushViewController(vcOffline, animated: true)
  889. }
  890. } else {
  891. let vcOffline:NCOffline = UIStoryboard(name: "NCOffline", bundle: nil).instantiateInitialViewController() as! NCOffline
  892. vcOffline.serverUrl = serverUrlPush
  893. vcOffline.titleCurrentFolder = metadataTouch!.fileNameView
  894. appDelegate.listOfflineVC.setValue(vcOffline, forKey: serverUrlPush)
  895. self.navigationController?.pushViewController(vcOffline, animated: true)
  896. }
  897. }
  898. // RECENT ( for push use Files ... he he he )
  899. if layoutKey == k_layout_view_recent {
  900. if let viewController = appDelegate.listFilesVC.value(forKey: serverUrlPush) {
  901. guard let vcFiles = (viewController as? NCFiles) else { return }
  902. if vcFiles.isViewLoaded {
  903. self.navigationController?.pushViewController(vcFiles, animated: true)
  904. }
  905. } else {
  906. let vcFiles:NCFiles = UIStoryboard(name: "NCFiles", bundle: nil).instantiateInitialViewController() as! NCFiles
  907. vcFiles.isRoot = false
  908. vcFiles.serverUrl = serverUrlPush
  909. vcFiles.titleCurrentFolder = metadataTouch!.fileNameView
  910. appDelegate.listFilesVC.setValue(vcFiles, forKey: serverUrlPush)
  911. self.navigationController?.pushViewController(vcFiles, animated: true)
  912. }
  913. }
  914. if layoutKey == k_layout_view_viewInFolder {
  915. let vcFileViewInFolder:NCFileViewInFolder = UIStoryboard(name: "NCFileViewInFolder", bundle: nil).instantiateInitialViewController() as! NCFileViewInFolder
  916. vcFileViewInFolder.serverUrl = serverUrlPush
  917. vcFileViewInFolder.titleCurrentFolder = metadataTouch!.fileNameView
  918. self.navigationController?.pushViewController(vcFileViewInFolder, animated: true)
  919. }
  920. } else {
  921. if metadata.typeFile == k_metadataTypeFile_video {
  922. performSegue(withIdentifier: "segueDetail", sender: self)
  923. return
  924. }
  925. if metadata.typeFile == k_metadataTypeFile_document && NCUtility.shared.isDirectEditing(account: metadata.account, contentType: metadata.contentType) != nil {
  926. if NCCommunication.shared.isNetworkReachable() {
  927. performSegue(withIdentifier: "segueDetail", sender: self)
  928. } else {
  929. NCContentPresenter.shared.messageNotification("_info_", description: "_go_online_", delay: TimeInterval(k_dismissAfterSecond), type: NCContentPresenter.messageType.info, errorCode: Int(k_CCErrorOffline), forced: true)
  930. }
  931. return
  932. }
  933. if metadata.typeFile == k_metadataTypeFile_document && NCUtility.shared.isRichDocument(metadata) {
  934. if NCCommunication.shared.isNetworkReachable() {
  935. performSegue(withIdentifier: "segueDetail", sender: self)
  936. } else {
  937. NCContentPresenter.shared.messageNotification("_info_", description: "_go_online_", delay: TimeInterval(k_dismissAfterSecond), type: NCContentPresenter.messageType.info, errorCode: Int(k_CCErrorOffline), forced: true)
  938. }
  939. return
  940. }
  941. if CCUtility.fileProviderStorageExists(metadataTouch?.ocId, fileNameView: metadataTouch?.fileNameView) {
  942. performSegue(withIdentifier: "segueDetail", sender: self)
  943. } else {
  944. NCNetworking.shared.download(metadata: metadataTouch!, selector: selectorLoadFileView) { (_) in }
  945. }
  946. }
  947. }
  948. func collectionViewSelectAll() {
  949. selectOcId.removeAll()
  950. for metadata in metadatasSource {
  951. selectOcId.append(metadata.ocId)
  952. }
  953. collectionView.reloadData()
  954. }
  955. }
  956. extension NCCollectionViewCommon: UICollectionViewDataSource {
  957. func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
  958. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return }
  959. NCOperationQueue.shared.downloadThumbnail(metadata: metadata, urlBase: appDelegate.urlBase, view: collectionView, indexPath: indexPath)
  960. }
  961. func collectionView(_ collectionView: UICollectionView, didEndDisplaying cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
  962. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return }
  963. NCOperationQueue.shared.cancelDownloadThumbnail(metadata: metadata)
  964. }
  965. func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
  966. if kind == UICollectionView.elementKindSectionHeader {
  967. let header = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionHeaderMenu", for: indexPath) as! NCSectionHeaderMenu
  968. if collectionView.collectionViewLayout == gridLayout {
  969. header.buttonSwitch.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "switchList"), width: 100, height: 100, color: NCBrandColor.sharedInstance.icon), for: .normal)
  970. } else {
  971. header.buttonSwitch.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "switchGrid"), width: 100, height: 100, color: NCBrandColor.sharedInstance.icon), for: .normal)
  972. }
  973. header.delegate = self
  974. header.setStatusButton(count: dataSource.metadatas.count)
  975. header.setTitleSorted(datasourceTitleButton: titleButton)
  976. header.viewRichWorkspaceHeightConstraint.constant = headerRichWorkspaceHeight
  977. header.setRichWorkspaceText(richWorkspaceText: richWorkspaceText)
  978. return header
  979. } else {
  980. let footer = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionFooter", for: indexPath) as! NCSectionFooter
  981. let info = dataSource.getFilesInformation()
  982. footer.setTitleLabel(directories: info.directories, files: info.files, size: info.size )
  983. return footer
  984. }
  985. }
  986. func numberOfSections(in collectionView: UICollectionView) -> Int {
  987. return 1
  988. }
  989. func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
  990. let numberItems = dataSource.numberOfItems()
  991. emptyDataSet?.numberOfItemsInSection(numberItems, section: section)
  992. return numberItems
  993. }
  994. func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
  995. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else {
  996. return UICollectionViewCell()
  997. }
  998. var tableShare: tableShare?
  999. var isShare = false
  1000. var isMounted = false
  1001. if metadataFolder != nil {
  1002. isShare = metadata.permissions.contains(k_permission_shared) && !metadataFolder!.permissions.contains(k_permission_shared)
  1003. isMounted = metadata.permissions.contains(k_permission_mounted) && !metadataFolder!.permissions.contains(k_permission_mounted)
  1004. }
  1005. if dataSource.metadataShare[metadata.ocId] != nil {
  1006. tableShare = dataSource.metadataShare[metadata.ocId]
  1007. }
  1008. //
  1009. // LAYOUT LIST
  1010. //
  1011. if layout == k_layout_list {
  1012. let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "listCell", for: indexPath) as! NCListCell
  1013. cell.delegate = self
  1014. cell.objectId = metadata.ocId
  1015. cell.indexPath = indexPath
  1016. cell.labelTitle.text = metadata.fileNameView
  1017. cell.labelTitle.textColor = NCBrandColor.sharedInstance.textView
  1018. cell.separator.backgroundColor = NCBrandColor.sharedInstance.separator
  1019. cell.imageSelect.image = nil
  1020. cell.imageStatus.image = nil
  1021. cell.imageLocal.image = nil
  1022. cell.imageFavorite.image = nil
  1023. cell.imageShared.image = nil
  1024. cell.imageMore.image = nil
  1025. cell.imageItem.image = nil
  1026. cell.imageItem.backgroundColor = nil
  1027. cell.progressView.progress = 0.0
  1028. if metadata.directory {
  1029. if metadata.e2eEncrypted {
  1030. cell.imageItem.image = NCCollectionCommon.images.cellFolderEncryptedImage
  1031. } else if isShare {
  1032. cell.imageItem.image = NCCollectionCommon.images.cellFolderSharedWithMeImage
  1033. } else if (tableShare != nil && tableShare?.shareType != 3) {
  1034. cell.imageItem.image = NCCollectionCommon.images.cellFolderSharedWithMeImage
  1035. } else if (tableShare != nil && tableShare?.shareType == 3) {
  1036. cell.imageItem.image = NCCollectionCommon.images.cellFolderPublicImage
  1037. } else if metadata.mountType == "group" {
  1038. cell.imageItem.image = NCCollectionCommon.images.cellFolderGroupImage
  1039. } else if isMounted {
  1040. cell.imageItem.image = NCCollectionCommon.images.cellFolderExternalImage
  1041. } else if metadata.fileName == autoUploadFileName && metadata.serverUrl == autoUploadDirectory {
  1042. cell.imageItem.image = NCCollectionCommon.images.cellFolderAutomaticUploadImage
  1043. } else {
  1044. cell.imageItem.image = NCCollectionCommon.images.cellFolderImage
  1045. }
  1046. cell.labelInfo.text = CCUtility.dateDiff(metadata.date as Date)
  1047. let lockServerUrl = CCUtility.stringAppendServerUrl(metadata.serverUrl, addFileName: metadata.fileName)!
  1048. let tableDirectory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.account, lockServerUrl))
  1049. // Local image: offline
  1050. if tableDirectory != nil && tableDirectory!.offline {
  1051. cell.imageLocal.image = NCCollectionCommon.images.cellOfflineFlag
  1052. }
  1053. } else {
  1054. if FileManager().fileExists(atPath: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag)) {
  1055. cell.imageItem.image = UIImage(contentsOfFile: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag))
  1056. } else {
  1057. if metadata.hasPreview {
  1058. cell.imageItem.backgroundColor = .lightGray
  1059. } else {
  1060. if metadata.iconName.count > 0 {
  1061. cell.imageItem.image = UIImage.init(named: metadata.iconName)
  1062. } else {
  1063. cell.imageItem.image = NCCollectionCommon.images.cellFileImage
  1064. }
  1065. }
  1066. }
  1067. cell.labelInfo.text = CCUtility.dateDiff(metadata.date as Date) + " · " + CCUtility.transformedSize(metadata.size)
  1068. // image local
  1069. if dataSource.metadataOffLine.contains(metadata.ocId) {
  1070. cell.imageLocal.image = NCCollectionCommon.images.cellOfflineFlag
  1071. } else if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  1072. cell.imageLocal.image = NCCollectionCommon.images.cellLocal
  1073. }
  1074. }
  1075. // image Favorite
  1076. if metadata.favorite {
  1077. cell.imageFavorite.image = NCCollectionCommon.images.cellFavouriteImage
  1078. }
  1079. // Share image
  1080. if (isShare) {
  1081. cell.imageShared.image = NCCollectionCommon.images.cellSharedImage
  1082. } else if (tableShare != nil && tableShare?.shareType == 3) {
  1083. cell.imageShared.image = NCCollectionCommon.images.cellShareByLinkImage
  1084. } else if (tableShare != nil && tableShare?.shareType != 3) {
  1085. cell.imageShared.image = NCCollectionCommon.images.cellSharedImage
  1086. } else {
  1087. cell.imageShared.image = NCCollectionCommon.images.cellCanShareImage
  1088. }
  1089. if metadata.ownerId.count > 0 && metadata.ownerId != appDelegate.userID {
  1090. // Load avatar
  1091. let fileNameSource = CCUtility.getDirectoryUserData() + "/" + CCUtility.getStringUser(appDelegate.user, urlBase: appDelegate.urlBase) + "-" + metadata.ownerId + ".png"
  1092. let fileNameSourceAvatar = CCUtility.getDirectoryUserData() + "/" + CCUtility.getStringUser(appDelegate.user, urlBase: appDelegate.urlBase) + "-avatar-" + metadata.ownerId + ".png"
  1093. if FileManager.default.fileExists(atPath: fileNameSourceAvatar) {
  1094. cell.imageShared.image = UIImage(contentsOfFile: fileNameSourceAvatar)
  1095. } else if FileManager.default.fileExists(atPath: fileNameSource) {
  1096. cell.imageShared.image = NCUtility.shared.createAvatar(fileNameSource: fileNameSource, fileNameSourceAvatar: fileNameSourceAvatar)
  1097. } else {
  1098. NCCommunication.shared.downloadAvatar(userID: metadata.ownerId, fileNameLocalPath: fileNameSource, size: Int(k_avatar_size)) { (account, data, errorCode, errorMessage) in
  1099. if errorCode == 0 && account == self.appDelegate.account {
  1100. cell.imageShared.image = NCUtility.shared.createAvatar(fileNameSource: fileNameSource, fileNameSourceAvatar: fileNameSourceAvatar)
  1101. }
  1102. }
  1103. }
  1104. }
  1105. // Transfer
  1106. var progress: Float = 0.0
  1107. var totalBytes: Double = 0.0
  1108. let progressArray = appDelegate.listProgressMetadata.object(forKey: metadata.ocId) as? NSArray
  1109. if progressArray != nil && progressArray?.count == 3 {
  1110. progress = progressArray?.object(at: 0) as? Float ?? 0
  1111. totalBytes = progressArray?.object(at: 1) as? Double ?? 0
  1112. }
  1113. if metadata.status == k_metadataStatusInDownload || metadata.status == k_metadataStatusDownloading || metadata.status >= k_metadataStatusTypeUpload {
  1114. cell.progressView.isHidden = false
  1115. cell.setButtonMore(named: k_buttonMoreStop, image: NCCollectionCommon.images.cellButtonStop)
  1116. } else {
  1117. cell.progressView.isHidden = true
  1118. cell.progressView.progress = progress
  1119. cell.setButtonMore(named: k_buttonMoreMore, image: NCCollectionCommon.images.cellButtonMore)
  1120. }
  1121. // Write status on Label Info
  1122. switch metadata.status {
  1123. case Int(k_metadataStatusWaitDownload):
  1124. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_download_", comment: "")
  1125. break
  1126. case Int(k_metadataStatusInDownload):
  1127. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_in_download_", comment: "")
  1128. break
  1129. case Int(k_metadataStatusDownloading):
  1130. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - ↓ " + CCUtility.transformedSize(totalBytes)
  1131. break
  1132. case Int(k_metadataStatusWaitUpload):
  1133. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_upload_", comment: "")
  1134. break
  1135. case Int(k_metadataStatusInUpload):
  1136. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_in_upload_", comment: "")
  1137. break
  1138. case Int(k_metadataStatusUploading):
  1139. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - ↑ " + CCUtility.transformedSize(totalBytes)
  1140. break
  1141. default:
  1142. break
  1143. }
  1144. // Live Photo
  1145. if metadata.livePhoto {
  1146. cell.imageStatus.image = NCCollectionCommon.images.cellLivePhotoImage
  1147. }
  1148. // E2EE
  1149. if metadata.e2eEncrypted || isEncryptedFolder {
  1150. cell.hideButtonShare(true)
  1151. } else {
  1152. cell.hideButtonShare(false)
  1153. }
  1154. // Remove last separator
  1155. if collectionView.numberOfItems(inSection: indexPath.section) == indexPath.row + 1 {
  1156. cell.separator.isHidden = true
  1157. } else {
  1158. cell.separator.isHidden = false
  1159. }
  1160. // Edit mode
  1161. if isEditMode {
  1162. cell.selectMode(true)
  1163. if selectOcId.contains(metadata.ocId) {
  1164. cell.selected(true)
  1165. } else {
  1166. cell.selected(false)
  1167. }
  1168. } else {
  1169. cell.selectMode(false)
  1170. }
  1171. return cell
  1172. }
  1173. //
  1174. // LAYOUT GRID
  1175. //
  1176. if layout == k_layout_grid {
  1177. let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as! NCGridCell
  1178. cell.delegate = self
  1179. cell.objectId = metadata.ocId
  1180. cell.indexPath = indexPath
  1181. cell.labelTitle.text = metadata.fileNameView
  1182. cell.labelTitle.textColor = NCBrandColor.sharedInstance.textView
  1183. cell.imageSelect.image = nil
  1184. cell.imageStatus.image = nil
  1185. cell.imageLocal.image = nil
  1186. cell.imageFavorite.image = nil
  1187. cell.imageItem.image = nil
  1188. cell.imageItem.backgroundColor = nil
  1189. cell.progressView.progress = 0.0
  1190. if metadata.directory {
  1191. if metadata.e2eEncrypted {
  1192. cell.imageItem.image = NCCollectionCommon.images.cellFolderEncryptedImage
  1193. } else if isShare {
  1194. cell.imageItem.image = NCCollectionCommon.images.cellFolderSharedWithMeImage
  1195. } else if (tableShare != nil && tableShare!.shareType != 3) {
  1196. cell.imageItem.image = NCCollectionCommon.images.cellFolderSharedWithMeImage
  1197. } else if (tableShare != nil && tableShare!.shareType == 3) {
  1198. cell.imageItem.image = NCCollectionCommon.images.cellFolderPublicImage
  1199. } else if metadata.mountType == "group" {
  1200. cell.imageItem.image = NCCollectionCommon.images.cellFolderGroupImage
  1201. } else if isMounted {
  1202. cell.imageItem.image = NCCollectionCommon.images.cellFolderExternalImage
  1203. } else if metadata.fileName == autoUploadFileName && metadata.serverUrl == autoUploadDirectory {
  1204. cell.imageItem.image = NCCollectionCommon.images.cellFolderAutomaticUploadImage
  1205. } else {
  1206. cell.imageItem.image = NCCollectionCommon.images.cellFolderImage
  1207. }
  1208. let lockServerUrl = CCUtility.stringAppendServerUrl(metadata.serverUrl, addFileName: metadata.fileName)!
  1209. let tableDirectory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.account, lockServerUrl))
  1210. // Local image: offline
  1211. if tableDirectory != nil && tableDirectory!.offline {
  1212. cell.imageLocal.image = NCCollectionCommon.images.cellOfflineFlag
  1213. }
  1214. } else {
  1215. if FileManager().fileExists(atPath: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag)) {
  1216. cell.imageItem.image = UIImage(contentsOfFile: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag))
  1217. } else {
  1218. if metadata.hasPreview {
  1219. cell.imageItem.backgroundColor = .lightGray
  1220. } else {
  1221. if metadata.iconName.count > 0 {
  1222. cell.imageItem.image = UIImage.init(named: metadata.iconName)
  1223. } else {
  1224. cell.imageItem.image = NCCollectionCommon.images.cellFileImage
  1225. }
  1226. }
  1227. }
  1228. // image Local
  1229. if dataSource.metadataOffLine.contains(metadata.ocId) {
  1230. cell.imageLocal.image = NCCollectionCommon.images.cellOfflineFlag
  1231. } else if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  1232. cell.imageLocal.image = NCCollectionCommon.images.cellLocal
  1233. }
  1234. }
  1235. // image Favorite
  1236. if metadata.favorite {
  1237. cell.imageFavorite.image = NCCollectionCommon.images.cellFavouriteImage
  1238. }
  1239. // Transfer
  1240. if metadata.status == k_metadataStatusInDownload || metadata.status == k_metadataStatusDownloading || metadata.status >= k_metadataStatusTypeUpload {
  1241. cell.progressView.isHidden = false
  1242. cell.setButtonMore(named: k_buttonMoreStop, image: NCCollectionCommon.images.cellButtonStop)
  1243. } else {
  1244. cell.progressView.isHidden = true
  1245. cell.progressView.progress = 0.0
  1246. cell.setButtonMore(named: k_buttonMoreMore, image: NCCollectionCommon.images.cellButtonMore)
  1247. }
  1248. // Live Photo
  1249. if metadata.livePhoto {
  1250. cell.imageStatus.image = NCCollectionCommon.images.cellLivePhotoImage
  1251. }
  1252. // Edit mode
  1253. if isEditMode {
  1254. cell.selectMode(true)
  1255. if selectOcId.contains(metadata.ocId) {
  1256. cell.selected(true)
  1257. } else {
  1258. cell.selected(false)
  1259. }
  1260. } else {
  1261. cell.selectMode(false)
  1262. }
  1263. return cell
  1264. }
  1265. return UICollectionViewCell()
  1266. }
  1267. }
  1268. extension NCCollectionViewCommon: UICollectionViewDelegateFlowLayout {
  1269. func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
  1270. headerRichWorkspaceHeight = 0
  1271. if let richWorkspaceText = richWorkspaceText {
  1272. let trimmed = richWorkspaceText.trimmingCharacters(in: .whitespaces)
  1273. if trimmed.count > 0 && !isSearching {
  1274. headerRichWorkspaceHeight = UIScreen.main.bounds.size.height / 4
  1275. }
  1276. }
  1277. return CGSize(width: collectionView.frame.width, height: headerHeight + headerRichWorkspaceHeight)
  1278. }
  1279. func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
  1280. return CGSize(width: collectionView.frame.width, height: footerHeight)
  1281. }
  1282. }