You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:56:38 UTC

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

Repository: cordova-plugin-device-motion
Updated Branches:
  refs/heads/master 91d3c0058 -> 2b6ca58b6


CB-5980 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/a8bb402e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/a8bb402e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/a8bb402e

Branch: refs/heads/master
Commit: a8bb402ed89218ac1eec118363639235d62a2582
Parents: 91d3c00
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 18:13:30 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 18:13:30 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/a8bb402e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4b984c9..16aea1e 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.6">
+      version="0.2.7-dev">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>


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

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


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

Branch: refs/heads/master
Commit: 948323b1b702f734fe57080d1719db73e75e2700
Parents: f1e842f 714c6d1
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:07:22 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:07:22 2014 -0700

----------------------------------------------------------------------
 NOTICE                                       |    5 +
 README.md                                    |   25 +-
 RELEASENOTES.md                              |   34 +
 doc/index.md                                 |  156 ++
 docs/acceleration/acceleration.md            |  109 -
 docs/accelerometer.clearWatch.md             |  114 -
 docs/accelerometer.getCurrentAcceleration.md |  110 -
 docs/accelerometer.md                        |   90 -
 docs/accelerometer.watchAcceleration.md      |  138 --
 docs/parameters/accelerometerError.md        |   27 -
 docs/parameters/accelerometerOptions.md      |   28 -
 docs/parameters/accelerometerSuccess.md      |   42 -
 plugin.xml                                   |   45 +-
 src/firefoxos/accelerometer.js               |   21 +
 src/ios/CDVAccelerometer.h                   |    2 +-
 src/ios/CDVAccelerometer.m                   |   66 +-
 src/tizen/AccelerometerProxy.js              |   30 +
 src/ubuntu/accelerometer.cpp                 |   58 +
 src/ubuntu/accelerometer.h                   |   55 +
 test/accelerometer/index.html                |  159 --
 test/autotest/html/HtmlReporter.js           |  101 -
 test/autotest/html/HtmlReporterHelpers.js    |   60 -
 test/autotest/html/ReporterView.js           |  164 --
 test/autotest/html/SpecView.js               |   79 -
 test/autotest/html/SuiteView.js              |   22 -
 test/autotest/html/TrivialReporter.js        |  192 --
 test/autotest/index.html                     |   59 -
 test/autotest/jasmine.css                    |   81 -
 test/autotest/jasmine.js                     | 2530 ---------------------
 test/autotest/pages/.DS_Store                |  Bin 6148 -> 0 bytes
 test/autotest/pages/accelerometer.html       |   70 -
 test/autotest/test-runner.js                 |   62 -
 test/autotest/tests/accelerometer.tests.js   |  214 --
 test/cordova-incl.js                         |   70 -
 test/index.html                              |   65 -
 test/main.js                                 |  163 --
 test/master.css                              |  164 --
 37 files changed, 461 insertions(+), 4949 deletions(-)
----------------------------------------------------------------------



[2/7] git commit: Add NOTICE file

Posted by ia...@apache.org.
Add NOTICE file


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

Branch: refs/heads/master
Commit: 714c6d115a4ccf168be6b92fc537933de778826b
Parents: a8bb402
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 27 15:36:31 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Feb 27 15:36:31 2014 -0500

----------------------------------------------------------------------
 NOTICE | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/714c6d11/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..8ec56a5
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Cordova
+Copyright 2012 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).


[5/7] git commit: CB-6460: Update license headers

Posted by ia...@apache.org.
CB-6460: Update license headers


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

Branch: refs/heads/master
Commit: 4cef40cd6797e444781cce54dc872d9d6bc4a081
Parents: 948323b
Author: Ian Clelland <ic...@chromium.org>
Authored: Wed Apr 16 16:16:41 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Wed Apr 16 16:16:41 2014 -0400

----------------------------------------------------------------------
 plugin.xml                     | 18 ++++++++++++++++++
 src/firefoxos/accelerometer.js | 20 ++++++++++++++++++++
 2 files changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/4cef40cd/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 16aea1e..781f868 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.device-motion"

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/4cef40cd/src/firefoxos/accelerometer.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/accelerometer.js b/src/firefoxos/accelerometer.js
index 6d22509..c0152ad 100644
--- a/src/firefoxos/accelerometer.js
+++ b/src/firefoxos/accelerometer.js
@@ -1,3 +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.
+ *
+*/
 
 function listener(success, ev) {
     var acc = ev.accelerationIncludingGravity;


[7/7] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.7

Posted by ia...@apache.org.
CB-6452 Updated version and RELEASENOTES.md for release 0.2.7


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

Branch: refs/heads/master
Commit: 2b6ca58b6142673ea6d6da0d95d4a11c948f9a58
Parents: baf3f40
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/2b6ca58b/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3c5c09e..1044990 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -55,3 +55,9 @@
 
 ### 0.2.6 (Feb 05, 2014)
 * Add Tizen support
+
+### 0.2.7 (Apr 17, 2014)
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6460: Update license headers
+* CB-6465: Add license headers to Tizen code
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/2b6ca58b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 781f868..b8ee0ba 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.device-motion"
-      version="0.2.7-dev">
+      version="0.2.7">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>


[6/7] git commit: CB-6465: Add license headers to Tizen code

Posted by ia...@apache.org.
CB-6465: Add license headers to Tizen code


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

Branch: refs/heads/master
Commit: baf3f40889a2d00ce0dec7fa98e0d9b2b170ed68
Parents: 4cef40c
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 09:49:45 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 09:49:45 2014 -0400

----------------------------------------------------------------------
 src/tizen/AccelerometerProxy.js | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/baf3f408/src/tizen/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/tizen/AccelerometerProxy.js b/src/tizen/AccelerometerProxy.js
index 2712c15..b534422 100644
--- a/src/tizen/AccelerometerProxy.js
+++ b/src/tizen/AccelerometerProxy.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 (function(win) {
     var cordova = require('cordova'),
         Acceleration = require('org.apache.cordova.device-motion.Acceleration'),


[3/7] git commit: CB-6422 [windows8] use cordova/exec/proxy

Posted by ia...@apache.org.
CB-6422 [windows8] use cordova/exec/proxy


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

Branch: refs/heads/master
Commit: f1e842fa9e3ae8ade9c2dc15eb07dd1c7ce32c4f
Parents: d9a8d14
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:06:22 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:06:22 2014 -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/f1e842fa/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index d76e9b2..0b41ba7 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/windows8/commandProxy").add("Accelerometer",module.exports);
+require("cordova/exec/proxy").add("Accelerometer",module.exports);