NCCollectionViewCommon.swift 80 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756
  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 NextcloudKit
  26. import EasyTipView
  27. import JGProgressHUD
  28. import Queuer
  29. class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UISearchResultsUpdating, UISearchControllerDelegate, UISearchBarDelegate, NCListCellDelegate, NCGridCellDelegate, NCSectionHeaderMenuDelegate, NCSectionFooterDelegate, UIAdaptivePresentationControllerDelegate, NCEmptyDataSetDelegate, UIContextMenuInteractionDelegate, NCAccountRequestDelegate, NCSelectableNavigationView {
  30. @IBOutlet weak var collectionView: UICollectionView!
  31. internal let appDelegate = (UIApplication.shared.delegate as? AppDelegate)!
  32. internal let utilityFileSystem = NCUtilityFileSystem()
  33. internal let utility = NCUtility()
  34. internal let refreshControl = UIRefreshControl()
  35. internal var searchController: UISearchController?
  36. internal var emptyDataSet: NCEmptyDataSet?
  37. internal var backgroundImageView = UIImageView()
  38. internal var serverUrl: String = ""
  39. internal var isEditMode = false
  40. internal var selectOcId: [String] = []
  41. internal var selectIndexPath: [IndexPath] = []
  42. internal var metadataFolder: tableMetadata?
  43. internal var dataSource = NCDataSource()
  44. internal var richWorkspaceText: String?
  45. internal var headerMenu: NCSectionHeaderMenu?
  46. internal var isSearchingMode: Bool = false
  47. internal var layoutForView: NCDBLayoutForView?
  48. internal var selectableDataSource: [RealmSwiftObject] { dataSource.getMetadataSourceForAllSections() }
  49. private var autoUploadFileName = ""
  50. private var autoUploadDirectory = ""
  51. internal var groupByField = "name"
  52. internal var providers: [NKSearchProvider]?
  53. internal var searchResults: [NKSearchResult]?
  54. internal var listLayout: NCListLayout!
  55. internal var gridLayout: NCGridLayout!
  56. internal var literalSearch: String?
  57. internal var isReloadDataSourceNetworkInProgress: Bool = false
  58. internal var timerNotificationCenter: Timer?
  59. internal var notificationReloadDataSource: Int = 0
  60. internal var notificationReloadDataSourceNetwork: Int = 0
  61. private var pushed: Bool = false
  62. private var tipView: EasyTipView?
  63. private var isTransitioning: Bool = false
  64. // DECLARE
  65. internal var layoutKey = ""
  66. internal var titleCurrentFolder = ""
  67. internal var titlePreviusFolder: String?
  68. internal var enableSearchBar: Bool = false
  69. internal var headerMenuTransferView = false
  70. internal var headerMenuButtonsView: Bool = true
  71. internal var headerRichWorkspaceDisable: Bool = false
  72. internal var emptyImage: UIImage?
  73. internal var emptyTitle: String = ""
  74. internal var emptyDescription: String = ""
  75. // MARK: - View Life Cycle
  76. required init?(coder aDecoder: NSCoder) {
  77. super.init(coder: aDecoder)
  78. }
  79. override func viewDidLoad() {
  80. super.viewDidLoad()
  81. self.navigationController?.presentationController?.delegate = self
  82. // CollectionView & layout
  83. collectionView.alwaysBounceVertical = true
  84. listLayout = NCListLayout()
  85. gridLayout = NCGridLayout()
  86. // Color
  87. view.backgroundColor = .systemBackground
  88. collectionView.backgroundColor = .systemBackground
  89. refreshControl.tintColor = .gray
  90. if enableSearchBar {
  91. searchController = UISearchController(searchResultsController: nil)
  92. searchController?.searchResultsUpdater = self
  93. searchController?.obscuresBackgroundDuringPresentation = false
  94. searchController?.delegate = self
  95. searchController?.searchBar.delegate = self
  96. searchController?.searchBar.autocapitalizationType = .none
  97. navigationItem.searchController = searchController
  98. navigationItem.hidesSearchBarWhenScrolling = true
  99. }
  100. // Cell
  101. collectionView.register(UINib(nibName: "NCListCell", bundle: nil), forCellWithReuseIdentifier: "listCell")
  102. collectionView.register(UINib(nibName: "NCGridCell", bundle: nil), forCellWithReuseIdentifier: "gridCell")
  103. collectionView.register(UINib(nibName: "NCTransferCell", bundle: nil), forCellWithReuseIdentifier: "transferCell")
  104. // Header
  105. collectionView.register(UINib(nibName: "NCSectionHeaderMenu", bundle: nil), forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: "sectionHeaderMenu")
  106. collectionView.register(UINib(nibName: "NCSectionHeader", bundle: nil), forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: "sectionHeader")
  107. // Footer
  108. collectionView.register(UINib(nibName: "NCSectionFooter", bundle: nil), forSupplementaryViewOfKind: UICollectionView.elementKindSectionFooter, withReuseIdentifier: "sectionFooter")
  109. // Refresh Control
  110. collectionView.refreshControl = refreshControl
  111. refreshControl.action(for: .valueChanged) { _ in
  112. self.dataSource.clearDirectory()
  113. NCManageDatabase.shared.cleanEtagDirectory(account: self.appDelegate.account, serverUrl: self.serverUrl)
  114. self.reloadDataSourceNetwork()
  115. }
  116. // Empty
  117. emptyDataSet = NCEmptyDataSet(view: collectionView, offset: getHeaderHeight(), delegate: self)
  118. // Long Press on CollectionView
  119. let longPressedGesture = UILongPressGestureRecognizer(target: self, action: #selector(longPressCollecationView(_:)))
  120. longPressedGesture.minimumPressDuration = 0.5
  121. longPressedGesture.delegate = self
  122. longPressedGesture.delaysTouchesBegan = true
  123. collectionView.addGestureRecognizer(longPressedGesture)
  124. // TIP
  125. var preferences = EasyTipView.Preferences()
  126. preferences.drawing.foregroundColor = .white
  127. preferences.drawing.backgroundColor = NCBrandColor.shared.nextcloud
  128. preferences.drawing.textAlignment = .left
  129. preferences.drawing.arrowPosition = .top
  130. preferences.drawing.cornerRadius = 10
  131. preferences.animating.dismissTransform = CGAffineTransform(translationX: 0, y: 100)
  132. preferences.animating.showInitialTransform = CGAffineTransform(translationX: 0, y: -100)
  133. preferences.animating.showInitialAlpha = 0
  134. preferences.animating.showDuration = 1.5
  135. preferences.animating.dismissDuration = 1.5
  136. tipView = EasyTipView(text: NSLocalizedString("_tip_accountrequest_", comment: ""), preferences: preferences, delegate: self)
  137. NotificationCenter.default.addObserver(self, selector: #selector(changeTheming), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterChangeTheming), object: nil)
  138. }
  139. override func viewWillAppear(_ animated: Bool) {
  140. super.viewWillAppear(animated)
  141. appDelegate.activeViewController = self
  142. layoutForView = NCManageDatabase.shared.getLayoutForView(account: appDelegate.account, key: layoutKey, serverUrl: serverUrl)
  143. gridLayout.itemForLine = CGFloat(layoutForView?.itemForLine ?? 3)
  144. if layoutForView?.layout == NCGlobal.shared.layoutList {
  145. collectionView?.collectionViewLayout = listLayout
  146. } else {
  147. collectionView?.collectionViewLayout = gridLayout
  148. }
  149. timerNotificationCenter = Timer.scheduledTimer(timeInterval: 1.5, target: self, selector: #selector(notificationCenterEvents), userInfo: nil, repeats: true)
  150. NotificationCenter.default.addObserver(self, selector: #selector(applicationWillResignActive(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterApplicationWillResignActive), object: nil)
  151. NotificationCenter.default.addObserver(self, selector: #selector(closeRichWorkspaceWebView), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterCloseRichWorkspaceWebView), object: nil)
  152. NotificationCenter.default.addObserver(self, selector: #selector(changeStatusFolderE2EE(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterChangeStatusFolderE2EE), object: nil)
  153. NotificationCenter.default.addObserver(self, selector: #selector(reloadAvatar(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterReloadAvatar), object: nil)
  154. NotificationCenter.default.addObserver(self, selector: #selector(reloadDataSource(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterReloadDataSource), object: nil)
  155. NotificationCenter.default.addObserver(self, selector: #selector(reloadDataSourceNetwork(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterReloadDataSourceNetwork), object: nil)
  156. NotificationCenter.default.addObserver(self, selector: #selector(deleteFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDeleteFile), object: nil)
  157. NotificationCenter.default.addObserver(self, selector: #selector(moveFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterMoveFile), object: nil)
  158. NotificationCenter.default.addObserver(self, selector: #selector(copyFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterCopyFile), object: nil)
  159. NotificationCenter.default.addObserver(self, selector: #selector(renameFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterRenameFile), object: nil)
  160. NotificationCenter.default.addObserver(self, selector: #selector(createFolder(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterCreateFolder), object: nil)
  161. NotificationCenter.default.addObserver(self, selector: #selector(favoriteFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterFavoriteFile), object: nil)
  162. NotificationCenter.default.addObserver(self, selector: #selector(downloadStartFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDownloadStartFile), object: nil)
  163. NotificationCenter.default.addObserver(self, selector: #selector(downloadedFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDownloadedFile), object: nil)
  164. NotificationCenter.default.addObserver(self, selector: #selector(downloadCancelFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDownloadCancelFile), object: nil)
  165. NotificationCenter.default.addObserver(self, selector: #selector(uploadStartFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterUploadStartFile), object: nil)
  166. NotificationCenter.default.addObserver(self, selector: #selector(uploadedFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterUploadedFile), object: nil)
  167. NotificationCenter.default.addObserver(self, selector: #selector(uploadedLivePhoto(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterUploadedLivePhoto), object: nil)
  168. NotificationCenter.default.addObserver(self, selector: #selector(uploadCancelFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterUploadCancelFile), object: nil)
  169. NotificationCenter.default.addObserver(self, selector: #selector(triggerProgressTask(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterProgressTask), object: nil)
  170. if serverUrl.isEmpty {
  171. appDelegate.activeServerUrl = utilityFileSystem.getHomeServer(urlBase: appDelegate.urlBase, userId: appDelegate.userId)
  172. } else {
  173. appDelegate.activeServerUrl = serverUrl
  174. }
  175. navigationController?.navigationBar.prefersLargeTitles = true
  176. navigationController?.setNavigationBarHidden(false, animated: true)
  177. navigationController?.setNavigationBarAppearance()
  178. setNavigationItems()
  179. // FIXME: iPAD PDF landscape mode iOS 16
  180. DispatchQueue.main.async {
  181. self.collectionView?.collectionViewLayout.invalidateLayout()
  182. }
  183. }
  184. override func viewWillDisappear(_ animated: Bool) {
  185. super.viewWillDisappear(animated)
  186. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterApplicationWillResignActive), object: nil)
  187. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterCloseRichWorkspaceWebView), object: nil)
  188. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterChangeStatusFolderE2EE), object: nil)
  189. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterReloadAvatar), object: nil)
  190. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterReloadDataSource), object: nil)
  191. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterReloadDataSourceNetwork), object: nil)
  192. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDeleteFile), object: nil)
  193. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterMoveFile), object: nil)
  194. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterCopyFile), object: nil)
  195. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterRenameFile), object: nil)
  196. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterCreateFolder), object: nil)
  197. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterFavoriteFile), object: nil)
  198. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDownloadStartFile), object: nil)
  199. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDownloadedFile), object: nil)
  200. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDownloadCancelFile), object: nil)
  201. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterUploadStartFile), object: nil)
  202. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterUploadedFile), object: nil)
  203. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterUploadedLivePhoto), object: nil)
  204. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterUploadCancelFile), object: nil)
  205. NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterProgressTask), object: nil)
  206. timerNotificationCenter?.invalidate()
  207. pushed = false
  208. // REQUEST
  209. NCNetworking.shared.cancelUnifiedSearchFiles()
  210. // TIP
  211. self.tipView?.dismiss()
  212. }
  213. func presentationControllerDidDismiss( _ presentationController: UIPresentationController) {
  214. let viewController = presentationController.presentedViewController
  215. if viewController is NCViewerRichWorkspaceWebView {
  216. closeRichWorkspaceWebView()
  217. }
  218. }
  219. override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
  220. super.viewWillTransition(to: size, with: coordinator)
  221. self.collectionView?.collectionViewLayout.invalidateLayout()
  222. self.collectionView?.reloadData()
  223. self.tipView?.dismiss()
  224. coordinator.animate(alongsideTransition: nil) { _ in
  225. self.showTip()
  226. }
  227. }
  228. override var canBecomeFirstResponder: Bool {
  229. return true
  230. }
  231. // MARK: - NotificationCenter
  232. @objc func notificationCenterEvents() {
  233. if notificationReloadDataSource > 0 {
  234. print("notificationReloadDataSource: \(notificationReloadDataSource)")
  235. reloadDataSource()
  236. notificationReloadDataSource = 0
  237. }
  238. }
  239. @objc func applicationWillResignActive(_ notification: NSNotification) {
  240. self.refreshControl.endRefreshing()
  241. }
  242. @objc func reloadAvatar(_ notification: NSNotification) {
  243. DispatchQueue.main.asyncAfter(deadline: .now() + 1.0) {
  244. self.showTip()
  245. }
  246. guard let userInfo = notification.userInfo as NSDictionary?,
  247. let error = userInfo["error"] as? NKError,
  248. error.errorCode != NCGlobal.shared.errorNotModified else { return }
  249. setNavigationItems()
  250. }
  251. @objc func changeTheming() {
  252. collectionView.reloadData()
  253. }
  254. @objc func reloadDataSource(_ notification: NSNotification) {
  255. notificationReloadDataSource += 1
  256. }
  257. @objc func reloadDataSourceNetwork(_ notification: NSNotification) {
  258. if !isSearchingMode {
  259. reloadDataSourceNetwork()
  260. }
  261. }
  262. @objc func changeStatusFolderE2EE(_ notification: NSNotification) {
  263. notificationReloadDataSource += 1
  264. }
  265. @objc func closeRichWorkspaceWebView() {
  266. reloadDataSourceNetwork()
  267. }
  268. @objc func deleteFile(_ notification: NSNotification) {
  269. guard let userInfo = notification.userInfo as NSDictionary?,
  270. let error = userInfo["error"] as? NKError else { return }
  271. notificationReloadDataSource += 1
  272. if error != .success {
  273. NCContentPresenter().showError(error: error)
  274. }
  275. }
  276. @objc func moveFile(_ notification: NSNotification) {
  277. deleteFile(notification)
  278. }
  279. @objc func copyFile(_ notification: NSNotification) {
  280. guard let userInfo = notification.userInfo as NSDictionary?,
  281. let error = userInfo["error"] as? NKError else { return }
  282. if error != .success {
  283. NCContentPresenter().showError(error: error)
  284. }
  285. }
  286. @objc func renameFile(_ notification: NSNotification) {
  287. guard let userInfo = notification.userInfo as NSDictionary?,
  288. let account = userInfo["account"] as? String,
  289. account == appDelegate.account
  290. else { return }
  291. reloadDataSourceNetwork()
  292. }
  293. @objc func createFolder(_ notification: NSNotification) {
  294. guard let userInfo = notification.userInfo as NSDictionary?,
  295. let ocId = userInfo["ocId"] as? String,
  296. let serverUrl = userInfo["serverUrl"] as? String,
  297. serverUrl == self.serverUrl,
  298. let account = userInfo["account"] as? String,
  299. account == appDelegate.account,
  300. let withPush = userInfo["withPush"] as? Bool
  301. else { return }
  302. notificationReloadDataSource += 1
  303. if withPush, let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId) {
  304. pushMetadata(metadata)
  305. }
  306. }
  307. @objc func favoriteFile(_ notification: NSNotification) {
  308. if self is NCFavorite {
  309. return notificationReloadDataSource += 1
  310. }
  311. guard let userInfo = notification.userInfo as NSDictionary?,
  312. let serverUrl = userInfo["serverUrl"] as? String,
  313. serverUrl == self.serverUrl
  314. else { return }
  315. notificationReloadDataSource += 1
  316. }
  317. @objc func downloadStartFile(_ notification: NSNotification) {
  318. guard let userInfo = notification.userInfo as NSDictionary?,
  319. let serverUrl = userInfo["serverUrl"] as? String,
  320. serverUrl == self.serverUrl,
  321. let account = userInfo["account"] as? String,
  322. account == appDelegate.account
  323. else { return }
  324. self.notificationReloadDataSource += 1
  325. }
  326. @objc func downloadedFile(_ notification: NSNotification) {
  327. guard let userInfo = notification.userInfo as NSDictionary?,
  328. let serverUrl = userInfo["serverUrl"] as? String,
  329. serverUrl == self.serverUrl,
  330. let account = userInfo["account"] as? String,
  331. account == appDelegate.account,
  332. let error = userInfo["error"] as? NKError
  333. else { return }
  334. if error != .success {
  335. NCContentPresenter().showError(error: error)
  336. }
  337. notificationReloadDataSource += 1
  338. }
  339. @objc func downloadCancelFile(_ notification: NSNotification) {
  340. guard let userInfo = notification.userInfo as NSDictionary?,
  341. let serverUrl = userInfo["serverUrl"] as? String,
  342. serverUrl == self.serverUrl,
  343. let account = userInfo["account"] as? String,
  344. account == appDelegate.account
  345. else { return }
  346. notificationReloadDataSource += 1
  347. }
  348. @objc func uploadStartFile(_ notification: NSNotification) {
  349. guard let userInfo = notification.userInfo as NSDictionary?,
  350. let ocId = userInfo["ocId"] as? String,
  351. let serverUrl = userInfo["serverUrl"] as? String,
  352. let account = userInfo["account"] as? String,
  353. !isSearchingMode,
  354. let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId)
  355. else { return }
  356. // Header view trasfer
  357. if metadata.isTransferInForeground {
  358. NCNetworking.shared.transferInForegorund = NCNetworking.TransferInForegorund(ocId: ocId, progress: 0)
  359. DispatchQueue.main.async { self.collectionView?.reloadData() }
  360. }
  361. if serverUrl == self.serverUrl, account == appDelegate.account {
  362. notificationReloadDataSource += 1
  363. }
  364. }
  365. @objc func uploadedFile(_ notification: NSNotification) {
  366. guard let userInfo = notification.userInfo as NSDictionary?,
  367. let ocIdTemp = userInfo["ocIdTemp"] as? String,
  368. let serverUrl = userInfo["serverUrl"] as? String,
  369. let account = userInfo["account"] as? String
  370. else { return }
  371. if ocIdTemp == NCNetworking.shared.transferInForegorund?.ocId {
  372. NCNetworking.shared.transferInForegorund = nil
  373. DispatchQueue.main.async { self.collectionView?.reloadData() }
  374. }
  375. if account == appDelegate.account, serverUrl == self.serverUrl {
  376. notificationReloadDataSource += 1
  377. }
  378. }
  379. @objc func uploadedLivePhoto(_ notification: NSNotification) {
  380. guard let userInfo = notification.userInfo as NSDictionary?,
  381. let serverUrl = userInfo["serverUrl"] as? String,
  382. serverUrl == self.serverUrl,
  383. let account = userInfo["account"] as? String,
  384. account == appDelegate.account
  385. else { return }
  386. notificationReloadDataSource += 1
  387. }
  388. @objc func uploadCancelFile(_ notification: NSNotification) {
  389. guard let userInfo = notification.userInfo as NSDictionary?,
  390. let ocId = userInfo["ocId"] as? String,
  391. let serverUrl = userInfo["serverUrl"] as? String,
  392. let account = userInfo["account"] as? String
  393. else { return }
  394. if ocId == NCNetworking.shared.transferInForegorund?.ocId {
  395. NCNetworking.shared.transferInForegorund = nil
  396. DispatchQueue.main.async { self.collectionView?.reloadData() }
  397. }
  398. if account == appDelegate.account, serverUrl == self.serverUrl {
  399. notificationReloadDataSource += 1
  400. }
  401. }
  402. @objc func triggerProgressTask(_ notification: NSNotification) {
  403. guard let userInfo = notification.userInfo as NSDictionary?,
  404. let progressNumber = userInfo["progress"] as? NSNumber,
  405. let totalBytes = userInfo["totalBytes"] as? Int64,
  406. let totalBytesExpected = userInfo["totalBytesExpected"] as? Int64,
  407. let ocId = userInfo["ocId"] as? String
  408. else { return }
  409. let chunk: Int = userInfo["chunk"] as? Int ?? 0
  410. let e2eEncrypted: Bool = userInfo["e2eEncrypted"] as? Bool ?? false
  411. if self.headerMenuTransferView && (chunk > 0 || e2eEncrypted) {
  412. DispatchQueue.main.async {
  413. if NCNetworking.shared.transferInForegorund?.ocId == ocId {
  414. NCNetworking.shared.transferInForegorund?.progress = progressNumber.floatValue
  415. } else {
  416. NCNetworking.shared.transferInForegorund = NCNetworking.TransferInForegorund(ocId: ocId, progress: progressNumber.floatValue)
  417. self.collectionView.reloadData()
  418. }
  419. self.headerMenu?.progressTransfer.progress = progressNumber.floatValue
  420. }
  421. } else {
  422. guard let indexPath = self.dataSource.getIndexPathMetadata(ocId: ocId).indexPath else { return }
  423. let status = userInfo["status"] as? Int ?? NCGlobal.shared.metadataStatusNormal
  424. DispatchQueue.main.async {
  425. guard let cell = self.collectionView?.cellForItem(at: indexPath),
  426. let cell = cell as? NCCellProtocol else { return }
  427. if progressNumber.floatValue == 1 && !(cell is NCTransferCell) {
  428. cell.fileProgressView?.isHidden = true
  429. cell.fileProgressView?.progress = .zero
  430. cell.setButtonMore(named: NCGlobal.shared.buttonMoreMore, image: NCImageCache.images.buttonMore)
  431. if let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId) {
  432. cell.writeInfoDateSize(date: metadata.date, size: metadata.size)
  433. } else {
  434. cell.fileInfoLabel?.text = ""
  435. }
  436. } else {
  437. cell.fileProgressView?.isHidden = false
  438. cell.fileProgressView?.progress = progressNumber.floatValue
  439. cell.setButtonMore(named: NCGlobal.shared.buttonMoreStop, image: NCImageCache.images.buttonStop)
  440. if status == NCGlobal.shared.metadataStatusDownloading {
  441. cell.fileInfoLabel?.text = self.utilityFileSystem.transformedSize(totalBytesExpected) + " - ↓ " + self.utilityFileSystem.transformedSize(totalBytes)
  442. } else if status == NCGlobal.shared.metadataStatusUploading {
  443. if totalBytes > 0 {
  444. cell.fileInfoLabel?.text = self.utilityFileSystem.transformedSize(totalBytesExpected) + " - ↑ " + self.utilityFileSystem.transformedSize(totalBytes)
  445. } else {
  446. cell.fileInfoLabel?.text = self.utilityFileSystem.transformedSize(totalBytesExpected) + " - ↑ …"
  447. }
  448. }
  449. }
  450. }
  451. }
  452. }
  453. // MARK: - Tip
  454. func showTip() {
  455. if self is NCFiles, self.view.window != nil, !NCBrandOptions.shared.disable_multiaccount, !NCBrandOptions.shared.disable_manage_account, self.serverUrl == utilityFileSystem.getHomeServer(urlBase: appDelegate.urlBase, userId: appDelegate.userId), let view = self.navigationItem.leftBarButtonItem?.customView {
  456. if !NCManageDatabase.shared.tipExists(NCGlobal.shared.tipNCCollectionViewCommonAccountRequest), !NCManageDatabase.shared.getAllAccountOrderAlias().isEmpty {
  457. self.tipView?.show(forView: view)
  458. }
  459. }
  460. }
  461. // MARK: - Layout
  462. func setNavigationItems() {
  463. self.setNavigationRightItems()
  464. navigationItem.title = titleCurrentFolder
  465. guard layoutKey == NCGlobal.shared.layoutViewFiles else { return }
  466. // PROFILE BUTTON
  467. let activeAccount = NCManageDatabase.shared.getActiveAccount()
  468. let image = utility.loadUserImage(
  469. for: appDelegate.user,
  470. displayName: activeAccount?.displayName,
  471. userBaseUrl: appDelegate)
  472. let button = UIButton(type: .custom)
  473. button.setImage(image, for: .normal)
  474. button.semanticContentAttribute = .forceLeftToRight
  475. button.sizeToFit()
  476. button.action(for: .touchUpInside) { _ in
  477. let accounts = NCManageDatabase.shared.getAllAccountOrderAlias()
  478. if !accounts.isEmpty, !NCBrandOptions.shared.disable_multiaccount, !NCBrandOptions.shared.disable_manage_account {
  479. if let vcAccountRequest = UIStoryboard(name: "NCAccountRequest", bundle: nil).instantiateInitialViewController() as? NCAccountRequest {
  480. vcAccountRequest.activeAccount = NCManageDatabase.shared.getActiveAccount()
  481. vcAccountRequest.accounts = accounts
  482. vcAccountRequest.enableTimerProgress = false
  483. vcAccountRequest.enableAddAccount = true
  484. vcAccountRequest.delegate = self
  485. vcAccountRequest.dismissDidEnterBackground = true
  486. let screenHeighMax = UIScreen.main.bounds.height - (UIScreen.main.bounds.height / 5)
  487. let numberCell = accounts.count + 1
  488. let height = min(CGFloat(numberCell * Int(vcAccountRequest.heightCell) + 45), screenHeighMax)
  489. let popup = NCPopupViewController(contentController: vcAccountRequest, popupWidth: 300, popupHeight: height)
  490. self.present(popup, animated: true)
  491. }
  492. // TIP
  493. self.dismissTip()
  494. }
  495. }
  496. navigationItem.setLeftBarButton(UIBarButtonItem(customView: button), animated: true)
  497. navigationItem.leftItemsSupplementBackButton = true
  498. if titlePreviusFolder != nil {
  499. navigationController?.navigationBar.topItem?.title = titlePreviusFolder
  500. }
  501. navigationItem.title = titleCurrentFolder
  502. }
  503. func getNavigationTitle() -> String {
  504. let activeAccount = NCManageDatabase.shared.getActiveAccount()
  505. guard let userAlias = activeAccount?.alias, !userAlias.isEmpty else {
  506. return NCBrandOptions.shared.brand
  507. }
  508. return userAlias
  509. }
  510. // MARK: - Empty
  511. func emptyDataSetView(_ view: NCEmptyView) {
  512. self.emptyDataSet?.setOffset(getHeaderHeight())
  513. if isSearchingMode {
  514. view.emptyImage.image = UIImage(named: "search")?.image(color: .gray, size: UIScreen.main.bounds.width)
  515. if isReloadDataSourceNetworkInProgress {
  516. view.emptyTitle.text = NSLocalizedString("_search_in_progress_", comment: "")
  517. } else {
  518. view.emptyTitle.text = NSLocalizedString("_search_no_record_found_", comment: "")
  519. }
  520. view.emptyDescription.text = NSLocalizedString("_search_instruction_", comment: "")
  521. } else if isReloadDataSourceNetworkInProgress {
  522. view.emptyImage.image = UIImage(named: "networkInProgress")?.image(color: .gray, size: UIScreen.main.bounds.width)
  523. view.emptyTitle.text = NSLocalizedString("_request_in_progress_", comment: "")
  524. view.emptyDescription.text = ""
  525. } else {
  526. if serverUrl.isEmpty {
  527. view.emptyImage.image = emptyImage
  528. view.emptyTitle.text = NSLocalizedString(emptyTitle, comment: "")
  529. view.emptyDescription.text = NSLocalizedString(emptyDescription, comment: "")
  530. } else {
  531. view.emptyImage.image = UIImage(named: "folder")?.image(color: NCBrandColor.shared.brandElement, size: UIScreen.main.bounds.width)
  532. view.emptyTitle.text = NSLocalizedString("_files_no_files_", comment: "")
  533. view.emptyDescription.text = NSLocalizedString("_no_file_pull_down_", comment: "")
  534. }
  535. }
  536. }
  537. // MARK: - SEARCH
  538. func updateSearchResults(for searchController: UISearchController) {
  539. self.literalSearch = searchController.searchBar.text
  540. }
  541. func searchBarTextDidBeginEditing(_ searchBar: UISearchBar) {
  542. isSearchingMode = true
  543. self.providers?.removeAll()
  544. self.dataSource.clearDataSource()
  545. self.collectionView.reloadData()
  546. // TIP
  547. self.tipView?.dismiss()
  548. }
  549. func searchBarTextDidEndEditing(_ searchBar: UISearchBar) {
  550. if isSearchingMode && self.literalSearch?.count ?? 0 >= 2 {
  551. reloadDataSourceNetwork()
  552. }
  553. }
  554. func searchBarCancelButtonClicked(_ searchBar: UISearchBar) {
  555. DispatchQueue.global().async {
  556. NCNetworking.shared.cancelUnifiedSearchFiles()
  557. self.isSearchingMode = false
  558. self.literalSearch = ""
  559. self.providers?.removeAll()
  560. self.dataSource.clearDataSource()
  561. self.reloadDataSource()
  562. }
  563. }
  564. // MARK: - TAP EVENT
  565. func accountRequestChangeAccount(account: String) {
  566. appDelegate.changeAccount(account, userProfile: nil)
  567. }
  568. func accountRequestAddAccount() {
  569. appDelegate.openLogin(viewController: self, selector: NCGlobal.shared.introLogin, openLoginWeb: false)
  570. }
  571. func tapButtonSwitch(_ sender: Any) {
  572. guard isTransitioning == false else { return }
  573. isTransitioning = true
  574. if layoutForView?.layout == NCGlobal.shared.layoutGrid {
  575. // list layout
  576. headerMenu?.buttonSwitch.accessibilityLabel = NSLocalizedString("_grid_view_", comment: "")
  577. layoutForView?.layout = NCGlobal.shared.layoutList
  578. NCManageDatabase.shared.setLayoutForView(account: appDelegate.account, key: layoutKey, serverUrl: serverUrl, layout: layoutForView?.layout)
  579. self.groupByField = "name"
  580. if self.dataSource.groupByField != self.groupByField {
  581. self.dataSource.changeGroupByField(self.groupByField)
  582. }
  583. self.collectionView.reloadData()
  584. self.collectionView.collectionViewLayout.invalidateLayout()
  585. self.collectionView.setCollectionViewLayout(self.listLayout, animated: true) {_ in self.isTransitioning = false }
  586. } else {
  587. // grid layout
  588. headerMenu?.buttonSwitch.accessibilityLabel = NSLocalizedString("_list_view_", comment: "")
  589. layoutForView?.layout = NCGlobal.shared.layoutGrid
  590. NCManageDatabase.shared.setLayoutForView(account: appDelegate.account, key: layoutKey, serverUrl: serverUrl, layout: layoutForView?.layout)
  591. if isSearchingMode {
  592. self.groupByField = "name"
  593. } else {
  594. self.groupByField = "classFile"
  595. }
  596. if self.dataSource.groupByField != self.groupByField {
  597. self.dataSource.changeGroupByField(self.groupByField)
  598. }
  599. self.collectionView.reloadData()
  600. self.collectionView.collectionViewLayout.invalidateLayout()
  601. self.collectionView.setCollectionViewLayout(self.gridLayout, animated: true) {_ in self.isTransitioning = false }
  602. }
  603. }
  604. func tapButtonOrder(_ sender: Any) {
  605. let sortMenu = NCSortMenu()
  606. sortMenu.toggleMenu(viewController: self, account: appDelegate.account, key: layoutKey, sortButton: sender as? UIButton, serverUrl: serverUrl)
  607. }
  608. func tapMoreListItem(with objectId: String, namedButtonMore: String, image: UIImage?, indexPath: IndexPath, sender: Any) {
  609. tapMoreGridItem(with: objectId, namedButtonMore: namedButtonMore, image: image, indexPath: indexPath, sender: sender)
  610. }
  611. func tapShareListItem(with objectId: String, indexPath: IndexPath, sender: Any) {
  612. if isEditMode { return }
  613. guard let metadata = NCManageDatabase.shared.getMetadataFromOcId(objectId) else { return }
  614. NCActionCenter.shared.openShare(viewController: self, metadata: metadata, page: .sharing)
  615. }
  616. func tapMoreGridItem(with objectId: String, namedButtonMore: String, image: UIImage?, indexPath: IndexPath, sender: Any) {
  617. if isEditMode { return }
  618. guard let metadata = NCManageDatabase.shared.getMetadataFromOcId(objectId) else { return }
  619. if namedButtonMore == NCGlobal.shared.buttonMoreMore || namedButtonMore == NCGlobal.shared.buttonMoreLock {
  620. toggleMenu(metadata: metadata, indexPath: indexPath, imageIcon: image)
  621. } else if namedButtonMore == NCGlobal.shared.buttonMoreStop {
  622. Task {
  623. await NCNetworking.shared.cancel(metadata: metadata)
  624. }
  625. }
  626. }
  627. func tapRichWorkspace(_ sender: Any) {
  628. if let navigationController = UIStoryboard(name: "NCViewerRichWorkspace", bundle: nil).instantiateInitialViewController() as? UINavigationController {
  629. if let viewerRichWorkspace = navigationController.topViewController as? NCViewerRichWorkspace {
  630. viewerRichWorkspace.richWorkspaceText = richWorkspaceText ?? ""
  631. viewerRichWorkspace.serverUrl = serverUrl
  632. viewerRichWorkspace.delegate = self
  633. navigationController.modalPresentationStyle = .fullScreen
  634. self.present(navigationController, animated: true, completion: nil)
  635. }
  636. }
  637. }
  638. func tapButtonSection(_ sender: Any, metadataForSection: NCMetadataForSection?) {
  639. unifiedSearchMore(metadataForSection: metadataForSection)
  640. }
  641. func tapButtonTransfer(_ sender: Any) {
  642. if let ocId = NCNetworking.shared.transferInForegorund?.ocId,
  643. let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId) {
  644. Task {
  645. await NCNetworking.shared.cancel(metadata: metadata)
  646. }
  647. }
  648. }
  649. func longPressListItem(with objectId: String, indexPath: IndexPath, gestureRecognizer: UILongPressGestureRecognizer) {
  650. }
  651. func longPressGridItem(with objectId: String, indexPath: IndexPath, gestureRecognizer: UILongPressGestureRecognizer) {
  652. }
  653. func longPressMoreListItem(with objectId: String, namedButtonMore: String, indexPath: IndexPath, gestureRecognizer: UILongPressGestureRecognizer) {
  654. }
  655. func longPressMoreGridItem(with objectId: String, namedButtonMore: String, indexPath: IndexPath, gestureRecognizer: UILongPressGestureRecognizer) {
  656. }
  657. @objc func longPressCollecationView(_ gestureRecognizer: UILongPressGestureRecognizer) {
  658. openMenuItems(with: nil, gestureRecognizer: gestureRecognizer)
  659. }
  660. func contextMenuInteraction(_ interaction: UIContextMenuInteraction, configurationForMenuAtLocation location: CGPoint) -> UIContextMenuConfiguration? {
  661. return UIContextMenuConfiguration(identifier: nil, previewProvider: {
  662. return nil
  663. }, actionProvider: { _ in
  664. return nil
  665. })
  666. }
  667. func openMenuItems(with objectId: String?, gestureRecognizer: UILongPressGestureRecognizer) {
  668. if gestureRecognizer.state != .began { return }
  669. var listMenuItems: [UIMenuItem] = []
  670. let touchPoint = gestureRecognizer.location(in: collectionView)
  671. becomeFirstResponder()
  672. if !serverUrl.isEmpty {
  673. listMenuItems.append(UIMenuItem(title: NSLocalizedString("_paste_file_", comment: ""), action: #selector(pasteFilesMenu)))
  674. }
  675. if !listMenuItems.isEmpty {
  676. UIMenuController.shared.menuItems = listMenuItems
  677. UIMenuController.shared.showMenu(from: collectionView, rect: CGRect(x: touchPoint.x, y: touchPoint.y, width: 0, height: 0))
  678. }
  679. }
  680. // MARK: - Menu Item
  681. override func canPerformAction(_ action: Selector, withSender sender: Any?) -> Bool {
  682. if #selector(pasteFilesMenu) == action {
  683. if !UIPasteboard.general.items.isEmpty, !(metadataFolder?.e2eEncrypted ?? false) {
  684. return true
  685. }
  686. }
  687. return false
  688. }
  689. @objc func pasteFilesMenu() {
  690. NCActionCenter.shared.pastePasteboard(serverUrl: serverUrl)
  691. }
  692. // MARK: - DataSource + NC Endpoint
  693. func queryDB() { }
  694. @objc func reloadDataSource(withQueryDB: Bool = true) {
  695. guard !appDelegate.account.isEmpty, !self.isSearchingMode else { return }
  696. // get auto upload folder
  697. autoUploadFileName = NCManageDatabase.shared.getAccountAutoUploadFileName()
  698. autoUploadDirectory = NCManageDatabase.shared.getAccountAutoUploadDirectory(urlBase: appDelegate.urlBase, userId: appDelegate.userId, account: appDelegate.account)
  699. // get layout for view
  700. layoutForView = NCManageDatabase.shared.getLayoutForView(account: appDelegate.account, key: layoutKey, serverUrl: serverUrl)
  701. // set GroupField for Grid
  702. if !isSearchingMode && layoutForView?.layout == NCGlobal.shared.layoutGrid {
  703. groupByField = "classFile"
  704. } else {
  705. groupByField = "name"
  706. }
  707. DispatchQueue.global().async {
  708. if withQueryDB { self.queryDB() }
  709. DispatchQueue.main.async {
  710. self.isReloadDataSourceNetworkInProgress = false
  711. self.refreshControl.endRefreshing()
  712. self.collectionView.reloadData()
  713. }
  714. }
  715. }
  716. @objc func reloadDataSourceNetwork() {
  717. isReloadDataSourceNetworkInProgress = true
  718. collectionView?.reloadData()
  719. }
  720. @objc func networkSearch() {
  721. guard !appDelegate.account.isEmpty, let literalSearch = literalSearch, !literalSearch.isEmpty
  722. else { return self.refreshControl.endRefreshing() }
  723. isReloadDataSourceNetworkInProgress = true
  724. self.dataSource.clearDataSource()
  725. self.refreshControl.beginRefreshing()
  726. self.collectionView.reloadData()
  727. if NCGlobal.shared.capabilityServerVersionMajor >= NCGlobal.shared.nextcloudVersion20 {
  728. NCNetworking.shared.unifiedSearchFiles(userBaseUrl: appDelegate, literal: literalSearch) { _, searchProviders in
  729. self.providers = searchProviders
  730. self.searchResults = []
  731. self.dataSource = NCDataSource(
  732. metadatas: [],
  733. account: self.appDelegate.account,
  734. sort: self.layoutForView?.sort,
  735. ascending: self.layoutForView?.ascending,
  736. directoryOnTop: self.layoutForView?.directoryOnTop,
  737. favoriteOnTop: true,
  738. providers: self.providers,
  739. searchResults: self.searchResults)
  740. } update: { _, _, searchResult, metadatas in
  741. guard let metadatas, !metadatas.isEmpty, self.isSearchingMode, let searchResult else { return }
  742. NCNetworking.shared.unifiedSearchQueue.addOperation(NCOperationUnifiedSearch(collectionViewCommon: self, metadatas: metadatas, searchResult: searchResult))
  743. } completion: { _, _ in
  744. self.refreshControl.endRefreshing()
  745. self.isReloadDataSourceNetworkInProgress = false
  746. self.collectionView.reloadData()
  747. }
  748. } else {
  749. NCNetworking.shared.searchFiles(urlBase: appDelegate, literal: literalSearch) { metadatas, error in
  750. DispatchQueue.main.async {
  751. self.refreshControl.endRefreshing()
  752. self.collectionView.reloadData()
  753. }
  754. guard let metadatas = metadatas, error == .success, self.isSearchingMode else { return }
  755. self.dataSource = NCDataSource(
  756. metadatas: metadatas,
  757. account: self.appDelegate.account,
  758. sort: self.layoutForView?.sort,
  759. ascending: self.layoutForView?.ascending,
  760. directoryOnTop: self.layoutForView?.directoryOnTop,
  761. favoriteOnTop: true,
  762. groupByField: self.groupByField,
  763. providers: self.providers,
  764. searchResults: self.searchResults)
  765. self.isReloadDataSourceNetworkInProgress = false
  766. }
  767. }
  768. }
  769. func unifiedSearchMore(metadataForSection: NCMetadataForSection?) {
  770. guard let metadataForSection = metadataForSection, let lastSearchResult = metadataForSection.lastSearchResult, let cursor = lastSearchResult.cursor, let term = literalSearch else { return }
  771. metadataForSection.unifiedSearchInProgress = true
  772. self.collectionView?.reloadData()
  773. NCNetworking.shared.unifiedSearchFilesProvider(userBaseUrl: appDelegate, id: lastSearchResult.id, term: term, limit: 5, cursor: cursor) { _, searchResult, metadatas, error in
  774. if error != .success {
  775. NCContentPresenter().showError(error: error)
  776. }
  777. metadataForSection.unifiedSearchInProgress = false
  778. guard let searchResult = searchResult, let metadatas = metadatas else { return }
  779. self.dataSource.appendMetadatasToSection(metadatas, metadataForSection: metadataForSection, lastSearchResult: searchResult)
  780. DispatchQueue.main.async {
  781. self.collectionView?.reloadData()
  782. }
  783. }
  784. }
  785. // MARK: - Push metadata
  786. func pushMetadata(_ metadata: tableMetadata) {
  787. let serverUrlPush = utilityFileSystem.stringAppendServerUrl(metadata.serverUrl, addFileName: metadata.fileName)
  788. appDelegate.activeMetadata = metadata
  789. if let viewController = appDelegate.listFilesVC[serverUrlPush], viewController.isViewLoaded {
  790. pushViewController(viewController: viewController)
  791. } else {
  792. if let viewController: NCFiles = UIStoryboard(name: "NCFiles", bundle: nil).instantiateInitialViewController() as? NCFiles {
  793. viewController.isRoot = false
  794. viewController.serverUrl = serverUrlPush
  795. viewController.titlePreviusFolder = navigationItem.title
  796. viewController.titleCurrentFolder = metadata.fileNameView
  797. appDelegate.listFilesVC[serverUrlPush] = viewController
  798. pushViewController(viewController: viewController)
  799. }
  800. }
  801. }
  802. }
  803. // MARK: - E2EE
  804. extension NCCollectionViewCommon: NCEndToEndInitializeDelegate {
  805. func endToEndInitializeSuccess() {
  806. if let metadata = appDelegate.activeMetadata {
  807. pushMetadata(metadata)
  808. }
  809. }
  810. }
  811. // MARK: - Collection View
  812. extension NCCollectionViewCommon: UICollectionViewDelegate {
  813. func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
  814. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return }
  815. appDelegate.activeMetadata = metadata
  816. let metadataSourceForAllSections = dataSource.getMetadataSourceForAllSections()
  817. if isEditMode {
  818. if let index = selectOcId.firstIndex(of: metadata.ocId) {
  819. selectOcId.remove(at: index)
  820. selectIndexPath.removeAll(where: { $0 == indexPath })
  821. } else {
  822. selectOcId.append(metadata.ocId)
  823. selectIndexPath.append(indexPath)
  824. }
  825. collectionView.reloadItems(at: [indexPath])
  826. return
  827. }
  828. if metadata.e2eEncrypted {
  829. if NCGlobal.shared.capabilityE2EEEnabled {
  830. if !NCKeychain().isEndToEndEnabled(account: appDelegate.account) {
  831. let e2ee = NCEndToEndInitialize()
  832. e2ee.delegate = self
  833. e2ee.initEndToEndEncryption()
  834. return
  835. }
  836. } else {
  837. NCContentPresenter().showInfo(error: NKError(errorCode: NCGlobal.shared.errorE2EENotEnabled, errorDescription: "_e2e_server_disabled_"))
  838. return
  839. }
  840. }
  841. if metadata.directory {
  842. pushMetadata(metadata)
  843. } else {
  844. let imageIcon = UIImage(contentsOfFile: utilityFileSystem.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag))
  845. if !metadata.isDirectoryE2EE && (metadata.isImage || metadata.isAudioOrVideo) {
  846. var metadatas: [tableMetadata] = []
  847. for metadata in metadataSourceForAllSections {
  848. if metadata.isImage || metadata.isAudioOrVideo {
  849. metadatas.append(metadata)
  850. }
  851. }
  852. NCViewer().view(viewController: self, metadata: metadata, metadatas: metadatas, imageIcon: imageIcon)
  853. return
  854. }
  855. if utilityFileSystem.fileProviderStorageExists(metadata) {
  856. NCViewer().view(viewController: self, metadata: metadata, metadatas: [metadata], imageIcon: imageIcon)
  857. } else if NextcloudKit.shared.isNetworkReachable(), let metadata = NCManageDatabase.shared.setMetadataSessionInWaitDownload(ocId: metadata.ocId, selector: NCGlobal.shared.selectorLoadFileView) {
  858. NCNetworking.shared.download(metadata: metadata, withNotificationProgressTask: true)
  859. } else {
  860. let error = NKError(errorCode: NCGlobal.shared.errorOffline, errorDescription: "_go_online_")
  861. NCContentPresenter().showInfo(error: error)
  862. }
  863. }
  864. }
  865. func pushViewController(viewController: UIViewController) {
  866. if pushed { return }
  867. pushed = true
  868. navigationController?.pushViewController(viewController, animated: true)
  869. }
  870. func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration? {
  871. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return nil }
  872. if isEditMode || metadata.classFile == NKCommon.TypeClassFile.url.rawValue { return nil }
  873. let identifier = indexPath as NSCopying
  874. var image: UIImage?
  875. let cell = collectionView.cellForItem(at: indexPath)
  876. if cell is NCListCell {
  877. image = (cell as? NCListCell)?.imageItem.image
  878. } else if cell is NCGridCell {
  879. image = (cell as? NCGridCell)?.imageItem.image
  880. }
  881. return UIContextMenuConfiguration(identifier: identifier, previewProvider: {
  882. return NCViewerProviderContextMenu(metadata: metadata, image: image)
  883. }, actionProvider: { _ in
  884. return NCContextMenu().viewMenu(ocId: metadata.ocId, indexPath: indexPath, viewController: self, image: image)
  885. })
  886. }
  887. func collectionView(_ collectionView: UICollectionView, willPerformPreviewActionForMenuWith configuration: UIContextMenuConfiguration, animator: UIContextMenuInteractionCommitAnimating) {
  888. animator.addCompletion {
  889. if let indexPath = configuration.identifier as? IndexPath {
  890. self.collectionView(collectionView, didSelectItemAt: indexPath)
  891. }
  892. }
  893. }
  894. }
  895. extension NCCollectionViewCommon: UICollectionViewDataSource {
  896. func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
  897. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return }
  898. // Thumbnail
  899. if !metadata.directory {
  900. if metadata.name == NCGlobal.shared.appName {
  901. if let image = utility.createFilePreviewImage(ocId: metadata.ocId, etag: metadata.etag, fileNameView: metadata.fileNameView, classFile: metadata.classFile, status: metadata.status, createPreviewMedia: !metadata.hasPreview) {
  902. (cell as? NCCellProtocol)?.filePreviewImageView?.image = image
  903. } else {
  904. if metadata.iconName.isEmpty {
  905. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.file
  906. } else {
  907. (cell as? NCCellProtocol)?.filePreviewImageView?.image = UIImage(named: metadata.iconName)
  908. }
  909. if metadata.hasPreview && metadata.status == NCGlobal.shared.metadataStatusNormal && (!utilityFileSystem.fileProviderStoragePreviewIconExists(metadata.ocId, etag: metadata.etag)) {
  910. for case let operation as NCCollectionViewDownloadThumbnail in NCNetworking.shared.downloadThumbnailQueue.operations where operation.metadata.ocId == metadata.ocId { return }
  911. NCNetworking.shared.downloadThumbnailQueue.addOperation(NCCollectionViewDownloadThumbnail(metadata: metadata, cell: (cell as? NCCellProtocol), collectionView: collectionView))
  912. }
  913. }
  914. } else {
  915. // Unified search
  916. switch metadata.iconName {
  917. case let str where str.contains("contacts"):
  918. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.iconContacts
  919. case let str where str.contains("conversation"):
  920. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.iconTalk
  921. case let str where str.contains("calendar"):
  922. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.iconCalendar
  923. case let str where str.contains("deck"):
  924. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.iconDeck
  925. case let str where str.contains("mail"):
  926. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.iconMail
  927. case let str where str.contains("talk"):
  928. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.iconTalk
  929. case let str where str.contains("confirm"):
  930. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.iconConfirm
  931. case let str where str.contains("pages"):
  932. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.iconPages
  933. default:
  934. (cell as? NCCellProtocol)?.filePreviewImageView?.image = NCImageCache.images.file
  935. }
  936. if !metadata.iconUrl.isEmpty {
  937. if let ownerId = getAvatarFromIconUrl(metadata: metadata), let cell = cell as? NCCellProtocol {
  938. let fileName = metadata.userBaseUrl + "-" + ownerId + ".png"
  939. NCNetworking.shared.downloadAvatar(user: ownerId, dispalyName: nil, fileName: fileName, cell: cell, view: collectionView, cellImageView: cell.filePreviewImageView)
  940. }
  941. }
  942. }
  943. }
  944. // Avatar
  945. if !metadata.ownerId.isEmpty,
  946. metadata.ownerId != appDelegate.userId,
  947. appDelegate.account == metadata.account,
  948. let cell = cell as? NCCellProtocol {
  949. let fileName = metadata.userBaseUrl + "-" + metadata.ownerId + ".png"
  950. NCNetworking.shared.downloadAvatar(user: metadata.ownerId, dispalyName: metadata.ownerDisplayName, fileName: fileName, cell: cell, view: collectionView, cellImageView: cell.fileAvatarImageView)
  951. }
  952. }
  953. func collectionView(_ collectionView: UICollectionView, didEndDisplaying cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
  954. if !collectionView.indexPathsForVisibleItems.contains(indexPath) {
  955. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return }
  956. for case let operation as NCCollectionViewDownloadThumbnail in NCNetworking.shared.downloadThumbnailQueue.operations where operation.metadata.ocId == metadata.ocId {
  957. operation.cancel()
  958. }
  959. }
  960. }
  961. func numberOfSections(in collectionView: UICollectionView) -> Int {
  962. return dataSource.numberOfSections()
  963. }
  964. func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
  965. let numberItems = dataSource.numberOfItemsInSection(section)
  966. emptyDataSet?.numberOfItemsInSection(numberItems, section: section)
  967. return numberItems
  968. }
  969. func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
  970. var cell: NCCellProtocol & UICollectionViewCell
  971. // LAYOUT LIST
  972. if layoutForView?.layout == NCGlobal.shared.layoutList {
  973. guard let listCell = collectionView.dequeueReusableCell(withReuseIdentifier: "listCell", for: indexPath) as? NCListCell else { return UICollectionViewCell() }
  974. listCell.delegate = self
  975. cell = listCell
  976. } else {
  977. // LAYOUT GRID
  978. guard let gridCell = collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as? NCGridCell else { return UICollectionViewCell() }
  979. gridCell.delegate = self
  980. cell = gridCell
  981. }
  982. guard let metadata = dataSource.cellForItemAt(indexPath: indexPath) else { return cell }
  983. defer {
  984. if appDelegate.disableSharesView || !metadata.isSharable() {
  985. cell.hideButtonShare(true)
  986. }
  987. }
  988. var isShare = false
  989. var isMounted = false
  990. var a11yValues: [String] = []
  991. if metadataFolder != nil {
  992. isShare = metadata.permissions.contains(NCGlobal.shared.permissionShared) && !metadataFolder!.permissions.contains(NCGlobal.shared.permissionShared)
  993. isMounted = metadata.permissions.contains(NCGlobal.shared.permissionMounted) && !metadataFolder!.permissions.contains(NCGlobal.shared.permissionMounted)
  994. }
  995. cell.fileSelectImage?.image = nil
  996. cell.fileStatusImage?.image = nil
  997. cell.fileLocalImage?.image = nil
  998. cell.fileFavoriteImage?.image = nil
  999. cell.fileSharedImage?.image = nil
  1000. cell.fileMoreImage?.image = nil
  1001. cell.filePreviewImageView?.image = nil
  1002. cell.filePreviewImageView?.backgroundColor = nil
  1003. cell.fileObjectId = metadata.ocId
  1004. cell.indexPath = indexPath
  1005. cell.fileUser = metadata.ownerId
  1006. cell.fileProgressView?.isHidden = true
  1007. cell.fileProgressView?.progress = 0.0
  1008. cell.hideButtonShare(false)
  1009. cell.hideButtonMore(false)
  1010. cell.titleInfoTrailingDefault()
  1011. if isSearchingMode {
  1012. cell.fileTitleLabel?.text = metadata.fileName
  1013. cell.fileTitleLabel?.lineBreakMode = .byTruncatingTail
  1014. if metadata.name == NCGlobal.shared.appName {
  1015. cell.fileInfoLabel?.text = NSLocalizedString("_in_", comment: "") + " " + utilityFileSystem.getPath(path: metadata.path, user: metadata.user)
  1016. } else {
  1017. cell.fileInfoLabel?.text = metadata.subline
  1018. }
  1019. } else {
  1020. cell.fileTitleLabel?.text = metadata.fileNameView
  1021. cell.fileTitleLabel?.lineBreakMode = .byTruncatingMiddle
  1022. cell.writeInfoDateSize(date: metadata.date, size: metadata.size)
  1023. }
  1024. if metadata.status == NCGlobal.shared.metadataStatusDownloading || metadata.status == NCGlobal.shared.metadataStatusUploading {
  1025. cell.fileProgressView?.isHidden = false
  1026. }
  1027. // Accessibility [shared]
  1028. if metadata.ownerId != appDelegate.userId, appDelegate.account == metadata.account {
  1029. a11yValues.append(NSLocalizedString("_shared_with_you_by_", comment: "") + " " + metadata.ownerDisplayName)
  1030. }
  1031. if metadata.directory {
  1032. let tableDirectory = NCManageDatabase.shared.getTableDirectory(ocId: metadata.ocId)
  1033. if metadata.e2eEncrypted {
  1034. cell.filePreviewImageView?.image = NCImageCache.images.folderEncrypted
  1035. } else if isShare {
  1036. cell.filePreviewImageView?.image = NCImageCache.images.folderSharedWithMe
  1037. } else if !metadata.shareType.isEmpty {
  1038. metadata.shareType.contains(3) ?
  1039. (cell.filePreviewImageView?.image = NCImageCache.images.folderPublic) :
  1040. (cell.filePreviewImageView?.image = NCImageCache.images.folderSharedWithMe)
  1041. } else if !metadata.shareType.isEmpty && metadata.shareType.contains(3) {
  1042. cell.filePreviewImageView?.image = NCImageCache.images.folderPublic
  1043. } else if metadata.mountType == "group" {
  1044. cell.filePreviewImageView?.image = NCImageCache.images.folderGroup
  1045. } else if isMounted {
  1046. cell.filePreviewImageView?.image = NCImageCache.images.folderExternal
  1047. } else if metadata.fileName == autoUploadFileName && metadata.serverUrl == autoUploadDirectory {
  1048. cell.filePreviewImageView?.image = NCImageCache.images.folderAutomaticUpload
  1049. } else {
  1050. cell.filePreviewImageView?.image = NCImageCache.images.folder
  1051. }
  1052. // Local image: offline
  1053. if let tableDirectory, tableDirectory.offline {
  1054. cell.fileLocalImage?.image = NCImageCache.images.offlineFlag
  1055. }
  1056. // color folder
  1057. cell.filePreviewImageView?.image = cell.filePreviewImageView?.image?.colorizeFolder(metadata: metadata, tableDirectory: tableDirectory)
  1058. } else {
  1059. let tableLocalFile = NCManageDatabase.shared.getResultsTableLocalFile(predicate: NSPredicate(format: "ocId == %@", metadata.ocId))?.first
  1060. // image local
  1061. if let tableLocalFile, tableLocalFile.offline {
  1062. a11yValues.append(NSLocalizedString("_offline_", comment: ""))
  1063. cell.fileLocalImage?.image = NCImageCache.images.offlineFlag
  1064. } else if utilityFileSystem.fileProviderStorageExists(metadata) {
  1065. cell.fileLocalImage?.image = NCImageCache.images.local
  1066. }
  1067. }
  1068. // image Favorite
  1069. if metadata.favorite {
  1070. cell.fileFavoriteImage?.image = NCImageCache.images.favorite
  1071. a11yValues.append(NSLocalizedString("_favorite_", comment: ""))
  1072. }
  1073. // Share image
  1074. if isShare {
  1075. cell.fileSharedImage?.image = NCImageCache.images.shared
  1076. } else if !metadata.shareType.isEmpty {
  1077. metadata.shareType.contains(3) ?
  1078. (cell.fileSharedImage?.image = NCImageCache.images.shareByLink) :
  1079. (cell.fileSharedImage?.image = NCImageCache.images.shared)
  1080. } else {
  1081. cell.fileSharedImage?.image = NCImageCache.images.canShare
  1082. }
  1083. if appDelegate.account != metadata.account {
  1084. cell.fileSharedImage?.image = NCImageCache.images.shared
  1085. }
  1086. // Button More
  1087. if metadata.isInTransfer || metadata.isWaitingTransfer {
  1088. cell.setButtonMore(named: NCGlobal.shared.buttonMoreStop, image: NCImageCache.images.buttonStop)
  1089. } else if metadata.lock == true {
  1090. cell.setButtonMore(named: NCGlobal.shared.buttonMoreLock, image: NCImageCache.images.buttonMoreLock)
  1091. a11yValues.append(String(format: NSLocalizedString("_locked_by_", comment: ""), metadata.lockOwnerDisplayName))
  1092. } else {
  1093. cell.setButtonMore(named: NCGlobal.shared.buttonMoreMore, image: NCImageCache.images.buttonMore)
  1094. }
  1095. // Write status on Label Info
  1096. switch metadata.status {
  1097. case NCGlobal.shared.metadataStatusWaitDownload:
  1098. cell.fileInfoLabel?.text = utilityFileSystem.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_download_", comment: "")
  1099. case NCGlobal.shared.metadataStatusDownloading:
  1100. cell.fileInfoLabel?.text = utilityFileSystem.transformedSize(metadata.size) + " - ↓ …"
  1101. case NCGlobal.shared.metadataStatusWaitUpload:
  1102. cell.fileInfoLabel?.text = utilityFileSystem.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_upload_", comment: "")
  1103. cell.fileLocalImage?.image = nil
  1104. case NCGlobal.shared.metadataStatusUploading:
  1105. cell.fileInfoLabel?.text = utilityFileSystem.transformedSize(metadata.size) + " - ↑ …"
  1106. cell.fileLocalImage?.image = nil
  1107. case NCGlobal.shared.metadataStatusUploadError:
  1108. if metadata.sessionError.isEmpty {
  1109. cell.fileInfoLabel?.text = NSLocalizedString("_status_wait_upload_", comment: "")
  1110. } else {
  1111. cell.fileInfoLabel?.text = NSLocalizedString("_status_wait_upload_", comment: "") + " " + metadata.sessionError
  1112. }
  1113. default:
  1114. break
  1115. }
  1116. // Live Photo
  1117. if metadata.isLivePhoto {
  1118. cell.fileStatusImage?.image = NCImageCache.images.livePhoto
  1119. a11yValues.append(NSLocalizedString("_upload_mov_livephoto_", comment: ""))
  1120. }
  1121. // URL
  1122. if metadata.classFile == NKCommon.TypeClassFile.url.rawValue {
  1123. cell.fileLocalImage?.image = nil
  1124. cell.hideButtonShare(true)
  1125. cell.hideButtonMore(true)
  1126. if let ownerId = getAvatarFromIconUrl(metadata: metadata) {
  1127. cell.fileUser = ownerId
  1128. }
  1129. }
  1130. // Separator
  1131. if collectionView.numberOfItems(inSection: indexPath.section) == indexPath.row + 1 || isSearchingMode {
  1132. cell.cellSeparatorView?.isHidden = true
  1133. } else {
  1134. cell.cellSeparatorView?.isHidden = false
  1135. }
  1136. // Edit mode
  1137. if isEditMode {
  1138. cell.selectMode(true)
  1139. if selectOcId.contains(metadata.ocId) {
  1140. cell.selected(true)
  1141. a11yValues.append(NSLocalizedString("_selected_", comment: ""))
  1142. } else {
  1143. cell.selected(false)
  1144. }
  1145. } else {
  1146. cell.selectMode(false)
  1147. }
  1148. // Accessibility
  1149. cell.setAccessibility(label: metadata.fileNameView + ", " + (cell.fileInfoLabel?.text ?? ""), value: a11yValues.joined(separator: ", "))
  1150. // Color string find in search
  1151. if isSearchingMode, let literalSearch = self.literalSearch, let title = cell.fileTitleLabel?.text {
  1152. let longestWordRange = (title.lowercased() as NSString).range(of: literalSearch)
  1153. let attributedString = NSMutableAttributedString(string: title, attributes: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: 15)])
  1154. attributedString.setAttributes([NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 15), NSAttributedString.Key.foregroundColor: UIColor.systemBlue], range: longestWordRange)
  1155. cell.fileTitleLabel?.attributedText = attributedString
  1156. }
  1157. // Add TAGS
  1158. cell.setTags(tags: Array(metadata.tags))
  1159. // Hide buttons
  1160. if metadata.name != NCGlobal.shared.appName {
  1161. cell.titleInfoTrailingFull()
  1162. cell.hideButtonShare(true)
  1163. cell.hideButtonMore(true)
  1164. }
  1165. return cell
  1166. }
  1167. func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
  1168. if kind == UICollectionView.elementKindSectionHeader {
  1169. if indexPath.section == 0 {
  1170. guard let header = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionHeaderMenu", for: indexPath) as? NCSectionHeaderMenu else { return UICollectionReusableView() }
  1171. let (_, heightHeaderRichWorkspace, heightHeaderSection) = getHeaderHeight(section: indexPath.section)
  1172. self.headerMenu = header
  1173. if layoutForView?.layout == NCGlobal.shared.layoutGrid {
  1174. header.setImageSwitchList()
  1175. header.buttonSwitch.accessibilityLabel = NSLocalizedString("_list_view_", comment: "")
  1176. } else {
  1177. header.setImageSwitchGrid()
  1178. header.buttonSwitch.accessibilityLabel = NSLocalizedString("_grid_view_", comment: "")
  1179. }
  1180. header.delegate = self
  1181. if !isSearchingMode, headerMenuTransferView, let ocId = NCNetworking.shared.transferInForegorund?.ocId {
  1182. let text = String(format: NSLocalizedString("_upload_foreground_msg_", comment: ""), NCBrandOptions.shared.brand)
  1183. header.setViewTransfer(isHidden: false, ocId: ocId, text: text, progress: NCNetworking.shared.transferInForegorund?.progress)
  1184. } else {
  1185. header.setViewTransfer(isHidden: true)
  1186. }
  1187. if headerMenuButtonsView {
  1188. header.setStatusButtonsView(enable: !dataSource.getMetadataSourceForAllSections().isEmpty)
  1189. header.setButtonsView(height: NCGlobal.shared.heightButtonsView)
  1190. header.setSortedTitle(layoutForView?.titleButtonHeader ?? "")
  1191. } else {
  1192. header.setButtonsView(height: 0)
  1193. }
  1194. header.setRichWorkspaceHeight(heightHeaderRichWorkspace)
  1195. header.setRichWorkspaceText(richWorkspaceText)
  1196. header.setSectionHeight(heightHeaderSection)
  1197. if heightHeaderSection == 0 {
  1198. header.labelSection.text = ""
  1199. } else {
  1200. header.labelSection.text = self.dataSource.getSectionValueLocalization(indexPath: indexPath)
  1201. }
  1202. header.labelSection.textColor = .label
  1203. return header
  1204. } else {
  1205. guard let header = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionHeader", for: indexPath) as? NCSectionHeader else { return UICollectionReusableView() }
  1206. header.labelSection.text = self.dataSource.getSectionValueLocalization(indexPath: indexPath)
  1207. header.labelSection.textColor = .label
  1208. return header
  1209. }
  1210. } else {
  1211. guard let footer = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionFooter", for: indexPath) as? NCSectionFooter else { return UICollectionReusableView() }
  1212. let sections = dataSource.numberOfSections()
  1213. let section = indexPath.section
  1214. let metadataForSection = self.dataSource.getMetadataForSection(indexPath.section)
  1215. let isPaginated = metadataForSection?.lastSearchResult?.isPaginated ?? false
  1216. let metadatasCount: Int = metadataForSection?.metadatas.count ?? 0
  1217. let unifiedSearchInProgress = metadataForSection?.unifiedSearchInProgress ?? false
  1218. footer.delegate = self
  1219. footer.metadataForSection = metadataForSection
  1220. footer.setTitleLabel("")
  1221. footer.setButtonText(NSLocalizedString("_show_more_results_", comment: ""))
  1222. footer.separatorIsHidden(true)
  1223. footer.buttonIsHidden(true)
  1224. footer.hideActivityIndicatorSection()
  1225. if isSearchingMode {
  1226. if sections > 1 && section != sections - 1 {
  1227. footer.separatorIsHidden(false)
  1228. }
  1229. // If the number of entries(metadatas) is lower than the cursor, then there are no more entries.
  1230. // The blind spot in this is when the number of entries is the same as the cursor. If so, we don't have a way of knowing if there are no more entries.
  1231. // This is as good as it gets for determining last page without server-side flag.
  1232. let isLastPage = (metadatasCount < metadataForSection?.lastSearchResult?.cursor ?? 0) || metadataForSection?.lastSearchResult?.entries.isEmpty == true
  1233. if isSearchingMode && isPaginated && metadatasCount > 0 && !isLastPage {
  1234. footer.buttonIsHidden(false)
  1235. }
  1236. if unifiedSearchInProgress {
  1237. footer.showActivityIndicatorSection()
  1238. }
  1239. } else {
  1240. if sections == 1 || section == sections - 1 {
  1241. let info = dataSource.getFooterInformationAllMetadatas()
  1242. footer.setTitleLabel(directories: info.directories, files: info.files, size: info.size)
  1243. } else {
  1244. footer.separatorIsHidden(false)
  1245. }
  1246. }
  1247. return footer
  1248. }
  1249. }
  1250. }
  1251. extension NCCollectionViewCommon: UICollectionViewDelegateFlowLayout {
  1252. func getHeaderHeight() -> CGFloat {
  1253. var size: CGFloat = 0
  1254. // transfer in progress
  1255. if headerMenuTransferView,
  1256. let metadata = NCManageDatabase.shared.getMetadataFromOcId(NCNetworking.shared.transferInForegorund?.ocId),
  1257. metadata.isTransferInForeground {
  1258. if !isSearchingMode {
  1259. size += NCGlobal.shared.heightHeaderTransfer
  1260. }
  1261. } else {
  1262. NCNetworking.shared.transferInForegorund = nil
  1263. }
  1264. if headerMenuButtonsView {
  1265. size += NCGlobal.shared.heightButtonsView
  1266. }
  1267. return size
  1268. }
  1269. func getHeaderHeight(section: Int) -> (heightHeaderCommands: CGFloat, heightHeaderRichWorkspace: CGFloat, heightHeaderSection: CGFloat) {
  1270. var headerRichWorkspace: CGFloat = 0
  1271. if let richWorkspaceText = richWorkspaceText, !headerRichWorkspaceDisable {
  1272. let trimmed = richWorkspaceText.trimmingCharacters(in: .whitespaces)
  1273. if !trimmed.isEmpty && !isSearchingMode {
  1274. headerRichWorkspace = UIScreen.main.bounds.size.height / 6
  1275. }
  1276. }
  1277. if isSearchingMode || layoutForView?.layout == NCGlobal.shared.layoutGrid || dataSource.numberOfSections() > 1 {
  1278. if section == 0 {
  1279. return (getHeaderHeight(), headerRichWorkspace, NCGlobal.shared.heightSection)
  1280. } else {
  1281. return (0, 0, NCGlobal.shared.heightSection)
  1282. }
  1283. } else {
  1284. return (getHeaderHeight(), headerRichWorkspace, 0)
  1285. }
  1286. }
  1287. func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
  1288. let (heightHeaderCommands, heightHeaderRichWorkspace, heightHeaderSection) = getHeaderHeight(section: section)
  1289. let heightHeader = heightHeaderCommands + heightHeaderRichWorkspace + heightHeaderSection
  1290. return CGSize(width: collectionView.frame.width, height: heightHeader)
  1291. }
  1292. func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
  1293. let sections = dataSource.numberOfSections()
  1294. let metadataForSection = self.dataSource.getMetadataForSection(section)
  1295. let isPaginated = metadataForSection?.lastSearchResult?.isPaginated ?? false
  1296. let metadatasCount: Int = metadataForSection?.lastSearchResult?.entries.count ?? 0
  1297. var size = CGSize(width: collectionView.frame.width, height: 0)
  1298. if section == sections - 1 {
  1299. size.height += NCGlobal.shared.endHeightFooter
  1300. } else {
  1301. size.height += NCGlobal.shared.heightFooter
  1302. }
  1303. if isSearchingMode && isPaginated && metadatasCount > 0 {
  1304. size.height += NCGlobal.shared.heightFooterButton
  1305. }
  1306. return size
  1307. }
  1308. }
  1309. extension NCCollectionViewCommon: EasyTipViewDelegate {
  1310. func easyTipViewDidTap(_ tipView: EasyTipView) {
  1311. NCManageDatabase.shared.addTip(NCGlobal.shared.tipNCCollectionViewCommonAccountRequest)
  1312. }
  1313. func easyTipViewDidDismiss(_ tipView: EasyTipView) { }
  1314. func dismissTip() {
  1315. NCManageDatabase.shared.addTip(NCGlobal.shared.tipNCCollectionViewCommonAccountRequest)
  1316. self.tipView?.dismiss()
  1317. }
  1318. }
  1319. extension NCCollectionViewCommon {
  1320. func getAvatarFromIconUrl(metadata: tableMetadata) -> String? {
  1321. var ownerId: String?
  1322. if metadata.iconUrl.contains("http") && metadata.iconUrl.contains("avatar") {
  1323. let splitIconUrl = metadata.iconUrl.components(separatedBy: "/")
  1324. var found: Bool = false
  1325. for item in splitIconUrl {
  1326. if found {
  1327. ownerId = item
  1328. break
  1329. }
  1330. if item == "avatar" { found = true}
  1331. }
  1332. }
  1333. return ownerId
  1334. }
  1335. }
  1336. // MARK: -
  1337. class NCOperationUnifiedSearch: ConcurrentOperation {
  1338. var collectionViewCommon: NCCollectionViewCommon
  1339. var metadatas: [tableMetadata]
  1340. var searchResult: NKSearchResult
  1341. init(collectionViewCommon: NCCollectionViewCommon, metadatas: [tableMetadata], searchResult: NKSearchResult) {
  1342. self.collectionViewCommon = collectionViewCommon
  1343. self.metadatas = metadatas
  1344. self.searchResult = searchResult
  1345. }
  1346. func reloadDataThenPerform(_ closure: @escaping (() -> Void)) {
  1347. DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
  1348. CATransaction.begin()
  1349. CATransaction.setCompletionBlock(closure)
  1350. self.collectionViewCommon.collectionView.reloadData()
  1351. CATransaction.commit()
  1352. }
  1353. }
  1354. override func start() {
  1355. guard !isCancelled else { return self.finish() }
  1356. self.collectionViewCommon.dataSource.addSection(metadatas: metadatas, searchResult: searchResult)
  1357. self.collectionViewCommon.searchResults?.append(self.searchResult)
  1358. reloadDataThenPerform {
  1359. self.finish()
  1360. }
  1361. }
  1362. }
  1363. class NCCollectionViewDownloadThumbnail: ConcurrentOperation {
  1364. var metadata: tableMetadata
  1365. var cell: NCCellProtocol?
  1366. var collectionView: UICollectionView?
  1367. var fileNamePath: String
  1368. var fileNamePreviewLocalPath: String
  1369. var fileNameIconLocalPath: String
  1370. let utilityFileSystem = NCUtilityFileSystem()
  1371. init(metadata: tableMetadata, cell: NCCellProtocol?, collectionView: UICollectionView?) {
  1372. self.metadata = tableMetadata.init(value: metadata)
  1373. self.cell = cell
  1374. self.collectionView = collectionView
  1375. self.fileNamePath = utilityFileSystem.getFileNamePath(metadata.fileName, serverUrl: metadata.serverUrl, urlBase: metadata.urlBase, userId: metadata.userId)
  1376. self.fileNamePreviewLocalPath = utilityFileSystem.getDirectoryProviderStoragePreviewOcId(metadata.ocId, etag: metadata.etag)
  1377. self.fileNameIconLocalPath = utilityFileSystem.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag)
  1378. }
  1379. override func start() {
  1380. guard !isCancelled else { return self.finish() }
  1381. var etagResource: String?
  1382. if FileManager.default.fileExists(atPath: fileNameIconLocalPath) && FileManager.default.fileExists(atPath: fileNamePreviewLocalPath) {
  1383. etagResource = metadata.etagResource
  1384. }
  1385. NextcloudKit.shared.downloadPreview(fileNamePathOrFileId: fileNamePath,
  1386. fileNamePreviewLocalPath: fileNamePreviewLocalPath,
  1387. widthPreview: NCGlobal.shared.sizePreview,
  1388. heightPreview: NCGlobal.shared.sizePreview,
  1389. fileNameIconLocalPath: fileNameIconLocalPath,
  1390. sizeIcon: NCGlobal.shared.sizeIcon,
  1391. etag: etagResource,
  1392. options: NKRequestOptions(queue: NextcloudKit.shared.nkCommonInstance.backgroundQueue)) { _, _, imageIcon, _, etag, error in
  1393. if error == .success, let image = imageIcon {
  1394. NCManageDatabase.shared.setMetadataEtagResource(ocId: self.metadata.ocId, etagResource: etag)
  1395. DispatchQueue.main.async {
  1396. if self.metadata.ocId == self.cell?.fileObjectId, let filePreviewImageView = self.cell?.filePreviewImageView {
  1397. UIView.transition(with: filePreviewImageView,
  1398. duration: 0.75,
  1399. options: .transitionCrossDissolve,
  1400. animations: { filePreviewImageView.image = image },
  1401. completion: nil)
  1402. } else {
  1403. self.collectionView?.reloadData()
  1404. }
  1405. }
  1406. }
  1407. self.finish()
  1408. }
  1409. }
  1410. }