Commits on Source (10)
-
Craig Reyenga authoredd2adf21c
-
The sorting criteria are now displayed in the menu generated for the playlists' content.
64476a20 -
The VLCMediaLibraryKit version has been updated to be able to use the latest changes.
b18fcab9 -
Different sorting criteria can be applied to the array of media stored in a playlist. Closes #729
83634e98 -
The default sorting criteria is now explicitly added to the list.
f3dd1da4 -
The feature allowing the user to change the order of a playlist's media is now restricted to only the default sorting criteria. This avoids any issue related to the loss of a the custom order when a sorting criteria other than default was selected during the changes.
d887c021 -
The indicator is removed because the default criteria is not related to any ascending or descending order. The default criteria is only based on the user's interaction.
2d1ae60c -
The default criteria's localized label is updated to "Custom" to match its purpose.
d8c4ee23 -
Marvin Scholz authored
We are no longer on Freenode for a while now.
72d03261 -
Craig Reyenga authoredffde687d
Showing
- Podfile 1 addition, 1 deletionPodfile
- Podfile.lock 4 additions, 4 deletionsPodfile.lock
- README.md 2 additions, 2 deletionsREADME.md
- Resources/en.lproj/Localizable.strings 1 addition, 1 deletionResources/en.lproj/Localizable.strings
- Sources/About/AboutController.swift 26 additions, 17 deletionsSources/About/AboutController.swift
- Sources/About/iOS/About Contents.html 4 additions, 4 deletionsSources/About/iOS/About Contents.html
- Sources/Media Library/Editing/EditController.swift 7 additions, 2 deletionsSources/Media Library/Editing/EditController.swift
- Sources/Media Library/MediaLibraryModel/CollectionModel.swift 5 additions, 0 deletions...ces/Media Library/MediaLibraryModel/CollectionModel.swift
- Sources/Media Library/MediaLibraryModel/PlaylistModel.swift 1 addition, 1 deletionSources/Media Library/MediaLibraryModel/PlaylistModel.swift
- Sources/Media Library/MediaLibraryModel/SortModel.swift 1 addition, 1 deletionSources/Media Library/MediaLibraryModel/SortModel.swift
- Sources/Media Library/MediaViewControllers/MediaViewController.swift 12 additions, 7 deletions...ia Library/MediaViewControllers/MediaViewController.swift
... | ... | @@ -8,7 +8,7 @@ def shared_pods |
pod 'CocoaHTTPServer', :git => 'https://code.videolan.org/fkuehne/CocoaHTTPServer.git', :commit => '08f9b818' | ||
pod 'AFNetworking', :git => 'https://code.videolan.org/fkuehne/AFNetworking.git', :commit => 'ee51009a' # add visionOS support | ||
pod 'VLCKit', '4.0.0a10' | ||
pod 'VLCMediaLibraryKit', '0.13.0a10' | ||
pod 'VLCMediaLibraryKit', '0.13.0a11' | ||
end | ||
target 'VLC-iOS' do | ||
... | ... |