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: make click on icon AND title open the podcast #15

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 episode list is really weird, as it opens a typical long-press context menu when clicking normally on the podcast title.

This makes playing podcasts hard and is not single-handed friendly

Suggested solution

replace the current long press action #16

This is needed because the current longpress activates the selection, I would propose to open that dialog instead, which would make way more sense.

Instead the select mode should be invoked by the swipe action.

Screenshots / Drawings / Technical details

Will add

XilinJia commented 3 months ago

OK, here is what I will do. click on the title, same as click on the icon, will open the podcast/episode. Long clock on the title will do the selection operation, whether single or multiple.

XilinJia commented 3 months ago

Done in 4.2.5

firefoxlover commented 3 months ago

great! and what happened to the previous title-click click option? That is obsolete, right?