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/09/27 00:24:51 UTC

[1/9] git commit: [CB-4752] Incremented plugin version on dev branch.

Updated Branches:
  refs/heads/master 81b8f96e3 -> d660d02c0


[CB-4752] Incremented plugin version on dev branch.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/03ee063e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/03ee063e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/03ee063e

Branch: refs/heads/master
Commit: 03ee063efc91fb2bffdf25e278cc58e01e82e067
Parents: 81b8f96
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Sep 6 00:58:21 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Sep 6 00:58:21 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/03ee063e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 032ab01..9dbe1e1 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.core.device-motion"
-      version="0.2.0">
+      version="0.2.1-dev">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>


[7/9] git commit: Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion into dev

Posted by st...@apache.org.
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion into dev

Conflicts:
	src/windows8/AccelerometerProxy.js


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/7a9ac649
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/7a9ac649
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/7a9ac649

Branch: refs/heads/master
Commit: 7a9ac649cc2caa2f905175d72e68fd98c485b1e2
Parents: 655d05d 06d7b3b
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:59:04 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:59:04 2013 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[3/9] git commit: CB-4889 renaming org.apache.cordova.core.device-motion to org.apache.cordova.device-motion

Posted by st...@apache.org.
CB-4889 renaming org.apache.cordova.core.device-motion to org.apache.cordova.device-motion


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/1680eb70
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/1680eb70
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/1680eb70

Branch: refs/heads/master
Commit: 1680eb708d3de494688658937df0b5c9c2a7bdf6
Parents: 4bebacb
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:16:53 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:16:53 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/1680eb70/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9dbe1e1..4b1e952 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-           id="org.apache.cordova.core.device-motion"
-      version="0.2.1-dev">
+           id="org.apache.cordova.device-motion"
+      version="0.2.1">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>


[9/9] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.2.2

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/d660d02c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/d660d02c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/d660d02c

Branch: refs/heads/master
Commit: d660d02c080e702e41b6273f62cd88611538221c
Parents: d9a8d14
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:16:58 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:16:58 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/d660d02c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6195996..1509ede 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,4 +20,11 @@
 -->
 # Release Notes
 
-
+### 0.2.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* [windows8] commandProxy was moved
+* CB-4889
+* CB-4889 renaming core inside windows8
+* CB-4889 renaming org.apache.cordova.core.device-motion to org.apache.cordova.device-motion
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* [CB-4752] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/d660d02c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5082a33..26e7485 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.device-motion"
-      version="0.2.2-dev">
+      version="0.2.2">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>


[4/9] git commit: [windows8] commandProxy was moved

Posted by st...@apache.org.
[windows8] commandProxy was moved


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/06d7b3b7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/06d7b3b7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/06d7b3b7

Branch: refs/heads/master
Commit: 06d7b3b790d0433e62c2d270a689f7b5966d02d6
Parents: 4bebacb
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:32:11 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:32:11 2013 -0700

----------------------------------------------------------------------
 src/windows8/AccelerometerProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/06d7b3b7/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index a21c361..4542a48 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Accelerometer",module.exports);
\ No newline at end of file
+require("cordova/windows8/commandProxy").add("Accelerometer",module.exports);
\ No newline at end of file


[2/9] git commit: Rename CHANGELOG.md -> RELEASENOTES.md

Posted by st...@apache.org.
Rename CHANGELOG.md -> RELEASENOTES.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/4bebacb1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/4bebacb1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/4bebacb1

Branch: refs/heads/master
Commit: 4bebacb1f3e22d6ac71fe40d7d612241db81408f
Parents: 03ee063
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Sep 17 11:36:13 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Sep 17 11:36:13 2013 -0400

----------------------------------------------------------------------
 CHANGELOG.md    | 23 -----------------------
 RELEASENOTES.md | 23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/4bebacb1/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 6195996..0000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-# http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
--->
-# Release Notes
-
-

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/4bebacb1/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
new file mode 100644
index 0000000..6195996
--- /dev/null
+++ b/RELEASENOTES.md
@@ -0,0 +1,23 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+# Release Notes
+
+


[6/9] git commit: CB-4889

Posted by st...@apache.org.
CB-4889


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/655d05df
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/655d05df
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/655d05df

Branch: refs/heads/master
Commit: 655d05df82f65fb89833742276885b66432dce57
Parents: 0787b95
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:57:53 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:57:53 2013 +0200

----------------------------------------------------------------------
 src/windows8/AccelerometerProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/655d05df/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index 2c1bde7..d76e9b2 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Accelerometer",module.exports);
+require("cordova/windows8/commandProxy").add("Accelerometer",module.exports);


[5/9] git commit: CB-4889 renaming core inside windows8

Posted by st...@apache.org.
CB-4889 renaming core inside windows8


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/0787b957
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/0787b957
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/0787b957

Branch: refs/heads/master
Commit: 0787b957c3e8d1716fdc302275def4a686da9708
Parents: 1680eb7
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:45:39 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:45:39 2013 +0200

----------------------------------------------------------------------
 src/windows8/AccelerometerProxy.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/0787b957/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index a21c361..2c1bde7 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -22,7 +22,7 @@
 /*global Windows:true */
 
 var cordova = require('cordova'),
-    Acceleration = require('org.apache.cordova.core.device-motion.Acceleration');
+    Acceleration = require('org.apache.cordova.device-motion.Acceleration');
 
 /* This is the actual implementation part that returns the result on Windows 8
 */
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Accelerometer",module.exports);
\ No newline at end of file
+require("cordova/commandProxy").add("Accelerometer",module.exports);


[8/9] git commit: CB-4889 bumping&resetting version

Posted by st...@apache.org.
CB-4889 bumping&resetting version


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/d9a8d143
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/d9a8d143
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/d9a8d143

Branch: refs/heads/master
Commit: d9a8d14363ca1efa8e041a9f5ad810871b75ee08
Parents: 7a9ac64
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 17:50:06 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:50:06 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/d9a8d143/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4b1e952..5082a33 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.device-motion"
-      version="0.2.1">
+      version="0.2.2-dev">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>