NCCollectionViewCommon.swift 83 KB

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