moritz-weber / mucke

mucke - android music player
GNU General Public License v3.0
226 stars 12 forks source link

Back button doesn't always function as expected #81

Open FriederHannenheim opened 1 year ago

FriederHannenheim commented 1 year ago

Is your improvement request related to a problem? Please describe. How to reproduce:

Describe the solution you'd like Maybe a different back-queue for each tab (home, library and search)?

moritz-weber commented 1 year ago

Yeah, I know. I'm not really happy with the current implementation as well.

Right now, the "intuition" is that the back button takes you back to the previous view. This could be one of the following:

Going back only in the same tab could be more intuitive. We can certainly try it out. Also, I want to implement that tapping on the tab icon that is already active, removes the whole stack for that tab. Example: you have a large stack of albums and artists in your library tab from browsing through your library. Tapping the library tab again, should get you back to the root (library overview).

ildar commented 1 year ago

completely agree. Would be great.

marcofeltmann commented 1 year ago

I have no clue how these changes would effect buttonless swipe-only devices like the Xiaomi Pocophone F1.

Would be worth some testing I guess.

FriederHannenheim commented 1 year ago

The back behavior is the same wether it's a button or a gesture. Try the above steps but replace back button with a back gesture (usually swiping from one of the sides of the phone)