First production release
1.1.00-01 - Android Auto revisions to adhere to the AA Quality Guidelines:
https://developer.android.com/docs/quality-guidelines/car-app-quality
Issues cleared:
VC-1 (Voice) - Added ACTION_PLAY_FROM_SEARCH + ACTION_PLAY_FROM_MEDIA_ID to actions; replaced silent empty-query return with fallback chain (queue → recently played → AI daily → spotlight)
VD-2 (Black Icons) - Changed fillColor from black to white; added android:tint="@android:color/white"
EP-1 (Playback Error Handling) - Added lastErrorMessage field; onPlayerError sets it; updateMediaSession() publishes STATE_ERROR + setErrorMessage() on next tick, then self-clears
VD-3 (More Color Declarations)
Queue navigation (Added ACTION_SKIP_TO_QUEUE_ITEM to actions; fixed onSkipToQueueItem ID lookup (was wrong hashCode() comparison, now correctly uses id.toInt() as direct index)
Album art URI (Added lastMetaArtUrl tracking field; build content:// URI via ArtworkContentProvider; set METADATA_KEY_ALBUM_ART_URI + METADATA_KEY_DISPLAY_ICON_URI in metadata)
Media ID in metadata (Added METADATA_KEY_MEDIA_ID = currentItem.key to the metadata builder)