- Mar 29, 2018
-
-
Carola authored
Move from the sidemenu to use the tabbarcontroller, removed the MenuRevealButton Add the MediaViewController and adjust the architecture in the VLCDisplayController Created a subclass for the view of the VLCDisplayController to let touches go through Have only one instance of the Playbackcontroller that is going to be part of the tabbarcontroller Changed the code that is currently calculating the miniviews position. This still needs fixing in case you turn the phone Add sort button still need to implement functionality Add Presentationtheme and darkmode. Move Appearance code into own class Move the Wificell into the VLCServerListViewController
-
- Mar 26, 2018
-
-
Carola authored
UIAlertView is not available on tvOS so we need to use the UIAlertController instead
- Mar 23, 2018
-
-
- Mar 22, 2018
-
-
Define a new lane to run the current test suites of the project, and make a few fixes in the tests itself.
-
Carola authored
This adds an initial ci lane to fastlane for use on PRs. this runs a build for VLC-iOS with 10.3.1 and VLC-tvOS on 10.2
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
- Mar 21, 2018
-
-
David Cordero authored
-
David Cordero authored
Update README instructions to build the project. It is not requiered to update dependencies, only to install them
-
David Cordero authored
-
- Mar 20, 2018
-
-
Pierre SAGASPE authored
-
- Mar 19, 2018
-
-
Pierre SAGASPE authored
-
- Mar 17, 2018
-
-
Pierre SAGASPE authored
VLCServerBrowsingController: add the subtitle download locally when download the media and if subtitle URL is not nil
-
Pierre SAGASPE authored
VLCLibraryViewController: for iOS 11 add the searchController searchBar to the navigationItem searchController
-
- Mar 15, 2018
-
-
Felix Paul Kühne authored
-
- Mar 14, 2018
-
-
Pierre SAGASPE authored
VLCLocalNetworkListViewController : for iOS 11 add the searchController searchBar to the navigationItem searchController
-
Pierre SAGASPE authored
-
-
- Mar 13, 2018
-
-
Carola authored
-
- Mar 12, 2018
-
-
Pierre SAGASPE authored
-
Carola authored
-
Carola authored
(cherry picked from commit f5bba50eba2e96df85d042229f26e22c1a17219e)
-
- Mar 11, 2018
-
-
Felix Paul Kühne authored
Remove Hatchet integration based on MetaDataFetcherKit as the service is gone and won't come back (and so will be its API in the next version of MDF)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Mar 10, 2018
-
-
Pierre SAGASPE authored
-
- Mar 09, 2018
-
-
`ChangePlaybackPosition` is available with iOS 9.1 and up
-
-
-
Using `jumpForward` function to reflect current playback location. NOTE: Simply setting the `.position` of `VLCMediaPlayer` seems to not work.
-
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This closes #143
-