Skip to content

Latest commit

 

History

History
138 lines (107 loc) · 3.62 KB

File metadata and controls

138 lines (107 loc) · 3.62 KB

Changelog

[1.0.0] - unreleased

Changed

  • Android notificationIcon option split into small and large!!!
  • Android stopOnTerminate defaults to true
  • Android bugfixing

Added

  • Android startOnBoot option
  • Android startForeground option

Removed

  • Android deprecated window.plugins.backgroundGeoLocation
  • Android locationTimeout option (use interval instead)

[0.9.1] - 2015-12-18

Fixed

  • Android ANDROID_FUSED_LOCATION fix config setActivitiesInterval

[0.9.0] - 2015-12-18

Changed

  • Android ANDROID_FUSED_LOCATION using ActivityRecognition (saving battery)

[0.8.3] - 2015-12-18

Fixed

  • Android fixing crash on exit

[0.8.2] - 2015-12-18

Fixed

  • Android fixing #9 - immediate bg service crash

[0.8.1] - 2015-12-15

Fixed

  • Android fixing #9

[0.8.0] - 2015-12-15 (Merry XMas Edition :-)

Fixed

  • Android persist location when main activity was killed

Changed

  • Android persisting position when debug is on

[0.7.3] - 2015-11-06

Fixed

  • Android issue #11

[0.7.2] - 2015-10-21

Fixed

  • iOS fixing plugin dependencies (build)
  • iOS related fixes for SampleApp

[0.7.1] - 2015-10-21

Changed

  • Android ANDROID_FUSED_LOCATION ditching setSmallestDisplacement(stationaryRadius) (seems buggy)

[0.7.0] - 2015-10-21

Changed

  • Android deprecating config option.interval
  • Android allow run in background for FusedLocationService (wakeLock)
  • Android will try to persist locations when main activity is killed
  • Android new methods: (getLocations, deleteLocation, deleteAllLocations)
  • Android stop exporting implicit intents (security)
  • SampleApp updates

[0.6.0] - 2015-10-17

Changed

  • deprecating window.plugins clobber
  • SampleApp updates

Added

  • Android showLocationSettings and watchLocationMode

[0.5.4] - 2015-10-13

Changed

  • Android only cosmetic changes, but we need stable base

[0.5.3] - 2015-10-12

Changed

  • Android not setting any default notificationIcon and notificationIconColor.
  • Android refactoring
  • Android updated SampleApp

[0.5.2] - 2015-10-12

Fixed

  • Android fixing FusedLocationService start and crash on stop

[0.5.1] - 2015-10-12

Fixed

  • Android fix return types
  • Android fix #3 NotificationBuilder.setColor method not present in API Level <21

Changed

  • Android replacing Notication.Builder for NotificationCompat.Builder
  • SampleApp can send position to server.
  • SampleApp offline mode (IndexedDB)

Removed

  • Android unnecessary plugins
  • Docs: removing instructions to enable cordova geolocation in foreground and user accept location services

[0.5.0] - 2015-10-10

Changed

  • Android FusedLocationService
  • Android package names reverted
  • Android configuration refactored
  • WP8 merged improvements

Removed

  • Android unused classes
  • All removing deprecated url, params, headers

[0.4.3] - 2015-10-09

Added

  • Android Add icon color parameter

Changed

  • Changed the plugin.xml dependencies to the new NPM-based plugin syntax
  • updated SampleApp

[0.4.2] - 2015-09-30

Added

Fixed

[0.4.1] - 2015-09-21

  • maintenance version

[0.4.0] - 2015-03-08

Added

  • Android using callbacks same as iOS

Removed

  • Android storing position into sqlite