- Feb 12, 2025
-
-
Diogo Simao Marques authored
This disables the bottom tab bar hack in order to properly have a side bar navigation on iPad.
-
Diogo Simao Marques authored
The side bar navigation is now enabled on iPad running iPadOS 18 and versions above. This is a wip prototype that was aimed to check the amount of work needed in order to make this happen. Currently each tab of the Audio section are made as proper navigation tabs in that side bar only to avoid any huge refactor around the PagingViewController and related classes.
-
Diogo Simao Marques authored
A proper view controller is now handling each tab of the Audio section. This can be used to create a proper navigation tab without having to use the paging view controller.
-
Diogo Simao Marques authored
The tab bar icons now have a proper color that can be set when new tabs are created.
-
Diogo Simao Marques authored
The collection view and search bar constraints are now aligned to the safe area to avoid any unexpected offset when the side bar will be displayed.
-
Diogo Simao Marques authored
The mini player's bottom constraint is now aligned with the rootViewController in order to properly display the player when the bottom tab bar is hidden.
-
Diogo Simao Marques authored
The buttonBarView's constraints are now aligned with the safe area witout the use of left and right anchors. The containerView's bottom constraint is now aligned with the view's bottom anchor to properly show the container over the safe area since the bottom bar is hidden.
-
- Feb 10, 2025
-
-
Felix Paul Kühne authored
- This solves a crash on launch on OS versions without this framework - Regression from !1383
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
-
- Feb 09, 2025
-
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
İbrahim Çetin authored
-
- Feb 08, 2025
-
-
- create new implementation - greatly improve accessibility
-
The play all button is now hidden when necessary to avoid having it being displayed when the view is empty.
-
The activity indicator is now properly stopped when the folder selected has already been parsed and is empty.
-
Felix Paul Kühne authored
-
The margins and bottom constraint of the current view controller are adjusted in order to properly be able to fix the mini player if needed.
-
The edit tool bar's bottom constraint is now aligned to the safe area in order to avoid any visual glitch and remove the Xcode generated warning forcing the change.
-
BottomTabBarController overrides the UITabBarController and displays the previous tab bar layout at the bottom of the screen. These changes only apply to iPads running with iPadOS 18.0 and versions above it.
-
The .opticID switch case was previously removed and was generating a warning which could lead to an error in Xcode 6.0
-
The coding style has been reviewed and a few chunks of code have been simplified.
-
This setting enables the user to automatically enable the rotation lock option when the video player is displayed. The orientation that will be locked is the one selected by the device when the video player is displayed for the first time. It remains the same until the option is disabled or the video player is killed. Closes #1869
-
- Jan 27, 2025
-
-
Diogo Simao Marques authored
The icon used for the aspect ratio is now more explicit.
-
- Jan 22, 2025
-
-
- Jan 20, 2025
-
-
Leo Bala authored
-
- Jan 19, 2025
-
-
Leo Bala authored
Closes #1852
-