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.

RELEASENOTES.md 12 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <!--
  2. #
  3. # Licensed to the Apache Software Foundation (ASF) under one
  4. # or more contributor license agreements. See the NOTICE file
  5. # distributed with this work for additional information
  6. # regarding copyright ownership. The ASF licenses this file
  7. # to you under the Apache License, Version 2.0 (the
  8. # "License"); you may not use this file except in compliance
  9. # with the License. You may obtain a copy of the License at
  10. #
  11. # http://www.apache.org/licenses/LICENSE-2.0
  12. #
  13. # Unless required by applicable law or agreed to in writing,
  14. # software distributed under the License is distributed on an
  15. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. # KIND, either express or implied. See the License for the
  17. # specific language governing permissions and limitations
  18. # under the License.
  19. #
  20. -->
  21. # Release Notes
  22. ### 2.4.3 (Apr 27, 2017)
  23. * [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README`
  24. * [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder
  25. ### 2.4.2 (Feb 28, 2017)
  26. * [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0**
  27. * [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges
  28. ### 2.4.1 (Dec 07, 2016)
  29. * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 2.4.1
  30. * corrected KCLAuthorizationStatus error, changed to always removed user of [manager locationServicesEnabled]. Must return [CLLocationManager locationServicesEnabled] or 'none'
  31. * [CB-11962](https://issues.apache.org/jira/browse/CB-11962) (ios) Added variable for setting NSLocationWhenInUseUsageDescription
  32. * [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…"
  33. * [CB-11904](https://issues.apache.org/jira/browse/CB-11904) Incremented plugin version.
  34. ### 2.4.0 (Sep 26, 2016)
  35. * **Ubuntu** Fix altitude & accuracies retrieval
  36. * [CB-11875](https://issues.apache.org/jira/browse/CB-11875) added `android.hardware.location.gps` `uses-feature`.
  37. ### 2.3.0 (Sep 08, 2016)
  38. * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
  39. * Plugin uses `Android Log class` and not `Cordova LOG class`
  40. * Add badges for paramedic builds on Jenkins
  41. * Add pull request template.
  42. * Adding links to reference content and sample content to the top of the readme file
  43. * Update **iOS** geolocation plugin to avoid `THREAD WARNING: ['Geolocation']`, operation occurs in new Thread
  44. * [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
  45. ### 2.2.0 (Apr 15, 2016)
  46. * Replace `PermissionHelper.java` with `cordova-plugin-compat`
  47. * [CB-10691](https://issues.apache.org/jira/browse/CB-10691) Check the context to avoid null errors
  48. * [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
  49. * Using a fallback epsilon in case `Number.EPSILON` is not defined.
  50. * [CB-10574](https://issues.apache.org/jira/browse/CB-10574) MobileSpec can't get results for **WP8.1** Builds
  51. ### 2.1.0 (Jan 15, 2016)
  52. * [CB-10319](https://issues.apache.org/jira/browse/CB-10319) **Android** Adding reflective helper methods for permission requests
  53. * [CB-8523](https://issues.apache.org/jira/browse/CB-8523) Fixed accuracy when `enableHighAccuracy: false` on **iOS**.
  54. * [CB-10286](https://issues.apache.org/jira/browse/CB-10286) Don't skip automatic tests on **Android** devices
  55. * [CB-10277](https://issues.apache.org/jira/browse/CB-10277) Error callback should be called w/ `PositionError` when location access is denied
  56. * [CB-10285](https://issues.apache.org/jira/browse/CB-10285) Added tests for `PositionError` constants
  57. * [CB-10278](https://issues.apache.org/jira/browse/CB-10278) geolocation `watchPosition` doesn't return `watchID` string
  58. * [CB-8443](https://issues.apache.org/jira/browse/CB-8443) **Android** nothing happens if `GPS` is turned off
  59. * [CB-10204](https://issues.apache.org/jira/browse/CB-10204) Fix `getCurrentPosition` options on **Android**
  60. * [CB-7146](https://issues.apache.org/jira/browse/CB-7146) Remove built-in `WebView navigator.geolocation` manual tests
  61. * [CB-2845](https://issues.apache.org/jira/browse/CB-2845) `PositionError` constants not attached to prototype as specified in W3C document
  62. ### 2.0.0 (Nov 18, 2015)
  63. * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
  64. * [CB-9907](https://issues.apache.org/jira/browse/CB-9907) Handle **iOS** tests that fail when ios simulator does not have a location
  65. * [CB-8826](https://issues.apache.org/jira/browse/CB-8826) Check for `NSLocationWhenInUseUsageDescription` first
  66. * [CB-9105](https://issues.apache.org/jira/browse/CB-9105): Fixing `JS` errors in the shim
  67. * Added support for new permissions model for **Android 6.0** aka **Marshmallow**
  68. * Expect `lastPosition` to have a `timestamp` that is already in `msecs`
  69. * [CB-4596](https://issues.apache.org/jira/browse/CB-4596) Date objects are supposed to be `DOMTimeStamp`
  70. * Fixing contribute link.
  71. * [CB-9355](https://issues.apache.org/jira/browse/CB-9355) Fix Geolocation plugin start watch fail related to unset `MovementThreshold` on **Windows 10**
  72. ### 1.0.1 (Jun 17, 2015)
  73. * [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-geolocation documentation translation: cordova-plugin-geolocation
  74. * fix npm md issue
  75. * [CB-8845](https://issues.apache.org/jira/browse/CB-8845) Updated comment why Android tests are currently pended
  76. * [CB-8845](https://issues.apache.org/jira/browse/CB-8845) Pended tests for Android
  77. * Add more install text for legacy versions of cordova tools. This closes #36
  78. ### 1.0.0 (Apr 15, 2015)
  79. * [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
  80. * [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
  81. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id
  82. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
  83. * Use TRAVIS_BUILD_DIR, install paramedic by npm
  84. * [CB-8681](https://issues.apache.org/jira/browse/CB-8681) Fixed occasional test failures
  85. * docs: added Windows to supported platforms
  86. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
  87. * [CB-8659](https://issues.apache.org/jira/browse/CB-8659): ios: 4.0.x Compatibility: Remove use of initWebView method
  88. * [CB-8659](https://issues.apache.org/jira/browse/CB-8659): ios: 4.0.x Compatibility: Remove use of deprecated headers
  89. * Wrong parameter in Firefox OS plugin
  90. * [CB-8568](https://issues.apache.org/jira/browse/CB-8568) Integrate TravisCI
  91. * [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-geolocation documentation translation: cordova-plugin-geolocation
  92. * [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
  93. * [CB-8443](https://issues.apache.org/jira/browse/CB-8443) Geolocation tests fail on Windows due to done is called multiple times
  94. ### 0.3.12 (Feb 04, 2015)
  95. * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
  96. ### 0.3.11 (Dec 02, 2014)
  97. * Do not stop updating location when the error is `kCLErrorLocationUnknown`
  98. * [CB-8094](https://issues.apache.org/jira/browse/CB-8094) Pended auto tests for **Windows** Store since they require user interaction
  99. * [CB-8085](https://issues.apache.org/jira/browse/CB-8085) Fix geolocation plugin on **Windows**
  100. * [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention `deviceready` in plugin docs
  101. * [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-geolocation documentation translation: cordova-plugin-geolocation
  102. ### 0.3.10 (Sep 17, 2014)
  103. * [CB-7556](https://issues.apache.org/jira/browse/CB-7556) iOS: Clearing all Watches does not stop Location Services
  104. * [CB-7158](https://issues.apache.org/jira/browse/CB-7158) Fix geolocation for ios 8
  105. * Revert [CB-6911](https://issues.apache.org/jira/browse/CB-6911) partially (keeping Info.plist key installation for iOS 8)
  106. * [CB-6911](https://issues.apache.org/jira/browse/CB-6911) Geolocation fails in iOS 8
  107. * [CB-5114](https://issues.apache.org/jira/browse/CB-5114) **Windows 8.1** - Use a new proxy as old geolocation methods is deprecated
  108. * [CB-5114](https://issues.apache.org/jira/browse/CB-5114) Append **Windows 8.1** into plugin.xml + Optimize Windows 8 Geolocation proxy
  109. * Renamed test dir, added nested plugin.xml
  110. * added documentation for manual tests
  111. * [CB-7146](https://issues.apache.org/jira/browse/CB-7146) Added manual tests
  112. * Removed js-module for tests from plugin.xml
  113. * Changing cdvtest format to use module exports
  114. * register tests using new style
  115. * Convert tests to new style
  116. * Removed amazon-fireos code for geolocation.
  117. * [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin
  118. ### 0.3.9 (Aug 06, 2014)
  119. * **FFOS** update GeolocationProxy.js
  120. * [CB-7187](https://issues.apache.org/jira/browse/CB-7187) ios: Add explicit dependency on CoreLocation.framework
  121. * [CB-7187](https://issues.apache.org/jira/browse/CB-7187) Delete unused #import of CDVShared.h
  122. * [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs
  123. * ios: Changed distanceFilter from none to 5 meters, prevents it from spamming the callback even though nothing changed.
  124. ### 0.3.8 (Jun 05, 2014)
  125. * [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Spanish and French Translations added. Github close #14
  126. * [CB-6804](https://issues.apache.org/jira/browse/CB-6804) Add license
  127. * [CB-5416](https://issues.apache.org/jira/browse/CB-5416) - Adding support for auto-managing permissions
  128. * [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
  129. * pass by only coords
  130. * proper implementation for firefoxos
  131. * call FxOS's getCurrentProxy added
  132. ### 0.3.7 (Apr 17, 2014)
  133. * [CB-6422](https://issues.apache.org/jira/browse/CB-6422): [windows8] use cordova/exec/proxy
  134. * [CB-6212](https://issues.apache.org/jira/browse/CB-6212): [iOS] fix warnings compiled under arm64 64-bit
  135. * [CB-5977](https://issues.apache.org/jira/browse/CB-5977): [android] Removing the Android Geolocation Code. Mission Accomplished.
  136. * [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers
  137. * Add NOTICE file
  138. ### 0.3.6 (Feb 05, 2014)
  139. * add ubuntu platform support
  140. * [CB-5326](https://issues.apache.org/jira/browse/CB-5326) adding FFOS permission and updating supported platforms
  141. * [CB-5729](https://issues.apache.org/jira/browse/CB-5729) [BlackBerry10] Update GeolocationProxy to return collapsed object
  142. ### 0.3.5 (Jan 02, 2014)
  143. * [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Geolocation plugin
  144. * windows8: adds missing reference to PositionError (w/o it the app crashes)
  145. * Removing incorrectly added closing comments for wp7 platform in plugin.xml
  146. ### 0.3.4 (Dec 4, 2013)
  147. * Append proxy to platform definition in plugin.xml
  148. * Append windows 8 Geolocation proxy
  149. * Code clean-up for android src.
  150. * Updated amazon-fireos platform + reverting some of the fixes in android code.
  151. * Added amazon-fireos platform + some of the fixes in android code.
  152. * [CB-5334](https://issues.apache.org/jira/browse/CB-5334) [BlackBerry10] Use command proxy
  153. * call FxOS's getCurrentProxy added
  154. * pass by only coords
  155. * proper implementation for firefoxos
  156. ### 0.3.3 (Oct 28, 2013)
  157. * [CB-5128](https://issues.apache.org/jira/browse/CB-5128): add repo + issue tag to plugin.xml for geolocation plugin
  158. * [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
  159. ### 0.3.2 (Sept 25, 2013)
  160. * [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
  161. * [BlackBerry10] removed uneeded permission tags in plugin.xml
  162. * [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.geolocation to org.apache.cordova.geolocation
  163. ### 0.3.0 (Sept 5, 2013)
  164. * Added support for windows 8 (Adds required permission)