NCCollectionViewCommon.swift 80 KB

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