- Jul 22, 2021
-
-
Soomin Lee authored
This reverts commit 8fc1d480.
-
Edgar Fouillet authored
Closes #1158
-
Edgar Fouillet authored
-
This adds the chapter control by using the popup system and the mediaMoreOptions. Closes #986
-
-
-
Soomin Lee authored
By using UIFont.monospacedDigitSystemFont in order to set the font to a monospaced font, we are simplifying the whole block of code and resolving the undefined UIFontDescriptor.FeatureKey.type/selector.
-
- Jul 15, 2021
-
-
- Jul 07, 2021
-
-
Edgar Fouillet authored
On Xcode 13 + iOS <=14, there is a crash when using UIFontDescriptor.FeatureKey deprecated keys. In UIFontDescriptor.FeatureKey, .featureIdentifier and .typeIdentifier have been replaced with .type and .selector respectively. See https://developer.apple.com/documentation/uikit/uifontdescriptor/featurekey
-
Felix Paul Kühne authored
On iPhone X and later, the launch screen is unhappy about full screen images and will show black instead. This commit replaces the gradient bitmap with a software created solid color that matches the official VLC orange and thereby fixes #1157. Creating a gradient in software is prevented by the OS as custom(-ized) classes are not allowed in Launch Screens.
-
- Jul 06, 2021
-
-
Edgar Fouillet authored
-
- Jul 02, 2021
-
-
Felix Paul Kühne authored
This fixes #946.
-
- Jul 01, 2021
-
-
-
Edgar Fouillet authored
Closes #1154
-
- Jun 29, 2021
-
-
This was introduced by ddca234a. Closes #1119
-
Felix Paul Kühne authored
As previously discussed, the status bar is now being displayed in portrait mode on iPhone (and in no other mode) and always on iPad. Fixes #971.
-
Felix Paul Kühne authored
Previously, backward and forward skip length was always the same because the keys were the same...
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This fixes #1147.
-
Felix Paul Kühne authored
Implementing this in the download component is problematic due to many involved third party libraries. However, doing it in the UI is simple and in case something arrives after 5s nevertheless, the UI will still be updated as a pleasant surprise to the user.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- This adds a text explaining that search was not successful - This unifies the titlebar on iOS 11 and later regardless how many times you resize To fix the infinite spinner, a time-out needs to be implemented separately in MetaDataFetcherKit. Note that due to the cross-platform nature of the class, the error text will also appear on Apple TV. Fixes #1120
-
Felix Paul Kühne authored
This prevents bright corners and fixes #1146
-
- Jun 28, 2021
-
-
-
Closes #1127
-
-
Closes #1128
-
Felix Paul Kühne authored
This fixes #1149.
-
Felix Paul Kühne authored
It is legal for the user to click random buttons without performing a selection. This should not raise an assert and terminate the debug session.
-
Soomin Lee authored
Fix #1143
-
Also fix iOS 15 issue with navbar background color Closes #1114
-
-
- Jun 25, 2021
-
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
While there was a specific message when a playlist was empty, this adds a message for when there are no playlists. Fix #1131
-
- Jun 16, 2021
-
-
Soomin Lee authored
Remove unnecessary init of the medialibrary service.
-