- 02 Nov, 2018 1 commit
-
-
Samuel Giddins authored
-
- 20 Sep, 2018 1 commit
-
-
Carola Nitz authored
When you add a childViewConroller to a UITabbarcontroller it will keep them in the viewControllers. by setting the viewControllers on the tabbarcontroller later we removed the childViewController which led to that Controller not getting any updates like willTransitionToSize. Simply appending the other viewcontrollers would show the player as additional tab We now have plain UiViewController with tabbarController and PlayerController as ChildViewControllers to fix this layout issue
-
- 21 Aug, 2018 2 commits
-
-
Carola Nitz authored
add nullability to outputview
-
Alexis Aubry authored
This commit also removes old references to old podlibs and simplifies imports
-
- 23 May, 2018 4 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
when no action is supplied the user is only able to accept whatever the dialog states and it will be dismissed
-
Quentin Richard authored
-
Quentin Richard authored
-
- 22 May, 2018 1 commit
-
-
Carola Nitz authored
-
- 17 May, 2018 1 commit
-
-
Soomin Lee authored
-
- 29 Mar, 2018 1 commit
-
-
Carola Nitz authored
Move from the sidemenu to use the tabbarcontroller, removed the MenuRevealButton Add the MediaViewController and adjust the architecture in the VLCDisplayController 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 Add sort button still need to implement functionality Add Presentationtheme and darkmode. Move Appearance code into own class Move the Wificell into the VLCServerListViewController
-
- 17 Nov, 2017 1 commit
-
-
Carola Nitz authored
-
- 08 Nov, 2017 1 commit
-
-
Pierre SAGASPE authored
-
- 04 Oct, 2017 1 commit
-
-
Carola Nitz authored
-
- 29 Aug, 2017 1 commit
-
-
Carola Nitz authored
VLCMovieViewcontroller: move navigationbar into Movieviewcontroller to use autolayoutconstraints and use the presenting navigationbar instead of creating a new one. This removes a lot of unnecessary code and fixes an issue where the navigation bar was colliding with the statusbar (closes #34)
-
- 19 Apr, 2016 1 commit
-
-
Felix Paul Kühne authored
(cherry picked from commit 816ec9a4)
-
- 06 Jan, 2016 1 commit
-
-
Felix Paul Kühne authored
(cherry picked from commit 591a34aa)
-
- 28 Dec, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 28 Oct, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 20 Oct, 2015 5 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 06 Jul, 2015 2 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 7f9e30e0)
-
Tobias authored
(cherry picked from commit 744692ee) Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 19 Jun, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 10 Jun, 2015 1 commit
-
-
Felix Paul Kühne authored
(cherry picked from commit 15c7907c)
-
- 01 Jun, 2015 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 5c6cd73a)
-
Tobias authored
Introduce new VLCPlayerDisplayController class which is responsible to show/hide the full screen and mini player remove playback view related stuff from VLCAppDelegate and VLCPlaylistViewController add notifications for playback state changes, so more objects than just the VLCPlaybackControllerDelegate can react to playback state and meta data changes (cherry picked from commit aa52c9a1)