- Add 'Move selection here' to context menu allowing items to be moved on iPhone and mobile Firefox.
- Add 'Play next' to search header context menus.
- List all genres in 'Randmom Mix' dialog.
- Display currently selected library in 'Random Mix' dialog.
- Add continuous play, upcomming track, and historic track options to 'Random Mix' dialog.
- Add support for showing icons in grid.
- Get list of all browse modes from Slim::Menu::BrowseLibrary, as opposed to hard-coding.
- Long-press on player 'Extra settings' will show all settings.
- Long-press on 'Server settings' in 'Information' dialog will show all server settings.
- Don't add 'Empty' list item for empty lists, '0 Items' is stated in sub-toolbar.
- Cannot edit remote playlists (LMS 8.0 feature).
- For Custom Browse, always add play/insert/add actions if these are indicated in the response.
- Use different album sort settings for albums under composer or conductor genres.
- If queue does not have artist/artist_id but does have trackartist/trackartist_id, then when clicking on a artist link in the queue, pass role_id:TRACKARTIST to album list request.
- Remove presets code - these are per-player haedware specific items.
- Make Material's browse-modes listing under 'My Music' non-player specific. List can be configured via 'cog' icon next to 'My Music' in Material's settings dialog.
- Add button on settings dialog to revert to default.
- Add library selection to player settings.
- Add actions query parameter, allowing actions to be triggered.
- Remove long-press on back button to go home, not required as we have home button and causes weird behaviour (Issue #209)
- Try to increase accessibility by giving more icon-buttons tooltips.
- Support loading of custom CSS files from prefs/plugin; material-skin.desktop.css, material-skin.mini.css, material-skin.mobile.css, and material-skin.now-playing.css
- Custom CCSS file may also be supplied as part of URL, to allow per-device CSS. '?css=my-phone' will load material-skin.my-phone.css
- Set max-height for center portion of some dialogs, so that that area is scrollable and 'Close', etc. buttons are always visible.
- Correctly handle updating of set of favourites when favourites is empty.
- Prevent clicks from causing swipes.
- Preserve URL parameters when changing layout.