提交歷史

作者 SHA1 備註 提交日期
  Carola Nitz 857f410d49 VLCMovieViewcontroller: move navigationbar into Movieviewcontroller to use autolayoutconstraints and use the presenting navigationbar instead of creating a new one. This removes a lot of unnecessary code and fixes an issue where the navigation bar was colliding with the statusbar (closes #34) 7 年之前
  Carola Nitz b025b73db7 Refactored the controlspanel and movievc for clearer interfaces and more decoupling Moved logic for layout completely into code to have it one place and fix the disappearing controls 8 年之前
  Soomin Lee ba7a16e01c iOS: Add double tap to seek feature 8 年之前
  Soomin Lee b47269ec5b iOS: Add shuffle feature 8 年之前
  Felix Paul Kühne f59a10dbb7 iOS playback: remove NO-OP shuffle button 9 年之前
  Felix Paul Kühne 37b091f068 movie view controller: clean-up 9 年之前
  Felix Paul Kühne f2ce67d1ae movie view controller: reduce external API 9 年之前
  Tobias Conradi 46fd92898f Extract movie view control panel to own view and controller. 9 年之前
  Felix Paul Kühne 9b1a4ef2c6 fullscreen playback: add minimize button so clicking 'Done' actually stops playback again 10 年之前
  Tobias Conradi 32afeec2d1 Introduce new VLCPlayerDisplayController class which is responsible to show/hide the full screen and mini player 10 年之前
  Tobias Conradi 187b0ddae2 add property for VLCPlaybackController in VLCMoviewController and use that instead of getting the shared instance everywhere vpc is used 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 年之前
  Tobias Conradi a6fa0a68ca improve now playing play pause button state handing 10 年之前
  Tobias Conradi 2f08666e38 move layout code for time navigation title view to separate view 10 年之前
  Felix Paul Kühne ffc3b9ab44 playback: split any non-UI logic from the view controller to a designated global instance 10 年之前
  Tobias Conradi b1e1820b8a 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 10 年之前
  Tobias Conradi 8621964304 use mediaLibraryObject for now playing info 10 年之前
  Felix Paul Kühne 2dd98554f2 playback: add shuffle UI stub 10 年之前
  Felix Paul Kühne 9501fbbffc correctly close playback view prior to re-starting it 10 年之前
  Felix Paul Kühne 5280088a09 x-callback-url: added support for the x-error parameter (closes #14092) 10 年之前
  Felix Paul Kühne 8a75aae2ba playback: implement pseudo-menu for secondary actions (closes #14028, #14030) 10 年之前
  Felix Paul Kühne ca26e9e674 Implement sleep timer (close #8640) 10 年之前
  Felix Paul Kühne 1a92e35faf Add equalizer UI (refs #9032) 10 年之前
  Felix Paul Kühne 31df632363 playback: add chapter and title support (closes #11560) 10 年之前
  Felix Paul Kühne b58a2d0ab3 playback: add lock button, which locks controls and rotation (close #11292, #11293) 10 年之前
  Felix Paul Kühne 6afa2b429f playback: unify SPU and audio track selection in a single button 10 年之前
  Ulrich Trampe 4543b3becf VLC for iOS implements an URL scheme that confirms to the x-callback-url specification 10 年之前
  Felix Paul Kühne 11a434c6cd added support for enhanced playback sync with SPU and audio delays (close #11236) 10 年之前
  Felix Paul Kühne a5c298dac5 Simplify libvlc vs. external sub interaction 11 年之前
  Pierre SAGASPE ee3a23451c External subtitles over ftp (refs #10668) 11 年之前