- Apr 05, 2023
-
-
MovieCollectionViewCell: Fix accidental removal MovieCollectionViewCell:Use guard statement for checking the defaults value MovieCollectionViewCell:Update Cell's Progress Bar According to ContinueVideoPlayback Setting Xcode:Delete Warning File
-
Felix Paul Kühne authored
This partially fixes #1505
-
-
- Apr 04, 2023
-
-
Felix Paul Kühne authored
This fixes a regression from 98a6b8a2 and thereby #1504
-
Felix Paul Kühne authored
-
-
Player controls: unify the skip duration in swipe right/left gesture with the settings for forward/backward skip buttons.
-
SettingsSection: move the settings for forward and backward skip buttons duration to the "Playback Controls" section
-
-
-
-
-
-
-
-
The image view's constraints have been adjusted to avoid having different cells' sizes depending on the the given thumbnail. Closes #1527
-
- Apr 01, 2023
-
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
- Mar 29, 2023
-
-
Opening local files from the Files application is fixed by implementing a UIDocument subclass along with the load method. Closes #1530
-
Diogo Simao Marques authored
The skip command is now shown in the control center when there is no media list. This also fixes the next index computation by removing the call to the isNextMediaAvailable method that computed the next media index and updated the current index without changing the currently playing media. Closes #1506 Closes #1532
-
- Mar 24, 2023
-
-
Diogo Simao Marques authored
The thumbnails of audio files are now displayed when they are available instead of the default placeholder. Closes #1525
-
- Mar 22, 2023
-
-
Diogo Simao Marques authored
The menu button is now recognized when it is pressed by the user navigating through the search controller, dismissing the view controller.
-
Diogo Simao Marques authored
The search bar is now accessible by swiping up or by pressing the up arrow at the top of the collection view depending on the AppleTV remote and the navigation option selected in the Settings. Closes #1166
-
- Mar 14, 2023
-
-
Diogo Simao Marques authored
The navigation bar's buttons are properly updated when a rendering item is discovered or deleted. Closes #1511
-
- Mar 11, 2023
-
-
The cells' size is computed according to the model and it is not a hardcoded value anymore. Closes #1520
-
The device button's appearance is adjusted according to the current cast state. This fixes a visual glitch where the button is not updated when the connection is dropped before opening the player.
-
Addition of the Chromecast support to the audio player. The interface is now updated when a cast connection is: - established inside the audio player - detected when opening the audio player
-
The VideoPlayerInfoView class was renamed to PlayerInfoView to match the purpose of this class as it is used in both the video and the audio player.
-
-
- Mar 09, 2023
-
-
Eshan Singh authored
-
- Mar 08, 2023
-
-
Diogo Simao Marques authored
The device button's image and color, in the media navigation bar, is now updated when the screen is being casted. Closes #1509
-
- Mar 06, 2023
-
-
Diogo Simao Marques authored
The content is now properly loaded and displayed right after the user successfully authenticates to the service. Closes #1516
-
Diogo Simao Marques authored
The item ID is set as the current path which fixes the directory navigation. The go back action triggers a query that retrieves the parent folder ID in order to load the correct content. The refresh action does not duplicate the displayed content anymore. Closes #776
-
- Mar 01, 2023
-
-
Diogo Simao Marques authored
The remote network table view is updated when the WiFi cell's switch is toggled. This will allow the table view to display properly the details of the WiFi cell that is updated after the interaction with the toggled switch.
-
Diogo Simao Marques authored
The network cells' height are not hardcoded values anymore. The labels sizes are now considered while computing the cells' height. Closes #1395
-
- Feb 28, 2023
-
-
Diogo Simao Marques authored
Revert changes that introduced a regression of the cells' height. Remove also a useless print call. Closes #1515
-
Diogo Simao Marques authored
The custom seek duration is now set to its default value when the application is launched for the first time. Closes #1514
-
- Feb 15, 2023
-
-
Diogo Simao Marques authored
The users can now control the mini player with an external keyboard while navigating through the application. Closes #1357
-