captn3m0 / muzi-android

The native Android port of Muzi
0 stars 0 forks source link

Roadmap #1

Open captn3m0 opened 11 years ago

captn3m0 commented 11 years ago

Version 1

Other Basic Features

Version 2

Version 3

shashankmehta commented 11 years ago

What do you mean by "Integration with the Android Music System"?

captn3m0 commented 11 years ago

@shashankmehta Make the play/pause buttons work universally, and handle volume (if that's what other music apps do). Maybe even show the current playing music track in Notifications, and (if we get time) create a widget for home screen.

shashankmehta commented 11 years ago

Notifications and Volume can be done.

I didn't get the play/pause button thing. Android devices don't have extra keys for this. If you are talking about play/pause via stuff like the button in the bundled earphone, then it can be done.

If you are talking about the media keys that some manufacturers like Sony add to the lock screen, then that depends on the APIs provided by the manufacturer. For example, I couldn't find a music widget that could interact with the bundled Sony media player apart from the official Sony music widget.

captn3m0 commented 11 years ago

Thanks. I'm a bit unaware of the Android eco-system. We'll just do Notifications and Volume changes, in that case.