NCCollectionViewCommon.swift 76 KB

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