- Jan 25, 2018
-
-
Carola authored
since we're now parsing media in the correct order in VLCKit there is no need to reverse the order of media when handing it over. This actually led to a bug in playlists where instead playing media at index 1, media at media.count -1 would be played. (cherry picked from commit 9e0edacf)
- Jan 23, 2018
-
-
Carola authored
-
- Jan 22, 2018
- Jan 18, 2018
-
-
Carola authored
-
Carola authored
-
The restoration needs to be done on libvlc's `ESAdded` event. Signed-off-by: Carola Nitz <nitz.carola@googlemail.com>
-
Carola authored
-
Carola authored
-
- Jan 16, 2018
-
-
This prevents an assertion failure thrown by UIViewCollection in VLCServerListTVViewController caused by several VLCLocalNetworkServices using the same serviceName and title combination. Now, duplicated items are removed from the list. Signed-off-by: Carola Nitz <nitz.carola@googlemail.com>
-
Carola authored
This essentially reverts commit 95ad1b17 We ended up with a succesful download for a not supported format which we then didn't display in the library. The user couldn't play or delete the downloaded file. Instead of showing not supported files in the library, we're not allowing downloads in the first place.
-
Carola authored
-
Carola authored
Removed state and the passcodevalidation notification in favor of a completion block. Removed > iOS8 check
-
Carola authored
-
Carola authored
VLCSettingsViewController: Move the knowledge of IASKAppSettingsViewController into the SettingsViewController
-
Carola authored
-
Carola authored
In presentFileSelectionActionController we first dismissed a presenting controller and in the completion handled the file selection. Since there was no controller to be dismissed, the completion never got called. Also replaced some deprecated API while at it and excluded some sharingactivities that included printing. (cherry picked from commit cb4b1848)
-
- Dec 15, 2017
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Dec 12, 2017
-
-
Signed-off-by: Carola Nitz <nitz.carola@googlemail.com> (cherry picked from commit 78816188)
-
- Dec 06, 2017
- Dec 05, 2017
- Dec 04, 2017
-
-
Carola authored
-