NCCollectionViewCommon.swift 78 KB

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