Skip to content
Snippets Groups Projects

Services: Add Files App as source to open media without importing to VLC

Merged Edgar Fouillet requested to merge edrflt/vlc-ios:feature__open_files into master
2 unresolved threads

This will add the ability to open external files available in Files app (user files or app-exposed files) without importing/copying them to VLC.

Edited by Edgar Fouillet

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 13 import UIKit
    14
    15 class VLCLocalFilesCell: UITableViewCell {
    16 @objc static let cellIdentifier = "LocalFilesCell"
    17
    18 override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
    19 super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
    20 commonInit()
    21 }
    22
    23 required init?(coder aDecoder: NSCoder) {
    24 super.init(coder: aDecoder)
    25 commonInit()
    26 }
    27
    28 func commonInit() {
  • Soomin Lee
  • Edgar Fouillet added 2 commits

    added 2 commits

    • 78deae11 - BaseServiceCell: add a base class for RemoteNetworkCell and future new cells
    • 5ea58864 - Services: Add Files App as source to open media without importing to VLC

    Compare with previous version

  • Edgar Fouillet added 4 commits

    added 4 commits

    • 5ea58864...2d3c3293 - 2 commits from branch videolan:master
    • b98bac55 - BaseServiceCell: add a base class for RemoteNetworkCell and future new cells
    • 95a41783 - Services: Add Files App as source to open media without importing to VLC

    Compare with previous version

  • Felix Paul Kühne added 33 commits

    added 33 commits

    • 95a41783...742119f6 - 31 commits from branch videolan:master
    • 8092b9b9 - BaseServiceCell: add a base class for RemoteNetworkCell and future new cells
    • 6881582a - Services: Add Files App as source to open media without importing to VLC

    Compare with previous version

  • Felix Paul Kühne changed milestone to %3.3.0

    changed milestone to %3.3.0

  • Felix Paul Kühne added Feature + 1 deleted label

    added Feature + 1 deleted label

  • Soomin Lee added 3 commits

    added 3 commits

    • e34d7118 - 1 commit from branch videolan:master
    • 7d7d567b - BaseServiceCell: add a base class for RemoteNetworkCell and future new cells
    • d52b9544 - Services: Add Files App as source to open media without importing to VLC

    Compare with previous version

  • Edgar Fouillet added 2 commits

    added 2 commits

    • 471bceca - ExternalMediaProviderCell: add a base class for RemoteNetworkCell
    • 9f108dd6 - Services: Add Files App as source to open media without importing to VLC

    Compare with previous version

  • Edgar Fouillet added 3 commits

    added 3 commits

    • e34d7118 - 1 commit from branch videolan:master
    • 651507f3 - ExternalMediaProviderCell: add a base class for RemoteNetworkCell
    • 64f6a8cc - Services: Add Files App as source to open media without importing to VLC

    Compare with previous version

  • Edgar Fouillet marked this merge request as ready

    marked this merge request as ready

  • Edgar Fouillet changed the description

    changed the description

  • assigned to @bubu

  • merged

  • mentioned in issue #631 (closed)

  • Edgar Fouillet mentioned in issue #1118

    mentioned in issue #1118

  • Please register or sign in to reply
    Loading