NCCollectionViewCommon.swift 75 KB

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