Commits on Source (7)
-
Edgar Fouillet authored92dc1b55
-
Soomin Lee authored
In the case where the media is short (e.g. 3 sec), the last position check wouldn't be enough to restrict the opening and closing behaviour. Indeed, when the position is saved from the `libvlc_MediaPlayerStopped` event. It seems that the position isn't guaranteed to be correct even at the end of a playback. This will match VLC Android's behaviour.
d078b842 -
Edgar Fouillet authored389e789d
-
Edgar Fouillet authored
Closes #623
5894f6cd -
15d625aa
-
c4845ae9
-
Closes #689
cbd19382
Showing
- Resources/VLCDownloadViewController.xib 183 additions, 145 deletionsResources/VLCDownloadViewController.xib
- SharedSources/MediaLibraryModel/AlbumModel.swift 2 additions, 6 deletionsSharedSources/MediaLibraryModel/AlbumModel.swift
- SharedSources/MediaLibraryModel/ArtistModel.swift 2 additions, 6 deletionsSharedSources/MediaLibraryModel/ArtistModel.swift
- SharedSources/MediaLibraryModel/AudioCollectionModel.swift 41 additions, 0 deletionsSharedSources/MediaLibraryModel/AudioCollectionModel.swift
- SharedSources/MediaLibraryModel/GenreModel.swift 2 additions, 6 deletionsSharedSources/MediaLibraryModel/GenreModel.swift
- SharedSources/MediaLibraryModel/MediaLibraryBaseModel.swift 1 addition, 1 deletionSharedSources/MediaLibraryModel/MediaLibraryBaseModel.swift
- SharedSources/MediaLibraryModel/PlaylistModel.swift 1 addition, 1 deletionSharedSources/MediaLibraryModel/PlaylistModel.swift
- Sources/EditToolbar.swift 1 addition, 2 deletionsSources/EditToolbar.swift
- Sources/FileManager+DeleteMediaFolder.swift 83 additions, 0 deletionsSources/FileManager+DeleteMediaFolder.swift
- Sources/VLCDownloadViewController.h 3 additions, 1 deletionSources/VLCDownloadViewController.h
- Sources/VLCDownloadViewController.m 35 additions, 10 deletionsSources/VLCDownloadViewController.m
- Sources/VLCPlaybackService.m 4 additions, 1 deletionSources/VLCPlaybackService.m
- VLC.xcodeproj/project.pbxproj 8 additions, 0 deletionsVLC.xcodeproj/project.pbxproj
Sources/FileManager+DeleteMediaFolder.swift
0 → 100644