google / automotive-design-compose

Automotive Design for Compose is an extension to Jetpack Compose that allows every screen, component, and overlay of your Android App to be defined in Figma, and lets you see the latest changes to your Figma design in your app, immediately!
https://google.github.io/automotive-design-compose/
Apache License 2.0
101 stars 14 forks source link

Make MediaCompose compile against car-apps-dev #1051

Open yiqunw700 opened 2 weeks ago

yiqunw700 commented 2 weeks ago
  1. MediaSourcesProvider was removed because MediaCenter uses Launcher to switch media sources. So I created our own MediaSourcesProvider which simply returns a list of media apps in alphabetical order.
  2. Made some fixes that Browse page uses MediaModels in mode browse and NowPlaying page uses MediaModels in mode playback.
github-actions[bot] commented 2 weeks ago

Snapshot diff report vs base branch: main Last updated: Mon Apr 29 11:33:21 PDT 2024, Sha: fcb9691434fb35cfcece6ce868a52d05a85634cb No differences detected

rylin8 commented 2 weeks ago

Oh, since this relies on car-apps-dev, do we want to wait until aaos-unbundled is updated so it works with that? @timothyfroehlich

timothyfroehlich commented 2 weeks ago

Oh, since this relies on car-apps-dev, do we want to wait until aaos-unbundled is updated so it works with that? @timothyfroehlich

Yep, that's the plan