- Sep 25, 2019
-
-
Soomin Lee authored
-
-
This could lead to fatalErrors if media was other than albumTracks and unknown.
-
This fixes a crash when the type of the media was neither a audio nor a video.
-
Soomin Lee authored
Avoid crashing the app in the worst case.
-
Edgar Fouillet authored
Change default value (0.5) to 0.2 in order to make reordering trigger feel less erratic. Closes #674
-
Edgar Fouillet authored
While reordering playlist media items, prevent cells to move on the x axis when there is only one column (iPhone in portrait mode).
-
Edgar Fouillet authored
Refactor cellSizeForWidth to use the helper.
-
- Sep 24, 2019
-
-
Soomin Lee authored
-
Edgar Fouillet authored
-
Soomin Lee authored
-
Soomin Lee authored
-
The orientation should be detected through UIInterfaceOrientation and not UIDeviceOrientation in order to avoid specifically handling orientation such as UIDeviceOrientationFaceUp.
-
Closes #679
-
-
-
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Soomin Lee authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by: Soomin Lee <bubu@mikan.io>
-
Soomin Lee authored
The connection to a local server was initiated before retrieving the login information of the user. This led to sometime asking the user twice even though the user was authenticated. This makes sure that we retrieve the login information before starting a connection.
-
Soomin Lee authored
-
- Sep 23, 2019
-
-
Basically stop animating and hide the activityIndicator.
-
-
-
For now since we do not notify the user about the status of the library this is unnecessary.
-
Fix the vlc dialog login having zero effect when the server ask the credential just after the loginVC. Additionally, it avoids a glitch when connecting (going back and forth).
-
Replace removal of the viewController in the case of an error callback by checking if the medialist is empty at the end of the media parsing.
-
Disable actionSheet animation on presentViewController as actionSheets manage their animation themselves.
-
This could lead to potential crash since editCollectionViewLayout isn't set yet. Additionally, it will get updated once the layout will be set.
-
- Sep 20, 2019
-
-
Felix Paul Kühne authored
This change is done in Transifex already so it won't be reintroduced the next time strings are synchronized
-