Historie revizí

Autor SHA1 Zpráva Datum
  Tobias Conradi 187b0ddae2 add property for VLCPlaybackController in VLCMoviewController and use that instead of getting the shared instance everywhere vpc is used před 10 roky
  Tobias Conradi 35a150167b fix #14622, update time navigation title view on iPad. před 10 roky
  Tobias Conradi 21163e0ec8 fix playback speed slider reduce calculations in MoveViewController fix missing update to current values if opening movie view controller from mini player před 10 roky
  Felix Paul Kühne 98bb898077 make sure video output doesn't get lost in background mode před 10 roky
  Felix Paul Kühne a3ec51a9fc playback screen: make sure to show correct state on appearance před 10 roky
  Tobias Conradi 993b8b3b94 hide meta info labels with controls if playing video před 10 roky
  Felix Paul Kühne 03283d8622 video VC: don't stop playback on close and make sure to always be the VPC's delegate if displayed před 10 roky
  Tobias Conradi 1b2bf10bd4 use VLCPlaybackController for playback control only present VLCMoviewViewController when the app is active DRY app delegate by moving VLCMovieViewController initialization and presentation to methods před 10 roky
  Tobias Conradi a6fa0a68ca improve now playing play pause button state handing před 10 roky
  Tobias Conradi d0406b4a20 fix elapsed playback time update for now info center and watch app especially for continue playback from last playback position and scrubbing před 10 roky
  Tobias Conradi 2f08666e38 move layout code for time navigation title view to separate view před 10 roky
  Tobias Conradi 49bee8363d fix some more warning před 10 roky
  Felix Paul Kühne ffc3b9ab44 playback: split any non-UI logic from the view controller to a designated global instance před 10 roky
  Tobias Conradi fd48bd5313 replace occurencies of the pattern if (objects.count > 0) object = objects[0]; with object=objects.firstObject; před 10 roky
  Felix Paul Kühne 263e327624 hack-around a runtime exception caused by the OS před 10 roky
  Felix Paul Kühne 7d084fff44 playback: implement lookup of MLFiles from a media list před 10 roky
  Tobias Conradi 8621964304 use mediaLibraryObject for now playing info před 10 roky
  Carola Nitz 502bc963b2 adjusted the ThumbnailCache to handle different filetypes itself to remove complexity from other controllers před 10 roky
  Felix Paul Kühne 9a3a33e836 misc stability improvements if MLKit does not deliver a valid managed object context or persistent store coordinator před 10 roky
  Felix Paul Kühne 2dd98554f2 playback: add shuffle UI stub před 10 roky
  Felix Paul Kühne 9501fbbffc correctly close playback view prior to re-starting it před 10 roky
  Tobias Conradi 9e558dafaa now playing info view with basic control works před 10 roky
  Pierre SAGASPE 26d2d63cde playback: enable all gestures in toggleControlsVisible if trackSelectorContainer is displayed před 10 roky
  Pierre SAGASPE b087341e7e playback: fix not select row in the track Selector TableView před 10 roky
  Kevin Chromik 4bb5a378ac Gesture submenu added & ability to choose jump mode před 10 roky
  Felix Paul Kühne 32d8351bd9 playback: fix fatal runtime exception on iOS 6 před 10 roky
  Tobias Conradi cdf10d42d7 use MPRemoteCommandCenter for iOS >= 7.1 this allows skip buttons in lock screen and control center and better feedback to the remote control před 10 roky
  Tobias Conradi 75aca6a9ea add user defaults for skip length but don't add corresponding settings před 10 roky
  Tobias Conradi 36952393f8 improve updating of nowPlayingInfo - fix a bug where the nowPlayingInfo was not updated for remote commands (from control center) - fix a bug where pause/play was not correctly added to nowPlayingInfo - fix a bug where nowPlayingInfo was not updated when scrubbing před 10 roky
  Pierre SAGASPE 72a5f1ea2d playback: lock button change background color when activated před 10 roky