- 20 Feb, 2018 2 commits
-
-
Soomin Lee authored
The LAContext needs to be reinstanciated every time otherwise it will cache a successful unlock. Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com> (cherry picked from commit 338ab7eb)
-
Carola authored
-
- 16 Feb, 2018 1 commit
-
- 15 Feb, 2018 2 commits
-
-
Carola authored
-
- 14 Feb, 2018 2 commits
-
-
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>
-
- 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>
-
- 09 Feb, 2018 1 commit
-
-
Carola authored
-
- 08 Feb, 2018 4 commits
-
-
Carola authored
-
Carola 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 authored
-
- 07 Feb, 2018 2 commits
-
-
Carola 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
-
- 03 Feb, 2018 1 commit
-
-
Felix Paul Kühne authored
(cherry picked from commit c6511ff1)
-
- 31 Jan, 2018 3 commits
- 30 Jan, 2018 1 commit
-
-
Pierre SAGASPE authored
-
- 24 Jan, 2018 5 commits
-
-
Carola authored
-
Carola authored
-
Carola authored
-
Carola authored
-
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.
-
- 18 Jan, 2018 1 commit
-
- 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 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 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 authored
-
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.
-
- 09 Jan, 2018 1 commit
-
- 08 Jan, 2018 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 05 Jan, 2018 2 commits
-
-
Carola 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 authored
-