1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/Touchgui/plugins/org.apache.cordova.vibration/RELEASENOTES.md Thu Jun 04 14:50:33 2015 +0200 1.3 @@ -0,0 +1,110 @@ 1.4 +<!-- 1.5 +# 1.6 +# Licensed to the Apache Software Foundation (ASF) under one 1.7 +# or more contributor license agreements. See the NOTICE file 1.8 +# distributed with this work for additional information 1.9 +# regarding copyright ownership. The ASF licenses this file 1.10 +# to you under the Apache License, Version 2.0 (the 1.11 +# "License"); you may not use this file except in compliance 1.12 +# with the License. You may obtain a copy of the License at 1.13 +# 1.14 +# http://www.apache.org/licenses/LICENSE-2.0 1.15 +# 1.16 +# Unless required by applicable law or agreed to in writing, 1.17 +# software distributed under the License is distributed on an 1.18 +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1.19 +# KIND, either express or implied. See the License for the 1.20 +# specific language governing permissions and limitations 1.21 +# under the License. 1.22 +# 1.23 +--> 1.24 +# Release Notes 1.25 + 1.26 +### 0.3.0 (Sept 5, 2013) 1.27 +* Initial FirefoxOS support 1.28 +* [CB-4661] VIBRATE permission for Android 1.29 + 1.30 +### 0.3.2 (Sept 25, 2013) 1.31 +* CB-4889 bumping&resetting version 1.32 +* CB-4889 renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration 1.33 +* Rename CHANGELOG.md -> RELEASENOTES.md 1.34 +* updated to work with ffos commandProxy 1.35 +* fixed plugin.xml for vibration 1.36 +* [CB-4593] [Blackberry10] Added vibration support for bb10 1.37 +* updated plugin to work with ffos 1.38 +* [CB-4752] Incremented plugin version on dev branch. 1.39 + 1.40 +### 0.3.3 (Oct 9, 2013) 1.41 +* add missing android namespace 1.42 +* [CB-4915] Incremented plugin version on dev branch. 1.43 + 1.44 +### 0.3.4 (Oct 28, 2013) 1.45 +* add repo + issue tag to plugin.xml for vibration plugin 1.46 +* corrected plugin.xml to write properly to config.xml for ffos 1.47 +* [CB-5010] Incremented plugin version on dev branch. 1.48 + 1.49 +### 0.3.5 (Dec 4, 2013) 1.50 +* add ubuntu platform 1.51 +* Added amazon-fireos platform. Change to include amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' 1.52 +* CB-4747 Fixed Blackberry background vibrate 1.53 + 1.54 +### 0.3.6 (Jan 02, 2014) 1.55 +* CB-5658 Add doc/index.md for Vibration plugin 1.56 + 1.57 +### 0.3.7 (Feb 05, 2014) 1.58 +* Add support for Tizen. 1.59 +* CB-3206 - Supported platforms updated 1.60 + 1.61 +### 0.3.8 (Apr 17, 2014) 1.62 +* CB-6465: Add license headers to Tizen code 1.63 +* CB-6460: Update license headers 1.64 +* Add NOTICE file 1.65 + 1.66 +### 0.3.9 (Jun 05, 2014) 1.67 +* updated notice file 1.68 +* Github close #11 1.69 +* Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation. 1.70 +* Implemented vibrateWithPattern (for android) and adapted documentation. 1.71 +* CB-6811 Add license to CONTRIBUTING.md 1.72 +* CB-6491 add CONTRIBUTING.md 1.73 + 1.74 +### 0.3.10 (Aug 06, 2014) 1.75 +* ubuntu: Implemented vibrateWithPattern/cancelVibration 1.76 +* **FFOS** update VibrationProxy.js 1.77 +* CB-6127 Updated translations for docs 1.78 + 1.79 +### 0.3.11 (Sep 17, 2014) 1.80 +* CB-7249 cordova-plugin-vibration documentation translation 1.81 +* CB-6724 documented Windows support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir 1.82 +* add longer pattern sequence for testing, change expected result for old vibrate with pattern test 1.83 +* added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true 1.84 +* clear settimeout when user cancels vibration 1.85 +* add setTimeout function to update vibrateOn var if user doesn't cancel vibrate, add note about iOS 1.86 +* on/off button for cancel tests, add results box and msgs 1.87 +* added tests for old vibrateWithPattern and cancelVibration calls 1.88 +* added 'Android only' to buttons for specific tests, changed where console.log is executed for user to see earlier 1.89 +* added tests to ensure compliance with w3c spec 1.90 +* CB-6963 ported vibration automated & manual tests 1.91 +* CB-6966 renamed folder to tests + added nested plugin.xml 1.92 +* CB-6966 Ported Vibration automated & manual tests 1.93 +* removed duplicate messaging 1.94 +* CB-5459 slight change to the vibration documentation for pattern due to merge issue 1.95 +* changes to how 0 is getting added to array in order to align with w3c spec 1.96 +* changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility 1.97 +* changes made to align with w3c spec 1.98 +* Updated doc with Windows support for vibrate with pattern 1.99 +* Added note to doc about w3c alignment and min time for Windows 1.100 +* update doc with another way to cancel vibration 1.101 +* update doc to show vibrate([num]) is a standard vibrate 1.102 +* vibrate([num]) is treated as a vibrate not vibrate with pattern 1.103 +* added new example to documentation 1.104 +* updated doc for w3c alignment 1.105 +* changes to how 0 is getting added to array in order to align with w3c spec 1.106 +* changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility 1.107 +* changes made to align with w3c spec 1.108 + 1.109 +### 0.3.12 (Dec 02, 2014) 1.110 +* CB-8018 Add `vibrate(pattern)` fallback on vibrate for **Windows Phone 8** 1.111 +* CB-7977 Mention `deviceready` in plugin docs 1.112 +* CB-7700 cordova-plugin-vibration documentation translation: cordova-plugin-vibration 1.113 +* CB-7571 Bump version of nested plugin to match parent plugin