提交历史

作者 SHA1 备注 提交日期
  Felix Paul Kühne a3ec51a9fc playback screen: make sure to show correct state on appearance 10 年之前
  Felix Paul Kühne d641ed3259 vpc: fix logic error which could lead to false-positive results for the audio-only property 10 年之前
  Felix Paul Kühne 37fac1bc22 l10n: fix typo 10 年之前
  Tobias Conradi 6c0a7bb241 fix crashing bug when paying a file from a media list 10 年之前
  Felix Paul Kühne cee7085fb5 Deduplicate strings 10 年之前
  Tobias Conradi aa7675aea7 accessibility improvements needs translations 10 年之前
  Tobias Conradi 9beee90fe2 MLFile now stores relative path in the path property. the absolut path/url can be accessed by using the property url which returns an NSURL 10 年之前
  Tobias Conradi 5ce76b3ded fix watch kit extension 10 年之前
  Tobias Conradi e42cf32ca4 we don't need to set the group path anymore 10 年之前
  Tobias Conradi 39e599167d add new model version 10 年之前
  Tobias Conradi 7b5c14dfa4 use new migration API of MediaLibraryKit 10 年之前
  Tobias Conradi 6c3e57315f migrations are done before playlist view becomes visible so we don't need to do migrations here 10 年之前
  Felix Paul Kühne bf826e999a mini player: improve layout 10 年之前
  Tobias Conradi fd2e5ff461 simulator app groups workaround for when entitlements are not correctly added for a simulator build 10 年之前
  Tobias Conradi 993b8b3b94 hide meta info labels with controls if playing video 10 年之前
  Tobias Conradi 6c10703b4d first step of formalizing of Watch -> App communication 10 年之前
  Tobias Conradi 219932afa6 add volume slider to Now Playing Interface 10 年之前
  Tobias Conradi 1436e7cb12 use local variables for meta data updates until end of method so everything that is not set gets reset to nil. 10 年之前
  Tobias Conradi 4b8a4ce79c don't try to bring application to foreground when playback starts doesn't work on device and would likely lead to rejection 10 年之前
  Tobias Conradi 81dbdda5d3 increase playlist page size to 20 10 年之前
  Felix Paul Kühne a409624b29 app delegate: don't push movie view controller when playback starts 10 年之前
  Felix Paul Kühne 02bc1f5429 playlist: deploy mini playback view 10 年之前
  Felix Paul Kühne c6208dff57 add basic mini playback view 10 年之前
  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 10 年之前
  Felix Paul Kühne c36baa3b7f vpc: add APIs to detect an active playback session and if it is audio-only 10 年之前
  Felix Paul Kühne 0476d0df15 playlist: add view containers to a contentview instead of deploying them as our view itself 10 年之前
  Felix Paul Kühne 6dcca9741e movie player: remove vout from view hierarchy when app goes to background 10 年之前
  Tobias Conradi 715211ef8b for library mode none return empty array add nullability annotations 10 年之前
  Tobias Conradi ce80f39030 move playlist array logic from VLCPlaylistInterfaceController to MLMediaLibrary category which eventually can be uses by both the iOS and Watch App 10 年之前
  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 10 年之前