ryanheise
ryanheise
Does anyone have a repeatable way to reproduce this? Following the reproduction steps, I have managed to reproduce it only once out of many attempts, which means I have no...
I have created a potential fix in PR #1460 I am going blind on this one (without a repeatable way to reproduce this), so I will rely on you to...
@vongrad , what you're probably thinking of is the `PlayerInterruptedException` which isn't a bug, but the documented behaviour of just_audio if you try to interrupt the player while it's in...
On the present issue, I've now published the above fix, with the caveat that I haven't been able to test it. I've been out of action for the past few...
Hi @zombie6888 Apologies for the delay, it has taken a while to find time to give this a thorough review. The 4 switch methods can be cleanly extracted out and...
What I'm thinking is that something cheap could be implemented in the example app itself, listening to `devicesChangedEventStream`, then the app could define its own mapping between `AudioDeviceType` to the...
Hi @umbertogrimaldi , thanks for your comments. I don't use Android Auto myself directly, although I know others using this plugin do use it with Android Auto successfully (which you...
These correspond to the native Android APIs `onLoadChildren` and `onGetRoot`.
To understand Android Auto, what I would suggest is Googling for the same questions about the Android SDK but search for `onLoadChildren` instead of `getChildren`. These methods are the same....
Thank you for the PR, although I'm not a fan of seeing large commented out blocks of code in diffs. I'll presume this is a W.I.P.