2014-11-17 13:06:54 +00:00
|
|
|
## ChangeLog
|
2014-12-14 12:38:36 +00:00
|
|
|
#### Version 0.6.1 (not yet released)
|
|
|
|
- [enhancement:] Set default settings through `setDefaults`.
|
2014-12-14 12:52:38 +00:00
|
|
|
- [enhancement:] New method `isEnabled`
|
2014-12-14 12:38:36 +00:00
|
|
|
- [bugfix:] Events caused thread collision.
|
|
|
|
|
|
|
|
|
2014-12-13 23:57:22 +00:00
|
|
|
#### Version 0.6.0 (14.12.2014)
|
2014-11-17 13:06:54 +00:00
|
|
|
- [feature:] Android support
|
2014-12-14 12:38:36 +00:00
|
|
|
- [feature:] Change Android notification through `configure`.
|
2014-12-13 23:04:12 +00:00
|
|
|
- [feature:] `onactivate`, `ondeactivate` and `onfailure` callbacks.
|
2014-11-17 13:06:54 +00:00
|
|
|
- [___change___:] Disabled by default
|
2014-12-14 12:52:38 +00:00
|
|
|
- [enhancement:] Get default settings through `getDefaults`.
|
2014-11-17 13:06:54 +00:00
|
|
|
- [enhancement:] iOS does not require user permissions, internet connection and geo location anymore.
|
|
|
|
|
|
|
|
#### Version 0.5.0 (13.02.2014)
|
|
|
|
- __retired__
|
|
|
|
|
|
|
|
#### Version 0.4.1 (13.02.2014)
|
|
|
|
- Release under the Apache 2.0 license.
|
|
|
|
- [enhancement:] Location tracking is only activated on WP8 if the location service is available.
|
|
|
|
- [bigfix:] Nullpointer exception on WP8.
|
|
|
|
|
|
|
|
#### Version 0.4.0 (10.10.2013)
|
|
|
|
- Added WP8 support<br>
|
|
|
|
The plugin turns the app into an location tracking app *(for the time it runs in the background)*.
|
|
|
|
|
|
|
|
#### Version 0.2.1 (09.10.2013)
|
|
|
|
- Added js interface to manually enable/disable the background mode.
|
|
|
|
|
|
|
|
#### Version 0.2.0 (08.10.2013)
|
|
|
|
- Added iOS (>= 5) support<br>
|
|
|
|
The plugin turns the app into an location tracking app for the time it runs in the background.
|