- 13 May, 2015 26 commits
-
-
-
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
-
-
-
-
Felix Paul Kühne authored
misc stability improvements if MLKit does not deliver a valid managed object context or persistent store coordinator
-
Felix Paul Kühne authored
-
-
-
-
-
- 03 Apr, 2015 1 commit
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org> include new menu items in Root.plist Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 24 Mar, 2015 1 commit
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 09 Mar, 2015 2 commits
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
- 19 Feb, 2015 1 commit
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 16 Feb, 2015 1 commit
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 01 Feb, 2015 1 commit
-
-
Felix Paul Kühne authored
This reverts commit 28ac2fc4. UICollectionView is not fully thread-safe so upgrading it indirectly in the background is a really bad idea
-
- 19 Jan, 2015 1 commit
-
-
Felix Paul Kühne authored
IPv6 support is still available as an option Note that this use a new API introduced to our custom CocoaHTTPServer fork Thanks to Antonio Valieri for pointing this out
-
- 18 Jan, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 10 Jan, 2015 1 commit
-
-
Felix Paul Kühne authored
App Delegate: remove unused Box SDK call, which was leading to exceptions if openURL was called with a non-Box API URL
-
- 07 Jan, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 03 Jan, 2015 1 commit
-
-
Felix Paul Kühne authored
app delegate: fix regression preventing the display of files which were added while the apps is not running This happens frequently when syncing media via iTunes. Issue introduced in 4bb4d2
-
- 31 Dec, 2014 2 commits