- 12 Jun, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 11 Jun, 2015 2 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit ecf964aa)
-
Felix Paul Kühne authored
(cherry picked from commit 24415f57)
-
- 10 Jun, 2015 2 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit edb8335a6eb5ceb6406a36a6e2b1fd85041c7899)
-
Felix Paul Kühne authored
(cherry picked from commit 15c7907c)
-
- 03 Jun, 2015 1 commit
-
-
Felix Paul Kühne authored
(cherry picked from commit 814faecc)
-
- 01 Jun, 2015 2 commits
-
-
(cherry picked from commit 0463fd4d)
-
Introduce new VLCPlayerDisplayController class which is responsible to show/hide the full screen and mini player remove playback view related stuff from VLCAppDelegate and VLCPlaylistViewController add notifications for playback state changes, so more objects than just the VLCPlaybackControllerDelegate can react to playback state and meta data changes (cherry picked from commit aa52c9a1)
-
- 26 May, 2015 1 commit
-
-
Felix Paul Kühne authored
playback: retain window-state in background mode and fix black screen when coming back (fixes #14686, #14687) (cherry picked from commit 5c6cfb36)
-
- 14 May, 2015 1 commit
-
-
fix playback speed slider reduce calculations in MoveViewController fix missing update to current values if opening movie view controller from mini player (cherry picked from commit 5ae55c00)
-
- 13 May, 2015 29 commits
-
-
move VLCPlaybackController configuration code for MediaLibrary object to category on VLCPlaybackController reduce duplicated code in VLCPlaylistViewController
-
Felix Paul Kühne authored
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
-
-
-
-
don't try to bring application to foreground when playback starts doesn't work on device and would likely lead to rejection
-
Felix Paul Kühne authored
-
use VLCPlaybackController for playback control only present VLCMoviewViewController when the app is active DRY app delegate by moving VLCMovieViewController initialization and presentation to methods
-
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
subclass UINavigationController for custom appearance instead of using a category to save selector dispatches and slightly less clutter
-
Felix Paul Kühne authored
fix regression introduced in 2.4.x: we displayed the library contents on launch while the it was still unlocked
-
-
Felix Paul Kühne authored
-
rename all progressSeparators to progressObjects and change type to WKInterfaceObject in preparation of using group instead of separator for progress now playing: - use group for progress instead of separator - use current playback time from player not from now playing info - update info every 5 seconds - set background image on main thread
-
-
Felix Paul Kühne authored
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
-
-