NCCollectionViewCommon.swift 79 KB

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