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:30 UTC

[1/50] [abbrv] wp7 commit: Merge pull request #8 from purplecabbage/prep1.5.0

Updated Branches:
  refs/heads/master 25b09ad74 -> ae0902f5c


Merge pull request #8 from purplecabbage/prep1.5.0

Prep1.5.0

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

Branch: refs/heads/master
Commit: ae0902f5cc636cc60d65c821218809a14338f479
Parents: 10757b8 9f0489a
Author: Jesse MacFadyen <je...@nitobi.com>
Authored: Thu Feb 23 13:15:48 2012 -0800
Committer: Jesse MacFadyen <je...@nitobi.com>
Committed: Thu Feb 23 13:15:48 2012 -0800

----------------------------------------------------------------------
 Cordova-1.4.1-Custom.zip                           |  Bin 0 -> 126410 bytes
 Cordova-1.4.1-Starter.zip                          |  Bin 0 -> 187245 bytes
 Cordova-1.5.0-Custom.zip                           |  Bin 0 -> 126462 bytes
 Cordova-1.5.0-Starter.zip                          |  Bin 0 -> 186775 bytes
 CordovaCustom.zip                                  |  Bin 126410 -> 0 bytes
 CordovaStarter.zip                                 |  Bin 187245 -> 0 bytes
 README.md                                          |   33 +-
 VERSION                                            |    2 +-
 example/CordovaSourceDictionary.xml                |    3 +-
 example/GapExample.csproj                          |    3 +-
 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-1.4.1.js                       | 3832 ---------------
 example/www/cordova-1.5.0.js                       | 3832 +++++++++++++++
 example/www/cordova.js                             |    2 +
 example/www/events.html                            |    2 +-
 example/www/file.html                              |    2 +-
 example/www/index.html                             |    2 +-
 example/www/location.html                          |    2 +-
 example/www/network.html                           |    2 +-
 example/www/notification.html                      |    2 +-
 example/www/storage.html                           |    2 +-
 framework/Cordova/Commands/Device.cs               |    2 +-
 framework/Properties/AssemblyInfo.cs               |    4 +-
 framework/js/cordova-1.4.1-core.js                 | 2594 ----------
 framework/js/cordova-1.4.1.js                      | 3832 ---------------
 framework/js/cordova-1.5.0-core.js                 | 2594 ++++++++++
 framework/js/cordova-1.5.0.js                      | 3832 +++++++++++++++
 templates/custom/GapAppProj.csproj                 |    4 +-
 templates/custom/www/cordova-1.4.1-core.js         | 2594 ----------
 templates/custom/www/cordova-1.4.1.js              | 3832 ---------------
 templates/custom/www/cordova-1.5.0-core.js         | 2594 ++++++++++
 templates/custom/www/cordova-1.5.0.js              | 3832 +++++++++++++++
 templates/custom/www/index.html                    |   10 +-
 templates/description.txt                          |    5 +-
 templates/full/CordovaSourceDictionary.xml         |    4 +-
 templates/full/GapAppProj.csproj                   |    6 +-
 templates/full/GapLib/WP7CordovaClassLib.dll       |  Bin 132608 -> 132608 bytes
 templates/full/www/cordova-1.4.1.js                | 3832 ---------------
 templates/full/www/cordova-1.5.0.js                | 3832 +++++++++++++++
 templates/full/www/index.html                      |    2 +-
 .../CordovaSourceDictionary.xml                    |    2 +-
 .../MobileSpecUnitTests/MobileSpecUnitTests.csproj |    2 +-
 tests/MobileSpecUnitTests/www/autotest/index.html  |   18 +-
 .../www/autotest/tests/device.tests.js             |    6 +-
 tests/MobileSpecUnitTests/www/cordova-1.4.1.js     | 3832 ---------------
 tests/MobileSpecUnitTests/www/cordova-1.5.0.js     | 3832 +++++++++++++++
 tests/MobileSpecUnitTests/www/index.html           |  113 +-
 54 files changed, 24460 insertions(+), 24487 deletions(-)
----------------------------------------------------------------------