You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/04/09 01:07:16 UTC

[1/2] git commit: CB-6422 [windows8] use cordova/exec/proxy

Repository: cordova-plugin-device-motion
Updated Branches:
  refs/heads/dev 714c6d115 -> 948323b1b


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/dev
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);


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

Posted by pu...@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/dev
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(-)
----------------------------------------------------------------------