NCCollectionCommon.swift 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. //
  2. // NCCollectionCommon.swift
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 08/09/2020.
  6. // Copyright © 2020 Marino Faggiana. All rights reserved.
  7. //
  8. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  9. //
  10. // This program is free software: you can redistribute it and/or modify
  11. // it under the terms of the GNU General Public License as published by
  12. // the Free Software Foundation, either version 3 of the License, or
  13. // (at your option) any later version.
  14. //
  15. // This program is distributed in the hope that it will be useful,
  16. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. // GNU General Public License for more details.
  19. //
  20. // You should have received a copy of the GNU General Public License
  21. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. //
  23. import Foundation
  24. import NCCommunication
  25. class NCCollectionCommon: NSObject {
  26. @objc static let shared: NCCollectionCommon = {
  27. let instance = NCCollectionCommon()
  28. instance.createImagesThemingColor()
  29. return instance
  30. }()
  31. struct NCCollectionCommonImages {
  32. static var cellFileImage = UIImage()
  33. static var cellSharedImage = UIImage()
  34. static var cellCanShareImage = UIImage()
  35. static var cellShareByLinkImage = UIImage()
  36. static var cellFavouriteImage = UIImage()
  37. static var cellCommentImage = UIImage()
  38. static var cellLivePhotoImage = UIImage()
  39. static var cellOfflineFlag = UIImage()
  40. static var cellLocal = UIImage()
  41. static var cellFolderEncryptedImage = UIImage()
  42. static var cellFolderSharedWithMeImage = UIImage()
  43. static var cellFolderPublicImage = UIImage()
  44. static var cellFolderGroupImage = UIImage()
  45. static var cellFolderExternalImage = UIImage()
  46. static var cellFolderAutomaticUploadImage = UIImage()
  47. static var cellFolderImage = UIImage()
  48. static var cellCheckedYes = UIImage()
  49. static var cellCheckedNo = UIImage()
  50. static var cellButtonMore = UIImage()
  51. static var cellButtonStop = UIImage()
  52. }
  53. // MARK: -
  54. @objc func createImagesThemingColor() {
  55. NCCollectionCommonImages.cellFileImage = UIImage.init(named: "file")!
  56. NCCollectionCommonImages.cellSharedImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.graySoft)
  57. NCCollectionCommonImages.cellCanShareImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.graySoft)
  58. NCCollectionCommonImages.cellShareByLinkImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "sharebylink"), width: 50, height: 50, color: NCBrandColor.sharedInstance.graySoft)
  59. NCCollectionCommonImages.cellFavouriteImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "favorite"), width: 50, height: 50, color: NCBrandColor.sharedInstance.yellowFavorite)
  60. NCCollectionCommonImages.cellCommentImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "comment"), width: 50, height: 50, color: NCBrandColor.sharedInstance.graySoft)
  61. NCCollectionCommonImages.cellLivePhotoImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "livePhoto"), width: 50, height: 50, color: NCBrandColor.sharedInstance.textView)
  62. NCCollectionCommonImages.cellOfflineFlag = UIImage.init(named: "offlineFlag")!
  63. NCCollectionCommonImages.cellLocal = UIImage.init(named: "local")!
  64. NCCollectionCommonImages.cellFolderEncryptedImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folderEncrypted"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
  65. NCCollectionCommonImages.cellFolderSharedWithMeImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folder_shared_with_me"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
  66. NCCollectionCommonImages.cellFolderPublicImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folder_public"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
  67. NCCollectionCommonImages.cellFolderGroupImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folder_group"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
  68. NCCollectionCommonImages.cellFolderExternalImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folder_external"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
  69. NCCollectionCommonImages.cellFolderAutomaticUploadImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folderAutomaticUpload"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
  70. NCCollectionCommonImages.cellFolderImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folder"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
  71. NCCollectionCommonImages.cellCheckedYes = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedYes"), width: 50, height: 50, color: NCBrandColor.sharedInstance.brandElement)
  72. NCCollectionCommonImages.cellCheckedNo = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedNo"), width: 50, height: 50, color: NCBrandColor.sharedInstance.graySoft)
  73. NCCollectionCommonImages.cellButtonMore = CCGraphics.changeThemingColorImage(UIImage.init(named: "more"), width: 50, height: 50, color: NCBrandColor.sharedInstance.graySoft)
  74. NCCollectionCommonImages.cellButtonStop = CCGraphics.changeThemingColorImage(UIImage.init(named: "stop"), width: 50, height: 50, color: NCBrandColor.sharedInstance.graySoft)
  75. }
  76. // MARK: -
  77. func cellForItemAt(indexPath: IndexPath, collectionView: UICollectionView, cell: UICollectionViewCell, metadata: tableMetadata, metadataFolder: tableMetadata?, serverUrl: String, isEditMode: Bool, isEncryptedFolder: Bool, selectocId: [String], autoUploadFileName: String, autoUploadDirectory: String, hideButtonMore: Bool, downloadThumbnail: Bool, shares: [tableShare]?, source: UIViewController, dataSource: NCDataSource) {
  78. var tableShare: tableShare?
  79. let appDelegate = UIApplication.shared.delegate as! AppDelegate
  80. // Share
  81. if shares != nil {
  82. for share in shares! {
  83. if share.fileName == metadata.fileName {
  84. tableShare = share
  85. break
  86. }
  87. }
  88. }
  89. // Download preview
  90. if downloadThumbnail {
  91. NCOperationQueue.shared.downloadThumbnail(metadata: metadata, urlBase: appDelegate.urlBase, view: collectionView, indexPath: indexPath)
  92. }
  93. var isShare = false
  94. var isMounted = false
  95. if metadataFolder != nil {
  96. isShare = metadata.permissions.contains(k_permission_shared) && !metadataFolder!.permissions.contains(k_permission_shared)
  97. isMounted = metadata.permissions.contains(k_permission_mounted) && !metadataFolder!.permissions.contains(k_permission_mounted)
  98. }
  99. if cell is NCListCell {
  100. let cell = cell as! NCListCell
  101. cell.delegate = source as? NCListCellDelegate
  102. cell.objectId = metadata.ocId
  103. cell.indexPath = indexPath
  104. cell.labelTitle.text = metadata.fileNameView
  105. cell.labelTitle.textColor = NCBrandColor.sharedInstance.textView
  106. cell.separator.backgroundColor = NCBrandColor.sharedInstance.separator
  107. cell.imageSelect.image = nil
  108. cell.imageStatus.image = nil
  109. cell.imageLocal.image = nil
  110. cell.imageFavorite.image = nil
  111. cell.imageShared.image = nil
  112. cell.imageMore.image = nil
  113. cell.imageItem.image = nil
  114. cell.imageItem.backgroundColor = nil
  115. cell.progressView.progress = 0.0
  116. if metadata.directory {
  117. if metadata.e2eEncrypted {
  118. cell.imageItem.image = NCCollectionCommonImages.cellFolderEncryptedImage
  119. } else if isShare {
  120. cell.imageItem.image = NCCollectionCommonImages.cellFolderSharedWithMeImage
  121. } else if (tableShare != nil && tableShare!.shareType != 3) {
  122. cell.imageItem.image = NCCollectionCommonImages.cellFolderSharedWithMeImage
  123. } else if (tableShare != nil && tableShare!.shareType == 3) {
  124. cell.imageItem.image = NCCollectionCommonImages.cellFolderPublicImage
  125. } else if metadata.mountType == "group" {
  126. cell.imageItem.image = NCCollectionCommonImages.cellFolderGroupImage
  127. } else if isMounted {
  128. cell.imageItem.image = NCCollectionCommonImages.cellFolderExternalImage
  129. } else if metadata.fileName == autoUploadFileName && serverUrl == autoUploadDirectory {
  130. cell.imageItem.image = NCCollectionCommonImages.cellFolderAutomaticUploadImage
  131. } else {
  132. cell.imageItem.image = NCCollectionCommonImages.cellFolderImage
  133. }
  134. cell.labelInfo.text = CCUtility.dateDiff(metadata.date as Date)
  135. let lockServerUrl = CCUtility.stringAppendServerUrl(serverUrl, addFileName: metadata.fileName)!
  136. let tableDirectory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.account, lockServerUrl))
  137. // Local image: offline
  138. if tableDirectory != nil && tableDirectory!.offline {
  139. cell.imageLocal.image = NCCollectionCommonImages.cellOfflineFlag
  140. }
  141. } else {
  142. if FileManager().fileExists(atPath: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag)) {
  143. cell.imageItem.image = UIImage(contentsOfFile: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag))
  144. } else {
  145. if metadata.hasPreview {
  146. cell.imageItem.backgroundColor = .lightGray
  147. } else {
  148. if metadata.iconName.count > 0 {
  149. cell.imageItem.image = UIImage.init(named: metadata.iconName)
  150. } else {
  151. cell.imageItem.image = NCCollectionCommonImages.cellFileImage
  152. }
  153. }
  154. }
  155. cell.labelInfo.text = CCUtility.dateDiff(metadata.date as Date) + " · " + CCUtility.transformedSize(metadata.size)
  156. // image local
  157. if dataSource.metadataLocalImage[metadata.ocId] == "offlineFlag" {
  158. cell.imageLocal.image = NCCollectionCommonImages.cellOfflineFlag
  159. } else if dataSource.metadataLocalImage[metadata.ocId] == "local" {
  160. cell.imageLocal.image = NCCollectionCommonImages.cellLocal
  161. }
  162. }
  163. // image Favorite
  164. if metadata.favorite {
  165. cell.imageFavorite.image = NCCollectionCommonImages.cellFavouriteImage
  166. }
  167. // Share image
  168. if (isShare) {
  169. cell.imageShared.image = NCCollectionCommonImages.cellSharedImage
  170. } else if (tableShare != nil && tableShare!.shareType == 3) {
  171. cell.imageShared.image = NCCollectionCommonImages.cellShareByLinkImage
  172. } else if (tableShare != nil && tableShare!.shareType != 3) {
  173. cell.imageShared.image = NCCollectionCommonImages.cellSharedImage
  174. } else {
  175. cell.imageShared.image = NCCollectionCommonImages.cellCanShareImage
  176. }
  177. if metadata.ownerId.count > 0 && metadata.ownerId != appDelegate.userID {
  178. // Load avatar
  179. let fileNameSource = CCUtility.getDirectoryUserData() + "/" + CCUtility.getStringUser(appDelegate.user, urlBase: appDelegate.urlBase) + "-" + metadata.ownerId + ".png"
  180. let fileNameSourceAvatar = CCUtility.getDirectoryUserData() + "/" + CCUtility.getStringUser(appDelegate.user, urlBase: appDelegate.urlBase) + "-avatar-" + metadata.ownerId + ".png"
  181. if FileManager.default.fileExists(atPath: fileNameSourceAvatar) {
  182. cell.imageShared.image = UIImage(contentsOfFile: fileNameSourceAvatar)
  183. } else if FileManager.default.fileExists(atPath: fileNameSource) {
  184. cell.imageShared.image = NCUtility.shared.createAvatar(fileNameSource: fileNameSource, fileNameSourceAvatar: fileNameSourceAvatar)
  185. } else {
  186. NCCommunication.shared.downloadAvatar(userID: metadata.ownerId, fileNameLocalPath: fileNameSource, size: Int(k_avatar_size)) { (account, data, errorCode, errorMessage) in
  187. if errorCode == 0 && account == appDelegate.account {
  188. cell.imageShared.image = NCUtility.shared.createAvatar(fileNameSource: fileNameSource, fileNameSourceAvatar: fileNameSourceAvatar)
  189. }
  190. }
  191. }
  192. }
  193. if isEditMode {
  194. cell.imageItemLeftConstraint.constant = 45
  195. cell.imageSelect.isHidden = false
  196. if selectocId.contains(metadata.ocId) {
  197. cell.imageSelect.image = NCCollectionCommonImages.cellCheckedYes
  198. cell.backgroundView = NCUtility.shared.cellBlurEffect(with: cell.bounds)
  199. } else {
  200. cell.imageSelect.image = NCCollectionCommonImages.cellCheckedNo
  201. cell.backgroundView = nil
  202. }
  203. } else {
  204. cell.imageItemLeftConstraint.constant = 10
  205. cell.imageSelect.isHidden = true
  206. cell.backgroundView = nil
  207. }
  208. // Transfer
  209. var progress: Float = 0.0
  210. var totalBytes: Double = 0.0
  211. let progressArray = appDelegate.listProgressMetadata.object(forKey: metadata.ocId) as? NSArray
  212. if progressArray != nil && progressArray?.count == 3 {
  213. progress = progressArray?.object(at: 0) as? Float ?? 0
  214. totalBytes = progressArray?.object(at: 1) as? Double ?? 0
  215. }
  216. if metadata.status == k_metadataStatusInDownload || metadata.status == k_metadataStatusDownloading || metadata.status >= k_metadataStatusTypeUpload {
  217. cell.progressView.isHidden = false
  218. cell.setButtonMore(named: k_buttonMoreStop, image: NCCollectionCommonImages.cellButtonStop)
  219. } else {
  220. cell.progressView.isHidden = true
  221. cell.progressView.progress = progress
  222. cell.setButtonMore(named: k_buttonMoreMore, image: NCCollectionCommonImages.cellButtonMore)
  223. }
  224. // Write status on Label Info
  225. switch metadata.status {
  226. case Int(k_metadataStatusWaitDownload):
  227. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_download_", comment: "")
  228. break
  229. case Int(k_metadataStatusInDownload):
  230. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_in_download_", comment: "")
  231. break
  232. case Int(k_metadataStatusDownloading):
  233. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - ↓ " + CCUtility.transformedSize(totalBytes)
  234. break
  235. case Int(k_metadataStatusWaitUpload):
  236. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_wait_upload_", comment: "")
  237. break
  238. case Int(k_metadataStatusInUpload):
  239. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - " + NSLocalizedString("_status_in_upload_", comment: "")
  240. break
  241. case Int(k_metadataStatusUploading):
  242. cell.labelInfo.text = CCUtility.transformedSize(metadata.size) + " - ↑ " + CCUtility.transformedSize(totalBytes)
  243. break
  244. default:
  245. break
  246. }
  247. // Live Photo
  248. if metadata.livePhoto {
  249. cell.imageStatus.image = NCCollectionCommonImages.cellLivePhotoImage
  250. }
  251. // E2EE
  252. if metadata.e2eEncrypted || isEncryptedFolder {
  253. cell.hideButtonShare(true)
  254. } else {
  255. cell.hideButtonShare(false)
  256. }
  257. // Remove last separator
  258. if collectionView.numberOfItems(inSection: indexPath.section) == indexPath.row + 1 {
  259. cell.separator.isHidden = true
  260. } else {
  261. cell.separator.isHidden = false
  262. }
  263. } else if cell is NCGridCell {
  264. let cell = cell as! NCGridCell
  265. cell.delegate = source as? NCGridCellDelegate
  266. cell.objectId = metadata.ocId
  267. cell.indexPath = indexPath
  268. cell.labelTitle.text = metadata.fileNameView
  269. cell.labelTitle.textColor = NCBrandColor.sharedInstance.textView
  270. cell.imageSelect.image = nil
  271. cell.imageStatus.image = nil
  272. cell.imageLocal.image = nil
  273. cell.imageFavorite.image = nil
  274. cell.imageItem.image = nil
  275. cell.imageItem.backgroundColor = nil
  276. cell.progressView.progress = 0.0
  277. if metadata.directory {
  278. if metadata.e2eEncrypted {
  279. cell.imageItem.image = NCCollectionCommonImages.cellFolderEncryptedImage
  280. } else if isShare {
  281. cell.imageItem.image = NCCollectionCommonImages.cellFolderSharedWithMeImage
  282. } else if (tableShare != nil && tableShare!.shareType != 3) {
  283. cell.imageItem.image = NCCollectionCommonImages.cellFolderSharedWithMeImage
  284. } else if (tableShare != nil && tableShare!.shareType == 3) {
  285. cell.imageItem.image = NCCollectionCommonImages.cellFolderPublicImage
  286. } else if metadata.mountType == "group" {
  287. cell.imageItem.image = NCCollectionCommonImages.cellFolderGroupImage
  288. } else if isMounted {
  289. cell.imageItem.image = NCCollectionCommonImages.cellFolderExternalImage
  290. } else if metadata.fileName == autoUploadFileName && serverUrl == autoUploadDirectory {
  291. cell.imageItem.image = NCCollectionCommonImages.cellFolderAutomaticUploadImage
  292. } else {
  293. cell.imageItem.image = NCCollectionCommonImages.cellFolderImage
  294. }
  295. let lockServerUrl = CCUtility.stringAppendServerUrl(serverUrl, addFileName: metadata.fileName)!
  296. let tableDirectory = NCManageDatabase.sharedInstance.getTableDirectory(predicate: NSPredicate(format: "account == %@ AND serverUrl == %@", appDelegate.account, lockServerUrl))
  297. // Local image: offline
  298. if tableDirectory != nil && tableDirectory!.offline {
  299. cell.imageLocal.image = NCCollectionCommonImages.cellOfflineFlag
  300. }
  301. } else {
  302. if FileManager().fileExists(atPath: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag)) {
  303. cell.imageItem.image = UIImage(contentsOfFile: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag))
  304. } else {
  305. if metadata.hasPreview {
  306. cell.imageItem.backgroundColor = .lightGray
  307. } else {
  308. if metadata.iconName.count > 0 {
  309. cell.imageItem.image = UIImage.init(named: metadata.iconName)
  310. } else {
  311. cell.imageItem.image = NCCollectionCommonImages.cellFileImage
  312. }
  313. }
  314. }
  315. // image Local
  316. if dataSource.metadataLocalImage[metadata.ocId] == "offlineFlag" {
  317. cell.imageLocal.image = NCCollectionCommonImages.cellOfflineFlag
  318. } else if dataSource.metadataLocalImage[metadata.ocId] == "local" {
  319. cell.imageLocal.image = NCCollectionCommonImages.cellLocal
  320. }
  321. }
  322. // image Favorite
  323. if metadata.favorite {
  324. cell.imageFavorite.image = NCCollectionCommonImages.cellFavouriteImage
  325. }
  326. if isEditMode {
  327. cell.imageSelect.isHidden = false
  328. if selectocId.contains(metadata.ocId) {
  329. cell.imageSelect.image = NCCollectionCommonImages.cellCheckedYes
  330. cell.backgroundView = NCUtility.shared.cellBlurEffect(with: cell.bounds)
  331. } else {
  332. cell.imageSelect.image = NCCollectionCommonImages.cellCheckedNo
  333. cell.backgroundView = nil
  334. }
  335. } else {
  336. cell.imageSelect.isHidden = true
  337. cell.backgroundView = nil
  338. }
  339. // Transfer
  340. if metadata.status == k_metadataStatusInDownload || metadata.status == k_metadataStatusDownloading || metadata.status >= k_metadataStatusTypeUpload {
  341. cell.progressView.isHidden = false
  342. cell.setButtonMore(named: k_buttonMoreStop, image: NCCollectionCommonImages.cellButtonStop)
  343. } else {
  344. cell.progressView.isHidden = true
  345. cell.progressView.progress = 0.0
  346. cell.setButtonMore(named: k_buttonMoreMore, image: NCCollectionCommonImages.cellButtonMore)
  347. }
  348. // Live Photo
  349. if metadata.livePhoto {
  350. cell.imageStatus.image = NCCollectionCommonImages.cellLivePhotoImage
  351. }
  352. }
  353. }
  354. }
  355. // MARK: - List Layout
  356. class NCListLayout: UICollectionViewFlowLayout {
  357. let itemHeight: CGFloat = 60
  358. override init() {
  359. super.init()
  360. sectionHeadersPinToVisibleBounds = false
  361. minimumInteritemSpacing = 0
  362. minimumLineSpacing = 1
  363. self.scrollDirection = .vertical
  364. self.sectionInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
  365. }
  366. required init?(coder aDecoder: NSCoder) {
  367. fatalError("init(coder:) has not been implemented")
  368. }
  369. override var itemSize: CGSize {
  370. get {
  371. if let collectionView = collectionView {
  372. let itemWidth: CGFloat = collectionView.frame.width
  373. return CGSize(width: itemWidth, height: self.itemHeight)
  374. }
  375. // Default fallback
  376. return CGSize(width: 100, height: 100)
  377. }
  378. set {
  379. super.itemSize = newValue
  380. }
  381. }
  382. override func targetContentOffset(forProposedContentOffset proposedContentOffset: CGPoint) -> CGPoint {
  383. return proposedContentOffset
  384. }
  385. }
  386. // MARK: - Grid Layout
  387. class NCGridLayout: UICollectionViewFlowLayout {
  388. var heightLabelPlusButton: CGFloat = 45
  389. var marginLeftRight: CGFloat = 6
  390. var itemForLine: CGFloat = 3
  391. override init() {
  392. super.init()
  393. sectionHeadersPinToVisibleBounds = false
  394. minimumInteritemSpacing = 1
  395. minimumLineSpacing = marginLeftRight
  396. self.scrollDirection = .vertical
  397. self.sectionInset = UIEdgeInsets(top: 10, left: marginLeftRight, bottom: 0, right: marginLeftRight)
  398. }
  399. required init?(coder aDecoder: NSCoder) {
  400. fatalError("init(coder:) has not been implemented")
  401. }
  402. override var itemSize: CGSize {
  403. get {
  404. if let collectionView = collectionView {
  405. let itemWidth: CGFloat = (collectionView.frame.width - marginLeftRight * 2 - marginLeftRight * (itemForLine - 1)) / itemForLine
  406. let itemHeight: CGFloat = itemWidth + heightLabelPlusButton
  407. return CGSize(width: itemWidth, height: itemHeight)
  408. }
  409. // Default fallback
  410. return CGSize(width: 100, height: 100)
  411. }
  412. set {
  413. super.itemSize = newValue
  414. }
  415. }
  416. override func targetContentOffset(forProposedContentOffset proposedContentOffset: CGPoint) -> CGPoint {
  417. return proposedContentOffset
  418. }
  419. }
  420. // MARK: - NCSelect + Delegate
  421. extension NCCollectionCommon: NCSelectDelegate {
  422. func dismissSelect(serverUrl: String?, metadata: tableMetadata?, type: String, array: [Any], buttonType: String, overwrite: Bool) {
  423. if (serverUrl != nil && array.count > 0) {
  424. var move = true
  425. if buttonType == "done1" { move = false }
  426. for metadata in array as! [tableMetadata] {
  427. NCOperationQueue.shared.copyMove(metadata: metadata, serverUrl: serverUrl!, overwrite: overwrite, move: move)
  428. }
  429. }
  430. }
  431. func openSelectView(viewController: UIViewController, array: [Any]) {
  432. let navigationController = UIStoryboard.init(name: "NCSelect", bundle: nil).instantiateInitialViewController() as! UINavigationController
  433. let vc = navigationController.topViewController as! NCSelect
  434. vc.delegate = self
  435. vc.hideButtonCreateFolder = false
  436. vc.selectFile = false
  437. vc.includeDirectoryE2EEncryption = false
  438. vc.includeImages = false
  439. vc.type = ""
  440. vc.titleButtonDone = NSLocalizedString("_move_", comment: "")
  441. vc.titleButtonDone1 = NSLocalizedString("_copy_",comment: "")
  442. vc.isButtonDone1Hide = false
  443. vc.isOverwriteHide = false
  444. vc.array = array
  445. navigationController.modalPresentationStyle = .fullScreen
  446. viewController.present(navigationController, animated: true, completion: nil)
  447. }
  448. }