View Issue Details

IDProjectCategoryView StatusLast Update
0021785MMAUI (general)public2025-10-02 11:43
Reportermartin Assigned To 
PriorityhighSeverityfeatureReproducibilityN/A
Status feedbackResolutionreopened 
PlatformAndroidOS-OS Versionall
Product Version2.1.1 
Target Version2.1.1Fixed in Version2.1.1 
Summary0021785: Bottom sheet contextual menu
DescriptionDue to the limited space in the toolbar and the limitations on the number of commands that can be displayed there, it makes sense to implement a context menu that appears in the bottom sheet menu.
TagsNo tags attached.
Fixed in build1280

Relationships

related to 0021772 newmartin Add/Remove from Playlist contextual commands require too many steps 

Activities

rusty

2025-09-29 16:35

administrator   ~0079656

Last edited: 2025-10-01 15:55

Tested 1280. Looks good. The following issues remain:
1) Without this feature, less frequently used functions have a description, so it's clear what the functions do. With this approach, all (even less commonly used functions) have no description so it's unclear what they do. Options:
a) Include text below the buttons
b) allow the user to swipe up further to show full descriptions
c) allow the user to tap-hold buttons for a description to appear

2) Selecting tracks in the Folders view triggers a crash. e.g.
Navigate to Folders > Library > FolderName and tap-hold a track --> crash
This also occurs via Music > Location

EDIT: 2a) A variant of the above also occurs in the Playing queue:
1 Tap hold a track to select
2 Tap the track to deselect
--> Crash

3) Buttons appear inconsistently
a) Tracks in Albums, Artist lists are missing 'Set as...'
b) Years and Rating views have 'Select all' in the 'Bottom list' (it doesn't work correctly, but it should be removed). Possibly related to 0020090.

4) Selection is lost unexpectedly if the user selects tracks, goes to perform an action on them, and then backs out of the action. e.g.
Select track, then FMFS, then BACK (without doing the search)
Select track, then Share, then BACK (without sharing)
Select track, then Set as, then BACK (without setting a ringtone)

martin

2025-10-02 11:40

developer   ~0079683

1)
a)already implemented in the expanded version
b)swiping fixed, alternatively, you can click on grabber.
c)fixed

2)fixed
3)fixed

4) fixed except for the Share dialog, which is a system dialog, which does not return a result whether the action was finished or cancelled.

martin

2025-10-02 11:43

developer   ~0079684

Let me know about the text in the new option:

Bottom sheet action mode
Show context actions in the bottom sheet instead of the top toolbar.

I believe that this option should be enabled by default at least for BETA users. Do you agree?