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.

148 lines
7.7 KiB

8 years ago
  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. ### 1.1.3 (Sep 08, 2016)
  23. * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
  24. * Add badges for paramedic builds on Jenkins
  25. * Add pull request template.
  26. * Readme: Add fenced code blocks with langauage hints
  27. * [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to `README.md`
  28. ### 1.1.2 (Apr 15, 2016)
  29. * Use passed device, follow create policy forf `CFUUIDCreate`
  30. * [CB-10631](https://issues.apache.org/jira/browse/CB-10631) Fix for `device.uuid` in **iOS 5.1.1**
  31. * Updating the comment to exclude URL
  32. * [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
  33. * Refactored `deviceInfo` on **iOS** for better readability.
  34. ### 1.1.1 (Jan 15, 2016)
  35. * [CB-10238](https://issues.apache.org/jira/browse/CB-10238) **OSX** Move `device-plugin` out from `cordovalib` to the plugin repository
  36. * [CB-9923](https://issues.apache.org/jira/browse/CB-9923) Update `device.platform` documentation for **Browser** platform
  37. ### 1.1.0 (Nov 18, 2015)
  38. * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
  39. * Add `isVirtual` for **Windows Phone 8.x**
  40. * Added basic **Android** support for hardware serial number
  41. * [CB-9865](https://issues.apache.org/jira/browse/CB-9865) Better simulator detection for **iOS**
  42. * Fixing contribute link.
  43. * Added **WP8** implementation
  44. * update to use `TARGET_OS_SIMULATOR` as `TARGET_IPHONE_SIMULATOR` is deprecated.
  45. * update code to use 'isVirtual'
  46. * create test to verify existence and type of new property 'isVirtual'
  47. * add `isSimulator` for **iOS** & **Android** device
  48. * Updated documentation to mention backwards compatibility
  49. * Updated **README** to reflect new behaviour and quirks on **iOS**
  50. * Check user defaults first to maintain backwards compatibility
  51. * Changed `UUID` to use `[UIDevice identifierForVendor]`
  52. ### 1.0.1 (Jun 17, 2015)
  53. * [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-device documentation translation: cordova-plugin-device
  54. * Attempts to corrent npm markdown issue
  55. ### 1.0.0 (Apr 15, 2015)
  56. * [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
  57. * [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
  58. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id
  59. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
  60. * Use TRAVIS_BUILD_DIR, install paramedic by npm
  61. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
  62. * remove defunct windows8 version
  63. * add travis badge
  64. * Add cross-plugin ios paramedic test running for TravisCI
  65. * [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
  66. ### 0.3.0 (Feb 04, 2015)
  67. * Added device.manufacturer property for Android, iOS, Blackberry, WP8
  68. * Support for Windows Phone 8 ANID2 ANID is only supported up to Windows Phone 7.5
  69. * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) Use a local copy of uniqueAppInstanceIdentifier rather than CordovaLib's version
  70. * browser: Fixed a bug that caused an "cannot call method of undefined" error if the browser's user agent wasn't recognized
  71. ### 0.2.13 (Dec 02, 2014)
  72. * Changing `device.platform` to always report the platform as "browser".
  73. * [CB-5892](https://issues.apache.org/jira/browse/CB-5892) - Remove deprecated `window.Settings`
  74. * [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-device documentation translation: cordova-plugin-device
  75. * [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin
  76. ### 0.2.12 (Sep 17, 2014)
  77. * [CB-7471](https://issues.apache.org/jira/browse/CB-7471) cordova-plugin-device documentation translation
  78. * [CB-7552](https://issues.apache.org/jira/browse/CB-7552) device.name docs have not been removed
  79. * [fxos] Fix cordova version
  80. * added status box and documentation to manual tests
  81. * [fxos] Fix cordova version
  82. * added status box and documentation to manual tests
  83. * Added plugin support for the browser
  84. * [CB-7262](https://issues.apache.org/jira/browse/CB-7262) Adds support for universal windows apps.
  85. ### 0.2.11 (Aug 06, 2014)
  86. * [FFOS] update DeviceProxy.js
  87. * [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs
  88. * Use Windows system calls to get better info
  89. ### 0.2.10 (Jun 05, 2014)
  90. * [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Spanish and French Translations added. Github close #12
  91. * Changing 1.5 to 2.0
  92. * added firefoxos version - conversion
  93. * added firefoxos version
  94. * [CB-6800](https://issues.apache.org/jira/browse/CB-6800) Add license
  95. * [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
  96. ### 0.2.9 (Apr 17, 2014)
  97. * [CB-5105](https://issues.apache.org/jira/browse/CB-5105): [Android, windows8, WP, BlackBerry10] Removed dead code for device.version
  98. * [CB-6422](https://issues.apache.org/jira/browse/CB-6422): [windows8] use cordova/exec/proxy
  99. * [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers
  100. * Add NOTICE file
  101. ### 0.2.8 (Feb 05, 2014)
  102. * Tizen support added
  103. ### 0.2.7 (Jan 07, 2014)
  104. * [CB-5737](https://issues.apache.org/jira/browse/CB-5737) Fix exception on close caused by left over telephony code from [CB-5504](https://issues.apache.org/jira/browse/CB-5504)
  105. ### 0.2.6 (Jan 02, 2014)
  106. * [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Device plugin
  107. * [CB-5504](https://issues.apache.org/jira/browse/CB-5504) Moving Telephony Logic out of Device
  108. ### 0.2.5 (Dec 4, 2013)
  109. * [CB-5316](https://issues.apache.org/jira/browse/CB-5316) Spell Cordova as a brand unless it's a command or script
  110. * [ubuntu] use cordova/exec/proxy
  111. * add ubuntu platform
  112. * Modify Device.platform logic to use amazon-fireos as the platform for Amazon Devices
  113. * 1. Added amazon-fireos platform. 2. Change to use cordova-amazon-fireos as the platform if user agent contains 'cordova-amazon-fireos'
  114. ### 0.2.4 (Oct 28, 2013)
  115. * [CB-5128](https://issues.apache.org/jira/browse/CB-5128): added repo + issue tag in plugin.xml for device plugin
  116. * [CB-5085](https://issues.apache.org/jira/browse/CB-5085) device.cordova returning wrong value
  117. * [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
  118. ### 0.2.3 (Sept 25, 2013)
  119. * [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
  120. * [windows8] commandProxy has moved
  121. * [BlackBerry10] removed uneeded permission tags in plugin.xml
  122. * [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.device to org.apache.cordova.device
  123. * Rename CHANGELOG.md -> RELEASENOTES.md
  124. * updated to use commandProxy for ffos
  125. * add firefoxos support
  126. * [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch.
  127. ### 0.2.1 (Sept 5, 2013)
  128. * removed extraneous print statement
  129. * [CB-4432](https://issues.apache.org/jira/browse/CB-4432) copyright notice change