forked from katzer/cordova-plugin-background-mode
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,20 +50,25 @@ cordova plugin add de.appplant.cordova.plugin.background-mode --searchpath path | |
or to use the last stable version: | ||
```bash | ||
# ~~ stable version ~~ | ||
cordova plugin add [email protected] | ||
cordova plugin add [email protected] | ||
``` | ||
|
||
To remove the plug-in, run the following command: | ||
```bash | ||
cordova plugin rm de.appplant.cordova.plugin.background-mode | ||
``` | ||
|
||
### PhoneGap Build | ||
Add the following xml to your config.xml to always use the latest version of this plugin: | ||
```xml | ||
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.5.0" /> | ||
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.6.0" /> | ||
``` | ||
|
||
More informations can be found [here][PGB_plugin]. | ||
|
||
|
||
## ChangeLog | ||
#### Version 0.6.0 (not yet released) | ||
#### Version 0.6.0 (14.12.2014) | ||
- [feature:] Android support | ||
- [feature:] `onactivate`, `ondeactivate` and `onfailure` callbacks. | ||
- [___change___:] Disabled by default | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters