- 15 Feb, 2018 2 commits
-
-
Carola Nitz authored
-
Victor Gama authored
This replaces old availability checks performed by checking for class presence with the new @available syntax. I basically replaced those checks with @available(VERSION) after checking VERSION on Apple Developer Documentation Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com> (cherry picked from commit a0087846)
-
- 14 Feb, 2018 2 commits
-
-
Felix Paul Kühne authored
-
Carola Nitz authored
-
- 13 Feb, 2018 1 commit
-
-
Soomin Lee authored
`_tapToSeekRecognizer` is not initialized when using an iPhoneX which lead to a `NSInvalidArgumentException` Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com> (cherry picked from commit 9af5072e)
-
- 09 Feb, 2018 1 commit
-
-
Carola Nitz authored
-
- 08 Feb, 2018 4 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
Using the Focusframeguide for the constraint led to an endless layoutloop. Instead we use the thumbnail now directly and update the constraint when the cell becomes the focus
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Carola Nitz authored
-
- 07 Feb, 2018 2 commits
-
-
Carola Nitz authored
-
Victor Gama authored
This addresses an issue that affects VLCPlaybackInfoTVCollectionViewCell when tvOS is using the Dark appearance by properly defining colours that shows the different UI states of the aforementioned item. Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 06 Feb, 2018 1 commit
-
-
Carola Nitz authored
(cherry picked from commit 8f0b9a68)
-
- 03 Feb, 2018 1 commit
-
-
Felix Paul Kühne authored
(cherry picked from commit c6511ff1)
-
- 31 Jan, 2018 3 commits
-
-
Carola Nitz authored
These two lines were removed in the refactoring and you had to press play twice to resume playback. Adding these lines again fixes this behavior again
-
Carola Nitz authored
-
Carola Nitz authored
-
- 30 Jan, 2018 1 commit
-
-
Pierre SAGASPE authored
-
- 24 Jan, 2018 5 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz 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.
-
- 18 Jan, 2018 1 commit
-
-
Carola Nitz authored
(cherry picked from commit 00401a30)
-
- 17 Jan, 2018 2 commits
-
-
Victor Gama authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Victor Gama authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 16 Jan, 2018 4 commits
-
-
Carola Nitz authored
-
Soomin Lee authored
The restoration needs to be done on libvlc's `ESAdded` event. Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Carola Nitz authored
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 15 Jan, 2018 3 commits
-
-
Victor Gama authored
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 Nitz authored
-
Carola Nitz 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.
-
- 09 Jan, 2018 1 commit
-
-
Carola Nitz authored
This reverts commit 3963f7dc.
-
- 08 Jan, 2018 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 05 Jan, 2018 2 commits
-
-
Carola Nitz authored
When we setediting to no on rotation we also made the searchbar disappear. This was done because multiple selection was not possible on collectionviews after rotation. Instead of quick fixing it by resetting the editmode we now setup and update the tableview and collectionview no matter if they're currently displayed or not. That way when we switch the displaymode both views are steup correctly.
-
Carola Nitz authored
-
- 04 Jan, 2018 2 commits
-
-
Soomin Lee authored
The restoration needs to be done on libvlc's `ESAdded` event. Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Carola Nitz authored
-
- 03 Jan, 2018 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-