- May 13, 2022
-
-
Felix Paul Kühne authored
This fixes #1271
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This improves the initial time of loading the network tab by 57%.
-
Felix Paul Kühne authored
-
- May 12, 2022
-
-
This prevents locking the main thread on some interactions.
-
Fixes #893
-
Felix Paul Kühne authored
-
- May 11, 2022
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This case is covered by the reload lock now.
-
Felix Paul Kühne authored
fb6f65e8 changed the timer interval to 0.0 so all calls were always executed eliminating the use for it. This lock replaces the timer and ensures that multiple reload attempts will not be executed simultaneously.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Previously, the gestures were responsive even if disabled in the settings and the logic for setting the alpha used a reverse logic for displaying the sliders if desired.
-
Felix Paul Kühne authored
Starting in VLC 3.0.0 and later, the option needs to be set on the library and not the media. Fixes #1253
-
Felix Paul Kühne authored
-
- May 10, 2022
-
-
Diogo Simao Marques authored
The select button title is now more compliant to the iOS native standards.
-
Diogo Simao Marques authored
The cells hidden by the collection view are now succesfully selected when pressing the select all button. The select all button is now updated when the user selects or deselects manually all the items in the collection view.
-
- May 09, 2022
-
-
-
It is legal for the media library to send events from any thread so read and write access to the local cache array must be protected by locking to avoid concurrency issues.
-
- May 06, 2022
-
-
Diogo Simao Marques authored
The view controller's title is updated when the user selects one or multiple cells in order to give more visibility and improve user experience.
-
- May 05, 2022
-
-
Diogo Simao Marques authored
The checkmark allowing the user to see if a cell has been selected is now displayed on the left of the cell. Which is more compliant to the iOS native layout for a list.
-
- Apr 29, 2022
-
-
When manipulating the audio and subtitles delays, it is important to see the video to get it right.
-
This is done so that the view no longer overlays the subtitles when the user is trying to set the delay. Additionally, this removes 2 stack views with 2 additional spacer views without changing the layout in anyway.
-
-
While it is rather new, it is the only playback speed view. This commit is purely cosmetic and does not change any functionality.
-
The UIMenu now recognizes view controllers that are embeded above the main view controller and performs the actions in the correct view controller.
-
The UI for the Album View has been refactored in order to improve the user experience and now includes two new buttons: 1. Play All: to play all the tracks in the album. 2. Play All Shuffle: to play all the tracks in the album in a shuffled way. Closes #298
-
This prevents cases where the 5 sliders fill the entire screen in portrait so while manipulating the video characteristics the video itself might not be seen. Additionally, this removes a stack view without changing the layout.
-
- Apr 28, 2022
-
-
-
Otherwise, when playing multiple media in a row, the wrong image might still show if the consecutive media does not have one.
-
This also saves 1 UIColor instance. No visual changes.
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Apr 27, 2022
-
-
Soomin Lee authored
Closes #1347
-
- Apr 25, 2022
-
-
Soomin Lee authored
Closes #1291
-
Soomin Lee authored
-