You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 3.2 KiB

4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. ## ChangeLog
  2. #### Version 0.7.3 (not yet released)
  3. - Check if screen is off on Android
  4. - Wake-up device on Android
  5. - Unlock device on Android
  6. #### Version 0.7.2 (02.02.2017)
  7. - Fixed app freeze on iOS using wkwebview-engine
  8. - Websocket sample in SampleApp
  9. #### Version 0.7.1 (30.01.2017)
  10. - Bug fixes for iOS9 and Android
  11. - Allow app to be excluded from recent list on Android
  12. #### Version 0.7.0 (27.01.2017)
  13. - __Features__
  14. - Support for tAmazon FireOS
  15. - Support for the browser platform
  16. - Ability to configure icon and color on Android
  17. - Allow app to move to foreground on Android
  18. - Allow app to move to background on Android
  19. - Allow app to override back button behaviour on Android
  20. - New events for when the mode has been enabled/disabled
  21. - __Improvements__
  22. - Various enhancements and bug fixes for all platforms
  23. - Support for latest platform and OS versions
  24. - Multi line text on Android
  25. - Multiple listeners for same event
  26. - Compatibility with cordova-plugin-geolocation
  27. - Compatibility with cordova-plugin-crosswalk-webview
  28. - Compatibility with cordova-plugin-wkwebview-engine
  29. - New sample app
  30. - __Fixes__
  31. - Silent mode issues on Android
  32. - Lock screen issues on Android
  33. - Callback not called on Android
  34. - Notification shows app info with cordova-android@6
  35. - Other apps audio interruption on iOS
  36. - __Changes__
  37. - Deprecate event callbacks
  38. - Notification not visible by default on lock screen
  39. - Remove ticker property on Android
  40. - Remove unexpected back button handler
  41. - Remove support for wp8 platform
  42. #### Version 0.6.5 (29.02.2016)
  43. - Published on npm
  44. - Updated dependency ID for the device plug-in
  45. #### Version 0.6.4 (03.03.2015)
  46. - Resolve possibly dependency conflict
  47. #### Version 0.6.3 (01.01.2015)
  48. - [feature:] Silent mode for Android
  49. #### Version 0.6.2 (14.12.2014)
  50. - [bugfix:] Type error
  51. - [bugfix:] Wrong default values for `isEnabled` and `isActive`.
  52. #### Version 0.6.1 (14.12.2014)
  53. - [enhancement:] Set default settings through `setDefaults`.
  54. - [enhancement:] New method `isEnabled` to receive if mode is enabled.
  55. - [enhancement:] New method `isActive` to receive if mode is active.
  56. - [bugfix:] Events caused thread collision.
  57. #### Version 0.6.0 (14.12.2014)
  58. - [feature:] Android support
  59. - [feature:] Change Android notification through `configure`.
  60. - [feature:] `onactivate`, `ondeactivate` and `onfailure` callbacks.
  61. - [___change___:] Disabled by default
  62. - [enhancement:] Get default settings through `getDefaults`.
  63. - [enhancement:] iOS does not require user permissions, internet connection and geo location anymore.
  64. #### Version 0.5.0 (13.02.2014)
  65. - __retired__
  66. #### Version 0.4.1 (13.02.2014)
  67. - Release under the Apache 2.0 license.
  68. - [enhancement:] Location tracking is only activated on WP8 if the location service is available.
  69. - [bigfix:] Nullpointer exception on WP8.
  70. #### Version 0.4.0 (10.10.2013)
  71. - Added WP8 support<br>
  72. The plugin turns the app into an location tracking app *(for the time it runs in the background)*.
  73. #### Version 0.2.1 (09.10.2013)
  74. - Added js interface to manually enable/disable the background mode.
  75. #### Version 0.2.0 (08.10.2013)
  76. - Added iOS (>= 5) support<br>
  77. The plugin turns the app into an location tracking app for the time it runs in the background.