Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.47 KB

Change Log

[0.1.7] - 2018-10-17

  • [Fixed] Issue #8. Could not modify button-text of locationAuthorizationAlert after #ready.

[0.1.6] - 2018-10-01

  • [Changed] Refactor Android Headless mechanism. Got rid of Android JobScheduler mechanism with more direct EventBus. JobScheduler events were subject to Android time-slicing, causing headless events to arrive late.

[0.1.5] - 2018-09-25

  • [Fixed] warnings reported by Flutter publisher.

[0.1.4] - 2018-09-25

  • [Added] Android Headless mode. See docs for enableHeadless.
  • [Added] an "event list" screen to "AdvancedApp" example.
  • [Added] error callback for BackgroundGeolocation.onLocation.
  • [Fixed] Issue #5 podspec property s.static_framework = true to allow the plugin to work in apps where use_frameworks! directive is applied in Podfile (Thanks to @vova-beloded).

[0.1.3] - 2018-09-20

  • Implementing Dart-style docs with dartdoc
  • Re-organize /lib dir; remove /src folder (hides classes from dartdoc).

[0.1.2] - 2018-09-17

  • Implementing advanced example app.
  • Fix missing removeListener methods for enabledchange, connectivitychange
  • Implement destroyLog
  • Implement instrumented testing in example/test_driver. See examples/scripts/test.sh
  • Fix warnings.

[0.1.1] - 2018-09-15

  • Implementing advanced example app.
  • Fix bug in getGeofences

[0.1.0] - 2018-09-13

  • First working beta release.

[0.0.1] - 2018-07-07

  • Reserve namespace. Plugin not yet implemented.