HillsideHoldings / cordova-lock-screen-media-controls

A Cordova plugin that allows you to manage the media controls on the lock screen. Things such as play, pause, fast forward, rewind, title and graphic.
0 stars 0 forks source link

What is this other player and how do we create it? #3

Open MichaelApproved opened 8 years ago

MichaelApproved commented 8 years ago

I noticed in an app called "Podcast Addict" https://play.google.com/store/apps/details?id=com.bambuna.podcastaddict&hl=en that they have a player in the notification area.

screenshot_050916_030846_am

What is the name of that media player and how do we set that up? Ideally, I'd be able to set it up using similar options as the lockscreen plugin. I'd pass meta info to the plugin and the plugin will return events to the app.

alienslab02 commented 8 years ago

yes we can prepare notification of any design while working with lock screen. I'll prepare it.

MichaelApproved commented 8 years ago

Thanks!

MichaelApproved commented 8 years ago

Would this make sense as it's own plugin or as an extension of this one?

MichaelApproved commented 8 years ago

How is this task coming along?

Nick-R commented 8 years ago

Hi Michael,

Sorry, seems like i missed it... Will return home in few hrs and do it.

Best regards, Nick

Enviado desde mi iPhone

El 20 may 2016, a las 14:14, Michael Khalili notifications@github.com escribió:

How is this task coming along?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

MichaelApproved commented 8 years ago

@Nick-R Sorry, I should've been more clear. This is an Android only feature. No need to worry abou tit for iOS.

alienslab02 commented 8 years ago

https://github.com/alienslab02/cordova-lock-screen-media-controls/tree/notification

please follow above link to get an updated version of lock screen plugin. External controls and notification has been added. For now notification is added for lollipop and above. Working to support for previous android versions.

alienslab02 commented 8 years ago

once it is completed, i'll push changes in this repo in master branch.

alienslab02 commented 8 years ago

A working example can be found here in demo app: https://github.com/HillsideHoldings/cordova-plugin-demo-app/tree/android