- 16 May, 2018 5 commits
-
-
Carola Nitz authored
on iPad with iOS 9 and higher shouldAutorotate is never called since all orientations are supported by default when we support multitasking. This lead to no rotationlock when interfacelock was enabled or a 360 video was played. We're now using supportedInterfaceOrientations: and lock 360 videos to portrait and for interfacelock we save the current orientation and return it.
-
Carola Nitz authored
lastEuler.pitch was accidentally set twice which resulted in jumping and removing the screenscale + adjusting the zoomfactor makes panning and zooming more responsive
-
Carola Nitz authored
-
Carola Nitz authored
adjusted Bool properties from nonatomic to assign turned interfacelock off for 360Videos
-
Carola Nitz authored
-
- 22 Apr, 2018 1 commit
-
-
Jonathan Harris authored
-
- 18 Apr, 2018 1 commit
-
-
Mike JS. Choi authored
Note that string literals are being used all over the project to create identifiers. A new file containing all identifier literals should be created in the future.
-
- 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
-
- 09 Mar, 2018 1 commit
-
-
David Cordero authored
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- 13 Feb, 2018 1 commit
-
-
Soomin Lee authored
`_tapToSeekRecognizer` is not initialized when using an iPhoneX which lead to a `NSInvalidArgumentException` Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 08 Jan, 2018 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 03 Jan, 2018 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 22 Dec, 2017 1 commit
-
-
Carola Nitz authored
-
- 13 Dec, 2017 4 commits
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Soomin Lee authored
This removes the confusion between screen brightness and video filter brightness. Hence, it fixes the position of the brightness silder position on a start of a media. Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Carola Nitz authored
Since we're having two xibs for iPhone and iPad this block was necessary since the trackselector on iPhone was previously displayed in the bottom of the phone, overlapped by the controls. With the refactor we don't need device specific behavior anymore since the controls always appear centered on screen
-
- 06 Dec, 2017 2 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
Since the delegate is being overwritten by the currently playing view it needs to be set again every time the view reappears to receive updates.
-
- 05 Dec, 2017 1 commit
-
-
Carola Nitz authored
VLCMovieViewController: toggle between filltoCrop and previous aspect ratio for double tap on iPhoneX and refactored the aspect ratio code (cherry picked from commit 9469da72)
-
- 30 Nov, 2017 1 commit
-
-
Carola Nitz authored
VLCMovieViewController: adjust the trackselector width constraint so that it is never too big for the screen
-
- 29 Nov, 2017 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 27 Nov, 2017 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 18 Nov, 2017 1 commit
-
-
Carola Nitz authored
VLCMovieViewController: follow up to VLCMovieViewController: adopt the default behavior to switch video aspectratio between fullscreen and without notch on iPhone x
-
- 17 Nov, 2017 1 commit
-
-
Carola Nitz authored
VLCMovieViewController: adopt the default behavior to switch video aspectratio between fullscreen and without notch on iPhone x
-
- 15 Nov, 2017 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
- 13 Nov, 2017 1 commit
-
-
Carola Nitz authored
-
- 10 Oct, 2017 1 commit
-
-
Carola Nitz authored
-
- 09 Oct, 2017 1 commit
-
-
Carola Nitz authored
VLCFullscreenMovieTVViewController, VLCMovieViewController : remove knowledge of mediaplayer and replace it by new methods from playbackcontroller
-
- 04 Oct, 2017 2 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
-
- 28 Sep, 2017 1 commit
-
-
Carola Nitz authored
-
- 27 Sep, 2017 1 commit
-
-
Carola Nitz 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 Nitz authored
-
- 07 Sep, 2017 1 commit
-
-
Carola Nitz authored
VLCPlaybackController: use scalefactor and added enum for different aspectratios to fix changing between different aspectratios (cherry picked from commit 134fbd7e)
-
- 05 Sep, 2017 1 commit
-
-
Carola Nitz authored
(cherry picked from commit c934384f)
-
- 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)
-
- 25 Aug, 2017 1 commit
-
-
Carola Nitz authored
-
- 24 Aug, 2017 2 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 Nitz authored
remove unnecessary removeGesturerecognizer calls. the array where these recognizers are called gets deallocated when the view gets deallocated
-