Mark Taylor
Mark Taylor
Fair enough. You are aware that this plugin is intended to be extended? The plugin by it's own does nothing. It requires a developer to add their own functionality on...
No my plugin won't keep the app alive. The idea is that the plugin provides the scaffolding for a developer to write java logic which is performed as a background...
I've updated the Licence. I'd be interested if Build is happier with it
Did you ever try this on Build?
Changed to enhancement. Needs to be tested on Build
@lionlancer Normally I would expect you to include the relevant files in your project. The MyService example is just an example - I'd expect you to create your own .html...
Good job. Well done. Have you thought about merging this code into the bgs-core repository?
Enhancement: Add startForeground as an option. Some notes on startForeground here -> http://developer.android.com/reference/android/app/Service.html#onStart(android.content.Intent,int) Note that I don't specifically think it is a valid scenario to use the service to keep...
Merging in of old repo issue -> https://github.com/Red-Folder/Cordova-Plugin-BackgroundService/issues/40
(Notes to self) For a custom Notification, see http://developer.android.com/guide/topics/ui/notifiers/notifications.html (scroll to the bottom and Custom Notification Layouts) Probably best in first incarnation to follow Android standard Notification setup. Then an...