Walter Huf

Results 119 comments of Walter Huf

In recent versions of Android, a background application can only trigger the assistant by creating a full-screen notification. If the screen is off, then the assistant trigger goes through, but...

I've never considered those solutions, figuring they were specific to only running Android Auto. From the car's perspective, the app would be running via USB, which gains faster performance than...

Can you provide examples of the types of notifications that you'd want to change the behavior for? I'd like to incorporate heuristics to pick the right choice by default, instead...

Based on the [existing logic](https://github.com/hufman/AndroidAutoIdrive/blob/master/app/src/main/java/me/hufman/androidautoidrive/notifications/NotificationParser.kt#L228), the current rules are to popup all notifications that are - Swipeable - Not media - Not set to silent in the phone's settings I...

I don't have the bandwidth to work on this presently, and will have to deprioritize it for now to unblock the next release.

It's a big task with several components: - The logic to decide the action for new messages (split between [a](https://github.com/hufman/AndroidAutoIdrive/blob/9f844f5825f98bcdf7eff6f2103b0c975c8718c7/app/src/main/java/me/hufman/androidautoidrive/notifications/NotificationParser.kt#L240) and [b](https://github.com/hufman/AndroidAutoIdrive/blob/9f844f5825f98bcdf7eff6f2103b0c975c8718c7/app/src/main/java/me/hufman/androidautoidrive/carapp/notifications/PhoneNotifications.kt#L337))) needs to be consolidated to a single policy...

I've heard of this symptom happening when the AAIdrive app is suspended by the phone for being in the background. Does the car interface become responsive again if you open...

Good morning! When you say you can't enable "ability to browse your spotify library", does that mean the option doesn't show up, or the button doesn't do anything? If the...

Hmm interesting! Thank you for describing the behavior you are seeing! I haven't experienced this, myself. Can you share what version of Android you are running, and what Browser you...

Very curious! I also have a Samsung S9 and Android 10, with those same browsers. I'd appreciate a screen recording, emailed if you'd prefer. Those other symptoms are all unexpected...