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 2012/04/06 03:20:43 UTC

[35/40] git commit: Merge branch 'master' of github.com:purplecabbage/incubator-cordova-js

Merge branch 'master' of github.com:purplecabbage/incubator-cordova-js


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/3a35ce73
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/3a35ce73
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/3a35ce73

Branch: refs/heads/master
Commit: 3a35ce73ccf3e1ff4cf7a5c34057aca7aba54b86
Parents: ab6752f df36f97
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 27 18:38:30 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 27 18:38:30 2012 -0700

----------------------------------------------------------------------
 Jakefile                                |   10 +-
 README.md                               |  110 +++++-------
 build/packager.js                       |   23 +++-
 lib/channel.js                          |   13 ++-
 lib/cordova.js                          |   44 +++++
 lib/exec/ios.js                         |   31 +---
 lib/exec/playbook.js                    |    1 +
 lib/platform/android.js                 |  227 +++++++++++++-------------
 lib/platform/blackberry.js              |   20 ++-
 lib/platform/common.js                  |    2 +-
 lib/platform/ios.js                     |   10 +-
 lib/plugin/Camera.js                    |  125 ++++++++-------
 lib/plugin/CompassConstants.js          |    4 -
 lib/plugin/CompassError.js              |   13 ++
 lib/plugin/CompassHeading.js            |   10 +-
 lib/plugin/DirectoryEntry.js            |   15 +-
 lib/plugin/DirectoryReader.js           |    7 +-
 lib/plugin/Entry.js                     |   96 ++++++-----
 lib/plugin/FileEntry.js                 |    8 +-
 lib/plugin/FileReader.js                |    1 -
 lib/plugin/FileSystem.js                |    2 +-
 lib/plugin/FileWriter.js                |    1 -
 lib/plugin/LocalFileSystem.js           |    5 -
 lib/plugin/Media.js                     |   40 ++++-
 lib/plugin/Position.js                  |    4 +-
 lib/plugin/accelerometer.js             |    3 +-
 lib/plugin/battery.js                   |   24 +--
 lib/plugin/blackberry/DirectoryEntry.js |  115 ++++++++++----
 lib/plugin/blackberry/Entry.js          |   50 ++++---
 lib/plugin/blackberry/app.js            |    2 +-
 lib/plugin/capture.js                   |   14 +-
 lib/plugin/compass.js                   |   28 ++--
 lib/plugin/geolocation.js               |   33 +++-
 lib/plugin/ios/console.js               |    6 +-
 lib/plugin/ios/device.js                |   22 ++-
 lib/plugin/ios/nativecomm.js            |   10 +
 lib/plugin/network.js                   |   25 ++-
 lib/plugin/playbook/manager.js          |   23 ++--
 lib/plugin/requestFileSystem.js         |   42 +++--
 lib/plugin/resolveLocalFileSystemURI.js |   22 ++-
 package.json                            |    3 +-
 test/runner.js                          |    2 +-
 test/suite.html                         |    2 +
 test/test.battery.js                    |    7 +-
 test/test.camera.js                     |   13 ++
 test/test.channel.js                    |   37 ++++
 test/test.compass.js                    |    6 +-
 test/test.geolocation.js                |    8 +-
 test/test.network.js                    |   10 +-
 test/test.require.js                    |    9 +-
 50 files changed, 812 insertions(+), 526 deletions(-)
----------------------------------------------------------------------