- 27 Sep, 2017 1 commit
-
-
Carola authored
UIDevice: Remove the Speedcategory entirely. We're okay with VLCKit dropping frames if the device is too slow and for the UI the devices with iOS 9 are fast enough to be without tweaking
-
- 26 Sep, 2017 1 commit
-
-
Carola authored
-
- 07 Sep, 2017 1 commit
-
- 05 Sep, 2017 1 commit
-
- 29 Aug, 2017 1 commit
-
-
Carola 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)
-
- 25 Aug, 2017 1 commit
-
-
Carola authored
-
- 24 Aug, 2017 3 commits
-
-
Mathias Sauvestre authored
Fixing player UI issue where Multi Selection menu wouldn't properly display its items because of orientation detection going wrong.
-
Carola authored
remove unnecessary removeGesturerecognizer calls. the array where these recognizers are called gets deallocated when the view gets deallocated
-
Carola authored
-
- 02 Aug, 2017 1 commit
-
-
Carola authored
Refactored the controlspanel and movievc for clearer interfaces and more decoupling Moved logic for layout completely into code to have it one place and fix the disappearing controls
-
- 28 May, 2017 7 commits
-
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Add to VLCLibraryViewController and VLCMovieViewController non deprecated method for handling rotation Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
When tapped to play/pause the current status of the player were shown with a string. This removes the said string and replaces it by showing the video control if it isn't on the screen. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 May, 2017 4 commits
-
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
updateDefaults() method is called when the playback is closed resetting the value of _displayRemainingTime just before viewWillDisappear() method which writes _displayRemainingTime in the UserDefaults. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Apr, 2017 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Mar, 2017 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Jul, 2016 1 commit
-
-
Felix Paul Kühne authored
(cherry picked from commit 687284a30565f446fd4dbaa56e8524de36282582)
-
- 28 Dec, 2015 4 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 1acc1ef8)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 25 Nov, 2015 3 commits
-
-
Tobias authored
fixes #15963
-
Tobias authored
and setting MPVolimeView hidden when control panel is not visible closes #15963
-
Felix Paul Kühne authored
-
- 20 Oct, 2015 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 19 Oct, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 29 Sep, 2015 4 commits
-
-
Tobias authored
Defaults can change when the view is visible (side-by-side multitasking).
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Tobias authored
Instead of using entirely different views for the panel based on orientation and interface idiom use a single wie and configure auto layout constraints based on the width of the panel. In compact environments the volume slider moves below the playback controls instead of being on the left side. fixes #15549
-