- Aug 17, 2023
-
-
The swipe to seek gesture now displays the total duration the user has seeked just as the double tap gesture does.
-
- Aug 16, 2023
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Aug 13, 2023
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Otherwise, we see conflicts if other entities than the playmode buttons in the view controllers are involved. Fixes #1729
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
When playing a collection in shuffle mode, we previously always started with index 0, which is boring and wrong. Fixes #1726
-
Felix Paul Kühne authored
This allows continuation of opera segments that are less than an hour long.
-
Felix Paul Kühne authored
This fixes #1728 by correctly evaluating the string comparison result.
-
- Aug 10, 2023
-
-
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
If playback is stopped, it is stopped. No need to do it twice. Fixes #1680
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This fixes #1475 once more as erroneously a position of 0.0 will be stored on playback start if fetched too early before the recovery.
-
Felix Paul Kühne authored
This includes the latest heating fix and event management improvements
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- Aug 09, 2023
-
-
This decreases the distance you have to swipe to minimize both PlayerViewController and VideoPlayerViewController Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
This patch makes it so that you can swipe down from the middle of the screen to minimize the player. If the volume/brightness gesture are disabled, you're able to swipe down from anywhere on screen. Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
On iOS 12.0 versions and below, the completion of the dismiss call is not triggered if the initial call fails. Here the AddBookmarksView is checked in order to directly trigger the edit actions if needed, fixing the behavior on devices running with iOS 12.0 and below versions.
-
The interactive mode of the bookmarks view is now aligned to the safe area enabling devices with a notch to display the view properly. Closes #1725
-
The audio player's controls are now disabled when the interactive mode of the bookmarks view is displayed. The same behavior can be noticed in the video player as well.
-
The table view's background color is set to clear in order to avoid turning it unreadable. Closes #1724
-
The action sheet's header view is now properly reset when the closing animation ends in order to avoid any visual glitch. Closes #1723
-
- Jul 24, 2023
-
-
Diogo Simao Marques authored
The next index is properly set and the shuffle is properly triggered according to the repeat mode selected by the user, therefore fixing the shuffle behavior. The shuffle does not randomize the order backwards anymore. Closes #1715 Closes #1721
-
- Jul 20, 2023
-
-
we simply set the display mode and let the rest of the function decide which player to open. showFullscreenPlayback is not called in VLCPlayerDisplayController anymore. this enables us to open the audio player in fullscreen when the album play-all button is clicked.
-
The controls stack view is now centered in the view and its spacing depends on the screen orientation in order to better fit the device's screen.
-
The Audio Player's view now supports the rotations of the devices. The constraints are updated when a rotation is about to be performed in order to better fit the screen. Closes #1704
-
This adds a variable that disables the scrubbing labels displaying the current scrubbing type.
-
The options navigation bar is now aligned with the safe area when it is available to avoid any visual glitches.
-
Diogo Simao Marques authored
Accessibility labels and hints are given to the different elements of the view in order to improve the player's accessibility.
-
- Jul 18, 2023
-
-
Felix Paul Kühne authored
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
VLCTime is used here to retrieve a String representation of the duration computed to be displayed when the user performs a seek action.
-
This add a double tap gesture to seek backwards/forwards depending on the location the users taps on the screen.
-
- Jul 12, 2023
-
-
Diogo Simao Marques authored
When the remember player state option is enabled, the shuffle state and the repeat mode are properly set when the view will appear.
-