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/03/19 22:48:06 UTC

[3/3] spec commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/5d09a17a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/5d09a17a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/5d09a17a

Branch: refs/heads/master
Commit: 5d09a17ac7f1da083c29ad2df93cfdbb6a136a0a
Parents: 456e388 8de4aec
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Mar 19 14:46:25 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Mar 19 14:46:25 2014 -0700

----------------------------------------------------------------------
 autotest/index.html                       |   1 +
 autotest/pages/vibration.html             |  71 +++++
 autotest/tests/file.tests.js              | 411 +++++++++++++++++++++++++
 autotest/tests/filetransfer.tests.js      |  28 ++
 autotest/tests/notification.tests.js      |   5 -
 autotest/tests/vibration.tests.js         |  31 ++
 autotest/tests/whitelist.tests.js         |  14 +
 benchmarks/arraybuffer.html               |   2 +-
 benchmarks/exec.html                      |  18 +-
 benchmarks/index.html                     |   1 +
 camera/index.html                         |   2 +-
 config.xml                                |   1 +
 cordova-incl.js                           |   3 +
 cordova-plugin-echo/plugin.xml            |   2 -
 cordova-plugin-echo/src/android/Echo.java |  30 +-
 cordova-plugin-echo/src/ios/CDVEcho.h     |  23 --
 cordova-plugin-echo/src/ios/CDVEcho.m     |   4 +-
 cordova-plugin-echo/www/echo.js           |   7 +
 createmobilespec.sh                       |  19 +-
 createmobilespecandroid-usingplugman.sh   |  59 ++++
 file/index.html                           | 180 +++++++++++
 inappbrowser/index.html                   |   8 +-
 index.html                                |   2 +
 location/index.html                       |   3 +-
 notification/index.html                   |   5 -
 vibration/index.html                      |  74 +++++
 26 files changed, 944 insertions(+), 60 deletions(-)
----------------------------------------------------------------------