- Apr 28, 2023
-
-
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
-
-
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
-