- 30 Jan, 2018 2 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
removed files hat were not supposed to be in the tvOS target bumped the podfile for compilation
-
- 29 Jan, 2018 2 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
-
- 25 Jan, 2018 3 commits
-
-
Carola Nitz authored
Since this controller is used for Audio and Video it makes sense to call him MediaController
-
Carola Nitz authored
-
Carola Nitz authored
-
- 23 Jan, 2018 6 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
since the sorting option will very likely not be used very often it shouldn't take up so much space and rather hidden behind a button. The then to appear actionviewcontroller still needs to be implemented and the removed class shall be removed
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
VLCTabBarCoordinator: Add TabBarCoordinator to create the ViewControllers and simplify the architecture a bit
-
Carola Nitz authored
-
- 12 Jan, 2018 9 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
VLCDragAndDropManager: enable dragging files out of folders, don't let files be dragged out of albums or Shows inside VLC
-
Carola Nitz authored
-
- 05 Jan, 2018 3 commits
-
-
Carola Nitz authored
@synchronized comes with performance costs. If we happen to see issues we should use gcd and dispatch_sync instead
-
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>
-
- 02 Jan, 2018 4 commits
-
-
Carola Nitz authored
This reverts commit d4681606. for now till we have a new VLCKit version
-
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
-
Carola Nitz 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 Nitz authored
-
Carola Nitz 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 Nitz 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 Nitz authored
-
- 22 Dec, 2017 3 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
from the NSUserdefaults.h : -synchronize is deprecated and will be marked with the NS_DEPRECATED macro in a future release.
-