NCCollectionViewCommon.swift 77 KB

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