mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Update changelog
This commit is contained in:
parent
82cfbabbab
commit
cbe2ab16f2
28
CHANGELOG.md
28
CHANGELOG.md
@ -1,4 +1,32 @@
|
|||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
#### Version 0.7.0 (not yet released)
|
||||||
|
- __Features__
|
||||||
|
- Ability to configure icon and color on Android
|
||||||
|
- Allow app to move to foreground on Android
|
||||||
|
- Allow app to move to background on Android
|
||||||
|
- Allow app to override back button behaviour on Android
|
||||||
|
- New events for when the mode has been enabled/disabled
|
||||||
|
- __Improvements__
|
||||||
|
- Various enhancements and bug fixes for all platforms
|
||||||
|
- Support for latest platform and OS versions
|
||||||
|
- Multi line text on Android
|
||||||
|
- Multiple listeners for same event
|
||||||
|
- Compatibility with cordova-plugin-geolocation
|
||||||
|
- Compatibility with cordova-plugin-crosswalk-webview
|
||||||
|
- Compatibility with cordova-plugin-wkwebview-engine
|
||||||
|
- New sample app
|
||||||
|
- __Fixes__
|
||||||
|
- Silent mode issues on Android
|
||||||
|
- Lock screen issues on Android
|
||||||
|
- Callback not called on Android
|
||||||
|
- Notification shows app info with cordova-android@6
|
||||||
|
- Other apps audio interruption on iOS
|
||||||
|
- __Changes__
|
||||||
|
- Deprecate event callbacks
|
||||||
|
- Notification not visible anymore on lock screen
|
||||||
|
- Remove unexpected back button handler
|
||||||
|
- Remove support for wp8 platform
|
||||||
|
|
||||||
#### Version 0.6.5 (29.02.2016)
|
#### Version 0.6.5 (29.02.2016)
|
||||||
- Published on npm
|
- Published on npm
|
||||||
- Updated dependency ID for the device plug-in
|
- Updated dependency ID for the device plug-in
|
||||||
|
39
README.md
39
README.md
@ -72,22 +72,39 @@ More informations can be found [here][PGB_plugin].
|
|||||||
|
|
||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
#### Version 0.6.4 (03.03.2015)
|
#### Version 0.7.0 (not yet released)
|
||||||
- Resolve possibly dependency conflict
|
- __Features__
|
||||||
|
- Ability to configure icon and color on Android
|
||||||
#### Version 0.6.3 (01.01.2015)
|
- Allow app to move to foreground on Android
|
||||||
- [feature:] Silent mode for Android
|
- Allow app to move to background on Android
|
||||||
|
- Allow app to override back button behaviour on Android
|
||||||
#### Version 0.6.2 (14.12.2014)
|
- New events for when the mode has been enabled/disabled
|
||||||
- [bugfix:] Type error
|
- __Improvements__
|
||||||
- [bugfix:] Wrong default values for `isEnabled` and `isActive`.
|
- Various enhancements and bug fixes for all platforms
|
||||||
|
- Support for latest platform and OS versions
|
||||||
|
- Multi line text on Android
|
||||||
|
- Multiple listeners for same event
|
||||||
|
- Compatibility with cordova-plugin-geolocation
|
||||||
|
- Compatibility with cordova-plugin-crosswalk-webview
|
||||||
|
- Compatibility with cordova-plugin-wkwebview-engine
|
||||||
|
- New sample app
|
||||||
|
- __Fixes__
|
||||||
|
- Silent mode issues on Android
|
||||||
|
- Lock screen issues on Android
|
||||||
|
- Callback not called on Android
|
||||||
|
- Notification shows app info with cordova-android@6
|
||||||
|
- Other apps audio interruption on iOS
|
||||||
|
- __Changes__
|
||||||
|
- Deprecate event callbacks
|
||||||
|
- Notification not visible anymore on lock screen
|
||||||
|
- Remove unexpected back button handler
|
||||||
|
- Remove support for wp8 platform
|
||||||
|
|
||||||
#### Further informations
|
#### Further informations
|
||||||
- The former `plugin.backgroundMode` namespace has been deprecated and will be removed with the next major release.
|
|
||||||
- See [CHANGELOG.md][changelog] to get the full changelog for the plugin.
|
- See [CHANGELOG.md][changelog] to get the full changelog for the plugin.
|
||||||
|
|
||||||
#### Known issues
|
#### Known issues
|
||||||
- Plug-in is broken on Windows Phone 8.1 platform.
|
- README is out of date !!!
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user