NCCollectionViewCommon.swift 78 KB

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