stadiamaps / ferrostar

A FOSS navigation SDK built from the ground up for the future
https://stadiamaps.github.io/ferrostar/
Other
162 stars 19 forks source link

Review + test that all maneuver images work #302

Open ianthetechie opened 1 week ago

ianthetechie commented 1 week ago

We should have some sort of (ideally self-generating) tests in place that ensure all (valid?) maneuver combinations generate valid maneuver images using the platform views. We have had a few random issues with this on iOS and Android in the past, and I suspect we haven't found them all.

Archdoog commented 4 days ago

I also found that our android maneuver images are not tinted properly in dark mode. We probably want them to be tinted to MaterialTheme.colorScheme.onWhatever (e.g. onPrimary). Currently you can't see them in dark mode because they're still black.