XilinJia / Podcini

Open source podcast player for Android in Kotlin with androidx.media3
GNU General Public License v3.0
111 stars 5 forks source link

Episode list: remove swipe actions, activate selection instead #16

Closed firefoxlover closed 3 months ago

firefoxlover commented 3 months ago

Checklist

App version

4.2.4

Where did you get the app from

Other

Problem you may be having, or feature you want

The swipe mode is a duplicate of the "pen" button that is displayed in the selection mode.

Suggested solution

The swipe gesture should instead be used to select one or more podcasts in the list.

The menu to select actions and the default settings for swipe should be removed (if this pen menu is the one that is actually wanted)

This would allow #15 to work (show podcast when clicking on icon or title, swipe to select, long press to invoke menu)

Also the immediately shown menu when long pressing is confusing and should be removed, it needs to be clicked away to continue selection, and manual selection will make more sense than selecting dozens of podcasts.

Screenshots / Drawings / Technical details

No response

XilinJia commented 3 months ago

explain what swipe action you mean

XilinJia commented 3 months ago

This is done in 4.2.5

firefoxlover commented 3 months ago

the action when swiping an element to the side. When doing that once, it opens a dialog "what to you want to do when swiping", and has some defaults.

firefoxlover commented 3 months ago

Awesome! Way better