- 02 Jan, 2018 1 commit
-
-
Carola 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 authored
-
Carola 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 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 authored
-
- 22 Dec, 2017 4 commits
- 21 Dec, 2017 1 commit
-
-
Carola authored
-
- 20 Dec, 2017 3 commits
-
-
Carola authored
-
Carola authored
In presentFileSelectionActionController we first dismissed a presenting controller and in the completion handled the file selection. Since there was no controller to be dismissed, the completion never got called. Also replaced some deprecated API while at it and excluded some sharingactivities that included printing.
-
- 18 Dec, 2017 4 commits
-
-
Carola authored
VLCPlaybackController:send notifications about playback state change when libvlc actually changed it The notifications were sent too early which caused a wrong determination of isPlaying state in the VLCPlayerDisplayController who observed these This led to a bug where media was actually playing but there were no controls to actually pause or stop the playback
-
Carola authored
The layoutGuides can be nil and crashh for <iOS 11 so we need to use self
-
Carola authored
-
Carola authored
In iOS 9 and 10 there might not be a Layoutguide and the constraints would cause a crash when guide was set to nil
-
- 14 Dec, 2017 3 commits
- 13 Dec, 2017 14 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>
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Carola 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
-
Carola authored
When updateMetadataFromMediaPlayer was called not all fields were overwritten before This led to titles not being hidden because the metadata had isAudioonly set from previous use.
-
Carola authored
The title was pinned to the top with 800 pixel more. On iPad in landscape (height 720 )it was placed outside the views bounds It's now placed in relation to the bottom of the view
-
Carola authored
The albumartwork was above the movieview in the viewhierachy on iPad so we moved it underneath it
-
Carola authored
-
Carola authored
-
Carola authored
-
Carola authored
-
Carola authored
-
Carola authored
-
- 11 Dec, 2017 1 commit
-
-
Carola authored
VLC will now appear in the Files app under my iPhone. User shortcut into VLC from this entry point (closes #19157)
-
- 06 Dec, 2017 4 commits