- May 11, 2023
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- May 10, 2023
-
-
Felix Paul Kühne authored
This also sets the default preamp level to 0 dB as the previous hack is no longer needed due to fixes internal to VLCKit.
-
Felix Paul Kühne authored
-
-
Previously, they were re-setup on every metadata change
-
-
-
Felix Paul Kühne authored
-
- May 09, 2023
-
-
Diogo Simao Marques authored
Some adjustments have been done to the close button's behavior. For the audio player: - The single press action will minimize the player - The long press action will close the player For the video player: - The single press action will close the player - The long press action will minimize the player Long press actions will display the status label stating the action that will be performed: the minimizing or the closing of the player. Closes #1453
-
- May 05, 2023
-
-
Felix Paul Kühne authored
Fixes #1588
-
Felix Paul Kühne authored
This is done by implementing the respective delegate protocol for non-interactive windows. The legacy approach is still used on earlier releases of iOS and was not affected. The code path was refactored to always have the app coordinator handle the window management invisible to the player UI. Fixes #1652
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Media referenced from playlists or media lists retrieved through libvlc like SMB folder listings can pretend to be audio-only on when parsing did not complete. Future metadata updates include the correct examination result, so the vout needs to be set again as audio-only is no longer true. Fixes #1597
-
Felix Paul Kühne authored
VLCKit correctly handles events now so this is no longer needed and in fact leads to failures when playing playlists with just a singular item. This is a manual forward-port of 43338679 that was merged to the 3.3.x branch only to address #1466. Fixes #1608
-
Diogo Simao Marques authored
When the playback is started based on a playlist, every media stored in it will be added to the play queue even if the "Automatically play next item" option is disabled. Closes #1585
-
Felix Paul Kühne authored
UIViewController+VLCAlert was not compiled leading to a runtime exception on export completion. Fixes #1656
-
Felix Paul Kühne authored
The table view's background view is not set, so setting a color there will never have a result. Fixes #1610
-
Felix Paul Kühne authored
Setting the background color on UITableViewHeaderFooterView is not supported. The corresponding background view must be used instead.
-
- May 04, 2023
-
-
Jeff Marshall authored
-
Diogo Simao Marques authored
The tracks are no longer checked in the Album model. This check is already performed in the Media model with the album track API and was leading to an infinite loop and therefore the crash of the application. Closes #1601
-
- May 02, 2023
-
-
Diogo Simao Marques authored
The content is now displayed into a view with at least a minimal height value that is shared by all the views in this panel.
-
Diogo Simao Marques authored
The content is now displayed into a view with at least a minimal height value that is shared by all the views in this panel.
-
Diogo Simao Marques authored
The content is now displayed into a view with at least a minimal height value that is shared by all the views in this panel. Closes #1556
-
- Apr 28, 2023
-
-
The title label's text font is set to bold when the cell is currently selected in order to make the cell stand out a bit more in the collection.
-
The view's constraints have been fixed, the checkmark will always be displayed when the cell is currently being selected. Closes #1555
-
- Apr 26, 2023
-
-
Diogo Simao Marques authored
The custom transition animation has been removed since it is not necessary as the tab bar controller already has default animations for selecting view controllers and dismissing them. Closes #1554
-
Diogo Simao Marques authored
The view's constraints have been fixed along with their priorities and the collections' content insets adjustment behavior in order to avoid the content being cropped.
-
Diogo Simao Marques authored
The view's constraints have been fixed along with their priorities and the collections' content insets adjustment behavior in order to avoid the content being cropped.
-
- Apr 25, 2023
-
-
Diogo Simao Marques authored
AppleTV users can now rename network streams by long pressing the cells and select the rename action. The default name is the last component of the stream's URL. Closes #1448
-
Diogo Simao Marques authored
The stream's URLs are saved, stored, and deleted via the NSUserDefaults when the iCloud-based container NSUbiquitousKeyValueStore is not available.
-
- Apr 24, 2023
-
-
Diogo Simao Marques authored
Set the isAudioOnly property to false when needed.
-
- Apr 21, 2023
-
-
Felix Paul Kühne authored
-
Diogo Simao Marques authored
If the media object is available when updating the metadata, its video tracks count is checked in order to update the isAudioOnly property. Closes #1551
-
- Apr 20, 2023
-
-
Felix Paul Kühne authored
This fixes a regression from c360a0c2 that removed all observers instead of the one specific that was intended. (cherry picked from commit d889f248)
-
- Apr 18, 2023
-
-
Diogo Simao Marques authored
Fix the view's constraints and constraints' priority in order to properly display the content. Closes #1549
-
- Apr 17, 2023