- 13 May, 2015 40 commits
-
-
-
-
-
-
-
fix app icon sizes for watch app in iOS app asset catalog. I'm not really sure if that is required since we already have them in the Watch App but better have the correct one twice than correct and incorrect ones.
-
-
-
-
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
-
Felix Paul Kühne authored
no visual difference on iOS 7 and later
-
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
-
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
-
-
-
-
-
Felix Paul Kühne authored
-
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
-
Felix Paul Kühne authored
thumbnail cache: remove very bad had hack to handle album art as this is correctly done by MLKit now
-
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
-
UI updates should always happen on the main thread always set the gradient as default background image so the wrong image doesn't stay for a short time after page changes move progress related calculations to category
-
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
-
replace occurencies of the pattern if (objects.count > 0) object = objects[0]; with object=objects.firstObject;
-