Touchgui/plugins/org.apache.cordova.vibration/RELEASENOTES.md

Thu, 04 Jun 2015 14:50:33 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Jun 2015 14:50:33 +0200
changeset 0
e8ccd40d0ef6
permissions
-rw-r--r--

Genesis of lecture sources for Droidcon Berlin 2015 in Postbahnhof.

michael@0 1 <!--
michael@0 2 #
michael@0 3 # Licensed to the Apache Software Foundation (ASF) under one
michael@0 4 # or more contributor license agreements. See the NOTICE file
michael@0 5 # distributed with this work for additional information
michael@0 6 # regarding copyright ownership. The ASF licenses this file
michael@0 7 # to you under the Apache License, Version 2.0 (the
michael@0 8 # "License"); you may not use this file except in compliance
michael@0 9 # with the License. You may obtain a copy of the License at
michael@0 10 #
michael@0 11 # http://www.apache.org/licenses/LICENSE-2.0
michael@0 12 #
michael@0 13 # Unless required by applicable law or agreed to in writing,
michael@0 14 # software distributed under the License is distributed on an
michael@0 15 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
michael@0 16 # KIND, either express or implied. See the License for the
michael@0 17 # specific language governing permissions and limitations
michael@0 18 # under the License.
michael@0 19 #
michael@0 20 -->
michael@0 21 # Release Notes
michael@0 22
michael@0 23 ### 0.3.0 (Sept 5, 2013)
michael@0 24 * Initial FirefoxOS support
michael@0 25 * [CB-4661] VIBRATE permission for Android
michael@0 26
michael@0 27 ### 0.3.2 (Sept 25, 2013)
michael@0 28 * CB-4889 bumping&resetting version
michael@0 29 * CB-4889 renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration
michael@0 30 * Rename CHANGELOG.md -> RELEASENOTES.md
michael@0 31 * updated to work with ffos commandProxy
michael@0 32 * fixed plugin.xml for vibration
michael@0 33 * [CB-4593] [Blackberry10] Added vibration support for bb10
michael@0 34 * updated plugin to work with ffos
michael@0 35 * [CB-4752] Incremented plugin version on dev branch.
michael@0 36
michael@0 37 ### 0.3.3 (Oct 9, 2013)
michael@0 38 * add missing android namespace
michael@0 39 * [CB-4915] Incremented plugin version on dev branch.
michael@0 40
michael@0 41 ### 0.3.4 (Oct 28, 2013)
michael@0 42 * add repo + issue tag to plugin.xml for vibration plugin
michael@0 43 * corrected plugin.xml to write properly to config.xml for ffos
michael@0 44 * [CB-5010] Incremented plugin version on dev branch.
michael@0 45
michael@0 46 ### 0.3.5 (Dec 4, 2013)
michael@0 47 * add ubuntu platform
michael@0 48 * Added amazon-fireos platform. Change to include amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos'
michael@0 49 * CB-4747 Fixed Blackberry background vibrate
michael@0 50
michael@0 51 ### 0.3.6 (Jan 02, 2014)
michael@0 52 * CB-5658 Add doc/index.md for Vibration plugin
michael@0 53
michael@0 54 ### 0.3.7 (Feb 05, 2014)
michael@0 55 * Add support for Tizen.
michael@0 56 * CB-3206 - Supported platforms updated
michael@0 57
michael@0 58 ### 0.3.8 (Apr 17, 2014)
michael@0 59 * CB-6465: Add license headers to Tizen code
michael@0 60 * CB-6460: Update license headers
michael@0 61 * Add NOTICE file
michael@0 62
michael@0 63 ### 0.3.9 (Jun 05, 2014)
michael@0 64 * updated notice file
michael@0 65 * Github close #11
michael@0 66 * Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation.
michael@0 67 * Implemented vibrateWithPattern (for android) and adapted documentation.
michael@0 68 * CB-6811 Add license to CONTRIBUTING.md
michael@0 69 * CB-6491 add CONTRIBUTING.md
michael@0 70
michael@0 71 ### 0.3.10 (Aug 06, 2014)
michael@0 72 * ubuntu: Implemented vibrateWithPattern/cancelVibration
michael@0 73 * **FFOS** update VibrationProxy.js
michael@0 74 * CB-6127 Updated translations for docs
michael@0 75
michael@0 76 ### 0.3.11 (Sep 17, 2014)
michael@0 77 * CB-7249 cordova-plugin-vibration documentation translation
michael@0 78 * CB-6724 documented Windows support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir
michael@0 79 * add longer pattern sequence for testing, change expected result for old vibrate with pattern test
michael@0 80 * added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true
michael@0 81 * clear settimeout when user cancels vibration
michael@0 82 * add setTimeout function to update vibrateOn var if user doesn't cancel vibrate, add note about iOS
michael@0 83 * on/off button for cancel tests, add results box and msgs
michael@0 84 * added tests for old vibrateWithPattern and cancelVibration calls
michael@0 85 * added 'Android only' to buttons for specific tests, changed where console.log is executed for user to see earlier
michael@0 86 * added tests to ensure compliance with w3c spec
michael@0 87 * CB-6963 ported vibration automated & manual tests
michael@0 88 * CB-6966 renamed folder to tests + added nested plugin.xml
michael@0 89 * CB-6966 Ported Vibration automated & manual tests
michael@0 90 * removed duplicate messaging
michael@0 91 * CB-5459 slight change to the vibration documentation for pattern due to merge issue
michael@0 92 * changes to how 0 is getting added to array in order to align with w3c spec
michael@0 93 * changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
michael@0 94 * changes made to align with w3c spec
michael@0 95 * Updated doc with Windows support for vibrate with pattern
michael@0 96 * Added note to doc about w3c alignment and min time for Windows
michael@0 97 * update doc with another way to cancel vibration
michael@0 98 * update doc to show vibrate([num]) is a standard vibrate
michael@0 99 * vibrate([num]) is treated as a vibrate not vibrate with pattern
michael@0 100 * added new example to documentation
michael@0 101 * updated doc for w3c alignment
michael@0 102 * changes to how 0 is getting added to array in order to align with w3c spec
michael@0 103 * changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
michael@0 104 * changes made to align with w3c spec
michael@0 105
michael@0 106 ### 0.3.12 (Dec 02, 2014)
michael@0 107 * CB-8018 Add `vibrate(pattern)` fallback on vibrate for **Windows Phone 8**
michael@0 108 * CB-7977 Mention `deviceready` in plugin docs
michael@0 109 * CB-7700 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
michael@0 110 * CB-7571 Bump version of nested plugin to match parent plugin

mercurial