Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Auto #151

Merged
merged 13 commits into from
Oct 30, 2023
Merged

Android Auto #151

merged 13 commits into from
Oct 30, 2023

Conversation

birkir
Copy link
Owner

@birkir birkir commented Oct 26, 2023

Animated Demo

Fixes #81

The good: We got a lot of stuff working. Lots of the templates crosses over from CarPlay. AA has nice things like "Toasts".

The bad: HMR does not work. Messaging between Host and App yet to figure out. Memory concerns?

Templates

What works

  • ListTemplate
  • GridTemplate
  • MapTemplate
  • MessageTemplate
  • PaneTemplate
  • SearchTemplate

In progress

  • PlaceListMapTemplate
  • NavigationTemplate
  • PlaceListNavigationTemplate
  • RoutePreviewNavigationTemplate

Scheduled soon

  • TabTemplate
  • SignInTemplate
  • LongMessageTemplate
  • MapWithContentTemplate

Model Parsers

  • Action
  • Alert
  • ActionStrip
  • CarIcon
  • CarIconSpan
  • CarLocation
  • CarColor (static only)
  • CarText (not tested)
  • Row
  • GridItem
  • Place (not tested)
  • Metadata (not tested)
  • Header
  • Pane
  • Place
  • PlaceMarker (partial)
  • SectionedItemList
  • Tab
  • TabContents
  • Toggle
  • InputSignInMethod

And tons of Navigation related models

Other things to consider

  • Allow optional ParkedOnly event listeners on grid/list items.
  • CarAppApiLevel guards. They go absolutely insane with the amount of api levels, went from 1 to 7 in ~2 years.

@birkir birkir mentioned this pull request Oct 26, 2023
@birkir birkir added android-auto Android Auto carplay Apple CarPlay and removed carplay Apple CarPlay labels Oct 28, 2023
@birkir birkir merged commit 286a0e5 into master Oct 30, 2023
4 checks passed
@birkir birkir deleted the feat/android-auto branch October 30, 2023 15:39
@sapna-foodhub
Copy link

Can you please provide documentation to use android auto?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android-auto Android Auto
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android implementation
2 participants