Skip to content

AlbumView: Refactor of the Album View

The UI for the Album View has been refactored in order to improve the user experience and now includes two new buttons:

  1. Play All: to play all the tracks in the album.
  2. Play All Shuffle: to play all the tracks in the album in a shuffled way.

Closes #298 (closed)

For iOS versions below iOS 14.0
For iOS version above iOS 14.0

This merge request also incorporates some fixes related to the new UIMenu.

The UIMenu now recognizes view controllers that are embeded above the main view controller and performs the actions in the correct view controller.

Edited by Diogo Simao Marques

Merge request reports