- 09 Feb, 2018 1 commit
-
-
Carola authored
Created a subclass for the view of the VLCDisplayController to let touches go through Have only one instance of the Playbackcontroller that is going to be part of the tabbarcontroller Changed the code that is currently calculating the miniviews position. This still needs fixing in case you turn the phone
-
- 08 Feb, 2018 2 commits
- 03 Feb, 2018 1 commit
-
-
Carola authored
-
- 02 Feb, 2018 1 commit
-
-
Carola authored
-
- 01 Feb, 2018 1 commit
-
-
Carola authored
-
- 31 Jan, 2018 1 commit
-
-
Carola authored
-
- 30 Jan, 2018 3 commits
- 29 Jan, 2018 2 commits
- 25 Jan, 2018 3 commits
- 23 Jan, 2018 6 commits
-
-
Carola authored
-
Carola 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 authored
-
Carola authored
-
Carola authored
VLCTabBarCoordinator: Add TabBarCoordinator to create the ViewControllers and simplify the architecture a bit
-
Carola authored
-
- 12 Jan, 2018 9 commits
- 05 Jan, 2018 3 commits
-
-
Carola authored
@synchronized comes with performance costs. If we happen to see issues we should use gcd and dispatch_sync instead
-
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