mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-15 03:54:54 +00:00
Release v0.7.1
This commit is contained in:
parent
4cd3302853
commit
974d6c4e2a
@ -1,5 +1,5 @@
|
|||||||
## ChangeLog
|
## ChangeLog
|
||||||
#### Version 0.7.1 (not yet released)
|
#### Version 0.7.1 (30.01.2017)
|
||||||
- Bug fixes for iOS9 and Android
|
- Bug fixes for iOS9 and Android
|
||||||
- Allow app to be excluded from recent list on Android
|
- Allow app to be excluded from recent list on Android
|
||||||
|
|
||||||
|
@ -128,8 +128,8 @@ The title, text and icon for that notification can be customized as below. Also,
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
cordova.plugins.backgroundMode.setDefaults({
|
cordova.plugins.backgroundMode.setDefaults({
|
||||||
title: String,
|
title: String,
|
||||||
text: String,
|
text: String,
|
||||||
icon: 'icon' // this will look for icon.png in platforms/android/res/drawable|mipmap
|
icon: 'icon' // this will look for icon.png in platforms/android/res/drawable|mipmap
|
||||||
color: String // hex format like 'F14F4D'
|
color: String // hex format like 'F14F4D'
|
||||||
resume: Boolean,
|
resume: Boolean,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-background-mode",
|
"name": "cordova-plugin-background-mode",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"description": "Prevent app from going to sleep in background.",
|
"description": "Prevent app from going to sleep in background.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-background-mode"
|
id="cordova-plugin-background-mode"
|
||||||
version="0.7.0">
|
version="0.7.1">
|
||||||
|
|
||||||
<name>BackgroundMode</name>
|
<name>BackgroundMode</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user