XilinJia / Podcini

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

List view single click menu popup #9

Closed MosheRos closed 4 months ago

MosheRos commented 4 months ago

Checklist

App version

4.2.2 (b23764f)

Where did you get the app from

F-Droid

Android version

12

Device model

OnePlus 7F

First occurred

No response

Steps to reproduce

When viewing a list of subscriptions and clicking on a podcast it brings up a menu to add tags, rename podcast, or remove podcast. Only if clicked on the podcast icon on the left side does it open the episode list.

Expected behaviour

Single click should open the episode list. Long press should bring up that menu.

Current behaviour

Single click brings up the menu

Logs

No response

XilinJia commented 4 months ago

This is the new way of operation starting with 4.2.2. Goal is to streamline clicks and not always rely on long-press for menus. Single click on the title area pops up a menu for operation on the single item. Long-press on the title area automatically enables multi-select mode. Clicking on the icon to open the podcast/episode is more consistent with other click operations.

incorpusyehtee commented 4 months ago

Damn, I stopped using antennapod. Time to fork I guess.