- 07 Feb, 2018 1 commit
-
-
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
-
- 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 authored
-
- 03 Jan, 2018 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 02 Jan, 2018 4 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 authored
-
Carola authored
This also gets rid of the sharedinstance that is not necessary
- 28 Dec, 2017 1 commit
-
-
Soomin Lee authored
Removes the extra button space in multiSectionMenu on landscape orientation Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 23 Dec, 2017 4 commits
-
-
Carola authored
-
Carola authored
That led to not showing the screen after initially setting a passcode. Additionally resetting _avoidPromptingTouchID in completionblock avoids double showing of the Touch id prompt
-
Carola authored
UIView and UILayoutguide both have layoutAnchors but no common protocol or class. This gets rid of warnings and cleanes up code where instances of these classes were assigned to the same variable.
-
Carola authored
-
- 22 Dec, 2017 2 commits