You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/17 21:39:52 UTC

[1/2] git commit: CB-7571 Updated version and RELEASENOTES.md for release 0.3.11

Repository: cordova-plugin-vibration
Updated Branches:
  refs/heads/master 871719d38 -> 5886dc47f
Updated Tags:  refs/tags/r0.3.11 [created] 5adf530d3


CB-7571 Updated version and RELEASENOTES.md for release 0.3.11


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/5adf530d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/5adf530d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/5adf530d

Branch: refs/heads/master
Commit: 5adf530d3663226ad6913de6cfc8493672334023
Parents: 871719d
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:27:44 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:27:44 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md  | 30 ++++++++++++++++++++++++++++++
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 3 files changed, 32 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/5adf530d/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 886b937..9675346 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -72,3 +72,33 @@
 * ubuntu: Implemented vibrateWithPattern/cancelVibration
 * **FFOS** update VibrationProxy.js
 * CB-6127 Updated translations for docs
+
+### 0.3.11 (Sep 17, 2014)
+* CB-7249 cordova-plugin-vibration documentation translation
+* CB-6724 documented Windows support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir
+* add longer pattern sequence for testing, change expected result for old vibrate with pattern test
+* added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true
+* clear settimeout when user cancels vibration
+* add setTimeout function to update vibrateOn var if user doesn't cancel vibrate, add note about iOS
+* on/off button for cancel tests, add results box and msgs
+* added tests for old vibrateWithPattern and cancelVibration calls
+* added 'Android only' to buttons for specific tests, changed where console.log is executed for user to see earlier
+* added tests to ensure compliance with w3c spec
+* CB-6963 ported vibration automated & manual tests
+* CB-6966 renamed folder to tests + added nested plugin.xml
+* CB-6966 Ported Vibration automated & manual tests
+* removed duplicate messaging
+* CB-5459 slight change to the vibration documentation for pattern due to merge issue
+* changes to how 0 is getting added to array in order to align with w3c spec
+* changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
+* changes made to align with w3c spec
+* Updated doc with Windows support for vibrate with pattern
+* Added note to doc about w3c alignment and min time for Windows
+* update doc with another way to cancel vibration
+* update doc to show vibrate([num]) is a standard vibrate
+* vibrate([num]) is treated as a vibrate not vibrate with pattern
+* added new example to documentation
+* updated doc for w3c alignment
+* changes to how 0 is getting added to array in order to align with w3c spec
+* changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
+* changes made to align with w3c spec

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/5adf530d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3e4924b..7340a10 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.vibration"
-    version="0.3.11-dev">
+    version="0.3.11">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/5adf530d/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 98c948e..b8b4cdd 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.vibration.tests"
-    version="0.3.10-dev">
+    version="0.3.11">
     <name>Cordova Vibration Plugin Tests</name>
     <license>Apache 2.0</license>
 


[2/2] git commit: CB-7571 Incremented plugin version.

Posted by ma...@apache.org.
CB-7571 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/5886dc47
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/5886dc47
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/5886dc47

Branch: refs/heads/master
Commit: 5886dc47f3a4caa502a406ad4cabdeb8b8620197
Parents: 5adf530
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:35:02 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:35:02 2014 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/5886dc47/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7340a10..b74f3f5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.vibration"
-    version="0.3.11">
+    version="0.3.12-dev">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>