NCCollectionViewCommon.swift 76 KB

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