- Apr 23, 2020
-
-
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
-
Felix Paul Kühne authored
This slightly increases the item size and re-arranges items to never hide the item title on focus. Fixes #793
-
Felix Paul Kühne authored
-
- Mar 29, 2020
-
-
UIAlertController with UIModalPresentationPopover as a style need to have sourceView/sourceRect set otherwise it will crash. More info on the exception raised by the crash.
-
-
Previously, the title was never encoded so if it includes illegal characters, XML parsing on the client would fail. Likewise, the pathfile element could include some notably '&' leading to the same problem. This patch addresses the issue and adds line spacing between the items to easy future debugging.
-
-
This fixes #3875951047u
-