- 16 May, 2018 8 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
-
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
-
Adrien Maglo authored
Do not use the Euler angles provided by CoreMotion as they are not defined in the same reference frame as libvlc. Signed-off-by:
Carola Nitz <nitz.carola@googlemail.com>
-
Carola Nitz authored
-
Carola Nitz authored
-
- 09 May, 2018 3 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
The heigt of the remotetableView gets now calculated dynamically and both views can now scroll when they get too big for the screen
-
Carola Nitz authored
MediaDataSource: Added a Mediatype with Category and Subctegory to show the correct content on the subviews
-
- 29 Apr, 2018 2 commits
-
-
Pierre SAGASPE authored
-
David Cordero authored
Fastfile:convert format of changelog to the one defined by keepachangelog.com to make it easier to parse Adjust update_changelog to the new format and add the new parameter 'platform' to set_changelog Add missing emoji in the error to match the other errors format Update fastlane to have the new parameter 'platform' available in the set_changelog action
-
- 27 Apr, 2018 4 commits
-
-
Soomin Lee authored
-
Soomin Lee authored
-
Carola Nitz authored
Services: make services properties nonoptional to only call Services() once and use dependency injection
-
Carola Nitz authored
-
- 26 Apr, 2018 1 commit
-
-
Mike JS. Choi authored
Empty view now only appears when the library is empty, as one would expect it to
-
- 25 Apr, 2018 1 commit
-
-
Carola Nitz authored
-
- 24 Apr, 2018 1 commit
-
-
Quentin Richard authored
UITest: Update the name VLC for iOS UITest to VLC-iOS-UITest (closes #204)
-
- 23 Apr, 2018 2 commits
-
-
Soomin Lee authored
VLCAccessibilityIdentifier: Globalize accessibility identifiers
-
Carola Nitz authored
-
- 22 Apr, 2018 5 commits
-
-
Mike JS. Choi authored
Specifically `FOLDER_EMPTY_*`
-
Mike JS. Choi authored
Minor changes to color of background and sizes of labels
-
Mike JS. Choi authored
Note this uses pre-existing VLCEmptyLibraryView Objective-C code
-
Jonathan Harris authored
-
Carola Nitz authored
-
- 21 Apr, 2018 10 commits
-
-
Carola Nitz authored
-
Felix Paul Kühne authored
library view controller: return early and don't set the activity if MLKit fails to provide a media URI description (cherry picked from commit d43effa9)
-
Felix Paul Kühne authored
(cherry picked from commit 8928c3d7)
-
Carola Nitz authored
-
Felix Paul Kühne authored
Closes #136 (cherry picked from commit 2537bfb0)
-
Felix Paul Kühne authored
(cherry picked from commit cff2f94e)
-
Felix Paul Kühne authored
This can occur if the list of items changes while the user navigates the list and decides for an item to play (cherry picked from commit 7d4bfe42)
-
Felix Paul Kühne authored
(cherry picked from commit 05a1af07)
-
Carola Nitz authored
-
Felix Paul Kühne authored
The check was run on the wrong variable and therefore was false more often than needed. Further, with 43faa18e, all files will be visible to the user again Closes #82)
-
- 20 Apr, 2018 3 commits
-
-
Felix Paul Kühne authored
This is a regression from 5415ed8e
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-