BimmerGestalt / AAIdrive

Implementations of some Android Auto features as unofficial IDrive apps
MIT License
531 stars 89 forks source link

"next track" is not refocused after track selection (HUD) #667

Closed Vasmares closed 1 year ago

Vasmares commented 1 year ago

Hi,

when selecting a new track in my HUD, the focus is not updated. The "checked" icon is moved to the next track, as it should, but the list does not "move" 20230211_013559

Normally the list visually moves up / down one entry, to center the current track, but also so the highlight stays on the "next" control so one could skip though the songs by just pressing "ok", and not having to select "down" and then "ok".

I know the explaining is poor... Do you get what I mean ?

Vasmares commented 1 year ago

However, this works perfectly fine in the instruments display. It also seems to be faster than the HUD

Any Ideas ?

20230211_151354

hufman commented 1 year ago

The display of this playlist is handled by the car, AAIdrive just sends the full playlist with a checkmark index and the car decides how to update the display.

Vasmares commented 1 year ago

Ah ok. I tested this a bit more and found out that it works "sometimes" most of the time the selection is working as intended.

Sometimes the movement of the list does not work properly.

But as you say, this is handled by the car ?

hufman commented 1 year ago

Yes, AAIdrive only sends a list of tracks and the car is responsible for displaying it in the HUD or the Instrument Cluster. I don't know the timing of when it actually updates in the car after the app sends the data. The HUD screen is not meant to be displayed for long, and it focuses properly after the screen disappears and is shown again.