- 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
-
-
Fixes #1075
-
The media group's title is displayed when the navigation item's title is reset.
-
The navigation item's title is updated when an edit action is completed no matter the success or failure state. Closes #1543
-
The gestures perform the same action, they now share the same method in order to reduce duplicated code.
-
Only the search controller is dismissed when pressing the menu button on the AppleTV remote. The presentViewController method is now called when displaying the search controller instead of just calling the becomeFirstResponder method. Closes #1528
-
When a folder is selected, the search bar is first dismissed and then the view controller related to the content that needs to be displayed is presented. Closes #1529
-
The indentation has been fixed along with missing white lines and marks have been added to separate the code.
-
Diogo Simao Marques authored
With the IR remote, short pressing the arrow buttons will seek backwards/forwards. Long press gesture recognizers have been added to the arrow buttons in order to change the playback rate. Long pressing the right arrow button will increase the playback rate whereas long pressing the left arrow button will reset the playback rate to its previous state. Closes #1404
-
- 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
-