- 02 Aug, 2017 2 commits
- 30 Jul, 2017 1 commit
-
-
Carola authored
-
- 28 Jul, 2017 2 commits
- 27 Jul, 2017 1 commit
-
-
Felix Paul Kühne authored
-
- 01 Jul, 2017 1 commit
-
-
Carola authored
-
- 01 Jun, 2017 1 commit
-
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 May, 2017 1 commit
-
-
Carola authored
-
- 28 May, 2017 20 commits
-
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
While searching, if the user change the orientation of the device, the navigation bar disappeared. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Adds orientation checking when the view is appearing. Furthermore, the orientation checking is now done by using size classes for iOS 8.0 and later. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Add to VLCLibraryViewController and VLCMovieViewController non deprecated method for handling rotation Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
When tapped to play/pause the current status of the player were shown with a string. This removes the said string and replaces it by showing the video control if it isn't on the screen. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
With title setted to nil, the UIAlertAction were misplaced. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
All files were listed in the root view even the files in the folders. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Google has deprecated GTM-OAuth2 and has replaced it with GTMAppAuth. This patch migrates the use of GTM-OAuth2 library. Additionally GTMAppAuth needs a new clientID for iOS clients. Therefore for this patch to work correctly, kVLCGoogleDriveClientID and kVLCGoogleRedirectURI needs to be setted in VLCGoogleDriveConstants.h as well as GoogleAuth in iOS-Info.plist Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
The secondFixedSpace was not initialized properly and since we need to have the same space between each item, it could be replaced by a single fixed space. Close #19Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Close #18Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 May, 2017 11 commits
-
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Adds the correct delegate to VLCOneDriveObject to allow the folderContentLoaded() method to call the correct delegate(VLCOneDriveController) in the liveOperationSucceeded() callback. This also removes unnecessary implementation of mediaListUpdated() method. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
libVLC 3.0 does not handle correctly multiple video tracks Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
updateDefaults() method is called when the playback is closed resetting the value of _displayRemainingTime just before viewWillDisappear() method which writes _displayRemainingTime in the UserDefaults. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
UIDeviceOrientationUnknown wasn't checked therefore UIDeviceOrientationIsPortrait() method returned false on inital launch causing the CollectionView even when the user was in Portrait. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Fix by resetting the state of the menu by implementing the delegation of RESideMenu. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Soomin Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-