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

[12/58] [abbrv] git commit: Merge branch 'master' of github.com:nitobi/cordova-wp8

Merge branch 'master' of github.com:nitobi/cordova-wp8


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/204c95d6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/tree/204c95d6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/diff/204c95d6

Branch: refs/heads/master
Commit: 204c95d6d4edf73ea6b0f1df52d6d85566275ce5
Parents: 5c05f17 86965b9
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Oct 30 16:13:47 2012 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Oct 30 16:13:47 2012 -0700

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 bin/create.bat                                     |   18 +
 bin/create.js                                      |  136 +
 example/CordovaExample.csproj                      |    7 +-
 example/CordovaExample.sln                         |    2 +-
 example/CordovaSourceDictionary.xml                |   22 +
 example/MainPage.xaml                              |    2 +-
 example/Plugins/Calculator.cs                      |    6 +-
 example/Properties/WMAppManifest.xml               |   25 +-
 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                       | 5492 -------------
 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               |   10 +-
 framework/WP8CordovaClassLib.csproj                |  320 -
 framework/WP8CordovaClassLib.sln                   |   32 -
 framework/WP8CordovaClassLibBare.csproj            |  167 -
 framework/WP8CordovaClassLibBare.sln               |   32 -
 framework/WPCordovaClassLib.csproj                 |  320 +
 framework/WPCordovaClassLib.sln                    |   32 +
 framework/WPCordovaClassLibBare.csproj             |  167 +
 framework/WPCordovaClassLibBare.sln                |   32 +
 plugins/CordovaLib/WP8CordovaClassLib.dll          |  Bin 159232 -> 0 bytes
 plugins/CordovaLib/WPCordovaClassLib.dll           |  Bin 0 -> 169984 bytes
 plugins/CordovaPlugins.csproj                      |   18 +-
 plugins/CordovaSourceDictionary.xml                |    2 +-
 plugins/Images/appbar.back.rest.png                |  Bin 0 -> 375 bytes
 plugins/Images/appbar.close.rest.png               |  Bin 0 -> 359 bytes
 plugins/Images/appbar.feature.video.rest.png       |  Bin 0 -> 433 bytes
 plugins/Images/appbar.next.rest.png                |  Bin 0 -> 388 bytes
 plugins/Images/appbar.save.rest.png                |  Bin 0 -> 297 bytes
 plugins/Images/appbar.stop.rest.png                |  Bin 0 -> 350 bytes
 plugins/MainPage.xaml                              |    2 +-
 plugins/Properties/WMAppManifest.xml               |   26 +-
 plugins/www/cordova-2.0.0.js                       | 5492 -------------
 plugins/www/cordova-2.2.0.js                       | 6170 +++++++++++++++
 plugins/www/plugins/ChildBrowser/ChildBrowser.js   |    7 +-
 .../plugins/ChildBrowser/ChildBrowserCommand.cs    |   12 +-
 plugins/www/plugins/ChildBrowser/browser.html      |    2 +-
 plugins/www/plugins/Facebook/facebook.html         |    2 +-
 plugins/www/plugins/LiveTiles/LiveTiles.cs         |   16 +-
 plugins/www/plugins/LiveTiles/liveTiles.js         |   10 +-
 .../www/plugins/LiveTiles/liveTilesExample.html    |    2 +-
 plugins/www/plugins/PGMapLauncher/PGMapLauncher.cs |    2 +-
 plugins/www/plugins/PGMapLauncher/map.html         |    2 +-
 plugins/www/plugins/PGSocialShare/PGSocialShare.cs |    4 +-
 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-wp8.zip             |  Bin 216840 -> 0 bytes
 templates/CordovaStarter-2.2.0.zip                 |  Bin 0 -> 223431 bytes
 templates/custom/CordovaAppProj.csproj             |    2 +-
 templates/custom/CordovaSourceDictionary.xml       |   24 +-
 templates/custom/Properties/WMAppManifest.xml      |    2 +-
 templates/custom/www/cordova-2.0.0.js              | 5674 -------------
 templates/custom/www/cordova-2.2.0.js              | 6170 +++++++++++++++
 templates/custom/www/index.html                    |    2 +-
 templates/description.txt                          |    2 +-
 templates/full/CordovaAppProj.csproj               |   10 +-
 templates/full/CordovaLib/WP8CordovaClassLib.dll   |  Bin 158720 -> 0 bytes
 templates/full/CordovaLib/WPCordovaClassLib.dll    |  Bin 0 -> 169984 bytes
 templates/full/CordovaSourceDictionary.xml         |    4 +-
 templates/full/MainPage.xaml                       |    2 +-
 templates/full/Properties/WMAppManifest.xml        |    7 +-
 templates/full/README.md                           |   11 +
 templates/full/VERSION                             |    2 +-
 templates/full/www/cordova-2.0.0.js                | 5492 -------------
 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                 |    4 +-
 templates/standalone/MainPage.xaml.cs              |    2 +-
 templates/standalone/Properties/WMAppManifest.xml  |   28 +-
 templates/standalone/README.md                     |   13 +
 templates/standalone/VERSION                       |    2 +-
 .../standalone/cordovalib/BrowserMouseHelper.cs    |    2 +-
 templates/standalone/cordovalib/CommandFactory.cs  |    6 +-
 .../cordovalib/Commands/Accelerometer.cs           |   15 +-
 .../standalone/cordovalib/Commands/AudioPlayer.cs  |  139 +-
 .../standalone/cordovalib/Commands/BaseCommand.cs  |   18 +-
 .../standalone/cordovalib/Commands/Battery.cs      |    2 +-
 templates/standalone/cordovalib/Commands/Camera.cs |    2 +-
 .../standalone/cordovalib/Commands/Capture.cs      |   21 +-
 .../standalone/cordovalib/Commands/Compass.cs      |   13 +-
 .../standalone/cordovalib/Commands/Contacts.cs     |  115 +-
 .../standalone/cordovalib/Commands/DebugConsole.cs |    2 +-
 templates/standalone/cordovalib/Commands/Device.cs |    4 +-
 templates/standalone/cordovalib/Commands/File.cs   |  160 +-
 .../standalone/cordovalib/Commands/FileTransfer.cs |    7 +-
 .../standalone/cordovalib/Commands/GeoLocation.cs  |    2 +-
 .../cordovalib/Commands/ImageExifHelper.cs         |    4 +-
 templates/standalone/cordovalib/Commands/Media.cs  |   33 +-
 .../cordovalib/Commands/MimeTypeMapper.cs          |    2 +-
 .../cordovalib/Commands/NetworkStatus.cs           |    2 +-
 .../standalone/cordovalib/Commands/Notification.cs |   12 +-
 .../standalone/cordovalib/CordovaCommandCall.cs    |    2 +-
 templates/standalone/cordovalib/CordovaView.xaml   |    2 +-
 .../standalone/cordovalib/CordovaView.xaml.cs      |   13 +-
 .../standalone/cordovalib/DOMStorageHelper.cs      |    4 +-
 templates/standalone/cordovalib/JSON/JsonHelper.cs |    2 +-
 templates/standalone/cordovalib/NativeExecution.cs |   25 +-
 .../standalone/cordovalib/OrientationHelper.cs     |    2 +-
 templates/standalone/cordovalib/PluginResult.cs    |    2 +-
 templates/standalone/cordovalib/ScriptCallback.cs  |    4 +-
 .../standalone/cordovalib/UI/AudioCaptureTask.cs   |    8 +-
 .../standalone/cordovalib/UI/AudioRecorder.xaml    |    2 +-
 .../standalone/cordovalib/UI/AudioRecorder.xaml.cs |    4 +-
 .../standalone/cordovalib/UI/ImageCapture.xaml     |    2 +-
 .../standalone/cordovalib/UI/ImageCapture.xaml.cs  |    8 +-
 .../standalone/cordovalib/UI/NotificationBox.xaml  |    2 +-
 .../cordovalib/UI/NotificationBox.xaml.cs          |    2 +-
 .../standalone/cordovalib/UI/VideoCaptureTask.cs   |    7 +-
 .../standalone/cordovalib/UI/VideoRecorder.xaml    |    2 +-
 .../standalone/cordovalib/UI/VideoRecorder.xaml.cs |    4 +-
 .../standalone/resources/notification-beep.wav     |  Bin 0 -> 16630 bytes
 templates/standalone/www/cordova-2.0.0.js          | 5492 -------------
 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     |    6 +-
 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 +-
 tests/MobileSpecUnitTests/MainPage.xaml            |    2 +-
 .../MobileSpecUnitTests/MobileSpecUnitTests.csproj |   15 +-
 tests/MobileSpecUnitTests/MobileSpecUnitTests.sln  |    2 +-
 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     | 5492 -------------
 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 +
 172 files changed, 40103 insertions(+), 34440 deletions(-)
----------------------------------------------------------------------