NCCollectionViewCommon.swift 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701
  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 == 1 {
  432. cell.progressView?.isHidden = true
  433. cell.progressView?.progress = .zero
  434. cell.setButtonMore(named: NCGlobal.shared.buttonMoreMore, image: NCBrandColor.cacheImages.buttonMore)
  435. if let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId) {
  436. cell.labelInfo.text = CCUtility.dateDiff(metadata.date as Date) + " · " + CCUtility.transformedSize(metadata.size)
  437. } else {
  438. cell.labelInfo.text = ""
  439. }
  440. } else if progressNumber.floatValue > 0 {
  441. cell.progressView?.isHidden = false
  442. cell.progressView?.progress = progressNumber.floatValue
  443. cell.setButtonMore(named: NCGlobal.shared.buttonMoreStop, image: NCBrandColor.cacheImages.buttonStop)
  444. if status == NCGlobal.shared.metadataStatusInDownload {
  445. cell.labelInfo.text = CCUtility.transformedSize(totalBytesExpected) + " - ↓ " + CCUtility.transformedSize(totalBytes)
  446. } else if status == NCGlobal.shared.metadataStatusInUpload {
  447. cell.labelInfo.text = CCUtility.transformedSize(totalBytesExpected) + " - ↑ " + CCUtility.transformedSize(totalBytes)
  448. }
  449. }
  450. } else if cell is NCTransferCell {
  451. let cell = cell as! NCTransferCell
  452. if progressNumber.floatValue == 1 {
  453. cell.progressView?.isHidden = true
  454. cell.progressView?.progress = .zero
  455. cell.buttonMore.isHidden = true
  456. cell.labelInfo.text = ""
  457. } else if progressNumber.floatValue > 0 {
  458. cell.progressView?.isHidden = false
  459. cell.progressView?.progress = progressNumber.floatValue
  460. cell.setButtonMore(named: NCGlobal.shared.buttonMoreStop, image: NCBrandColor.cacheImages.buttonStop)
  461. if status == NCGlobal.shared.metadataStatusInDownload {
  462. cell.labelInfo.text = CCUtility.transformedSize(totalBytesExpected) + " - ↓ " + CCUtility.transformedSize(totalBytes)
  463. } else if status == NCGlobal.shared.metadataStatusInUpload {
  464. cell.labelInfo.text = CCUtility.transformedSize(totalBytesExpected) + " - ↑ " + CCUtility.transformedSize(totalBytes)
  465. }
  466. }
  467. } else if cell is NCGridCell {
  468. let cell = cell as! NCGridCell
  469. if progressNumber.floatValue == 1 {
  470. cell.progressView.isHidden = true
  471. cell.progressView.progress = .zero
  472. cell.setButtonMore(named: NCGlobal.shared.buttonMoreMore, image: NCBrandColor.cacheImages.buttonMore)
  473. } else if progressNumber.floatValue > 0 {
  474. cell.progressView.isHidden = false
  475. cell.progressView.progress = progressNumber.floatValue
  476. cell.setButtonMore(named: NCGlobal.shared.buttonMoreStop, image: NCBrandColor.cacheImages.buttonStop)
  477. }
  478. }
  479. }
  480. }
  481. }
  482. }
  483. // MARK: - Layout
  484. @objc func setNavigationItem() {
  485. if isEditMode {
  486. navigationItem.rightBarButtonItem = UIBarButtonItem(image: UIImage.init(named: "navigationMore"), style: .plain, target: self, action:#selector(tapSelectMenu(sender:)))
  487. navigationItem.leftBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_cancel_", comment: ""), style: .plain, target: self, action: #selector(tapSelect(sender:)))
  488. navigationItem.title = NSLocalizedString("_selected_", comment: "") + " : \(selectOcId.count)" + " / \(dataSource.metadatas.count)"
  489. } else {
  490. navigationItem.rightBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_select_", comment: ""), style: UIBarButtonItem.Style.plain, target: self, action: #selector(tapSelect(sender:)))
  491. navigationItem.leftBarButtonItem = nil
  492. navigationItem.title = titleCurrentFolder
  493. // PROFILE BUTTON
  494. if layoutKey == NCGlobal.shared.layoutViewFiles {
  495. let activeAccount = NCManageDatabase.shared.getActiveAccount()
  496. let image = NCUtility.shared.loadUserImage(for: appDelegate.user, displayName: activeAccount?.displayName, urlBase: appDelegate.urlBase)
  497. let button = UIButton(type: .custom)
  498. button.setImage(image, for: .normal)
  499. if serverUrl == NCUtilityFileSystem.shared.getHomeServer(account: appDelegate.account) {
  500. var titleButton = " "
  501. if getNavigationTitle() == activeAccount?.alias {
  502. titleButton = ""
  503. } else {
  504. titleButton += activeAccount?.displayName ?? ""
  505. }
  506. button.setTitle(titleButton, for: .normal)
  507. button.setTitleColor(.systemBlue, for: .normal)
  508. }
  509. button.semanticContentAttribute = .forceLeftToRight
  510. button.sizeToFit()
  511. button.action(for: .touchUpInside) { _ in
  512. let accounts = NCManageDatabase.shared.getAllAccountOrderAlias()
  513. if accounts.count > 0 {
  514. if let vcAccountRequest = UIStoryboard(name: "NCAccountRequest", bundle: nil).instantiateInitialViewController() as? NCAccountRequest {
  515. vcAccountRequest.activeAccount = NCManageDatabase.shared.getActiveAccount()
  516. vcAccountRequest.accounts = accounts
  517. vcAccountRequest.enableTimerProgress = false
  518. vcAccountRequest.enableAddAccount = true
  519. vcAccountRequest.delegate = self
  520. vcAccountRequest.dismissDidEnterBackground = true
  521. let screenHeighMax = UIScreen.main.bounds.height - (UIScreen.main.bounds.height/5)
  522. let numberCell = accounts.count + 1
  523. let height = min(CGFloat(numberCell * Int(vcAccountRequest.heightCell) + 45), screenHeighMax)
  524. let popup = NCPopupViewController(contentController: vcAccountRequest, popupWidth: 300, popupHeight: height)
  525. UIApplication.shared.keyWindow?.rootViewController?.present(popup, animated: true)
  526. }
  527. }
  528. }
  529. navigationItem.setLeftBarButton(UIBarButtonItem(customView: button), animated: true)
  530. navigationItem.leftItemsSupplementBackButton = true
  531. }
  532. }
  533. }
  534. func getNavigationTitle() -> String {
  535. let activeAccount = NCManageDatabase.shared.getActiveAccount()
  536. guard let userAlias = activeAccount?.alias, !userAlias.isEmpty else {
  537. return NCBrandOptions.shared.brand
  538. }
  539. return userAlias
  540. }
  541. // MARK: - BackgroundImageColor Delegate
  542. func colorPickerCancel() {
  543. changeTheming()
  544. }
  545. func colorPickerWillChange(color: UIColor) {
  546. collectionView.backgroundColor = color
  547. }
  548. func colorPickerDidChange(lightColor: String, darkColor: String) {
  549. NCManageDatabase.shared.setAccountColorFiles(lightColorBackground: lightColor, darkColorBackground: darkColor)
  550. changeTheming()
  551. }
  552. // MARK: - Empty
  553. func emptyDataSetView(_ view: NCEmptyView) {
  554. if searchController?.isActive ?? false {
  555. view.emptyImage.image = UIImage.init(named: "search")?.image(color: .gray, size: UIScreen.main.bounds.width)
  556. if isReloadDataSourceNetworkInProgress {
  557. view.emptyTitle.text = NSLocalizedString("_search_in_progress_", comment: "")
  558. } else {
  559. view.emptyTitle.text = NSLocalizedString("_search_no_record_found_", comment: "")
  560. }
  561. view.emptyDescription.text = NSLocalizedString("_search_instruction_", comment: "")
  562. } else if isReloadDataSourceNetworkInProgress {
  563. view.emptyImage.image = UIImage.init(named: "networkInProgress")?.image(color: .gray, size: UIScreen.main.bounds.width)
  564. view.emptyTitle.text = NSLocalizedString("_request_in_progress_", comment: "")
  565. view.emptyDescription.text = ""
  566. } else {
  567. if serverUrl == "" {
  568. view.emptyImage.image = emptyImage
  569. view.emptyTitle.text = NSLocalizedString(emptyTitle, comment: "")
  570. view.emptyDescription.text = NSLocalizedString(emptyDescription, comment: "")
  571. } else {
  572. view.emptyImage.image = UIImage.init(named: "folder")?.image(color: NCBrandColor.shared.brandElement, size: UIScreen.main.bounds.width)
  573. view.emptyTitle.text = NSLocalizedString("_files_no_files_", comment: "")
  574. view.emptyDescription.text = NSLocalizedString("_no_file_pull_down_", comment: "")
  575. }
  576. }
  577. }
  578. // MARK: - SEARCH
  579. func updateSearchResults(for searchController: UISearchController) {
  580. timerInputSearch?.invalidate()
  581. timerInputSearch = Timer.scheduledTimer(timeInterval: 1.5, target: self, selector: #selector(reloadDataSourceNetwork), userInfo: nil, repeats: false)
  582. literalSearch = searchController.searchBar.text
  583. collectionView?.reloadData()
  584. }
  585. func searchBarTextDidBeginEditing(_ searchBar: UISearchBar) {
  586. isSearching = true
  587. metadatasSource.removeAll()
  588. reloadDataSource()
  589. }
  590. func searchBarCancelButtonClicked(_ searchBar: UISearchBar) {
  591. isSearching = false
  592. literalSearch = ""
  593. reloadDataSource()
  594. }
  595. // MARK: - TAP EVENT
  596. @objc func tapSelect(sender: Any) {
  597. isEditMode = !isEditMode
  598. selectOcId.removeAll()
  599. setNavigationItem()
  600. self.collectionView.reloadData()
  601. }
  602. func accountRequestChangeAccount(account: String) {
  603. NCManageDatabase.shared.setAccountActive(account)
  604. if let activeAccount = NCManageDatabase.shared.getActiveAccount() {
  605. NCOperationQueue.shared.cancelAllQueue()
  606. NCNetworking.shared.cancelAllTask()
  607. appDelegate.settingAccount(activeAccount.account, urlBase: activeAccount.urlBase, user: activeAccount.user, userId: activeAccount.userId, password: CCUtility.getPassword(activeAccount.account))
  608. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterInitialize)
  609. }
  610. }
  611. func accountRequestAddAccount() {
  612. appDelegate.openLogin(viewController: self, selector: NCGlobal.shared.introLogin, openLoginWeb: false)
  613. }
  614. func tapSwitchHeader(sender: Any) {
  615. if collectionView.collectionViewLayout == gridLayout {
  616. // list layout
  617. UIView.animate(withDuration: 0.0, animations: {
  618. self.collectionView.collectionViewLayout.invalidateLayout()
  619. self.collectionView.setCollectionViewLayout(self.listLayout, animated: false, completion: { (_) in
  620. self.collectionView.reloadData()
  621. })
  622. })
  623. layoutForView?.layout = NCGlobal.shared.layoutList
  624. NCUtility.shared.setLayoutForView(key: layoutKey, serverUrl: serverUrl, layout: layoutForView?.layout)
  625. } else {
  626. // grid layout
  627. UIView.animate(withDuration: 0.0, animations: {
  628. self.collectionView.collectionViewLayout.invalidateLayout()
  629. self.collectionView.setCollectionViewLayout(self.gridLayout, animated: false, completion: { (_) in
  630. self.collectionView.reloadData()
  631. })
  632. })
  633. layoutForView?.layout = NCGlobal.shared.layoutGrid
  634. NCUtility.shared.setLayoutForView(key: layoutKey, serverUrl: serverUrl, layout: layoutForView?.layout)
  635. }
  636. }
  637. func tapOrderHeader(sender: Any) {
  638. let sortMenu = NCSortMenu()
  639. sortMenu.toggleMenu(viewController: self, key: layoutKey, sortButton: sender as? UIButton, serverUrl: serverUrl)
  640. }
  641. @objc func tapSelectMenu(sender: Any) {
  642. toggleMenuSelect()
  643. }
  644. func tapMoreHeader(sender: Any) { }
  645. func tapMoreListItem(with objectId: String, namedButtonMore: String, image: UIImage?, sender: Any) {
  646. tapMoreGridItem(with: objectId, namedButtonMore: namedButtonMore, image: image, sender: sender)
  647. }
  648. func tapShareListItem(with objectId: String, sender: Any) {
  649. if isEditMode { return }
  650. guard let metadata = NCManageDatabase.shared.getMetadataFromOcId(objectId) else { return }
  651. NCFunctionCenter.shared.openShare(ViewController: self, metadata: metadata, indexPage: 2)
  652. }
  653. func tapMoreGridItem(with objectId: String, namedButtonMore: String, image: UIImage?, sender: Any) {
  654. if isEditMode { return }
  655. guard let metadata = NCManageDatabase.shared.getMetadataFromOcId(objectId) else { return }
  656. if namedButtonMore == NCGlobal.shared.buttonMoreMore {
  657. toggleMenu(metadata: metadata, imageIcon: image)
  658. } else if namedButtonMore == NCGlobal.shared.buttonMoreStop {
  659. NCNetworking.shared.cancelTransferMetadata(metadata) { }
  660. }
  661. }
  662. func tapRichWorkspace(sender: Any) {
  663. if let navigationController = UIStoryboard(name: "NCViewerRichWorkspace", bundle: nil).instantiateInitialViewController() as? UINavigationController {
  664. if let viewerRichWorkspace = navigationController.topViewController as? NCViewerRichWorkspace {
  665. viewerRichWorkspace.richWorkspaceText = richWorkspaceText ?? ""
  666. viewerRichWorkspace.serverUrl = serverUrl
  667. navigationController.modalPresentationStyle = .fullScreen
  668. self.present(navigationController, animated: true, completion: nil)
  669. }
  670. }
  671. }
  672. func longPressListItem(with objectId: String, gestureRecognizer: UILongPressGestureRecognizer) {
  673. }
  674. func longPressGridItem(with objectId: String, gestureRecognizer: UILongPressGestureRecognizer) {
  675. }
  676. func longPressMoreListItem(with objectId: String, namedButtonMore: String, gestureRecognizer: UILongPressGestureRecognizer) {
  677. }
  678. func longPressMoreGridItem(with objectId: String, namedButtonMore: String, gestureRecognizer: UILongPressGestureRecognizer) {
  679. }
  680. @objc func longPressCollecationView(_ gestureRecognizer: UILongPressGestureRecognizer) {
  681. openMenuItems(with: nil, gestureRecognizer: gestureRecognizer)
  682. /*
  683. if #available(iOS 13.0, *) {
  684. let interaction = UIContextMenuInteraction(delegate: self)
  685. self.view.addInteraction(interaction)
  686. }
  687. */
  688. }
  689. @available(iOS 13.0, *)
  690. func contextMenuInteraction(_ interaction: UIContextMenuInteraction, configurationForMenuAtLocation location: CGPoint) -> UIContextMenuConfiguration? {
  691. return UIContextMenuConfiguration(identifier: nil, previewProvider: {
  692. return nil
  693. }, actionProvider: { suggestedActions in
  694. //let share = UIAction(title: "Share Pupper", image: UIImage(systemName: "square.and.arrow.up")) { action in
  695. //}
  696. //return UIMenu(title: "Main Menu", children: [share])
  697. return nil
  698. })
  699. }
  700. func openMenuItems(with objectId: String?, gestureRecognizer: UILongPressGestureRecognizer) {
  701. if gestureRecognizer.state != .began { return }
  702. var listMenuItems: [UIMenuItem] = []
  703. let touchPoint = gestureRecognizer.location(in: collectionView)
  704. becomeFirstResponder()
  705. if serverUrl != "" {
  706. listMenuItems.append(UIMenuItem.init(title: NSLocalizedString("_paste_file_", comment: ""), action: #selector(pasteFilesMenu)))
  707. }
  708. if #available(iOS 13.0, *) {
  709. if !NCBrandOptions.shared.disable_background_color {
  710. listMenuItems.append(UIMenuItem.init(title: NSLocalizedString("_background_", comment: ""), action: #selector(backgroundFilesMenu)))
  711. }
  712. }
  713. if listMenuItems.count > 0 {
  714. UIMenuController.shared.menuItems = listMenuItems
  715. UIMenuController.shared.setTargetRect(CGRect(x: touchPoint.x, y: touchPoint.y, width: 0, height: 0), in: collectionView)
  716. UIMenuController.shared.setMenuVisible(true, animated: true)
  717. }
  718. }
  719. // MARK: - Menu Item
  720. override func canPerformAction(_ action: Selector, withSender sender: Any?) -> Bool {
  721. if (#selector(pasteFilesMenu) == action) {
  722. if UIPasteboard.general.items.count > 0 {
  723. return true
  724. }
  725. }
  726. if (#selector(backgroundFilesMenu) == action) {
  727. return true
  728. }
  729. return false
  730. }
  731. @objc func pasteFilesMenu() {
  732. NCFunctionCenter.shared.pastePasteboard(serverUrl: serverUrl)
  733. }
  734. @objc func backgroundFilesMenu() {
  735. if let vcBackgroundImageColor = UIStoryboard(name: "NCBackgroundImageColor", bundle: nil).instantiateInitialViewController() as? NCBackgroundImageColor {
  736. vcBackgroundImageColor.delegate = self
  737. vcBackgroundImageColor.setupColor = collectionView.backgroundColor
  738. if let activeAccount = NCManageDatabase.shared.getActiveAccount() {
  739. vcBackgroundImageColor.lightColor = activeAccount.lightColorBackground
  740. vcBackgroundImageColor.darkColor = activeAccount.darkColorBackground
  741. }
  742. let popup = NCPopupViewController(contentController: vcBackgroundImageColor, popupWidth: vcBackgroundImageColor.width, popupHeight: vcBackgroundImageColor.height)
  743. popup.backgroundAlpha = 0
  744. self.present(popup, animated: true)
  745. }
  746. }
  747. // MARK: - DataSource + NC Endpoint
  748. @objc func reloadDataSource() {
  749. if appDelegate.account == "" { return }
  750. // Get richWorkspace Text
  751. let directory = NCManageDatabase.shared.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.account, serverUrl))
  752. richWorkspaceText = directory?.richWorkspace
  753. // E2EE
  754. isEncryptedFolder = CCUtility.isFolderEncrypted(serverUrl, e2eEncrypted: metadataFolder?.e2eEncrypted ?? false, account: appDelegate.account, urlBase: appDelegate.urlBase)
  755. // get auto upload folder
  756. autoUploadFileName = NCManageDatabase.shared.getAccountAutoUploadFileName()
  757. autoUploadDirectory = NCManageDatabase.shared.getAccountAutoUploadDirectory(urlBase: appDelegate.urlBase, account: appDelegate.account)
  758. // get layout for view
  759. layoutForView = NCUtility.shared.getLayoutForView(key: layoutKey, serverUrl: serverUrl)
  760. }
  761. @objc func reloadDataSourceNetwork(forced: Bool = false) { }
  762. @objc func networkSearch() {
  763. if appDelegate.account == "" { return }
  764. if literalSearch?.count ?? 0 > 1 {
  765. isReloadDataSourceNetworkInProgress = true
  766. collectionView?.reloadData()
  767. NCNetworking.shared.searchFiles(urlBase: appDelegate.urlBase, user: appDelegate.user, literal: literalSearch!) { (account, metadatas, errorCode, errorDescription) in
  768. DispatchQueue.main.async {
  769. if self.searchController?.isActive ?? false && errorCode == 0 {
  770. self.metadatasSource = metadatas!
  771. }
  772. self.refreshControl.endRefreshing()
  773. self.isReloadDataSourceNetworkInProgress = false
  774. self.reloadDataSource()
  775. }
  776. }
  777. } else {
  778. self.refreshControl.endRefreshing()
  779. }
  780. }
  781. @objc func networkReadFolder(forced: Bool, completion: @escaping(_ tableDirectory: tableDirectory?, _ metadatas: [tableMetadata]?, _ metadatasUpdate: [tableMetadata]?, _ metadatasDelete: [tableMetadata]?, _ errorCode: Int, _ errorDescription: String)->()) {
  782. var tableDirectory: tableDirectory?
  783. NCNetworking.shared.readFile(serverUrlFileName: serverUrl, account: appDelegate.account) { (account, metadataFolder, errorCode, errorDescription) in
  784. if errorCode == 0 {
  785. if let metadataFolder = metadataFolder {
  786. tableDirectory = NCManageDatabase.shared.setDirectory(richWorkspace: metadataFolder.richWorkspace, serverUrl: self.serverUrl, account: account)
  787. }
  788. if forced || tableDirectory?.etag != metadataFolder?.etag || metadataFolder?.e2eEncrypted ?? false {
  789. NCNetworking.shared.readFolder(serverUrl: self.serverUrl, account: self.appDelegate.account) { (account, metadataFolder, metadatas, metadatasUpdate, metadatasLocalUpdate, metadatasDelete, errorCode, errorDescription) in
  790. if errorCode == 0 {
  791. self.metadataFolder = metadataFolder
  792. // E2EE
  793. if let metadataFolder = metadataFolder {
  794. if metadataFolder.e2eEncrypted && CCUtility.isEnd(toEndEnabled: self.appDelegate.account) {
  795. NCCommunication.shared.getE2EEMetadata(fileId: metadataFolder.ocId, e2eToken: nil) { (account, e2eMetadata, errorCode, errorDescription) in
  796. if errorCode == 0 && e2eMetadata != nil {
  797. if !NCEndToEndMetadata.shared.decoderMetadata(e2eMetadata!, privateKey: CCUtility.getEndToEndPrivateKey(account), serverUrl: self.serverUrl, account: account, urlBase: self.appDelegate.urlBase) {
  798. NCContentPresenter.shared.messageNotification("_error_e2ee_", description: "_e2e_error_decode_metadata_", delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.error, errorCode: NCGlobal.shared.errorDecodeMetadata, forced: true)
  799. } else {
  800. self.reloadDataSource()
  801. }
  802. } else if errorCode != NCGlobal.shared.errorResourceNotFound {
  803. NCContentPresenter.shared.messageNotification("_error_e2ee_", description: "_e2e_error_decode_metadata_", delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.error, errorCode: NCGlobal.shared.errorDecodeMetadata, forced: true)
  804. }
  805. completion(tableDirectory, metadatas, metadatasUpdate, metadatasDelete, errorCode, errorDescription)
  806. }
  807. } else {
  808. completion(tableDirectory, metadatas, metadatasUpdate, metadatasDelete, errorCode, errorDescription)
  809. }
  810. } else {
  811. completion(tableDirectory, metadatas, metadatasUpdate, metadatasDelete, errorCode, errorDescription)
  812. }
  813. } else {
  814. completion(tableDirectory, nil, nil, nil, errorCode, errorDescription)
  815. }
  816. }
  817. } else {
  818. completion(tableDirectory, nil, nil, nil, 0, "")
  819. }
  820. } else {
  821. completion(nil, nil, nil, nil, errorCode, errorDescription)
  822. }
  823. }
  824. }
  825. // MARK: - Push metadata
  826. func pushMetadata(_ metadata: tableMetadata) {
  827. guard let serverUrlPush = CCUtility.stringAppendServerUrl(metadata.serverUrl, addFileName: metadata.fileName) else { return }
  828. appDelegate.activeMetadata = metadata
  829. // FILES
  830. if layoutKey == NCGlobal.shared.layoutViewFiles && !pushed {
  831. if let viewController = appDelegate.listFilesVC[serverUrlPush] {
  832. if viewController.isViewLoaded {
  833. pushViewController(viewController: viewController)
  834. }
  835. } else {
  836. if let viewController:NCFiles = UIStoryboard(name: "NCFiles", bundle: nil).instantiateInitialViewController() as? NCFiles {
  837. viewController.isRoot = false
  838. viewController.serverUrl = serverUrlPush
  839. viewController.titleCurrentFolder = metadata.fileNameView
  840. appDelegate.listFilesVC[serverUrlPush] = viewController
  841. pushViewController(viewController: viewController)
  842. }
  843. }
  844. }
  845. // FAVORITE
  846. if layoutKey == NCGlobal.shared.layoutViewFavorite && !pushed {
  847. if let viewController = appDelegate.listFavoriteVC[serverUrlPush] {
  848. if viewController.isViewLoaded {
  849. pushViewController(viewController: viewController)
  850. }
  851. } else {
  852. if let viewController:NCFavorite = UIStoryboard(name: "NCFavorite", bundle: nil).instantiateInitialViewController() as? NCFavorite {
  853. viewController.serverUrl = serverUrlPush
  854. viewController.titleCurrentFolder = metadata.fileNameView
  855. appDelegate.listFavoriteVC[serverUrlPush] = viewController
  856. pushViewController(viewController: viewController)
  857. }
  858. }
  859. }
  860. // OFFLINE
  861. if layoutKey == NCGlobal.shared.layoutViewOffline && !pushed {
  862. if let viewController = appDelegate.listOfflineVC[serverUrlPush] {
  863. if viewController.isViewLoaded {
  864. pushViewController(viewController: viewController)
  865. }
  866. } else {
  867. if let viewController:NCOffline = UIStoryboard(name: "NCOffline", bundle: nil).instantiateInitialViewController() as? NCOffline {
  868. viewController.serverUrl = serverUrlPush
  869. viewController.titleCurrentFolder = metadata.fileNameView
  870. appDelegate.listOfflineVC[serverUrlPush] = viewController
  871. pushViewController(viewController: viewController)
  872. }
  873. }
  874. }
  875. // RECENT ( for push use Files ... he he he )
  876. if layoutKey == NCGlobal.shared.layoutViewRecent && !pushed {
  877. if let viewController = appDelegate.listFilesVC[serverUrlPush] {
  878. if viewController.isViewLoaded {
  879. pushViewController(viewController: viewController)
  880. }
  881. } else {
  882. if let viewController:NCFiles = UIStoryboard(name: "NCFiles", bundle: nil).instantiateInitialViewController() as? NCFiles {
  883. viewController.isRoot = false
  884. viewController.serverUrl = serverUrlPush
  885. viewController.titleCurrentFolder = metadata.fileNameView
  886. appDelegate.listFilesVC[serverUrlPush] = viewController
  887. pushViewController(viewController: viewController)
  888. }
  889. }
  890. }
  891. //VIEW IN FOLDER
  892. if layoutKey == NCGlobal.shared.layoutViewViewInFolder && !pushed {
  893. if let viewController:NCFileViewInFolder = UIStoryboard(name: "NCFileViewInFolder", bundle: nil).instantiateInitialViewController() as? NCFileViewInFolder {
  894. viewController.serverUrl = serverUrlPush
  895. viewController.titleCurrentFolder = metadata.fileNameView
  896. pushViewController(viewController: viewController)
  897. }
  898. }
  899. // SHARES ( for push use Files ... he he he )
  900. if layoutKey == NCGlobal.shared.layoutViewShares && !pushed {
  901. if let viewController = appDelegate.listFilesVC[serverUrlPush] {
  902. if viewController.isViewLoaded {
  903. pushViewController(viewController: viewController)
  904. }
  905. } else {
  906. if let viewController:NCFiles = UIStoryboard(name: "NCFiles", bundle: nil).instantiateInitialViewController() as? NCFiles {
  907. viewController.isRoot = false
  908. viewController.serverUrl = serverUrlPush
  909. viewController.titleCurrentFolder = metadata.fileNameView
  910. appDelegate.listFilesVC[serverUrlPush] = viewController
  911. pushViewController(viewController: viewController)
  912. }
  913. }
  914. }
  915. }
  916. }
  917. // MARK: - Collection View
  918. extension NCCollectionViewCommon: UICollectionViewDelegate {
  919. func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
  920. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return }
  921. appDelegate.activeMetadata = metadata
  922. if isEditMode {
  923. if let index = selectOcId.firstIndex(of: metadata.ocId) {
  924. selectOcId.remove(at: index)
  925. } else {
  926. selectOcId.append(metadata.ocId)
  927. }
  928. collectionView.reloadItems(at: [indexPath])
  929. self.navigationItem.title = NSLocalizedString("_selected_", comment: "") + " : \(selectOcId.count)" + " / \(dataSource.metadatas.count)"
  930. return
  931. }
  932. if metadata.e2eEncrypted && !CCUtility.isEnd(toEndEnabled: appDelegate.account) {
  933. NCContentPresenter.shared.messageNotification("_info_", description: "_e2e_goto_settings_for_enable_", delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.info, errorCode: NCGlobal.shared.errorE2EENotEnabled, forced: true)
  934. return
  935. }
  936. if metadata.directory {
  937. pushMetadata(metadata)
  938. } else {
  939. let imageIcon = UIImage(contentsOfFile: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag))
  940. if metadata.classFile == NCCommunicationCommon.typeClassFile.image.rawValue || metadata.classFile == NCCommunicationCommon.typeClassFile.video.rawValue || metadata.classFile == NCCommunicationCommon.typeClassFile.audio.rawValue {
  941. var metadatas: [tableMetadata] = []
  942. for metadata in dataSource.metadatas {
  943. if metadata.classFile == NCCommunicationCommon.typeClassFile.image.rawValue || metadata.classFile == NCCommunicationCommon.typeClassFile.video.rawValue || metadata.classFile == NCCommunicationCommon.typeClassFile.audio.rawValue {
  944. metadatas.append(metadata)
  945. }
  946. }
  947. NCViewer.shared.view(viewController: self, metadata: metadata, metadatas: metadatas, imageIcon: imageIcon)
  948. return
  949. }
  950. if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  951. NCViewer.shared.view(viewController: self, metadata: metadata, metadatas: [metadata], imageIcon: imageIcon)
  952. } else if NCCommunication.shared.isNetworkReachable() {
  953. NCNetworking.shared.download(metadata: metadata, selector: NCGlobal.shared.selectorLoadFileView) { (_) in }
  954. } else {
  955. NCContentPresenter.shared.messageNotification("_info_", description: "_go_online_", delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.info, errorCode: NCGlobal.shared.errorOffline, forced: true)
  956. }
  957. }
  958. }
  959. func pushViewController(viewController: UIViewController) {
  960. if pushed { return }
  961. pushed = true
  962. navigationController?.pushViewController(viewController, animated: true)
  963. }
  964. func collectionViewSelectAll() {
  965. selectOcId.removeAll()
  966. for metadata in metadatasSource {
  967. selectOcId.append(metadata.ocId)
  968. }
  969. collectionView.reloadData()
  970. }
  971. @available(iOS 13.0, *)
  972. func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration? {
  973. if isEditMode { return nil }
  974. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return nil }
  975. let identifier = indexPath as NSCopying
  976. var image: UIImage?
  977. let cell = collectionView.cellForItem(at: indexPath)
  978. if cell is NCListCell {
  979. image = (cell as! NCListCell).imageItem.image
  980. } else if cell is NCGridCell {
  981. image = (cell as! NCGridCell).imageItem.image
  982. }
  983. return UIContextMenuConfiguration(identifier: identifier, previewProvider: {
  984. return NCViewerProviderContextMenu(metadata: metadata, image: image)
  985. }, actionProvider: { suggestedActions in
  986. return NCFunctionCenter.shared.contextMenuConfiguration(ocId: metadata.ocId, viewController: self, enableDeleteLocal: true, enableViewInFolder: false, image: image)
  987. })
  988. }
  989. @available(iOS 13.0, *)
  990. func collectionView(_ collectionView: UICollectionView, willPerformPreviewActionForMenuWith configuration: UIContextMenuConfiguration, animator: UIContextMenuInteractionCommitAnimating) {
  991. animator.addCompletion {
  992. if let indexPath = configuration.identifier as? IndexPath {
  993. self.collectionView(collectionView, didSelectItemAt: indexPath)
  994. }
  995. }
  996. }
  997. }
  998. extension NCCollectionViewCommon: UICollectionViewDataSource {
  999. func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
  1000. if kind == UICollectionView.elementKindSectionHeader {
  1001. let header = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionHeaderMenu", for: indexPath) as! NCSectionHeaderMenu
  1002. self.header = header
  1003. if collectionView.collectionViewLayout == gridLayout {
  1004. header.buttonSwitch.setImage(UIImage.init(named: "switchList")!.image(color: NCBrandColor.shared.gray, size: 50), for: .normal)
  1005. } else {
  1006. header.buttonSwitch.setImage(UIImage.init(named: "switchGrid")!.image(color: NCBrandColor.shared.gray, size: 50), for: .normal)
  1007. }
  1008. header.delegate = self
  1009. header.setStatusButton(count: dataSource.metadatas.count)
  1010. header.setTitleSorted(datasourceTitleButton: layoutForView?.titleButtonHeader ?? "")
  1011. header.viewRichWorkspaceHeightConstraint.constant = headerRichWorkspaceHeight
  1012. header.setRichWorkspaceText(richWorkspaceText: richWorkspaceText)
  1013. return header
  1014. } else {
  1015. let footer = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionFooter", for: indexPath) as! NCSectionFooter
  1016. let info = dataSource.getFilesInformation()
  1017. footer.setTitleLabel(directories: info.directories, files: info.files, size: info.size )
  1018. return footer
  1019. }
  1020. }
  1021. func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
  1022. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return }
  1023. // Thumbnail
  1024. if !metadata.directory {
  1025. if FileManager().fileExists(atPath: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag)) {
  1026. (cell as! NCCellProtocol).filePreviewImageView?.image = UIImage(contentsOfFile: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag))
  1027. } else {
  1028. NCOperationQueue.shared.downloadThumbnail(metadata: metadata, placeholder: true, cell: cell, view: collectionView)
  1029. }
  1030. }
  1031. // Avatar
  1032. if metadata.ownerId.count > 0 && metadata.ownerId != appDelegate.userId && appDelegate.account == metadata.account {
  1033. let fileName = String(CCUtility.getUserUrlBase(metadata.user, urlBase: metadata.urlBase)) + "-" + metadata.ownerId + ".png"
  1034. NCOperationQueue.shared.downloadAvatar(user: metadata.ownerId, fileName: fileName, placeholder: NCBrandColor.cacheImages.shared, cell: cell, view: collectionView)
  1035. }
  1036. }
  1037. func collectionView(_ collectionView: UICollectionView, didEndDisplaying cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
  1038. }
  1039. func numberOfSections(in collectionView: UICollectionView) -> Int {
  1040. return 1
  1041. }
  1042. func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
  1043. let numberItems = dataSource.numberOfItems()
  1044. emptyDataSet?.numberOfItemsInSection(numberItems, section: section)
  1045. return numberItems
  1046. }
  1047. func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
  1048. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else {
  1049. if layoutForView?.layout == NCGlobal.shared.layoutList {
  1050. return collectionView.dequeueReusableCell(withReuseIdentifier: "listCell", for: indexPath) as! NCListCell
  1051. } else {
  1052. return collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as! NCGridCell
  1053. }
  1054. }
  1055. var tableShare: tableShare?
  1056. var isShare = false
  1057. var isMounted = false
  1058. if metadataFolder != nil {
  1059. isShare = metadata.permissions.contains(NCGlobal.shared.permissionShared) && !metadataFolder!.permissions.contains(NCGlobal.shared.permissionShared)
  1060. isMounted = metadata.permissions.contains(NCGlobal.shared.permissionMounted) && !metadataFolder!.permissions.contains(NCGlobal.shared.permissionMounted)
  1061. }
  1062. if dataSource.metadataShare[metadata.ocId] != nil {
  1063. tableShare = dataSource.metadataShare[metadata.ocId]
  1064. }
  1065. //
  1066. // LAYOUT LIST
  1067. //
  1068. if layoutForView?.layout == NCGlobal.shared.layoutList {
  1069. let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "listCell", for: indexPath) as! NCListCell
  1070. cell.delegate = self
  1071. cell.fileObjectId = metadata.ocId
  1072. cell.fileUser = metadata.ownerId
  1073. if isSearching {
  1074. cell.labelTitle.text = NCUtilityFileSystem.shared.getPath(metadata: metadata)
  1075. cell.labelTitle.lineBreakMode = .byTruncatingHead
  1076. } else {
  1077. cell.labelTitle.text = metadata.fileNameView
  1078. cell.labelTitle.lineBreakMode = .byTruncatingMiddle
  1079. }
  1080. cell.labelTitle.textColor = NCBrandColor.shared.label
  1081. cell.labelInfo.text = CCUtility.dateDiff(metadata.date as Date) + " · " + CCUtility.transformedSize(metadata.size)
  1082. cell.labelInfo.textColor = NCBrandColor.shared.systemGray
  1083. cell.imageSelect.image = nil
  1084. cell.imageStatus.image = nil
  1085. cell.imageLocal.image = nil
  1086. cell.imageFavorite.image = nil
  1087. cell.imageShared.image = nil
  1088. cell.imageMore.image = nil
  1089. cell.imageItem.image = nil
  1090. cell.imageItem.backgroundColor = nil
  1091. // Progress
  1092. var progress: Float = 0.0
  1093. var totalBytes: Int64 = 0
  1094. if let progressType = appDelegate.listProgress[metadata.ocId] {
  1095. progress = progressType.progress
  1096. totalBytes = progressType.totalBytes
  1097. }
  1098. if metadata.status == NCGlobal.shared.metadataStatusDownloading || metadata.status == NCGlobal.shared.metadataStatusUploading {
  1099. cell.progressView.isHidden = false
  1100. cell.progressView.progress = progress
  1101. } else {
  1102. cell.progressView.isHidden = true
  1103. cell.progressView.progress = 0.0
  1104. }
  1105. if metadata.directory {
  1106. if metadata.e2eEncrypted {
  1107. cell.imageItem.image = NCBrandColor.cacheImages.folderEncrypted
  1108. } else if isShare {
  1109. cell.imageItem.image = NCBrandColor.cacheImages.folderSharedWithMe
  1110. } else if (tableShare != nil && tableShare?.shareType != 3) {
  1111. cell.imageItem.image = NCBrandColor.cacheImages.folderSharedWithMe
  1112. } else if (tableShare != nil && tableShare?.shareType == 3) {
  1113. cell.imageItem.image = NCBrandColor.cacheImages.folderPublic
  1114. } else if metadata.mountType == "group" {
  1115. cell.imageItem.image = NCBrandColor.cacheImages.folderGroup
  1116. } else if isMounted {
  1117. cell.imageItem.image = NCBrandColor.cacheImages.folderExternal
  1118. } else if metadata.fileName == autoUploadFileName && metadata.serverUrl == autoUploadDirectory {
  1119. cell.imageItem.image = NCBrandColor.cacheImages.folderAutomaticUpload
  1120. } else {
  1121. cell.imageItem.image = NCBrandColor.cacheImages.folder
  1122. }
  1123. let lockServerUrl = CCUtility.stringAppendServerUrl(metadata.serverUrl, addFileName: metadata.fileName)!
  1124. let tableDirectory = NCManageDatabase.shared.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.account, lockServerUrl))
  1125. // Local image: offline
  1126. if tableDirectory != nil && tableDirectory!.offline {
  1127. cell.imageLocal.image = NCBrandColor.cacheImages.offlineFlag
  1128. }
  1129. } else {
  1130. // image local
  1131. if dataSource.metadataOffLine.contains(metadata.ocId) {
  1132. cell.imageLocal.image = NCBrandColor.cacheImages.offlineFlag
  1133. } else if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  1134. cell.imageLocal.image = NCBrandColor.cacheImages.local
  1135. }
  1136. }
  1137. // image Favorite
  1138. if metadata.favorite {
  1139. cell.imageFavorite.image = NCBrandColor.cacheImages.favorite
  1140. }
  1141. // Share image
  1142. if (isShare) {
  1143. cell.imageShared.image = NCBrandColor.cacheImages.shared
  1144. } else if (tableShare != nil && tableShare?.shareType == 3) {
  1145. cell.imageShared.image = NCBrandColor.cacheImages.shareByLink
  1146. } else if (tableShare != nil && tableShare?.shareType != 3) {
  1147. cell.imageShared.image = NCBrandColor.cacheImages.shared
  1148. } else {
  1149. cell.imageShared.image = NCBrandColor.cacheImages.canShare
  1150. }
  1151. if appDelegate.account != metadata.account {
  1152. cell.imageShared.image = NCBrandColor.cacheImages.shared
  1153. }
  1154. if metadata.status == NCGlobal.shared.metadataStatusInDownload || metadata.status == NCGlobal.shared.metadataStatusDownloading || metadata.status == NCGlobal.shared.metadataStatusInUpload || metadata.status == NCGlobal.shared.metadataStatusUploading {
  1155. cell.setButtonMore(named: NCGlobal.shared.buttonMoreStop, image: NCBrandColor.cacheImages.buttonStop)
  1156. } else {
  1157. cell.setButtonMore(named: NCGlobal.shared.buttonMoreMore, image: NCBrandColor.cacheImages.buttonMore)
  1158. }
  1159. // Write status on Label Info
  1160. switch metadata.status {
  1161. case NCGlobal.shared.metadataStatusWaitDownload:
  1162. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_download_", comment: "")
  1163. break
  1164. case NCGlobal.shared.metadataStatusInDownload:
  1165. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_in_download_", comment: "")
  1166. break
  1167. case NCGlobal.shared.metadataStatusDownloading:
  1168. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - ↓ " + CCUtility.transformedSize(totalBytes)
  1169. break
  1170. case NCGlobal.shared.metadataStatusWaitUpload:
  1171. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_upload_", comment: "")
  1172. break
  1173. case NCGlobal.shared.metadataStatusInUpload:
  1174. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_in_upload_", comment: "")
  1175. break
  1176. case NCGlobal.shared.metadataStatusUploading:
  1177. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - ↑ " + CCUtility.transformedSize(totalBytes)
  1178. break
  1179. case NCGlobal.shared.metadataStatusUploadError:
  1180. if metadata.sessionError != "" {
  1181. cell.labelInfo.text = NSLocalizedString("_status_wait_upload_", comment: "") + " " + metadata.sessionError
  1182. } else {
  1183. cell.labelInfo.text = NSLocalizedString("_status_wait_upload_", comment: "")
  1184. }
  1185. break
  1186. default:
  1187. break
  1188. }
  1189. // Live Photo
  1190. if metadata.livePhoto {
  1191. cell.imageStatus.image = NCBrandColor.cacheImages.livePhoto
  1192. }
  1193. // E2EE
  1194. if metadata.e2eEncrypted || isEncryptedFolder {
  1195. cell.hideButtonShare(true)
  1196. } else {
  1197. cell.hideButtonShare(false)
  1198. }
  1199. // Remove last separator
  1200. if collectionView.numberOfItems(inSection: indexPath.section) == indexPath.row + 1 {
  1201. cell.separator.isHidden = true
  1202. } else {
  1203. cell.separator.isHidden = false
  1204. }
  1205. // Edit mode
  1206. if isEditMode {
  1207. cell.selectMode(true)
  1208. if selectOcId.contains(metadata.ocId) {
  1209. cell.selected(true)
  1210. } else {
  1211. cell.selected(false)
  1212. }
  1213. } else {
  1214. cell.selectMode(false)
  1215. }
  1216. // Disable Share Button
  1217. if appDelegate.disableSharesView {
  1218. cell.hideButtonShare(true)
  1219. }
  1220. return cell
  1221. }
  1222. //
  1223. // LAYOUT GRID
  1224. //
  1225. if layoutForView?.layout == NCGlobal.shared.layoutGrid {
  1226. let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as! NCGridCell
  1227. cell.delegate = self
  1228. cell.fileObjectId = metadata.ocId
  1229. cell.fileUser = metadata.ownerId
  1230. cell.labelTitle.text = metadata.fileNameView
  1231. cell.labelTitle.textColor = NCBrandColor.shared.label
  1232. cell.imageSelect.image = nil
  1233. cell.imageStatus.image = nil
  1234. cell.imageLocal.image = nil
  1235. cell.imageFavorite.image = nil
  1236. cell.imageItem.image = nil
  1237. cell.imageItem.backgroundColor = nil
  1238. // Progress
  1239. var progress: Float = 0.0
  1240. if let progressType = appDelegate.listProgress[metadata.ocId] {
  1241. progress = progressType.progress
  1242. }
  1243. if metadata.status == NCGlobal.shared.metadataStatusDownloading || metadata.status == NCGlobal.shared.metadataStatusUploading {
  1244. cell.progressView.isHidden = false
  1245. cell.progressView.progress = progress
  1246. } else {
  1247. cell.progressView.isHidden = true
  1248. cell.progressView.progress = 0.0
  1249. }
  1250. if metadata.directory {
  1251. if metadata.e2eEncrypted {
  1252. cell.imageItem.image = NCBrandColor.cacheImages.folderEncrypted
  1253. } else if isShare {
  1254. cell.imageItem.image = NCBrandColor.cacheImages.folderSharedWithMe
  1255. } else if (tableShare != nil && tableShare!.shareType != 3) {
  1256. cell.imageItem.image = NCBrandColor.cacheImages.folderSharedWithMe
  1257. } else if (tableShare != nil && tableShare!.shareType == 3) {
  1258. cell.imageItem.image = NCBrandColor.cacheImages.folderPublic
  1259. } else if metadata.mountType == "group" {
  1260. cell.imageItem.image = NCBrandColor.cacheImages.folderGroup
  1261. } else if isMounted {
  1262. cell.imageItem.image = NCBrandColor.cacheImages.folderExternal
  1263. } else if metadata.fileName == autoUploadFileName && metadata.serverUrl == autoUploadDirectory {
  1264. cell.imageItem.image = NCBrandColor.cacheImages.folderAutomaticUpload
  1265. } else {
  1266. cell.imageItem.image = NCBrandColor.cacheImages.folder
  1267. }
  1268. let lockServerUrl = CCUtility.stringAppendServerUrl(metadata.serverUrl, addFileName: metadata.fileName)!
  1269. let tableDirectory = NCManageDatabase.shared.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.account, lockServerUrl))
  1270. // Local image: offline
  1271. if tableDirectory != nil && tableDirectory!.offline {
  1272. cell.imageLocal.image = NCBrandColor.cacheImages.offlineFlag
  1273. }
  1274. } else {
  1275. // image Local
  1276. if dataSource.metadataOffLine.contains(metadata.ocId) {
  1277. cell.imageLocal.image = NCBrandColor.cacheImages.offlineFlag
  1278. } else if CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) {
  1279. cell.imageLocal.image = NCBrandColor.cacheImages.local
  1280. }
  1281. }
  1282. // image Favorite
  1283. if metadata.favorite {
  1284. cell.imageFavorite.image = NCBrandColor.cacheImages.favorite
  1285. }
  1286. // Transfer
  1287. if metadata.status == NCGlobal.shared.metadataStatusInDownload || metadata.status == NCGlobal.shared.metadataStatusDownloading || metadata.status == NCGlobal.shared.metadataStatusInUpload || metadata.status == NCGlobal.shared.metadataStatusUploading {
  1288. cell.setButtonMore(named: NCGlobal.shared.buttonMoreStop, image: NCBrandColor.cacheImages.buttonStop)
  1289. } else {
  1290. cell.setButtonMore(named: NCGlobal.shared.buttonMoreMore, image: NCBrandColor.cacheImages.buttonMore)
  1291. }
  1292. // Live Photo
  1293. if metadata.livePhoto {
  1294. cell.imageStatus.image = NCBrandColor.cacheImages.livePhoto
  1295. }
  1296. // Edit mode
  1297. if isEditMode {
  1298. cell.selectMode(true)
  1299. if selectOcId.contains(metadata.ocId) {
  1300. cell.selected(true)
  1301. } else {
  1302. cell.selected(false)
  1303. }
  1304. } else {
  1305. cell.selectMode(false)
  1306. }
  1307. return cell
  1308. }
  1309. return collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as! NCGridCell
  1310. }
  1311. }
  1312. extension NCCollectionViewCommon: UICollectionViewDelegateFlowLayout {
  1313. func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
  1314. headerRichWorkspaceHeight = 0
  1315. if let richWorkspaceText = richWorkspaceText {
  1316. let trimmed = richWorkspaceText.trimmingCharacters(in: .whitespaces)
  1317. if trimmed.count > 0 && !isSearching {
  1318. headerRichWorkspaceHeight = UIScreen.main.bounds.size.height / 4
  1319. }
  1320. }
  1321. return CGSize(width: collectionView.frame.width, height: headerHeight + headerRichWorkspaceHeight)
  1322. }
  1323. func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
  1324. return CGSize(width: collectionView.frame.width, height: footerHeight)
  1325. }
  1326. }