- 23 May, 2018 4 commits
-
-
Quentin Richard authored
-
Quentin Richard authored
-
Quentin Richard authored
-
Soomin Lee authored
-
- 22 May, 2018 4 commits
-
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
(cherry picked from commit 12f62033)
-
- 18 May, 2018 4 commits
-
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
Remove armv7k since Apple Watch Support has been removed Add x86_64 for 64bits simulators
-
Soomin Lee authored
This fixes Xcode's troubles finding the Coordinator folder. Additionally moves the Coordinator folder to Sources since it's not Shared.
-
- 17 May, 2018 1 commit
-
-
Soomin Lee authored
-
- 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
-