Commits on Source (14)
-
Andrei Glukhikh authored46916bf1
-
906d4c8b
-
a42b761c
-
4d60af6f
-
The hack using the playbackPosition to perform a seek has been replaced by the standard calls to the jump backward/forward methods of the playback service.
bbda88d8 -
Users can now select a different value to perform a backward/forward seek.
1c686e29 -
The serverBrowser's class is checked before calling the selector in order to avoid any possible crash issue from happening.
f8a9c2f6 -
Before sending the notification, the lastMedia object is checked to avoid any nil object being pushed with the notification possibly leading to a crash issue.
1849f3ee -
db273614
-
Diogo Simao Marques authored
The brightness and volume gestures are now correctly handled when enabled. If the gestures are disabled, swiping down will minimize the player. Closes #1887
09a39bda -
Diogo Simao Marques authored
The header displays a bigger artwork cover with buttons more accessible to start the playback regularly and shuffled. Closes #1868
0d62ef6f -
Diogo Simao Marques authored
The EditController now also displays the playlist header when the collection is being reordered by the user.
9da9ad03 -
Diogo Simao Marques authored
The sortModel is properly instantiated in the playlist model instead of being handled by the collection model.
b42f0bfa -
302f244d
Showing
- Buildsystem/Testing/Unit/PreferenceSettingTests.swift 75 additions, 0 deletionsBuildsystem/Testing/Unit/PreferenceSettingTests.swift
- Buildsystem/Testing/Unit/PreferenceSettingTestsSuccess.plist 97 additions, 0 deletionsBuildsystem/Testing/Unit/PreferenceSettingTestsSuccess.plist
- Resources/iOS/Settings.bundle/ru.lproj/Root.strings 0 additions, 0 deletionsResources/iOS/Settings.bundle/ru.lproj/Root.strings
- Resources/tvOS/Settings.bundle/Root.inApp.plist 56 additions, 0 deletionsResources/tvOS/Settings.bundle/Root.inApp.plist
- Resources/tvOS/Settings.bundle/Root.plist 56 additions, 0 deletionsResources/tvOS/Settings.bundle/Root.plist
- Sources/About/AboutController.swift 3 additions, 2 deletionsSources/About/AboutController.swift
- Sources/Helpers/PreferenceSetting.swift 459 additions, 0 deletionsSources/Helpers/PreferenceSetting.swift
- Sources/Media Library/Editing/EditController.swift 24 additions, 17 deletionsSources/Media Library/Editing/EditController.swift
- Sources/Media Library/MediaCategories/MediaCategoryViewController.swift 50 additions, 17 deletions...Library/MediaCategories/MediaCategoryViewController.swift
- Sources/Media Library/MediaCategories/PlaylistHeader.swift 260 additions, 0 deletionsSources/Media Library/MediaCategories/PlaylistHeader.swift
- Sources/Media Library/MediaLibraryModel/CollectionModel.swift 0 additions, 4 deletions...ces/Media Library/MediaLibraryModel/CollectionModel.swift
- Sources/Media Library/MediaLibraryModel/MediaLibraryBaseModel.swift 1 addition, 1 deletion...dia Library/MediaLibraryModel/MediaLibraryBaseModel.swift
- Sources/Media Library/MediaLibraryModel/PlaylistModel.swift 1 addition, 1 deletionSources/Media Library/MediaLibraryModel/PlaylistModel.swift
- Sources/Media Library/MediaLibraryService.swift 5 additions, 3 deletionsSources/Media Library/MediaLibraryService.swift
- Sources/Media Library/MediaViewControllers/MediaViewController.swift 12 additions, 12 deletions...ia Library/MediaViewControllers/MediaViewController.swift
- Sources/Network/Server Browsing/View Controllers/VLCNetworkServerBrowserViewController.m 3 additions, 2 deletions.../View Controllers/VLCNetworkServerBrowserViewController.m
- Sources/Playback/Control/VLCPlaybackService.m 5 additions, 2 deletionsSources/Playback/Control/VLCPlaybackService.m
- Sources/Playback/Player/PlayerViewController.swift 10 additions, 11 deletionsSources/Playback/Player/PlayerViewController.swift
- Sources/Playback/Player/VideoPlayer-tvOS/VLCFullscreenMovieTVViewController.m 13 additions, 10 deletions...yer/VideoPlayer-tvOS/VLCFullscreenMovieTVViewController.m
- Sources/Settings/Controller/SettingsController.swift 1 addition, 1 deletionSources/Settings/Controller/SettingsController.swift
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Sources/Helpers/PreferenceSetting.swift
0 → 100644