Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

62 lines (45 loc) · 2.97 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.0.1-OS14]

Fixes

  • Fix on iOS to check if location services are enabled RMET-3577

[4.0.1-OS13]

Fixes

  • Fix on Android to stop location updates when watch times out quickly RMET-2621

[4.0.1-OS12]

Fixes

  • Fix on Android to return an error if the user denies to enable the location when prompted by the plugin RMET-3539

[4.0.1-OS11]

Fixes

  • Fixed Android MABS 10 build by removing android support libraries RMET-2834

[4.0.1-OS10]

  • New plugin release to include metadata tag for MABS 7.2.0 compatibility

[4.0.1-OS9]

Fixes

  • Fixed Android AddWatch deny permissions crash RMET-964
  • Fixed onRequestPermissionResult method to accept the approximate location option RMET-823

[4.0.1-OS8]

  • Fixed GetLocation for iOS to return a number instead of a string RMET-918

[4.0.1-OS7]

Fixes

  • Fixed requestLocationUpdatesIfSettingsSatisfied method to show the user a dialog to enable location or change location settings RMET-608
  • Fixed checkGooglePlayServicesAvailable method to show the user an error dialog when the error can be resolved RMET-609
  • Fixed error in iOS: Round up location value to max 15 digits after decimal point RMET-522

Fixes

  • Method getLocation is no longer called on cancelled permissions request RNMT-4280

Additions

  • Add new native implementation on Android RNMT-2811

Additions

  • Adds NSLocationAlwaysUsageDescription preference to plugin.xml RNMT-2651
  • Fix to allow 4.0.0 version install CB-13705