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/11/01 23:09:18 UTC

[13/58] [abbrv] git commit: Merge pull request #40 from sgrebnov/master

Merge pull request #40 from sgrebnov/master

Sync with sgrebnov's branch

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/commit/86965b9e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/tree/86965b9e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/diff/86965b9e

Branch: refs/heads/master
Commit: 86965b9e2036167fecb9f92d5575536bea34b908
Parents: 395b03c b2eba04
Author: Sergei Grebnov <se...@akvelon.com>
Authored: Tue Oct 30 12:06:12 2012 -0700
Committer: Sergei Grebnov <se...@akvelon.com>
Committed: Tue Oct 30 12:06:12 2012 -0700

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 bin/create.bat                                     |   18 +
 bin/create.js                                      |  136 +
 example/CordovaExample.csproj                      |    3 +-
 example/CordovaSourceDictionary.xml                |   22 +
 example/Properties/WMAppManifest.xml               |   23 +-
 example/www/accelerometer.html                     |    2 +-
 example/www/accelerometer2.html                    |    2 +-
 example/www/audio.html                             |    2 +-
 example/www/calculator.html                        |    2 +-
 example/www/camera.html                            |    2 +-
 example/www/capture.html                           |    2 +-
 example/www/compass.html                           |    2 +-
 example/www/contacts.html                          |    2 +-
 example/www/cordova-2.0.0.js                       | 5386 -------------
 example/www/cordova-2.2.0.js                       | 6170 +++++++++++++++
 example/www/cordova-current.js                     |   19 +
 example/www/events.html                            |    2 +-
 example/www/file.html                              |    4 +-
 example/www/index.html                             |    4 +-
 example/www/location.html                          |    4 +-
 example/www/master.css                             |   19 +
 example/www/network.html                           |    4 +-
 example/www/notification.html                      |    2 +-
 example/www/storage.html                           |    2 +-
 framework/Properties/AssemblyInfo.cs               |    6 +-
 framework/WPCordovaClassLib.csproj                 |    4 +-
 plugins/CordovaLib/WPCordovaClassLib.dll           |  Bin 168960 -> 169984 bytes
 plugins/CordovaPlugins.csproj                      |    4 +-
 plugins/CordovaSourceDictionary.xml                |    2 +-
 plugins/Properties/WMAppManifest.xml               |   26 +-
 plugins/www/cordova-2.0.0.js                       | 5386 -------------
 plugins/www/cordova-2.2.0.js                       | 6170 +++++++++++++++
 plugins/www/plugins/ChildBrowser/ChildBrowser.js   |    7 +-
 plugins/www/plugins/ChildBrowser/browser.html      |    2 +-
 plugins/www/plugins/Facebook/facebook.html         |    2 +-
 plugins/www/plugins/LiveTiles/LiveTiles.cs         |   10 +-
 plugins/www/plugins/LiveTiles/liveTiles.js         |   10 +-
 .../www/plugins/LiveTiles/liveTilesExample.html    |    2 +-
 plugins/www/plugins/PGMapLauncher/map.html         |    2 +-
 plugins/www/plugins/PGSocialShare/PGSocialShare.cs |    2 +-
 plugins/www/plugins/PGSocialShare/PGSocialShare.js |    4 +-
 plugins/www/plugins/PGSocialShare/share.html       |    2 +-
 plugins/www/plugins/index.html                     |    4 +-
 templates/CordovaStarter-2.0.0.zip                 |  Bin 220671 -> 0 bytes
 templates/CordovaStarter-2.2.0.zip                 |  Bin 0 -> 223431 bytes
 templates/custom/CordovaAppProj.csproj             |    2 +-
 templates/custom/CordovaSourceDictionary.xml       |    2 +-
 templates/custom/www/cordova-2.0.0.js              | 5386 -------------
 templates/custom/www/cordova-2.2.0.js              | 6170 +++++++++++++++
 templates/custom/www/index.html                    |    2 +-
 templates/description.txt                          |    2 +-
 templates/full/CordovaAppProj.csproj               |    4 +-
 templates/full/CordovaLib/WPCordovaClassLib.dll    |  Bin 168960 -> 169984 bytes
 templates/full/CordovaSourceDictionary.xml         |    4 +-
 templates/full/Properties/WMAppManifest.xml        |    5 +-
 templates/full/README.md                           |   11 +
 templates/full/VERSION                             |    2 +-
 templates/full/www/cordova-2.0.0.js                | 5386 -------------
 templates/full/www/cordova-2.2.0.js                | 6170 +++++++++++++++
 templates/full/www/css/index.css                   |  109 +-
 templates/full/www/img/cordova.png                 |  Bin 19932 -> 0 bytes
 templates/full/www/img/logo.png                    |  Bin 0 -> 21814 bytes
 templates/full/www/index.html                      |   32 +-
 templates/full/www/js/index.js                     |   55 +-
 templates/standalone/CordovaAppProj.csproj         |    5 +-
 templates/standalone/CordovaSolution.sln           |   20 +-
 templates/standalone/CordovaSourceDictionary.xml   |    9 +
 templates/standalone/MainPage.xaml                 |    2 +-
 templates/standalone/Properties/WMAppManifest.xml  |    5 +-
 templates/standalone/README.md                     |   13 +
 templates/standalone/VERSION                       |    2 +-
 .../cordovalib/Commands/Accelerometer.cs           |   13 +-
 .../standalone/cordovalib/Commands/AudioPlayer.cs  |  137 +-
 .../standalone/cordovalib/Commands/BaseCommand.cs  |   16 +-
 .../standalone/cordovalib/Commands/Capture.cs      |    8 +-
 .../standalone/cordovalib/Commands/Compass.cs      |   11 +-
 .../standalone/cordovalib/Commands/Contacts.cs     |   95 +-
 templates/standalone/cordovalib/Commands/Device.cs |    2 +-
 templates/standalone/cordovalib/Commands/File.cs   |  158 +-
 templates/standalone/cordovalib/Commands/Media.cs  |   31 +-
 .../standalone/cordovalib/Commands/Notification.cs |    8 +-
 .../standalone/cordovalib/CordovaView.xaml.cs      |    5 +-
 templates/standalone/cordovalib/NativeExecution.cs |   21 +-
 .../standalone/cordovalib/UI/AudioCaptureTask.cs   |    4 +-
 .../standalone/cordovalib/UI/ImageCapture.xaml.cs  |    4 +-
 .../standalone/cordovalib/UI/VideoCaptureTask.cs   |    3 +-
 .../standalone/resources/notification-beep.wav     |  Bin 0 -> 16630 bytes
 templates/standalone/www/cordova-2.0.0.js          | 5386 -------------
 templates/standalone/www/cordova-2.2.0.js          | 6170 +++++++++++++++
 templates/standalone/www/css/index.css             |  109 +-
 templates/standalone/www/img/cordova.png           |  Bin 19932 -> 0 bytes
 templates/standalone/www/img/logo.png              |  Bin 0 -> 21814 bytes
 templates/standalone/www/index.html                |   32 +-
 templates/standalone/www/js/index.js               |   55 +-
 templates/vspackage/GapAppVsPackage.cs             |    2 +-
 templates/vspackage/Guids.cs                       |    2 +-
 templates/vspackage/Properties/AssemblyInfo.cs     |    2 +-
 templates/vspackage/Resources.Designer.cs          |    2 +-
 templates/vspackage/Resources.resx                 |    2 +-
 templates/vspackage/VSPackage.resx                 |    2 +-
 templates/vspackage/source.extension.vsixmanifest  |    2 +-
 .../CordovaSourceDictionary.xml                    |    8 +-
 .../MobileSpecUnitTests/MobileSpecUnitTests.csproj |   11 +-
 tests/MobileSpecUnitTests/www/autotest/index.html  |    3 +
 .../www/autotest/pages/all.html                    |    2 +
 .../www/autotest/pages/bridge.html                 |   71 +
 .../www/autotest/pages/datauri.html                |   69 +
 .../www/autotest/pages/globalization.html          |   70 +
 .../www/autotest/test-runner.js                    |   32 +
 .../www/autotest/tests/bridge.tests.js             |  128 +
 .../www/autotest/tests/datauri.tests.js            |   36 +
 .../www/autotest/tests/filetransfer.tests.js       |  336 +-
 .../www/autotest/tests/geolocation.tests.js        |   25 +-
 .../www/autotest/tests/globalization.tests.js      |  808 ++
 .../www/autotest/tests/storage.tests.js            |   19 +-
 tests/MobileSpecUnitTests/www/cordova-2.0.0.js     | 5386 -------------
 tests/MobileSpecUnitTests/www/cordova-2.2.0.js     | 6170 +++++++++++++++
 tests/MobileSpecUnitTests/www/cordova.js           |    2 +-
 tests/MobileSpecUnitTests/www/index.html           |    3 +-
 tests/MobileSpecUnitTests/www/master.css           |    7 +-
 tests/README.md                                    |    7 +
 122 files changed, 39417 insertions(+), 32937 deletions(-)
----------------------------------------------------------------------