You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 18:09:40 UTC

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

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/cdvtest
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(-)
----------------------------------------------------------------------