- 18 Dec, 2017 4 commits
-
-
Carola Nitz 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 Nitz authored
The layoutGuides can be nil and crashh for <iOS 11 so we need to use self
-
Carola Nitz authored
-
Carola Nitz 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
-
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
- 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 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
-
Carola Nitz 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 Nitz 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 Nitz authored
The albumartwork was above the movieview in the viewhierachy on iPad so we moved it underneath it
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
- 11 Dec, 2017 1 commit
-
-
Carola Nitz 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
-
-
Carola Nitz authored
-
Carola Nitz authored
(cherry picked from commit e7c01a34)
-
Carola Nitz authored
(cherry picked from commit a6d0a2c2)
-
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 8 commits
-
-
Carola Nitz authored
Set label leading anchors to image trailing to adjust for different image sizes and set the label trailing anchors to the leading downloadbutton
-
Cameron Mozie authored
When viewing local network files there was an issue where if the folder/file name was extremely long, the text would cover the download button making it difficult to see. This fixes that issue by updating the constraints in VLCNetworkList.xib and adding the [super prepareForReuse]; call in the cell class. Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Soomin Lee authored
Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Carola Nitz authored
(cherry picked from commit 8e0152ab)
-
Carola Nitz authored
VLCDragAndDrop: dragging Albums and Shows into Folder is now forbidden, corrected a typo, on iOS11 don't use the reorderlayout in folders since we have drag and drop, corrected dragging shows somewhere else
-
Carola Nitz authored
-
Carola Nitz authored
(cherry picked from commit 8aae18ec)
-
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)
-
- 04 Dec, 2017 1 commit
-
-
Carola Nitz authored
(cherry picked from commit b03efc36)
-
- 01 Dec, 2017 1 commit
-
-
Carola Nitz authored
-
- 30 Nov, 2017 2 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
VLCMovieViewController: adjust the trackselector width constraint so that it is never too big for the screen
-
- 29 Nov, 2017 2 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>
-