NCCollectionViewCommon.swift 75 KB

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