abarisain / dmix

A modern MPD Client for Android.
Apache License 2.0
588 stars 205 forks source link

Playlist view : Fastscroll is linked to the alphabetical order #335

Closed jcnoir closed 10 years ago

jcnoir commented 10 years ago

In the library -> Playlist tab when you select an MPD playlist the fastscroll is linked to the alphabetical order whereas the playlist is not sorted that way. That causes stranges cursor behaviors : go back to the start of the list ...

abarisain commented 10 years ago

I think that the alphabetical fastscrolls need to be rewritten. Are they such a big deal by the way ? Many, many Android apps just skip them (Play music included). They are trouble to code, and always felt "jumpy", especially for huge lists.

Maybe this is just my laziness to fix them speaking, but I'm tempted to disable them.

kingosticks commented 10 years ago

I think that's very reasonable.

On 12/5/13, Arnaud Barisain Monrose notifications@github.com wrote:

I think that the alphabetical fastscrolls need to be rewritten. Are they such a big deal by the way ? Many, many Android apps just skip them (Play music included). They are trouble to code, and always felt "jumpy", especially for huge lists.

Maybe this is just my laziness to fix them speaking, but I'm tempted to disable them.


Reply to this email directly or view it on GitHub: https://github.com/abarisain/dmix/issues/335#issuecomment-29898650

hurzl commented 10 years ago

I really appreciate it very much in albums or artist list

abarisain commented 10 years ago

Ok. I don't remember it working in the grid view though

Le 5 déc. 2013 à 15:48, hurzl notifications@github.com a écrit :

I really appreciate it very much in albums or artist list

— Reply to this email directly or view it on GitHub.

hurzl commented 10 years ago

Just remove it from all unordered lists?

abarisain commented 10 years ago

Or order all the lists.

hurzl commented 10 years ago

Order the playlist??

abarisain commented 10 years ago

Oh righ, that was stupid ><

Le 5 déc. 2013 à 17:07, hurzl notifications@github.com a écrit :

Order the playlist??

— Reply to this email directly or view it on GitHub.