- May 06, 2020
-
-
Soomin Lee authored
This fixes the add to collection action from entites other than VLCMLMediaGroups. Closes #850
-
This fixes #845
-
- May 04, 2020
-
-
The warning : Trailing closure in this context is confusable with the body of the statement
-
This fixes one warning introduced in ac6af1d4 because style medium is not supported before iOS 13.
-
- May 02, 2020
-
-
When playing a video through remote playback, the apple TV screensaver will appear on top of the video. With this fix we disable the idleTimer whenever a video is playing and re-enable it when the video is paused or when the user exits video playback This fixes issue #388 Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- Apr 27, 2020
-
-
Closes #824
-
- Apr 23, 2020
-
-
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>
-
- Apr 14, 2020
-
-
Correctly parses address into host and path. (closes https://trac.videolan.org/vlc/ticket/22938)
-
- Apr 07, 2020
-
-
Soomin Lee authored
-
- Apr 04, 2020
-
-
In authenticationSessionsChanged: reloadData cloud be executed in a background queue
-
This adds the handling of the bottom inset on different views so that it doesn't hide the last element. Closes #830
-
-
-
- Apr 02, 2020
-
-
Soomin Lee authored
This introduces an observer/observable pattern to the MLBaseModels. This will be used as a foundation of having a better communication betweens models and controllers which will later allow us to have for example pagination, diffable collections, etc.
-
- Apr 01, 2020
-
-
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>
-
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
-
Soomin Lee authored
-
Co-author: bakroistvan <bakro.istvan@gmail.com> Fixes #779
-
Soomin Lee authored
-
Soomin Lee authored
-
Felix Paul Kühne authored
-
- Mar 31, 2020
-
-
Soomin Lee authored
This setting is only available starting from iOS 13.
-
Felix Paul Kühne authored
-
- Mar 30, 2020
-
-
Felix Paul Kühne authored
There are many scenarios where failure is actually the correct result, so log the errors instead of breaking execution. Fixes #828
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
The hack to include the OSO item by increasing the number of available subtitles by 1 was moved to the player controller so there is no longer a need to fake this in the tvOS UI.
-
Felix Paul Kühne authored
When playback of (notably remote) media starts, we may not know the number of tracks yet so the size cannot be correctly calculated. Therefore, a minimal size is introduced as well as a callback which is triggered as soon as we know more about the playing media. This fixes #115.
-
Felix Paul Kühne authored
The filtered device list may be accessed from multiple threads so it needs locking. Fixes #3638317361u
-
Felix Paul Kühne authored
Optional items in a protocol need to be checked for availibility as they might not be implemented by the delegate. Fixes #2974562948u and #1114642810u
-
Felix Paul Kühne authored
Fixes #1072093250u
-