You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/10 19:56:59 UTC

[1/5] git commit: add missing android namespace

Updated Branches:
  refs/heads/master 1f5610237 -> ae72bbc89


add missing android namespace


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/a856458e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/a856458e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/a856458e

Branch: refs/heads/master
Commit: a856458e814a6541c54f994df2a48164fd441964
Parents: 5558e24
Author: Gorkem Ercan <go...@gmail.com>
Authored: Wed Sep 11 10:37:11 2013 -0400
Committer: Gorkem Ercan <go...@gmail.com>
Committed: Wed Sep 11 10:37:11 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/a856458e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 08730f1..95d74e5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
+	xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.core.vibration"
       version="0.3.0">
 


[3/5] git commit: CB-4791 merged in pull request from Gorkem

Posted by st...@apache.org.
CB-4791 merged in pull request from Gorkem


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/9463bb47
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/9463bb47
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/9463bb47

Branch: refs/heads/master
Commit: 9463bb478d36a42e44a6ece0bdd798c1ceafeec4
Parents: 84582dc a856458
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 7 14:01:32 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 7 14:01:32 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/9463bb47/plugin.xml
----------------------------------------------------------------------
diff --cc plugin.xml
index 7ece4e5,95d74e5..cf8f12d
--- a/plugin.xml
+++ b/plugin.xml
@@@ -1,8 -1,9 +1,9 @@@
  <?xml version="1.0" encoding="UTF-8"?>
  
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-            id="org.apache.cordova.vibration"
-       version="0.3.3-dev">
 -	xmlns:android="http://schemas.android.com/apk/res/android"
 -           id="org.apache.cordova.core.vibration"
 -      version="0.3.0">
++    xmlns:android="http://schemas.android.com/apk/res/android"
++    id="org.apache.cordova.vibration"
++    version="0.3.3-dev">
  
      <name>Vibration</name>
      <description>Cordova Vibration Plugin</description>


[4/5] git commit: [CB-5010] Updated version and RELEASENOTES.md for release 0.3.3

Posted by st...@apache.org.
[CB-5010] Updated version and RELEASENOTES.md for release 0.3.3


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/2c29ec77
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/2c29ec77
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/2c29ec77

Branch: refs/heads/master
Commit: 2c29ec77edbe876f0b866056303c828e431b84cb
Parents: 9463bb4
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 15:36:15 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 15:36:15 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/2c29ec77/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 86942eb..be50a94 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -33,3 +33,7 @@
 * [CB-4593] [Blackberry10] Added vibration support for bb10
 * updated plugin to work with ffos
 * [CB-4752] Incremented plugin version on dev branch.
+
+### 0.3.3 (Oct 9, 2013)
+* add missing android namespace
+* [CB-4915] Incremented plugin version on dev branch.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/2c29ec77/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index cf8f12d..15a9ca7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,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.3-dev">
+    version="0.3.3">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>


[5/5] git commit: Merge branch 'dev'

Posted by st...@apache.org.
Merge branch 'dev'


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/ae72bbc8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/ae72bbc8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/ae72bbc8

Branch: refs/heads/master
Commit: ae72bbc89c668024556e5f528b6b5f98bc32fe2c
Parents: 1f56102 2c29ec7
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 15:38:36 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 15:38:36 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/5] git commit: [CB-4915] Incremented plugin version on dev branch.

Posted by st...@apache.org.
[CB-4915] Incremented plugin version on dev branch.


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/84582dc8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/84582dc8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/84582dc8

Branch: refs/heads/master
Commit: 84582dc8b5d02b6bf741bdf9d12f86684469866f
Parents: 1b79810
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 18:34:15 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 18:34:15 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/84582dc8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7b03fc7..7ece4e5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.vibration"
-      version="0.3.2">
+      version="0.3.3-dev">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>