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/02/23 23:29:31 UTC

[28/50] [abbrv] wp7 commit: Merge pull request #6 from purplecabbage/RenameToCordova

Merge pull request #6 from purplecabbage/RenameToCordova

Rename to cordova

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/0144d370
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/0144d370
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/0144d370

Branch: refs/heads/master
Commit: 0144d3703ee831f895d97d7caa1e2efbb4edcb9b
Parents: 7ad7e1f 15e7dd5
Author: Jesse MacFadyen <je...@adobe.com>
Authored: Wed Feb 15 16:57:42 2012 -0800
Committer: Jesse MacFadyen <je...@adobe.com>
Committed: Wed Feb 15 16:57:42 2012 -0800

----------------------------------------------------------------------
 CordovaCustom.zip                                  |  Bin 0 -> 126410 bytes
 CordovaStarter.zip                                 |  Bin 0 -> 187245 bytes
 PhoneGapCustom.zip                                 |  Bin 54761 -> 0 bytes
 PhoneGapStarter.zip                                |  Bin 142607 -> 0 bytes
 example/ApplicationIcon.png                        |  Bin 2475 -> 4951 bytes
 example/Background.png                             |  Bin 3521 -> 10259 bytes
 example/Calculator.cs                              |   16 +-
 example/CordovaSourceDictionary.xml                |   21 +
 example/GapExample.csproj                          |   12 +-
 example/GapExample.sln                             |    2 +-
 example/GapSourceDictionary.xml                    |   21 -
 example/MainPage.xaml                              |    6 +-
 example/ManifestProcessor.js                       |    6 +-
 example/SplashScreenImage.jpg                      |  Bin 8017 -> 22066 bytes
 example/www/accelerometer.html                     |  212 +-
 example/www/accelerometer2.html                    |    4 +-
 example/www/audio.html                             |    4 +-
 example/www/calculator.html                        |    8 +-
 example/www/camera.html                            |    6 +-
 example/www/capture.html                           |    4 +-
 example/www/compass.html                           |    6 +-
 example/www/contacts.html                          |  150 +-
 example/www/cordova-1.4.1.js                       | 3832 +++++++++++++++
 example/www/events.html                            |    4 +-
 example/www/file.html                              |    6 +-
 example/www/index.html                             |   10 +-
 example/www/location.html                          |    6 +-
 example/www/network.html                           |    8 +-
 example/www/notification.html                      |   20 +-
 example/www/phonegap-1.3.0.js                      | 3682 --------------
 example/www/storage.html                           |    6 +-
 framework/Cordova/CommandFactory.cs                |  104 +
 framework/Cordova/Commands/Accelerometer.cs        |  314 ++
 framework/Cordova/Commands/AudioPlayer.cs          |  593 +++
 framework/Cordova/Commands/BaseCommand.cs          |  127 +
 framework/Cordova/Commands/Camera.cs               |  308 ++
 framework/Cordova/Commands/Capture.cs              |  710 +++
 framework/Cordova/Commands/Compass.cs              |  371 ++
 framework/Cordova/Commands/Connection.cs           |   89 +
 framework/Cordova/Commands/Contacts.cs             |  527 ++
 framework/Cordova/Commands/DebugConsole.cs         |   49 +
 framework/Cordova/Commands/Device.cs               |  123 +
 framework/Cordova/Commands/File.cs                 | 1430 ++++++
 framework/Cordova/Commands/FileTransfer.cs         |  317 ++
 framework/Cordova/Commands/GeoLocation.cs          |   34 +
 framework/Cordova/Commands/Media.cs                |  450 ++
 framework/Cordova/Commands/MimeTypeMapper.cs       |   99 +
 framework/Cordova/Commands/Notification.cs         |  203 +
 framework/Cordova/CordovaCommandCall.cs            |   86 +
 framework/Cordova/DOMStorageHelper.cs              |  145 +
 framework/Cordova/JSON/JsonHelper.cs               |   86 +
 framework/Cordova/NativeExecution.cs               |  204 +
 framework/Cordova/OrientationHelper.cs             |  128 +
 framework/Cordova/PluginResult.cs                  |  161 +
 framework/Cordova/ScriptCallback.cs                |   68 +
 framework/Cordova/UI/AudioCaptureTask.cs           |  105 +
 framework/Cordova/UI/AudioRecorder.xaml            |   48 +
 framework/Cordova/UI/AudioRecorder.xaml.cs         |  385 ++
 framework/Cordova/UI/VideoCaptureTask.cs           |  104 +
 framework/Cordova/UI/VideoRecorder.xaml            |   34 +
 framework/Cordova/UI/VideoRecorder.xaml.cs         |  405 ++
 framework/CordovaView.xaml                         |   32 +
 framework/CordovaView.xaml.cs                      |  400 ++
 framework/PGView.xaml                              |   32 -
 framework/PGView.xaml.cs                           |  400 --
 framework/PhoneGap/CommandFactory.cs               |  104 -
 framework/PhoneGap/Commands/Accelerometer.cs       |  314 --
 framework/PhoneGap/Commands/AudioPlayer.cs         |  593 ---
 framework/PhoneGap/Commands/BaseCommand.cs         |  127 -
 framework/PhoneGap/Commands/Camera.cs              |  308 --
 framework/PhoneGap/Commands/Capture.cs             |  710 ---
 framework/PhoneGap/Commands/Compass.cs             |  343 --
 framework/PhoneGap/Commands/Connection.cs          |   89 -
 framework/PhoneGap/Commands/Contacts.cs            |  527 --
 framework/PhoneGap/Commands/DebugConsole.cs        |   49 -
 framework/PhoneGap/Commands/Device.cs              |  123 -
 framework/PhoneGap/Commands/File.cs                | 1430 ------
 framework/PhoneGap/Commands/FileTransfer.cs        |  317 --
 framework/PhoneGap/Commands/GeoLocation.cs         |   34 -
 framework/PhoneGap/Commands/Media.cs               |  450 --
 framework/PhoneGap/Commands/MimeTypeMapper.cs      |   99 -
 framework/PhoneGap/Commands/Notification.cs        |  203 -
 framework/PhoneGap/DOMStorageHelper.cs             |  145 -
 framework/PhoneGap/JSON/JsonHelper.cs              |   86 -
 framework/PhoneGap/NativeExecution.cs              |  204 -
 framework/PhoneGap/OrientationHelper.cs            |  128 -
 framework/PhoneGap/PhoneGapCommandCall.cs          |   86 -
 framework/PhoneGap/PluginResult.cs                 |  161 -
 framework/PhoneGap/ScriptCallback.cs               |   68 -
 framework/PhoneGap/UI/AudioCaptureTask.cs          |  105 -
 framework/PhoneGap/UI/AudioRecorder.xaml           |   48 -
 framework/PhoneGap/UI/AudioRecorder.xaml.cs        |  385 --
 framework/PhoneGap/UI/VideoCaptureTask.cs          |  104 -
 framework/PhoneGap/UI/VideoRecorder.xaml           |   34 -
 framework/PhoneGap/UI/VideoRecorder.xaml.cs        |  405 --
 framework/Properties/AssemblyInfo.cs               |    6 +-
 framework/WP7CordovaClassLib.csproj                |  172 +
 framework/WP7CordovaClassLib.sln                   |   26 +
 framework/WP7CordovaClassLibBare.csproj            |  150 +
 framework/WP7GapClassLib.csproj                    |  158 -
 framework/WP7GapClassLib.sln                       |   20 -
 framework/WP7GapClassLibBare.csproj                |  134 -
 framework/js/BuildJSConcat.js                      |    8 +-
 framework/js/DOMStorage.js                         |    2 +-
 framework/js/accelerometer.js                      |   14 +-
 framework/js/battery.js                            |    6 +-
 framework/js/camera.js                             |    8 +-
 framework/js/capture.js                            |   16 +-
 framework/js/compass.js                            |   35 +-
 framework/js/contact.js                            |   14 +-
 framework/js/cordova-1.4.1-core.js                 | 2594 ++++++++++
 framework/js/cordova-1.4.1.js                      | 3832 +++++++++++++++
 framework/js/cordova.js.base                       |  639 +++
 framework/js/debugConsole.js                       |   14 +-
 framework/js/device.js                             |   18 +-
 framework/js/file.js                               |   56 +-
 framework/js/filetransfer.js                       |    6 +-
 framework/js/media.js                              |   42 +-
 framework/js/network.js                            |   20 +-
 framework/js/notification.js                       |   24 +-
 framework/js/phonegap-1.4.1-core.js                | 2579 ----------
 framework/js/phonegap-1.4.1.js                     | 3819 --------------
 framework/js/phonegap.js.base                      |  651 ---
 framework/js/readme.txt                            |    4 +
 templates/custom/ApplicationIcon.png               |  Bin 2475 -> 4951 bytes
 templates/custom/Background.png                    |  Bin 3521 -> 10259 bytes
 templates/custom/BuildManifestProcessor.js         |   65 +
 templates/custom/CordovaSourceDictionary.xml       |    5 +
 templates/custom/GapAppProj.csproj                 |   10 +-
 templates/custom/GapSourceDictionary.xml           |    5 -
 templates/custom/MainPage.xaml                     |    5 +-
 templates/custom/ManifestProcessor.js              |   65 -
 templates/custom/SplashScreenImage.jpg             |  Bin 8017 -> 22066 bytes
 templates/custom/www/cordova-1.4.1-core.js         | 2594 ++++++++++
 templates/custom/www/cordova-1.4.1.js              | 3832 +++++++++++++++
 templates/custom/www/index.html                    |   16 +-
 templates/custom/www/phonegap-1.4.1-core.js        | 2579 ----------
 templates/description.txt                          |    9 +
 templates/full/ApplicationIcon.png                 |  Bin 2475 -> 4951 bytes
 templates/full/Background.png                      |  Bin 3521 -> 10259 bytes
 templates/full/BuildManifestProcessor.js           |   65 +
 templates/full/CordovaSourceDictionary.xml         |    7 +
 templates/full/GapAppProj.csproj                   |   15 +-
 templates/full/GapLib/WP7CordovaClassLib.dll       |  Bin 0 -> 132608 bytes
 templates/full/GapLib/WP7GapClassLib.dll           |  Bin 132096 -> 0 bytes
 templates/full/GapSourceDictionary.xml             |    5 -
 templates/full/MainPage.xaml                       |    5 +-
 templates/full/ManifestProcessor.js                |   65 -
 templates/full/SplashScreenImage.jpg               |  Bin 8017 -> 22066 bytes
 templates/full/www/cordova-1.4.1.js                | 3832 +++++++++++++++
 templates/full/www/index.html                      |    8 +-
 templates/full/www/phonegap-1.4.1.js               | 3812 --------------
 templates/pg_templateIcon.png                      |  Bin 3255 -> 6546 bytes
 templates/pg_templatePreview.jpg                   |  Bin 9573 -> 25875 bytes
 tests/MobileSpecUnitTests/ApplicationIcon.png      |  Bin 2475 -> 4951 bytes
 tests/MobileSpecUnitTests/Background.png           |  Bin 3521 -> 10259 bytes
 tests/MobileSpecUnitTests/Calculator.cs            |    8 +-
 .../CordovaSourceDictionary.xml                    |   26 +
 tests/MobileSpecUnitTests/GapSourceDictionary.xml  |   26 -
 tests/MobileSpecUnitTests/MainPage.xaml            |   25 +-
 tests/MobileSpecUnitTests/MainPage.xaml.cs         |   12 +-
 tests/MobileSpecUnitTests/ManifestProcessor.js     |    6 +-
 .../MobileSpecUnitTests/MobileSpecUnitTests.csproj |   20 +-
 tests/MobileSpecUnitTests/MobileSpecUnitTests.sln  |    2 +-
 tests/MobileSpecUnitTests/SplashScreenImage.jpg    |  Bin 8017 -> 22066 bytes
 tests/MobileSpecUnitTests/www/autotest/index.html  |   10 +-
 .../www/autotest/tests/compass.tests.js            |   22 +-
 .../www/autotest/tests/media.tests.js              |    4 +-
 tests/MobileSpecUnitTests/www/cordova-1.4.1.js     | 3832 +++++++++++++++
 tests/MobileSpecUnitTests/www/index.html           |   12 +-
 tests/MobileSpecUnitTests/www/phonegap-1.3.0.js    | 3682 --------------
 171 files changed, 34261 insertions(+), 29994 deletions(-)
----------------------------------------------------------------------