ryanheise

Results 1670 comments of ryanheise

Hi @hacker1024 I've just implemented an `extras` field in `MediaItem`, currently supporting only integer and string values, and it seems to work. Since I don't have a use case for...

Haha, I wouldn't say I'm keeping up, but I'm at least happy that the number of pull requests is growing with the scale of the project.

> I stumbled upon this issue and became interested in what is MediaDescriptionCompat. Is that basically an old version of MediaMetadataCompat from `v4.media`? I admit when I created the early...

Maybe this can be looked at when eventually looking at media2. The challenge is to design an API that cleanly manages what is common between Android/iOS and what is platform...

I was hoping that since the Android 11 change to no longer support lock screen album art that we won't need to use these keys anymore, since they are quite...

I wasn't able to reproduce this on my Pixel 3a. I tested both wired and wireless headphones.

I might have an older phone lying around somewhere that I can test.

I remember reading somewhere in the docs that it goes through the broadcast receiver without the activity, and through normal key events when the activity is present. There is also...

Ah, that doesn't sound like a bug, that sounds double click and triple click were intentionally mapped to these different features so that everything could be controlled through a single...

Although if you're saying double clicking sends both a play/pause and a next, that's not good.