Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 400DBF15F for ; Fri, 5 Jul 2013 12:48:19 +0000 (UTC) Received: (qmail 16852 invoked by uid 500); 5 Jul 2013 12:48:07 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 16591 invoked by uid 500); 5 Jul 2013 12:48:00 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 14377 invoked by uid 99); 5 Jul 2013 12:47:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 12:47:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9F97482C495; Fri, 5 Jul 2013 12:47:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Fri, 05 Jul 2013 12:48:32 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [51/51] [partial] git commit: Merge master2->master Merge master2->master Did so via: git rm -r . git checkout --theirs master2 -- . git commit -a Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/ac0c95be Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/ac0c95be Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/ac0c95be Branch: refs/heads/master Commit: ac0c95becb5cfe55272cf25010d59aae75ffc746 Parents: 083991b Author: Andrew Grieve Authored: Fri Jul 5 08:44:21 2013 -0400 Committer: Andrew Grieve Committed: Fri Jul 5 08:44:21 2013 -0400 ---------------------------------------------------------------------- .gitignore | 2 +- .reviewboardrc | 8 + README.md | 81 +- VERSION | 2 +- bin/cordova | 40 +- bootstrap.js | 115 - cordova.js | 35 +- doc/help.txt | 39 +- lib/cordova-android/LICENSE | 202 - lib/cordova-android/NOTICE | 5 - lib/cordova-android/README.md | 105 - lib/cordova-android/VERSION | 1 - lib/cordova-android/bin/check_reqs | 34 - lib/cordova-android/bin/check_reqs.bat | 9 - lib/cordova-android/bin/check_reqs.js | 81 - lib/cordova-android/bin/create | 163 - lib/cordova-android/bin/create.bat | 54 - lib/cordova-android/bin/create.js | 267 - lib/cordova-android/bin/create.xml | 98 - lib/cordova-android/bin/package.json | 22 - .../ApplicationInfo/ApplicationInfo.java | 61 - lib/cordova-android/bin/templates/cordova/build | 23 - .../bin/templates/cordova/build.bat | 2 - lib/cordova-android/bin/templates/cordova/clean | 23 - .../bin/templates/cordova/clean.bat | 2 - .../bin/templates/cordova/cordova.bat | 33 - .../bin/templates/cordova/lib/cordova | 386 - .../bin/templates/cordova/lib/cordova.js | 593 - .../bin/templates/cordova/lib/install-device | 23 - .../templates/cordova/lib/install-device.bat | 9 - .../bin/templates/cordova/lib/install-emulator | 23 - .../templates/cordova/lib/install-emulator.bat | 9 - .../bin/templates/cordova/lib/list-devices | 23 - .../bin/templates/cordova/lib/list-devices.bat | 9 - .../templates/cordova/lib/list-emulator-images | 23 - .../cordova/lib/list-emulator-images.bat | 9 - .../cordova/lib/list-started-emulators | 23 - .../cordova/lib/list-started-emulators.bat | 9 - .../bin/templates/cordova/lib/start-emulator | 23 - .../templates/cordova/lib/start-emulator.bat | 9 - lib/cordova-android/bin/templates/cordova/log | 23 - .../bin/templates/cordova/log.bat | 2 - lib/cordova-android/bin/templates/cordova/run | 23 - .../bin/templates/cordova/run.bat | 2 - .../bin/templates/cordova/version | 32 - .../bin/templates/project/Activity.java | 36 - .../bin/templates/project/AndroidManifest.xml | 63 - .../templates/project/assets/www/css/index.css | 115 - .../project/assets/www/img/cordova.png | Bin 19932 -> 0 bytes .../templates/project/assets/www/img/logo.png | Bin 21814 -> 0 bytes .../bin/templates/project/assets/www/index.html | 42 - .../templates/project/assets/www/js/index.js | 49 - .../bin/templates/project/assets/www/main.js | 165 - .../bin/templates/project/assets/www/master.css | 116 - .../www/res/icon/android/icon-36-ldpi.png | Bin 3096 -> 0 bytes .../www/res/icon/android/icon-48-mdpi.png | Bin 4090 -> 0 bytes .../www/res/icon/android/icon-72-hdpi.png | Bin 6080 -> 0 bytes .../www/res/icon/android/icon-96-xhdpi.png | Bin 7685 -> 0 bytes .../screen/android/screen-hdpi-landscape.png | Bin 218302 -> 0 bytes .../res/screen/android/screen-hdpi-portrait.png | Bin 222148 -> 0 bytes .../screen/android/screen-ldpi-landscape.png | Bin 42616 -> 0 bytes .../res/screen/android/screen-ldpi-portrait.png | Bin 42034 -> 0 bytes .../screen/android/screen-mdpi-landscape.png | Bin 92347 -> 0 bytes .../res/screen/android/screen-mdpi-portrait.png | Bin 90555 -> 0 bytes .../screen/android/screen-xhdpi-landscape.png | Bin 489604 -> 0 bytes .../screen/android/screen-xhdpi-portrait.png | Bin 504508 -> 0 bytes .../bin/templates/project/assets/www/spec.html | 68 - .../templates/project/assets/www/spec/helper.js | 33 - .../templates/project/assets/www/spec/index.js | 67 - .../www/spec/lib/jasmine-1.2.0/MIT.LICENSE | 20 - .../www/spec/lib/jasmine-1.2.0/jasmine-html.js | 616 - .../www/spec/lib/jasmine-1.2.0/jasmine.css | 81 - .../www/spec/lib/jasmine-1.2.0/jasmine.js | 2529 ---- .../project/res/drawable-hdpi/icon.png | Bin 6080 -> 0 bytes .../project/res/drawable-ldpi/icon.png | Bin 3096 -> 0 bytes .../project/res/drawable-mdpi/icon.png | Bin 4090 -> 0 bytes .../project/res/drawable-xhdpi/icon.png | Bin 7685 -> 0 bytes .../bin/templates/project/res/drawable/icon.png | Bin 7685 -> 0 bytes .../bin/tests/test_create_unix.js | 152 - .../bin/tests/test_create_win.js | 155 - lib/cordova-android/bin/update | 139 - lib/cordova-android/bin/update.bat | 32 - lib/cordova-android/bin/update.js | 193 - lib/cordova-android/framework/.classpath | 9 - lib/cordova-android/framework/.project | 33 - .../framework/AndroidManifest.xml | 68 - lib/cordova-android/framework/ant.properties | 34 - .../framework/assets/www/cordova.js | 6836 ----------- .../framework/assets/www/index.html | 27 - lib/cordova-android/framework/build.xml | 177 - .../framework/default.properties | 14 - .../framework/project.properties | 16 - .../framework/res/drawable-hdpi/icon.png | Bin 6080 -> 0 bytes .../framework/res/drawable-ldpi/icon.png | Bin 3096 -> 0 bytes .../framework/res/drawable-mdpi/icon.png | Bin 4090 -> 0 bytes .../framework/res/drawable/splash.png | Bin 93962 -> 0 bytes .../framework/res/layout/main.xml | 29 - .../framework/res/values/strings.xml | 23 - .../framework/res/xml/config.xml | 60 - .../src/org/apache/cordova/AccelListener.java | 285 - .../framework/src/org/apache/cordova/App.java | 221 - .../src/org/apache/cordova/AudioHandler.java | 357 - .../src/org/apache/cordova/AudioPlayer.java | 553 - .../org/apache/cordova/AuthenticationToken.java | 69 - .../src/org/apache/cordova/BatteryListener.java | 163 - .../src/org/apache/cordova/CameraLauncher.java | 807 -- .../src/org/apache/cordova/Capture.java | 445 - .../src/org/apache/cordova/CompassListener.java | 295 - .../src/org/apache/cordova/Config.java | 297 - .../src/org/apache/cordova/ContactAccessor.java | 198 - .../org/apache/cordova/ContactAccessorSdk5.java | 2174 ---- .../src/org/apache/cordova/ContactManager.java | 122 - .../src/org/apache/cordova/CordovaArgs.java | 113 - .../org/apache/cordova/CordovaChromeClient.java | 402 - .../apache/cordova/CordovaLocationListener.java | 251 - .../src/org/apache/cordova/CordovaWebView.java | 945 -- .../apache/cordova/CordovaWebViewClient.java | 479 - .../src/org/apache/cordova/Device.java | 199 - .../org/apache/cordova/DirectoryManager.java | 161 - .../src/org/apache/cordova/DroidGap.java | 1156 -- .../framework/src/org/apache/cordova/Echo.java | 48 - .../src/org/apache/cordova/ExifHelper.java | 185 - .../src/org/apache/cordova/ExposedJsApi.java | 71 - .../src/org/apache/cordova/FileHelper.java | 149 - .../org/apache/cordova/FileProgressResult.java | 63 - .../src/org/apache/cordova/FileTransfer.java | 959 -- .../org/apache/cordova/FileUploadResult.java | 73 - .../src/org/apache/cordova/FileUtils.java | 1059 -- .../src/org/apache/cordova/GPSListener.java | 50 - .../src/org/apache/cordova/GeoBroker.java | 206 - .../src/org/apache/cordova/Globalization.java | 577 - .../org/apache/cordova/GlobalizationError.java | 108 - .../src/org/apache/cordova/HttpHandler.java | 86 - .../cordova/IceCreamCordovaWebViewClient.java | 83 - .../src/org/apache/cordova/InAppBrowser.java | 813 -- .../src/org/apache/cordova/JSONUtils.java | 24 - .../cordova/LinearLayoutSoftKeyboardDetect.java | 105 - .../apache/cordova/NativeToJsMessageQueue.java | 488 - .../src/org/apache/cordova/NetworkListener.java | 32 - .../src/org/apache/cordova/NetworkManager.java | 248 - .../src/org/apache/cordova/Notification.java | 450 - .../src/org/apache/cordova/SplashScreen.java | 43 - .../src/org/apache/cordova/StandAlone.java | 32 - .../src/org/apache/cordova/Storage.java | 244 - .../org/apache/cordova/api/CallbackContext.java | 129 - .../apache/cordova/api/CordovaInterface.java | 70 - .../org/apache/cordova/api/CordovaPlugin.java | 187 - .../src/org/apache/cordova/api/LOG.java | 234 - .../org/apache/cordova/api/LegacyContext.java | 154 - .../src/org/apache/cordova/api/PluginEntry.java | 117 - .../org/apache/cordova/api/PluginManager.java | 412 - .../org/apache/cordova/api/PluginResult.java | 179 - .../apache/cordova/file/EncodingException.java | 28 - .../cordova/file/FileExistsException.java | 28 - .../file/InvalidModificationException.java | 29 - .../file/NoModificationAllowedException.java | 28 - .../cordova/file/TypeMismatchException.java | 29 - .../org/apache/cordova/PreferenceNodeTest.java | 53 - .../org/apache/cordova/PreferenceSetTest.java | 73 - lib/cordova-android/test/.classpath | 8 - lib/cordova-android/test/.project | 33 - lib/cordova-android/test/AndroidManifest.xml | 269 - lib/cordova-android/test/README.md | 30 - lib/cordova-android/test/ant.properties | 17 - .../assets/www/backbuttonmultipage/index.html | 41 - .../assets/www/backbuttonmultipage/sample2.html | 41 - .../assets/www/backbuttonmultipage/sample3.html | 43 - .../test/assets/www/background/index.html | 117 - .../test/assets/www/background/index2.html | 116 - .../test/assets/www/backgroundcolor/index.html | 41 - .../test/assets/www/basicauth/index.html | 42 - .../test/assets/www/cordova.android.js | 6533 ---------- lib/cordova-android/test/assets/www/cordova.js | 21 - .../test/assets/www/fullscreen/index.html | 42 - .../test/assets/www/htmlnotfound/error.html | 19 - .../test/assets/www/iframe/index.html | 51 - .../test/assets/www/iframe/index2.html | 42 - lib/cordova-android/test/assets/www/index.html | 68 - .../test/assets/www/jqmtabbackbutton/index.html | 67 - .../test/assets/www/jqmtabbackbutton/tab1.html | 47 - .../test/assets/www/jqmtabbackbutton/tab2.html | 48 - .../test/assets/www/jqmtabbackbutton/tab3.html | 48 - .../test/assets/www/lifecycle/index.html | 126 - .../test/assets/www/lifecycle/index2.html | 122 - lib/cordova-android/test/assets/www/main.js | 169 - lib/cordova-android/test/assets/www/master.css | 136 - .../test/assets/www/menus/index.html | 47 - .../test/assets/www/splashscreen/index.html | 40 - .../test/assets/www/userwebview/index.html | 67 - .../test/assets/www/whitelist/index.html | 47 - .../test/assets/www/whitelist/index2.html | 41 - .../test/assets/www/xhr/index.html | 66 - lib/cordova-android/test/build.xml | 103 - lib/cordova-android/test/proguard.cfg | 40 - lib/cordova-android/test/project.properties | 12 - .../test/res/drawable-hdpi/ic_launcher.png | Bin 6080 -> 0 bytes .../test/res/drawable-ldpi/ic_launcher.png | Bin 3096 -> 0 bytes .../test/res/drawable-mdpi/ic_launcher.png | Bin 4090 -> 0 bytes lib/cordova-android/test/res/drawable/icon.png | Bin 5800 -> 0 bytes lib/cordova-android/test/res/drawable/sandy.jpg | Bin 48450 -> 0 bytes lib/cordova-android/test/res/layout/main.xml | 31 - lib/cordova-android/test/res/values/strings.xml | 4 - lib/cordova-android/test/res/xml/config.xml | 57 - .../org/apache/cordova/test/ActivityPlugin.java | 85 - .../cordova/test/BackButtonMultiPageTest.java | 158 - .../cordova/test/CordovaActivityTest.java | 90 - .../org/apache/cordova/test/CordovaTest.java | 115 - .../org/apache/cordova/test/ErrorUrlTest.java | 76 - .../src/org/apache/cordova/test/FixWebView.java | 43 - .../org/apache/cordova/test/GapClientTest.java | 68 - .../apache/cordova/test/HtmlNotFoundTest.java | 74 - .../src/org/apache/cordova/test/IFrameTest.java | 92 - .../src/org/apache/cordova/test/JQMTabTest.java | 75 - .../org/apache/cordova/test/LifecycleTest.java | 34 - .../apache/cordova/test/PluginManagerTest.java | 70 - .../apache/cordova/test/SplashscreenTest.java | 49 - .../apache/cordova/test/UserWebViewTest.java | 76 - .../src/org/apache/cordova/test/XhrTest.java | 34 - .../cordova/test/actions/CordovaActivity.java | 33 - .../test/actions/CordovaDriverAction.java | 78 - .../actions/CordovaWebViewTestActivity.java | 104 - .../test/actions/backbuttonmultipage.java | 30 - .../apache/cordova/test/actions/background.java | 33 - .../apache/cordova/test/actions/basicauth.java | 44 - .../apache/cordova/test/actions/errorurl.java | 34 - .../apache/cordova/test/actions/fullscreen.java | 39 - .../cordova/test/actions/htmlnotfound.java | 31 - .../org/apache/cordova/test/actions/iframe.java | 30 - .../cordova/test/actions/jqmtabbackbutton.java | 30 - .../apache/cordova/test/actions/lifecycle.java | 30 - .../apache/cordova/test/actions/loading.java | 31 - .../org/apache/cordova/test/actions/menus.java | 80 - .../cordova/test/actions/splashscreen.java | 37 - .../org/apache/cordova/test/actions/tests.java | 32 - .../apache/cordova/test/actions/timeout.java | 34 - .../cordova/test/actions/userwebview.java | 78 - .../apache/cordova/test/actions/whitelist.java | 51 - .../org/apache/cordova/test/actions/xhr.java | 30 - .../apache/cordova/test/backgroundcolor.java | 40 - .../org/apache/cordova/test/util/Purity.java | 171 - lib/cordova-blackberry/LICENSE | 268 - lib/cordova-blackberry/NOTICE | 8 - lib/cordova-blackberry/README.md | 183 - lib/cordova-blackberry/VERSION | 1 - lib/cordova-blackberry/bin/create | 108 - lib/cordova-blackberry/bin/create.bat | 33 - lib/cordova-blackberry/bin/create.js | 129 - .../bin/templates/dist/README.md | 90 - .../bin/templates/project/blackberry.xml | 456 - .../bin/templates/project/build.xml | 160 - .../bin/templates/project/cordova/build | 34 - .../bin/templates/project/cordova/run | 41 - .../bin/templates/project/playbook.xml | 338 - .../bin/templates/project/project.properties | 137 - .../bin/templates/project/qnx.xml | 336 - .../bin/templates/project/www/LICENSE | 296 - .../bin/templates/project/www/NOTICE | 8 - .../bin/templates/project/www/README.md | 30 - .../bin/templates/project/www/VERSION | 1 - .../bin/templates/project/www/config.xml | 96 - .../bin/templates/project/www/css/index.css | 115 - .../bin/templates/project/www/img/logo.png | Bin 21814 -> 0 bytes .../bin/templates/project/www/index.html | 42 - .../bin/templates/project/www/js/index.js | 49 - .../bin/templates/project/www/json2.js | 482 - .../bin/templates/project/www/plugins.xml | 35 - .../project/www/res/icon/blackberry/icon-80.png | Bin 7287 -> 0 bytes .../project/www/res/resourceBundles/ar.js.gz | Bin 708 -> 0 bytes .../project/www/res/resourceBundles/ar_AE.js.gz | Bin 745 -> 0 bytes .../project/www/res/resourceBundles/ar_BH.js.gz | Bin 738 -> 0 bytes .../project/www/res/resourceBundles/ar_DZ.js.gz | Bin 737 -> 0 bytes .../project/www/res/resourceBundles/ar_EG.js.gz | Bin 735 -> 0 bytes .../project/www/res/resourceBundles/ar_IQ.js.gz | Bin 736 -> 0 bytes .../project/www/res/resourceBundles/ar_JO.js.gz | Bin 736 -> 0 bytes .../project/www/res/resourceBundles/ar_KW.js.gz | Bin 738 -> 0 bytes .../project/www/res/resourceBundles/ar_LB.js.gz | Bin 735 -> 0 bytes .../project/www/res/resourceBundles/ar_LY.js.gz | Bin 736 -> 0 bytes .../project/www/res/resourceBundles/ar_MA.js.gz | Bin 738 -> 0 bytes .../project/www/res/resourceBundles/ar_OM.js.gz | Bin 736 -> 0 bytes .../project/www/res/resourceBundles/ar_QA.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/ar_SA.js.gz | Bin 704 -> 0 bytes .../project/www/res/resourceBundles/ar_SD.js.gz | Bin 737 -> 0 bytes .../project/www/res/resourceBundles/ar_SY.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/ar_TN.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/ar_YE.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/be.js.gz | Bin 703 -> 0 bytes .../project/www/res/resourceBundles/be_BY.js.gz | Bin 686 -> 0 bytes .../project/www/res/resourceBundles/bg.js.gz | Bin 702 -> 0 bytes .../project/www/res/resourceBundles/bg_BG.js.gz | Bin 688 -> 0 bytes .../project/www/res/resourceBundles/bn_IN.js.gz | Bin 767 -> 0 bytes .../project/www/res/resourceBundles/ca.js.gz | Bin 698 -> 0 bytes .../project/www/res/resourceBundles/ca_ES.js.gz | Bin 678 -> 0 bytes .../www/res/resourceBundles/ca_ES_PREEURO.js.gz | Bin 696 -> 0 bytes .../project/www/res/resourceBundles/cs.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/cs_CZ.js.gz | Bin 687 -> 0 bytes .../www/res/resourceBundles/cs_CZ_EURO.js.gz | Bin 702 -> 0 bytes .../www/res/resourceBundles/cs_CZ_PREEURO.js.gz | Bin 706 -> 0 bytes .../project/www/res/resourceBundles/da.js.gz | Bin 698 -> 0 bytes .../project/www/res/resourceBundles/da_DK.js.gz | Bin 717 -> 0 bytes .../www/res/resourceBundles/da_DK_EURO.js.gz | Bin 731 -> 0 bytes .../project/www/res/resourceBundles/de.js.gz | Bin 697 -> 0 bytes .../project/www/res/resourceBundles/de_AT.js.gz | Bin 719 -> 0 bytes .../www/res/resourceBundles/de_AT_PREEURO.js.gz | Bin 737 -> 0 bytes .../project/www/res/resourceBundles/de_CH.js.gz | Bin 723 -> 0 bytes .../project/www/res/resourceBundles/de_DE.js.gz | Bin 678 -> 0 bytes .../www/res/resourceBundles/de_DE_PREEURO.js.gz | Bin 696 -> 0 bytes .../project/www/res/resourceBundles/de_LU.js.gz | Bin 682 -> 0 bytes .../www/res/resourceBundles/de_LU_PREEURO.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/el.js.gz | Bin 696 -> 0 bytes .../project/www/res/resourceBundles/el_CY.js.gz | Bin 712 -> 0 bytes .../www/res/resourceBundles/el_CY_EURO.js.gz | Bin 726 -> 0 bytes .../www/res/resourceBundles/el_CY_PREEURO.js.gz | Bin 730 -> 0 bytes .../project/www/res/resourceBundles/el_GR.js.gz | Bin 690 -> 0 bytes .../www/res/resourceBundles/el_GR_PREEURO.js.gz | Bin 708 -> 0 bytes .../project/www/res/resourceBundles/en.js.gz | Bin 670 -> 0 bytes .../project/www/res/resourceBundles/en_AU.js.gz | Bin 689 -> 0 bytes .../project/www/res/resourceBundles/en_BE.js.gz | Bin 680 -> 0 bytes .../www/res/resourceBundles/en_BE_PREEURO.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/en_CA.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/en_GB.js.gz | Bin 692 -> 0 bytes .../www/res/resourceBundles/en_GB_EURO.js.gz | Bin 706 -> 0 bytes .../project/www/res/resourceBundles/en_HK.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/en_IE.js.gz | Bin 692 -> 0 bytes .../www/res/resourceBundles/en_IE_PREEURO.js.gz | Bin 710 -> 0 bytes .../project/www/res/resourceBundles/en_IN.js.gz | Bin 762 -> 0 bytes .../project/www/res/resourceBundles/en_MT.js.gz | Bin 686 -> 0 bytes .../project/www/res/resourceBundles/en_NZ.js.gz | Bin 691 -> 0 bytes .../project/www/res/resourceBundles/en_PH.js.gz | Bin 703 -> 0 bytes .../project/www/res/resourceBundles/en_SG.js.gz | Bin 688 -> 0 bytes .../project/www/res/resourceBundles/en_US.js.gz | Bin 705 -> 0 bytes .../project/www/res/resourceBundles/en_ZA.js.gz | Bin 692 -> 0 bytes .../project/www/res/resourceBundles/es.js.gz | Bin 681 -> 0 bytes .../project/www/res/resourceBundles/es_AR.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/es_BO.js.gz | Bin 697 -> 0 bytes .../project/www/res/resourceBundles/es_CL.js.gz | Bin 696 -> 0 bytes .../project/www/res/resourceBundles/es_CO.js.gz | Bin 698 -> 0 bytes .../project/www/res/resourceBundles/es_CR.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/es_DO.js.gz | Bin 708 -> 0 bytes .../project/www/res/resourceBundles/es_EC.js.gz | Bin 697 -> 0 bytes .../project/www/res/resourceBundles/es_ES.js.gz | Bin 679 -> 0 bytes .../www/res/resourceBundles/es_ES_PREEURO.js.gz | Bin 697 -> 0 bytes .../project/www/res/resourceBundles/es_GT.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/es_HN.js.gz | Bin 698 -> 0 bytes .../project/www/res/resourceBundles/es_MX.js.gz | Bin 697 -> 0 bytes .../project/www/res/resourceBundles/es_NI.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/es_PA.js.gz | Bin 697 -> 0 bytes .../project/www/res/resourceBundles/es_PE.js.gz | Bin 695 -> 0 bytes .../project/www/res/resourceBundles/es_PR.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/es_PY.js.gz | Bin 720 -> 0 bytes .../project/www/res/resourceBundles/es_SV.js.gz | Bin 702 -> 0 bytes .../project/www/res/resourceBundles/es_US.js.gz | Bin 707 -> 0 bytes .../project/www/res/resourceBundles/es_UY.js.gz | Bin 721 -> 0 bytes .../project/www/res/resourceBundles/es_VE.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/et.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/et_EE.js.gz | Bin 677 -> 0 bytes .../www/res/resourceBundles/et_EE_EURO.js.gz | Bin 691 -> 0 bytes .../www/res/resourceBundles/et_EE_PREEURO.js.gz | Bin 695 -> 0 bytes .../project/www/res/resourceBundles/fi.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/fi_FI.js.gz | Bin 685 -> 0 bytes .../www/res/resourceBundles/fi_FI_PREEURO.js.gz | Bin 702 -> 0 bytes .../project/www/res/resourceBundles/fr.js.gz | Bin 661 -> 0 bytes .../project/www/res/resourceBundles/fr_BE.js.gz | Bin 679 -> 0 bytes .../www/res/resourceBundles/fr_BE_PREEURO.js.gz | Bin 698 -> 0 bytes .../project/www/res/resourceBundles/fr_CA.js.gz | Bin 696 -> 0 bytes .../project/www/res/resourceBundles/fr_CH.js.gz | Bin 723 -> 0 bytes .../project/www/res/resourceBundles/fr_FR.js.gz | Bin 682 -> 0 bytes .../www/res/resourceBundles/fr_FR_PREEURO.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/fr_LU.js.gz | Bin 682 -> 0 bytes .../www/res/resourceBundles/fr_LU_PREEURO.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/ga.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/ga_IE.js.gz | Bin 691 -> 0 bytes .../project/www/res/resourceBundles/gu.js.gz | Bin 702 -> 0 bytes .../project/www/res/resourceBundles/gu_IN.js.gz | Bin 763 -> 0 bytes .../project/www/res/resourceBundles/hi_IN.js.gz | Bin 759 -> 0 bytes .../project/www/res/resourceBundles/hr.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/hr_HR.js.gz | Bin 712 -> 0 bytes .../project/www/res/resourceBundles/hu.js.gz | Bin 702 -> 0 bytes .../project/www/res/resourceBundles/hu_HU.js.gz | Bin 680 -> 0 bytes .../www/res/resourceBundles/hu_HU_EURO.js.gz | Bin 694 -> 0 bytes .../www/res/resourceBundles/hu_HU_PREEURO.js.gz | Bin 698 -> 0 bytes .../project/www/res/resourceBundles/in.js.gz | Bin 669 -> 0 bytes .../project/www/res/resourceBundles/in_ID.js.gz | Bin 684 -> 0 bytes .../project/www/res/resourceBundles/is.js.gz | Bin 702 -> 0 bytes .../project/www/res/resourceBundles/is_IS.js.gz | Bin 679 -> 0 bytes .../project/www/res/resourceBundles/it.js.gz | Bin 698 -> 0 bytes .../project/www/res/resourceBundles/it_CH.js.gz | Bin 723 -> 0 bytes .../project/www/res/resourceBundles/it_IT.js.gz | Bin 717 -> 0 bytes .../www/res/resourceBundles/it_IT_PREEURO.js.gz | Bin 734 -> 0 bytes .../project/www/res/resourceBundles/iw.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/iw_IL.js.gz | Bin 683 -> 0 bytes .../project/www/res/resourceBundles/ja.js.gz | Bin 703 -> 0 bytes .../project/www/res/resourceBundles/ja_JP.js.gz | Bin 692 -> 0 bytes .../www/res/resourceBundles/ja_JP_JP.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/kk.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/kk_KZ.js.gz | Bin 711 -> 0 bytes .../project/www/res/resourceBundles/kn.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/kn_IN.js.gz | Bin 761 -> 0 bytes .../project/www/res/resourceBundles/ko.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/ko_KR.js.gz | Bin 695 -> 0 bytes .../project/www/res/resourceBundles/lt.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/lt_LT.js.gz | Bin 676 -> 0 bytes .../www/res/resourceBundles/lt_LT_EURO.js.gz | Bin 690 -> 0 bytes .../www/res/resourceBundles/lt_LT_PREEURO.js.gz | Bin 694 -> 0 bytes .../project/www/res/resourceBundles/lv.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/lv_LV.js.gz | Bin 677 -> 0 bytes .../www/res/resourceBundles/lv_LV_EURO.js.gz | Bin 691 -> 0 bytes .../www/res/resourceBundles/lv_LV_PREEURO.js.gz | Bin 695 -> 0 bytes .../project/www/res/resourceBundles/mk.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/mk_MK.js.gz | Bin 720 -> 0 bytes .../project/www/res/resourceBundles/ml_IN.js.gz | Bin 762 -> 0 bytes .../project/www/res/resourceBundles/mr.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/mr_IN.js.gz | Bin 761 -> 0 bytes .../project/www/res/resourceBundles/ms.js.gz | Bin 696 -> 0 bytes .../project/www/res/resourceBundles/ms_MY.js.gz | Bin 694 -> 0 bytes .../project/www/res/resourceBundles/mt.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/mt_MT.js.gz | Bin 685 -> 0 bytes .../www/res/resourceBundles/mt_MT_EURO.js.gz | Bin 699 -> 0 bytes .../www/res/resourceBundles/mt_MT_PREEURO.js.gz | Bin 703 -> 0 bytes .../project/www/res/resourceBundles/nb_NO.js.gz | Bin 688 -> 0 bytes .../project/www/res/resourceBundles/nl.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/nl_BE.js.gz | Bin 679 -> 0 bytes .../www/res/resourceBundles/nl_BE_PREEURO.js.gz | Bin 697 -> 0 bytes .../project/www/res/resourceBundles/nl_NL.js.gz | Bin 724 -> 0 bytes .../www/res/resourceBundles/nl_NL_PREEURO.js.gz | Bin 741 -> 0 bytes .../project/www/res/resourceBundles/no.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/no_NO.js.gz | Bin 680 -> 0 bytes .../www/res/resourceBundles/no_NO_NY.js.gz | Bin 692 -> 0 bytes .../project/www/res/resourceBundles/or_IN.js.gz | Bin 761 -> 0 bytes .../project/www/res/resourceBundles/pa.js.gz | Bin 737 -> 0 bytes .../project/www/res/resourceBundles/pa_IN.js.gz | Bin 753 -> 0 bytes .../project/www/res/resourceBundles/pl.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/pl_PL.js.gz | Bin 683 -> 0 bytes .../www/res/resourceBundles/pl_PL_EURO.js.gz | Bin 697 -> 0 bytes .../www/res/resourceBundles/pl_PL_PREEURO.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/pt.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/pt_BR.js.gz | Bin 717 -> 0 bytes .../project/www/res/resourceBundles/pt_PT.js.gz | Bin 681 -> 0 bytes .../www/res/resourceBundles/pt_PT_PREEURO.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/ro.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/ro_RO.js.gz | Bin 675 -> 0 bytes .../project/www/res/resourceBundles/ru.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/ru_RU.js.gz | Bin 689 -> 0 bytes .../project/www/res/resourceBundles/sh.js.gz | Bin 691 -> 0 bytes .../project/www/res/resourceBundles/sh_CS.js.gz | Bin 725 -> 0 bytes .../project/www/res/resourceBundles/sk.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/sk_SK.js.gz | Bin 679 -> 0 bytes .../www/res/resourceBundles/sk_SK_EURO.js.gz | Bin 693 -> 0 bytes .../www/res/resourceBundles/sk_SK_PREEURO.js.gz | Bin 696 -> 0 bytes .../project/www/res/resourceBundles/sl.js.gz | Bin 700 -> 0 bytes .../project/www/res/resourceBundles/sl_SI.js.gz | Bin 676 -> 0 bytes .../www/res/resourceBundles/sl_SI_PREEURO.js.gz | Bin 693 -> 0 bytes .../project/www/res/resourceBundles/sq.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/sq_AL.js.gz | Bin 684 -> 0 bytes .../project/www/res/resourceBundles/sr.js.gz | Bin 698 -> 0 bytes .../project/www/res/resourceBundles/sr_BA.js.gz | Bin 727 -> 0 bytes .../project/www/res/resourceBundles/sr_CS.js.gz | Bin 727 -> 0 bytes .../project/www/res/resourceBundles/sr_ME.js.gz | Bin 716 -> 0 bytes .../project/www/res/resourceBundles/sr_RS.js.gz | Bin 712 -> 0 bytes .../www/res/resourceBundles/sr_RS_Cyrl.js.gz | Bin 727 -> 0 bytes .../www/res/resourceBundles/sr_RS_Latn.js.gz | Bin 724 -> 0 bytes .../project/www/res/resourceBundles/sv.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/sv_SE.js.gz | Bin 679 -> 0 bytes .../www/res/resourceBundles/sv_SE_EURO.js.gz | Bin 693 -> 0 bytes .../www/res/resourceBundles/sv_SE_PREEURO.js.gz | Bin 697 -> 0 bytes .../project/www/res/resourceBundles/ta.js.gz | Bin 736 -> 0 bytes .../project/www/res/resourceBundles/ta_IN.js.gz | Bin 759 -> 0 bytes .../project/www/res/resourceBundles/te.js.gz | Bin 701 -> 0 bytes .../project/www/res/resourceBundles/te_IN.js.gz | Bin 761 -> 0 bytes .../project/www/res/resourceBundles/th.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/th_TH.js.gz | Bin 705 -> 0 bytes .../www/res/resourceBundles/th_TH_TH.js.gz | Bin 712 -> 0 bytes .../project/www/res/resourceBundles/tr.js.gz | Bin 699 -> 0 bytes .../project/www/res/resourceBundles/tr_TR.js.gz | Bin 676 -> 0 bytes .../project/www/res/resourceBundles/uk.js.gz | Bin 702 -> 0 bytes .../project/www/res/resourceBundles/uk_UA.js.gz | Bin 693 -> 0 bytes .../project/www/res/resourceBundles/vi.js.gz | Bin 663 -> 0 bytes .../project/www/res/resourceBundles/vi_VN.js.gz | Bin 678 -> 0 bytes .../project/www/res/resourceBundles/zh.js.gz | Bin 702 -> 0 bytes .../project/www/res/resourceBundles/zh_CN.js.gz | Bin 691 -> 0 bytes .../project/www/res/resourceBundles/zh_HK.js.gz | Bin 705 -> 0 bytes .../project/www/res/resourceBundles/zh_SG.js.gz | Bin 690 -> 0 bytes .../project/www/res/resourceBundles/zh_TW.js.gz | Bin 689 -> 0 bytes .../www/res/screen/blackberry/screen-225.png | Bin 16776 -> 0 bytes .../bin/templates/project/www/spec.html | 68 - .../bin/templates/project/www/spec/helper.js | 33 - .../bin/templates/project/www/spec/index.js | 67 - .../www/spec/lib/jasmine-1.2.0/MIT.LICENSE | 20 - .../www/spec/lib/jasmine-1.2.0/jasmine-html.js | 616 - .../www/spec/lib/jasmine-1.2.0/jasmine.css | 81 - .../www/spec/lib/jasmine-1.2.0/jasmine.js | 2529 ---- lib/cordova-blackberry/build.xml | 342 - .../ext-air/Cordova_Network/library.xml | 40 - .../src/org/apache/cordova/network/Network.as | 88 - .../ext-qnx/org.apache.cordova/client.js | 16 - .../ext-qnx/org.apache.cordova/index.js | 34 - .../ext-qnx/org.apache.cordova/manifest.json | 5 - .../framework/ext-qnx/readme.md | 1 - lib/cordova-blackberry/framework/ext/.classpath | 7 - lib/cordova-blackberry/framework/ext/.project | 29 - .../net.rim.browser.tools.debug.widget.prefs | 3 - .../ext/.settings/org.eclipse.jdt.core.prefs | 12 - .../framework/ext/BlackBerry_App_Descriptor.xml | 36 - .../framework/ext/src/library.xml | 35 - .../org/apache/cordova/CordovaExtension.java | 208 - .../cordova/accelerometer/Accelerometer.java | 228 - .../ext/src/org/apache/cordova/api/IPlugin.java | 71 - .../ext/src/org/apache/cordova/api/Plugin.java | 114 - .../org/apache/cordova/api/PluginManager.java | 168 - .../cordova/api/PluginManagerFunction.java | 240 - .../org/apache/cordova/api/PluginResult.java | 152 - .../ext/src/org/apache/cordova/app/App.java | 147 - .../src/org/apache/cordova/battery/Battery.java | 210 - .../src/org/apache/cordova/camera/Camera.java | 470 - .../apache/cordova/camera/CameraOptions.java | 193 - .../apache/cordova/camera/PhotoListener.java | 107 - .../cordova/capture/AudioCaptureListener.java | 80 - .../cordova/capture/AudioCaptureOperation.java | 173 - .../apache/cordova/capture/AudioControl.java | 75 - .../apache/cordova/capture/CameraControl.java | 87 - .../apache/cordova/capture/CaptureControl.java | 169 - .../org/apache/cordova/capture/CaptureMode.java | 87 - .../cordova/capture/CaptureOperation.java | 202 - .../cordova/capture/ImageCaptureListener.java | 84 - .../cordova/capture/ImageCaptureOperation.java | 161 - .../apache/cordova/capture/MediaCapture.java | 502 - .../org/apache/cordova/capture/MediaQueue.java | 44 - .../cordova/capture/VideoCaptureListener.java | 107 - .../cordova/capture/VideoCaptureOperation.java | 124 - .../src/org/apache/cordova/device/Device.java | 70 - .../ext/src/org/apache/cordova/file/Entry.java | 66 - .../ext/src/org/apache/cordova/file/File.java | 84 - .../org/apache/cordova/file/FileManager.java | 1051 -- .../apache/cordova/geolocation/Geolocation.java | 372 - .../geolocation/GeolocationListener.java | 133 - .../cordova/geolocation/GeolocationResult.java | 73 - .../cordova/geolocation/GeolocationStatus.java | 36 - .../apache/cordova/geolocation/Position.java | 133 - .../cordova/geolocation/PositionOptions.java | 42 - .../cordova/globalization/Globalization.java | 558 - .../globalization/GlobalizationError.java | 115 - .../apache/cordova/globalization/Resources.java | 99 - .../org/apache/cordova/globalization/Util.java | 721 -- .../org/apache/cordova/http/FileTransfer.java | 473 - .../apache/cordova/http/FileUploadResult.java | 63 - .../org/apache/cordova/http/FileUploader.java | 280 - .../src/org/apache/cordova/http/HttpUtils.java | 66 - .../ext/src/org/apache/cordova/json4j/JSON.java | 208 - .../org/apache/cordova/json4j/JSONArray.java | 1123 -- .../org/apache/cordova/json4j/JSONArtifact.java | 118 - .../apache/cordova/json4j/JSONException.java | 55 - .../org/apache/cordova/json4j/JSONObject.java | 1367 --- .../org/apache/cordova/json4j/JSONString.java | 32 - .../org/apache/cordova/json4j/JSONStringer.java | 58 - .../org/apache/cordova/json4j/JSONWriter.java | 586 - .../cordova/json4j/internal/JSON4JNumber.java | 22 - .../json4j/internal/JSON4JPBackReader.java | 47 - .../json4j/internal/JSON4JStringReader.java | 54 - .../json4j/internal/JSON4JStringWriter.java | 68 - .../cordova/json4j/internal/NumberUtil.java | 109 - .../apache/cordova/json4j/internal/Parser.java | 338 - .../cordova/json4j/internal/Serializer.java | 353 - .../json4j/internal/SerializerVerbose.java | 102 - .../apache/cordova/json4j/internal/Token.java | 115 - .../cordova/json4j/internal/Tokenizer.java | 619 - .../org/apache/cordova/media/AudioPlayer.java | 654 - .../ext/src/org/apache/cordova/media/Media.java | 344 - .../cordova/network/ConnectionInfoAction.java | 355 - .../src/org/apache/cordova/network/Network.java | 66 - .../cordova/notification/ActivityDialog.java | 146 - .../cordova/notification/AlertAction.java | 83 - .../cordova/notification/AlertDialog.java | 68 - .../apache/cordova/notification/BeepAction.java | 160 - .../cordova/notification/ConfirmAction.java | 85 - .../cordova/notification/ConfirmDialog.java | 100 - .../cordova/notification/Notification.java | 135 - .../cordova/notification/ProgressDialog.java | 182 - .../cordova/notification/VibrateAction.java | 64 - .../ext/src/org/apache/cordova/pim/Contact.java | 430 - .../src/org/apache/cordova/ui/SpacerField.java | 71 - .../apache/cordova/util/ApplicationUtils.java | 108 - .../src/org/apache/cordova/util/FileUtils.java | 730 -- .../ext/src/org/apache/cordova/util/Log.java | 83 - .../org/apache/cordova/util/LogFunction.java | 41 - .../ext/src/org/apache/cordova/util/Logger.java | 155 - .../org/apache/cordova/util/StringUtils.java | 103 - .../javascript/cordova.blackberry.js | 10904 ----------------- lib/cordova-ios/.gitmodules | 3 - lib/cordova-ios/CordovaLib/.gitignore | 6 - lib/cordova-ios/CordovaLib/Classes/CDV.h | 57 - .../CordovaLib/Classes/CDVAccelerometer.h | 39 - .../CordovaLib/Classes/CDVAccelerometer.m | 128 - .../CordovaLib/Classes/CDVAvailability.h | 88 - lib/cordova-ios/CordovaLib/Classes/CDVBattery.h | 40 - lib/cordova-ios/CordovaLib/Classes/CDVBattery.m | 152 - lib/cordova-ios/CordovaLib/Classes/CDVCamera.h | 92 - lib/cordova-ios/CordovaLib/Classes/CDVCamera.m | 570 - lib/cordova-ios/CordovaLib/Classes/CDVCapture.h | 118 - lib/cordova-ios/CordovaLib/Classes/CDVCapture.m | 847 -- .../CordovaLib/Classes/CDVCommandDelegate.h | 54 - .../CordovaLib/Classes/CDVCommandDelegateImpl.h | 33 - .../CordovaLib/Classes/CDVCommandDelegateImpl.m | 145 - .../CordovaLib/Classes/CDVCommandQueue.h | 40 - .../CordovaLib/Classes/CDVCommandQueue.m | 169 - .../CordovaLib/Classes/CDVConfigParser.h | 28 - .../CordovaLib/Classes/CDVConfigParser.m | 70 - .../CordovaLib/Classes/CDVConnection.h | 34 - .../CordovaLib/Classes/CDVConnection.m | 132 - lib/cordova-ios/CordovaLib/Classes/CDVContact.h | 136 - lib/cordova-ios/CordovaLib/Classes/CDVContact.m | 1752 --- .../CordovaLib/Classes/CDVContacts.h | 151 - .../CordovaLib/Classes/CDVContacts.m | 593 - lib/cordova-ios/CordovaLib/Classes/CDVDebug.h | 25 - lib/cordova-ios/CordovaLib/Classes/CDVDevice.h | 30 - lib/cordova-ios/CordovaLib/Classes/CDVDevice.m | 90 - lib/cordova-ios/CordovaLib/Classes/CDVEcho.h | 23 - lib/cordova-ios/CordovaLib/Classes/CDVEcho.m | 61 - lib/cordova-ios/CordovaLib/Classes/CDVExif.h | 43 - lib/cordova-ios/CordovaLib/Classes/CDVFile.h | 106 - lib/cordova-ios/CordovaLib/Classes/CDVFile.m | 1414 --- .../CordovaLib/Classes/CDVFileTransfer.h | 81 - .../CordovaLib/Classes/CDVFileTransfer.m | 714 -- .../CordovaLib/Classes/CDVGlobalization.h | 150 - .../CordovaLib/Classes/CDVGlobalization.m | 790 -- .../CordovaLib/Classes/CDVInAppBrowser.h | 82 - .../CordovaLib/Classes/CDVInAppBrowser.m | 705 -- .../CordovaLib/Classes/CDVInvokedUrlCommand.h | 57 - .../CordovaLib/Classes/CDVInvokedUrlCommand.m | 140 - lib/cordova-ios/CordovaLib/Classes/CDVJSON.h | 30 - lib/cordova-ios/CordovaLib/Classes/CDVJSON.m | 77 - .../CordovaLib/Classes/CDVJpegHeaderWriter.h | 62 - .../CordovaLib/Classes/CDVJpegHeaderWriter.m | 547 - .../CordovaLib/Classes/CDVLocalStorage.h | 50 - .../CordovaLib/Classes/CDVLocalStorage.m | 485 - .../CordovaLib/Classes/CDVLocation.h | 104 - .../CordovaLib/Classes/CDVLocation.m | 623 - lib/cordova-ios/CordovaLib/Classes/CDVLogger.h | 26 - lib/cordova-ios/CordovaLib/Classes/CDVLogger.m | 38 - .../CordovaLib/Classes/CDVNotification.h | 37 - .../CordovaLib/Classes/CDVNotification.m | 126 - lib/cordova-ios/CordovaLib/Classes/CDVPlugin.h | 64 - lib/cordova-ios/CordovaLib/Classes/CDVPlugin.m | 152 - .../CordovaLib/Classes/CDVPluginResult.h | 68 - .../CordovaLib/Classes/CDVPluginResult.m | 224 - .../CordovaLib/Classes/CDVReachability.h | 85 - .../CordovaLib/Classes/CDVReachability.m | 260 - .../Classes/CDVScreenOrientationDelegate.h | 28 - lib/cordova-ios/CordovaLib/Classes/CDVSound.h | 116 - lib/cordova-ios/CordovaLib/Classes/CDVSound.m | 702 -- .../CordovaLib/Classes/CDVSplashScreen.h | 33 - .../CordovaLib/Classes/CDVSplashScreen.m | 225 - lib/cordova-ios/CordovaLib/Classes/CDVTimer.h | 27 - lib/cordova-ios/CordovaLib/Classes/CDVTimer.m | 123 - .../CordovaLib/Classes/CDVURLProtocol.h | 29 - .../CordovaLib/Classes/CDVURLProtocol.m | 230 - .../CordovaLib/Classes/CDVUserAgentUtil.h | 27 - .../CordovaLib/Classes/CDVUserAgentUtil.m | 120 - .../CordovaLib/Classes/CDVViewController.h | 73 - .../CordovaLib/Classes/CDVViewController.m | 933 -- .../CordovaLib/Classes/CDVWebViewDelegate.h | 38 - .../CordovaLib/Classes/CDVWebViewDelegate.m | 334 - .../CordovaLib/Classes/CDVWhitelist.h | 33 - .../CordovaLib/Classes/CDVWhitelist.m | 223 - .../CordovaLib/Classes/NSArray+Comparisons.h | 26 - .../CordovaLib/Classes/NSArray+Comparisons.m | 41 - .../CordovaLib/Classes/NSData+Base64.h | 33 - .../CordovaLib/Classes/NSData+Base64.m | 281 - .../Classes/NSDictionary+Extensions.h | 35 - .../Classes/NSDictionary+Extensions.m | 159 - .../Classes/NSMutableArray+QueueAdditions.h | 29 - .../Classes/NSMutableArray+QueueAdditions.m | 58 - .../CordovaLib/Classes/UIDevice+Extensions.h | 31 - .../CordovaLib/Classes/UIDevice+Extensions.m | 47 - .../Classes/compatibility/0.9.6/CDV.h | 30 - .../Classes/compatibility/0.9.6/CDVPlugin.h | 46 - .../Classes/compatibility/0.9.6/CDVPlugin.m | 29 - .../Classes/compatibility/1.5.0/CDV.h | 32 - .../Classes/compatibility/1.5.0/CDVPlugin.h | 23 - .../CordovaLib/Classes/compatibility/README.txt | 23 - .../CordovaLib.xcodeproj/project.pbxproj | 667 - .../CordovaLib/CordovaLib_Prefix.pch | 22 - lib/cordova-ios/CordovaLib/VERSION | 1 - lib/cordova-ios/CordovaLib/cordova.ios.js | 6419 ---------- .../CordovaLibTests/CDVBase64Tests.m | 64 - .../CordovaLibTests/CDVContactsTests.m | 60 - .../CordovaLibTests/CDVFakeFileManager.h | 35 - .../CordovaLibTests/CDVFakeFileManager.m | 43 - .../CordovaLibTests/CDVFileTransferTests.m | 218 - .../CordovaLibTests/CDVInvokedUrlCommandTests.m | 107 - .../CordovaLibTests/CDVLocalStorageTests.m | 146 - .../CDVPluginResultJSONSerializationTests.m | 155 - .../CordovaLibTests/CDVUserAgentTest.m | 93 - .../CordovaLibTests/CDVWebViewTest.h | 43 - .../CordovaLibTests/CDVWebViewTest.m | 122 - .../CordovaLibTests/CDVWhitelistTests.m | 293 - .../CordovaLibTests/CordovaLibApp/AppDelegate.h | 33 - .../CordovaLibTests/CordovaLibApp/AppDelegate.m | 103 - .../CordovaLibApp/CordovaLibApp-Info.plist | 45 - .../CordovaLibApp/ViewController.h | 25 - .../CordovaLibApp/ViewController.m | 53 - .../CordovaLibTests/CordovaLibApp/config.xml | 40 - .../CordovaLibApp/en.lproj/InfoPlist.strings | 20 - .../CordovaLibTests/CordovaLibApp/main.m | 29 - .../CordovaLibApp/www/index.html | 84 - .../CordovaLibTests/CordovaLibTests-Info.plist | 42 - .../CordovaTests.xcodeproj/project.pbxproj | 676 - .../xcschemes/CordovaLibApp.xcscheme | 95 - .../xcschemes/CordovaLibTests.xcscheme | 62 - lib/cordova-ios/CordovaLibTests/ExifTests.h | 27 - lib/cordova-ios/CordovaLibTests/ExifTests.m | 155 - .../CordovaLibTests/en.lproj/InfoPlist.strings | 20 - lib/cordova-ios/FirstRun.md | 64 - lib/cordova-ios/LICENSE | 363 - lib/cordova-ios/Makefile | 87 - lib/cordova-ios/NOTICE | 5 - lib/cordova-ios/README.md | 220 - lib/cordova-ios/RELEASENOTES.md | 908 -- lib/cordova-ios/Uninstall Cordova.applescript | 64 - lib/cordova-ios/bin/autotest | 24 - lib/cordova-ios/bin/check_reqs | 34 - lib/cordova-ios/bin/cordova_plist_to_config_xml | 127 - lib/cordova-ios/bin/create | 145 - lib/cordova-ios/bin/diagnose_project | 216 - lib/cordova-ios/bin/package.json | 15 - lib/cordova-ios/bin/replaces | 28 - .../__TESTING__.xcodeproj/project.pbxproj | 608 - .../templates/project/__TESTING__/.gitignore | 6 - .../project/__TESTING__/Classes/AppDelegate.h | 42 - .../project/__TESTING__/Classes/AppDelegate.m | 134 - .../__TESTING__/Classes/MainViewController.h | 40 - .../__TESTING__/Classes/MainViewController.m | 174 - .../__TESTING__/Classes/MainViewController.xib | 138 - .../project/__TESTING__/Plugins/README | 20 - .../Resources/Capture.bundle/controls_bg.png | Bin 955 -> 0 bytes .../Resources/Capture.bundle/controls_bg@2x.png | Bin 971 -> 0 bytes .../Capture.bundle/controls_bg@2x~ipad.png | Bin 2858 -> 0 bytes .../Capture.bundle/controls_bg~ipad.png | Bin 969 -> 0 bytes .../microphone-568h@2x~iphone.png | Bin 531673 -> 0 bytes .../Resources/Capture.bundle/microphone.png | Bin 72226 -> 0 bytes .../Resources/Capture.bundle/microphone@2x.png | Bin 282409 -> 0 bytes .../Capture.bundle/microphone@2x~ipad.png | Bin 911582 -> 0 bytes .../Capture.bundle/microphone~ipad.png | Bin 393975 -> 0 bytes .../Resources/Capture.bundle/record_button.png | Bin 5852 -> 0 bytes .../Capture.bundle/record_button@2x.png | Bin 13875 -> 0 bytes .../Capture.bundle/record_button@2x~ipad.png | Bin 15822 -> 0 bytes .../Capture.bundle/record_button~ipad.png | Bin 7547 -> 0 bytes .../Resources/Capture.bundle/recording_bg.png | Bin 973 -> 0 bytes .../Capture.bundle/recording_bg@2x.png | Bin 990 -> 0 bytes .../Capture.bundle/recording_bg@2x~ipad.png | Bin 1026 -> 0 bytes .../Capture.bundle/recording_bg~ipad.png | Bin 996 -> 0 bytes .../Resources/Capture.bundle/stop_button.png | Bin 5514 -> 0 bytes .../Resources/Capture.bundle/stop_button@2x.png | Bin 12965 -> 0 bytes .../Capture.bundle/stop_button@2x~ipad.png | Bin 14474 -> 0 bytes .../Capture.bundle/stop_button~ipad.png | Bin 7119 -> 0 bytes .../Resources/de.lproj/Localizable.strings | 26 - .../Resources/en.lproj/Localizable.strings | 25 - .../Resources/es.lproj/Localizable.strings | 25 - .../__TESTING__/Resources/icons/icon-72.png | Bin 4944 -> 0 bytes .../__TESTING__/Resources/icons/icon-72@2x.png | Bin 11706 -> 0 bytes .../__TESTING__/Resources/icons/icon.png | Bin 3902 -> 0 bytes .../__TESTING__/Resources/icons/icon@2x.png | Bin 7869 -> 0 bytes .../Resources/se.lproj/Localizable.strings | 26 - .../Resources/splash/Default-568h@2x~iphone.png | Bin 34225 -> 0 bytes .../splash/Default-Landscape@2x~ipad.png | Bin 77300 -> 0 bytes .../Resources/splash/Default-Landscape~ipad.png | Bin 34935 -> 0 bytes .../splash/Default-Portrait@2x~ipad.png | Bin 76546 -> 0 bytes .../Resources/splash/Default-Portrait~ipad.png | Bin 34278 -> 0 bytes .../Resources/splash/Default@2x~iphone.png | Bin 29475 -> 0 bytes .../Resources/splash/Default~iphone.png | Bin 10394 -> 0 bytes .../project/__TESTING__/__TESTING__-Info.plist | 78 - .../project/__TESTING__/__TESTING__-Prefix.pch | 26 - .../templates/project/__TESTING__/config.xml | 63 - .../bin/templates/project/__TESTING__/main.m | 35 - .../bin/templates/project/cordova/build | 51 - .../bin/templates/project/cordova/emulate | 55 - .../bin/templates/project/cordova/log | 23 - .../bin/templates/project/cordova/release | 51 - .../bin/templates/project/cordova/run | 58 - .../bin/templates/project/www/css/index.css | 115 - .../bin/templates/project/www/img/logo.png | Bin 21814 -> 0 bytes .../bin/templates/project/www/index.html | 42 - .../bin/templates/project/www/js/index.js | 49 - .../project/www/res/icon/ios/icon-57-2x.png | Bin 7869 -> 0 bytes .../project/www/res/icon/ios/icon-57.png | Bin 3908 -> 0 bytes .../project/www/res/icon/ios/icon-72-2x.png | Bin 11706 -> 0 bytes .../project/www/res/icon/ios/icon-72.png | Bin 4944 -> 0 bytes .../res/screen/ios/screen-ipad-landscape-2x.png | Bin 1534088 -> 0 bytes .../res/screen/ios/screen-ipad-landscape.png | Bin 407370 -> 0 bytes .../res/screen/ios/screen-ipad-portrait-2x.png | Bin 1610434 -> 0 bytes .../www/res/screen/ios/screen-ipad-portrait.png | Bin 422441 -> 0 bytes .../screen/ios/screen-iphone-landscape-2x.png | Bin 339639 -> 0 bytes .../res/screen/ios/screen-iphone-landscape.png | Bin 92301 -> 0 bytes .../screen/ios/screen-iphone-portrait-2x.png | Bin 350593 -> 0 bytes .../ios/screen-iphone-portrait-568h-2x.png | Bin 34225 -> 0 bytes .../res/screen/ios/screen-iphone-portrait.png | Bin 93897 -> 0 bytes .../bin/templates/project/www/spec.html | 68 - .../bin/templates/project/www/spec/helper.js | 33 - .../bin/templates/project/www/spec/index.js | 67 - .../www/spec/lib/jasmine-1.2.0/MIT.LICENSE | 20 - .../www/spec/lib/jasmine-1.2.0/jasmine-html.js | 616 - .../www/spec/lib/jasmine-1.2.0/jasmine.css | 81 - .../www/spec/lib/jasmine-1.2.0/jasmine.js | 2529 ---- lib/cordova-ios/bin/test | 53 - lib/cordova-ios/bin/tests/autotest.coffee | 24 - lib/cordova-ios/bin/tests/create.coffee | 34 - lib/cordova-ios/bin/tests/debug.coffee | 18 - lib/cordova-ios/bin/tests/test.coffee | 18 - lib/cordova-ios/bin/uncrustify.cfg | 1473 --- lib/cordova-ios/bin/uncrustify.sh | 88 - lib/cordova-ios/bin/update_cordova_subproject | 106 - ...ging the JavaScript to Native Bridge Mode.md | 36 - .../Cordova Custom URL Scheme Handling.md | 42 - .../guides/Cordova Plugin Upgrade Guide.md | 234 - .../guides/Cordova Settings File.webloc | 8 - .../guides/Create a New Project.webloc | 8 - lib/cordova-ios/hooks/pre-commit | 48 - lib/cordova-wp7/LICENSE | 12 - lib/cordova-wp7/NOTICE | 5 - lib/cordova-wp7/README.md | 50 - lib/cordova-wp7/VERSION | 1 - lib/cordova-wp7/bin/check_reqs | 24 - lib/cordova-wp7/bin/check_reqs.bat | 9 - lib/cordova-wp7/bin/check_reqs.js | 111 - lib/cordova-wp7/bin/create.bat | 9 - lib/cordova-wp7/bin/create.js | 251 - .../framework/Images/appbar.back.rest.png | Bin 375 -> 0 bytes .../framework/Images/appbar.close.rest.png | Bin 359 -> 0 bytes .../Images/appbar.feature.video.rest.png | Bin 433 -> 0 bytes .../framework/Images/appbar.next.rest.png | Bin 388 -> 0 bytes .../framework/Images/appbar.save.rest.png | Bin 297 -> 0 bytes .../framework/Images/appbar.stop.rest.png | Bin 350 -> 0 bytes .../framework/Properties/AssemblyInfo.cs | 37 - .../framework/WPCordovaClassLib.csproj | 297 - lib/cordova-wp7/framework/WPCordovaClassLib.sln | 20 - .../framework/resources/notification-beep.wav | Bin 16630 -> 0 bytes lib/cordova-wp7/templates/standalone/App.xaml | 37 - .../templates/standalone/App.xaml.cs | 154 - .../templates/standalone/ApplicationIcon.png | Bin 4951 -> 0 bytes .../templates/standalone/Background.png | Bin 10259 -> 0 bytes .../standalone/BuildManifestProcessor.js | 106 - .../templates/standalone/CordovaAppProj.csproj | 197 - .../templates/standalone/CordovaSolution.sln | 22 - .../standalone/CordovaSourceDictionary.xml | 9 - .../standalone/Images/appbar.back.rest.png | Bin 375 -> 0 bytes .../standalone/Images/appbar.close.rest.png | Bin 359 -> 0 bytes .../Images/appbar.feature.video.rest.png | Bin 433 -> 0 bytes .../standalone/Images/appbar.next.rest.png | Bin 388 -> 0 bytes .../standalone/Images/appbar.save.rest.png | Bin 297 -> 0 bytes .../standalone/Images/appbar.stop.rest.png | Bin 350 -> 0 bytes .../templates/standalone/MainPage.xaml | 35 - .../templates/standalone/MainPage.xaml.cs | 72 - .../standalone/Plugins/Accelerometer.cs | 196 - .../standalone/Plugins/AudioFormatsHelper.cs | 89 - .../templates/standalone/Plugins/AudioPlayer.cs | 620 - .../templates/standalone/Plugins/Battery.cs | 79 - .../templates/standalone/Plugins/Camera.cs | 490 - .../templates/standalone/Plugins/Capture.cs | 736 -- .../templates/standalone/Plugins/Compass.cs | 362 - .../templates/standalone/Plugins/Contacts.cs | 664 - .../standalone/Plugins/DebugConsole.cs | 49 - .../templates/standalone/Plugins/Device.cs | 135 - .../templates/standalone/Plugins/File.cs | 1676 --- .../standalone/Plugins/FileTransfer.cs | 526 - .../templates/standalone/Plugins/GeoLocation.cs | 34 - .../standalone/Plugins/Globalization.cs | 1178 -- .../standalone/Plugins/ImageExifHelper.cs | 209 - .../standalone/Plugins/InAppBrowser.cs | 268 - .../templates/standalone/Plugins/Media.cs | 532 - .../standalone/Plugins/MimeTypeMapper.cs | 99 - .../standalone/Plugins/NetworkStatus.cs | 129 - .../standalone/Plugins/Notification.cs | 367 - .../standalone/Plugins/UI/AudioCaptureTask.cs | 107 - .../standalone/Plugins/UI/AudioRecorder.xaml | 66 - .../standalone/Plugins/UI/AudioRecorder.xaml.cs | 306 - .../standalone/Plugins/UI/ImageCapture.xaml | 26 - .../standalone/Plugins/UI/ImageCapture.xaml.cs | 109 - .../standalone/Plugins/UI/NotificationBox.xaml | 62 - .../Plugins/UI/NotificationBox.xaml.cs | 41 - .../standalone/Plugins/UI/VideoCaptureTask.cs | 105 - .../standalone/Plugins/UI/VideoRecorder.xaml | 52 - .../standalone/Plugins/UI/VideoRecorder.xaml.cs | 405 - .../standalone/Properties/AppManifest.xml | 6 - .../standalone/Properties/AssemblyInfo.cs | 38 - .../standalone/Properties/WMAppManifest.xml | 41 - lib/cordova-wp7/templates/standalone/README.md | 13 - .../templates/standalone/SplashScreenImage.jpg | Bin 33248 -> 0 bytes lib/cordova-wp7/templates/standalone/VERSION | 1 - lib/cordova-wp7/templates/standalone/config.xml | 49 - .../templates/standalone/cordova/build.bat | 9 - .../templates/standalone/cordova/clean.bat | 9 - .../cordova/lib/CordovaDeploy/CordovaDeploy.sln | 20 - .../CordovaDeploy/CordovaDeploy.csproj | 79 - .../lib/CordovaDeploy/CordovaDeploy/Program.cs | 235 - .../CordovaDeploy/Properties/AssemblyInfo.cs | 36 - .../templates/standalone/cordova/lib/build.js | 181 - .../templates/standalone/cordova/lib/clean.js | 124 - .../templates/standalone/cordova/lib/deploy.js | 326 - .../standalone/cordova/lib/install-device.bat | 9 - .../standalone/cordova/lib/install-emulator.bat | 9 - .../standalone/cordova/lib/list-devices.bat | 9 - .../cordova/lib/list-emulator-images.bat | 9 - .../cordova/lib/list-started-emulators.bat | 3 - .../templates/standalone/cordova/lib/log.js | 77 - .../standalone/cordova/lib/start-emulator.bat | 3 - .../standalone/cordova/lib/target-list.js | 233 - .../templates/standalone/cordova/log.bat | 3 - .../templates/standalone/cordova/run.bat | 9 - .../standalone/cordovalib/BrowserMouseHelper.cs | 345 - .../standalone/cordovalib/CommandFactory.cs | 112 - .../cordovalib/Commands/BaseCommand.cs | 187 - .../standalone/cordovalib/ConfigHandler.cs | 249 - .../standalone/cordovalib/CordovaCommandCall.cs | 98 - .../standalone/cordovalib/CordovaView.xaml | 65 - .../standalone/cordovalib/CordovaView.xaml.cs | 485 - .../standalone/cordovalib/DOMStorageHelper.cs | 145 - .../standalone/cordovalib/JSON/JsonHelper.cs | 97 - .../standalone/cordovalib/NativeExecution.cs | 246 - .../standalone/cordovalib/OrientationHelper.cs | 128 - .../standalone/cordovalib/PluginResult.cs | 139 - .../standalone/cordovalib/ScriptCallback.cs | 80 - .../cordovalib/resources/notification-beep.wav | Bin 16630 -> 0 bytes .../standalone/resources/notification-beep.wav | Bin 16630 -> 0 bytes .../templates/standalone/www/cordova-2.7.0.js | 6700 ---------- .../templates/standalone/www/css/index.css | 115 - .../templates/standalone/www/img/logo.png | Bin 21814 -> 0 bytes .../templates/standalone/www/index.html | 42 - .../templates/standalone/www/js/index.js | 49 - .../vs/MyTemplateStandAlone.vstemplate | 115 - lib/cordova-wp7/templates/vs/description.txt | 4 - .../templates/vs/pg_templateIcon.png | Bin 6546 -> 0 bytes .../templates/vs/pg_templatePreview.jpg | Bin 25875 -> 0 bytes lib/cordova-wp7/tests/README.md | 7 - lib/cordova-wp7/tooling/scripts/buildjs.bat | 2 - lib/cordova-wp7/tooling/scripts/buildjs.js | 209 - lib/cordova-wp7/tooling/scripts/dist.bat | 2 - lib/cordova-wp7/tooling/scripts/dist.js | 217 - lib/cordova-wp7/tooling/scripts/new.bat | 2 - lib/cordova-wp7/tooling/scripts/new.js | 151 - lib/cordova-wp7/tooling/scripts/package.bat | 2 - lib/cordova-wp7/tooling/scripts/package.js | 213 - lib/cordova-wp7/tooling/scripts/reversion.bat | 2 - lib/cordova-wp7/tooling/scripts/reversion.js | 277 - lib/cordova-wp7/tooling/scripts/win-zip.js | 32 - lib/cordova-wp8/LICENSE | 12 - lib/cordova-wp8/NOTICE | 5 - lib/cordova-wp8/README.md | 42 - lib/cordova-wp8/VERSION | 1 - lib/cordova-wp8/bin/check_reqs | 24 - lib/cordova-wp8/bin/check_reqs.bat | 9 - lib/cordova-wp8/bin/check_reqs.js | 111 - lib/cordova-wp8/bin/create.bat | 9 - lib/cordova-wp8/bin/create.js | 268 - lib/cordova-wp8/bin/update.bat | 9 - lib/cordova-wp8/bin/update.js | 353 - .../framework/Images/appbar.back.rest.png | Bin 375 -> 0 bytes .../framework/Images/appbar.close.rest.png | Bin 359 -> 0 bytes .../Images/appbar.feature.video.rest.png | Bin 433 -> 0 bytes .../framework/Images/appbar.next.rest.png | Bin 388 -> 0 bytes .../framework/Images/appbar.save.rest.png | Bin 297 -> 0 bytes .../framework/Images/appbar.stop.rest.png | Bin 350 -> 0 bytes .../framework/Properties/AssemblyInfo.cs | 35 - .../framework/WPCordovaClassLib.csproj | 313 - lib/cordova-wp8/framework/WPCordovaClassLib.sln | 32 - .../framework/resources/notification-beep.wav | Bin 16630 -> 0 bytes lib/cordova-wp8/templates/standalone/App.xaml | 37 - .../templates/standalone/App.xaml.cs | 154 - .../templates/standalone/ApplicationIcon.png | Bin 4951 -> 0 bytes .../templates/standalone/Background.png | Bin 10259 -> 0 bytes .../templates/standalone/CordovaAppProj.csproj | 228 - .../templates/standalone/CordovaSolution.sln | 30 - .../standalone/Images/appbar.back.rest.png | Bin 375 -> 0 bytes .../standalone/Images/appbar.close.rest.png | Bin 359 -> 0 bytes .../Images/appbar.feature.video.rest.png | Bin 433 -> 0 bytes .../standalone/Images/appbar.next.rest.png | Bin 388 -> 0 bytes .../standalone/Images/appbar.save.rest.png | Bin 297 -> 0 bytes .../standalone/Images/appbar.stop.rest.png | Bin 350 -> 0 bytes .../templates/standalone/MainPage.xaml | 53 - .../templates/standalone/MainPage.xaml.cs | 72 - .../standalone/Plugins/Accelerometer.cs | 196 - .../standalone/Plugins/AudioFormatsHelper.cs | 89 - .../templates/standalone/Plugins/AudioPlayer.cs | 620 - .../templates/standalone/Plugins/Battery.cs | 79 - .../templates/standalone/Plugins/Camera.cs | 490 - .../templates/standalone/Plugins/Capture.cs | 736 -- .../templates/standalone/Plugins/Compass.cs | 362 - .../templates/standalone/Plugins/Contacts.cs | 664 - .../standalone/Plugins/DebugConsole.cs | 49 - .../templates/standalone/Plugins/Device.cs | 135 - .../templates/standalone/Plugins/File.cs | 1676 --- .../standalone/Plugins/FileTransfer.cs | 526 - .../templates/standalone/Plugins/GeoLocation.cs | 34 - .../standalone/Plugins/Globalization.cs | 1177 -- .../standalone/Plugins/ImageExifHelper.cs | 209 - .../standalone/Plugins/InAppBrowser.cs | 271 - .../templates/standalone/Plugins/Media.cs | 547 - .../standalone/Plugins/MimeTypeMapper.cs | 101 - .../standalone/Plugins/NetworkStatus.cs | 129 - .../standalone/Plugins/Notification.cs | 361 - .../standalone/Plugins/UI/AudioCaptureTask.cs | 107 - .../standalone/Plugins/UI/AudioRecorder.xaml | 66 - .../standalone/Plugins/UI/AudioRecorder.xaml.cs | 307 - .../standalone/Plugins/UI/ImageCapture.xaml | 26 - .../standalone/Plugins/UI/ImageCapture.xaml.cs | 109 - .../standalone/Plugins/UI/NotificationBox.xaml | 62 - .../Plugins/UI/NotificationBox.xaml.cs | 41 - .../standalone/Plugins/UI/VideoCaptureTask.cs | 105 - .../standalone/Plugins/UI/VideoRecorder.xaml | 52 - .../standalone/Plugins/UI/VideoRecorder.xaml.cs | 405 - .../standalone/Properties/AppManifest.xml | 6 - .../standalone/Properties/AssemblyInfo.cs | 39 - .../standalone/Properties/WMAppManifest.xml | 53 - .../templates/standalone/SplashScreenImage.jpg | Bin 33248 -> 0 bytes lib/cordova-wp8/templates/standalone/VERSION | 1 - lib/cordova-wp8/templates/standalone/config.xml | 49 - .../templates/standalone/cordova/build.bat | 9 - .../templates/standalone/cordova/clean.bat | 9 - .../cordova/lib/CordovaDeploy/CordovaDeploy.sln | 20 - .../CordovaDeploy/CordovaDeploy.csproj | 96 - .../lib/CordovaDeploy/CordovaDeploy/Program.cs | 424 - .../CordovaDeploy/Properties/AssemblyInfo.cs | 36 - .../lib/CordovaDeploy/CordovaDeploy/app.config | 3 - .../templates/standalone/cordova/lib/build.js | 181 - .../templates/standalone/cordova/lib/clean.js | 124 - .../templates/standalone/cordova/lib/deploy.js | 326 - .../standalone/cordova/lib/install-device.bat | 9 - .../standalone/cordova/lib/install-emulator.bat | 9 - .../standalone/cordova/lib/list-devices.bat | 9 - .../cordova/lib/list-emulator-images.bat | 9 - .../cordova/lib/list-started-emulators.bat | 3 - .../templates/standalone/cordova/lib/log.js | 77 - .../standalone/cordova/lib/start-emulator.bat | 3 - .../standalone/cordova/lib/target-list.js | 233 - .../templates/standalone/cordova/log.bat | 3 - .../templates/standalone/cordova/run.bat | 9 - .../standalone/cordovalib/BrowserMouseHelper.cs | 162 - .../standalone/cordovalib/CommandFactory.cs | 112 - .../cordovalib/Commands/BaseCommand.cs | 187 - .../standalone/cordovalib/ConfigHandler.cs | 242 - .../standalone/cordovalib/CordovaCommandCall.cs | 99 - .../standalone/cordovalib/CordovaView.xaml | 65 - .../standalone/cordovalib/CordovaView.xaml.cs | 503 - .../standalone/cordovalib/DOMStorageHelper.cs | 145 - .../standalone/cordovalib/JSON/JsonHelper.cs | 97 - .../standalone/cordovalib/NativeExecution.cs | 246 - .../standalone/cordovalib/OrientationHelper.cs | 128 - .../standalone/cordovalib/PluginResult.cs | 139 - .../standalone/cordovalib/ScriptCallback.cs | 80 - .../cordovalib/resources/notification-beep.wav | Bin 16630 -> 0 bytes .../standalone/resources/notification-beep.wav | Bin 16630 -> 0 bytes .../templates/standalone/www/cordova-2.7.0.js | 6700 ---------- .../templates/standalone/www/css/index.css | 115 - .../templates/standalone/www/img/logo.png | Bin 21814 -> 0 bytes .../templates/standalone/www/index.html | 42 - .../templates/standalone/www/js/index.js | 49 - .../vs/MyTemplateStandAlone.vstemplate | 113 - lib/cordova-wp8/templates/vs/description.txt | 8 - .../templates/vs/pg_templateIcon.png | Bin 6546 -> 0 bytes .../templates/vs/pg_templatePreview.jpg | Bin 25875 -> 0 bytes .../tests/MobileSpecUnitTests/App.xaml | 38 - .../tests/MobileSpecUnitTests/App.xaml.cs | 158 - .../MobileSpecUnitTests/ApplicationIcon.png | Bin 4951 -> 0 bytes .../tests/MobileSpecUnitTests/Background.png | Bin 10259 -> 0 bytes .../tests/MobileSpecUnitTests/MainPage.xaml | 52 - .../tests/MobileSpecUnitTests/MainPage.xaml.cs | 42 - .../MobileSpecUnitTests.csproj | 247 - .../MobileSpecUnitTests/MobileSpecUnitTests.sln | 44 - .../Properties/AppManifest.xml | 6 - .../Properties/AssemblyInfo.cs | 35 - .../Properties/WMAppManifest.xml | 51 - .../MobileSpecUnitTests/SplashScreenImage.jpg | Bin 22066 -> 0 bytes .../www/accelerometer/index.html | 138 - .../MobileSpecUnitTests/www/audio/index.html | 394 - .../www/autotest/html/HtmlReporter.js | 101 - .../www/autotest/html/HtmlReporterHelpers.js | 60 - .../www/autotest/html/ReporterView.js | 164 - .../www/autotest/html/SpecView.js | 79 - .../www/autotest/html/SuiteView.js | 22 - .../www/autotest/html/TrivialReporter.js | 192 - .../MobileSpecUnitTests/www/autotest/index.html | 37 - .../www/autotest/jasmine.css | 81 - .../MobileSpecUnitTests/www/autotest/jasmine.js | 2530 ---- .../www/autotest/pages/accelerometer.html | 48 - .../www/autotest/pages/all.html | 85 - .../www/autotest/pages/battery.html | 44 - .../www/autotest/pages/bridge.html | 71 - .../www/autotest/pages/camera.html | 49 - .../www/autotest/pages/capture.html | 49 - .../www/autotest/pages/compass.html | 49 - .../www/autotest/pages/contacts.html | 49 - .../www/autotest/pages/datauri.html | 69 - .../www/autotest/pages/device.html | 49 - .../www/autotest/pages/file.html | 68 - .../www/autotest/pages/filetransfer.html | 69 - .../www/autotest/pages/geolocation.html | 49 - .../www/autotest/pages/globalization.html | 70 - .../www/autotest/pages/media.html | 49 - .../www/autotest/pages/network.html | 49 - .../www/autotest/pages/notification.html | 49 - .../www/autotest/pages/platform.html | 49 - .../www/autotest/pages/storage.html | 49 - .../www/autotest/test-runner.js | 41 - .../www/autotest/tests/accelerometer.tests.js | 193 - .../www/autotest/tests/battery.tests.js | 5 - .../www/autotest/tests/bridge.tests.js | 128 - .../www/autotest/tests/camera.tests.js | 47 - .../www/autotest/tests/capture.tests.js | 95 - .../www/autotest/tests/compass.tests.js | 76 - .../www/autotest/tests/contacts.tests.js | 451 - .../www/autotest/tests/datauri.tests.js | 36 - .../www/autotest/tests/device.tests.js | 34 - .../www/autotest/tests/file.tests.js | 3462 ------ .../www/autotest/tests/filetransfer.tests.js | 513 - .../www/autotest/tests/geolocation.tests.js | 119 - .../www/autotest/tests/globalization.tests.js | 808 -- .../www/autotest/tests/media.tests.js | 144 - .../www/autotest/tests/network.tests.js | 25 - .../www/autotest/tests/notification.tests.js | 20 - .../www/autotest/tests/platform.tests.js | 10 - .../www/autotest/tests/storage.tests.js | 174 - .../MobileSpecUnitTests/www/battery/index.html | 96 - .../MobileSpecUnitTests/www/camera/index.html | 96 - .../MobileSpecUnitTests/www/compass/index.html | 128 - .../MobileSpecUnitTests/www/contacts/index.html | 112 - .../MobileSpecUnitTests/www/cordova-2.5.0.js | 6446 ---------- .../tests/MobileSpecUnitTests/www/cordova.js | 14 - .../MobileSpecUnitTests/www/events/index.html | 88 - .../tests/MobileSpecUnitTests/www/index.html | 38 - .../MobileSpecUnitTests/www/location/index.html | 147 - .../tests/MobileSpecUnitTests/www/main.js | 140 - .../tests/MobileSpecUnitTests/www/master.css | 136 - .../MobileSpecUnitTests/www/misc/index.html | 59 - .../MobileSpecUnitTests/www/misc/page2.html | 25 - .../MobileSpecUnitTests/www/network/index.html | 59 - .../www/notification/index.html | 81 - .../MobileSpecUnitTests/www/sql/index.html | 132 - .../MobileSpecUnitTests/www/storage/index.html | 50 - lib/cordova-wp8/tests/README.md | 7 - lib/cordova-wp8/tooling/scripts/buildjs.bat | 2 - lib/cordova-wp8/tooling/scripts/buildjs.js | 214 - lib/cordova-wp8/tooling/scripts/dist.bat | 2 - lib/cordova-wp8/tooling/scripts/dist.js | 202 - lib/cordova-wp8/tooling/scripts/new.bat | 2 - lib/cordova-wp8/tooling/scripts/new.js | 151 - lib/cordova-wp8/tooling/scripts/package.bat | 2 - lib/cordova-wp8/tooling/scripts/package.js | 213 - lib/cordova-wp8/tooling/scripts/reversion.bat | 2 - lib/cordova-wp8/tooling/scripts/reversion.js | 280 - lib/cordova-wp8/tooling/scripts/win-zip.js | 43 - package.json | 39 +- platforms.js | 32 +- spec/build.spec.js | 95 + spec/compile.spec.js | 90 + spec/config_parser.spec.js | 186 + spec/cordova-cli/compile.spec.js | 151 - spec/cordova-cli/config_parser.spec.js | 168 - spec/cordova-cli/create.spec.js | 69 - spec/cordova-cli/emulate.spec.js | 127 - spec/cordova-cli/helper.js | 20 - spec/cordova-cli/hooker.spec.js | 165 - spec/cordova-cli/platform.spec.js | 256 - spec/cordova-cli/plugin.spec.js | 164 - spec/cordova-cli/plugin_parser.spec.js | 42 - spec/cordova-cli/prepare.spec.js | 125 - spec/cordova-cli/serve.spec.js | 134 - spec/cordova-cli/util.spec.js | 34 - spec/create.spec.js | 156 + spec/emulate.spec.js | 115 + spec/fixtures/hooks/fail/fail.bat | 2 + spec/fixtures/hooks/test/0.bat | 2 + spec/fixtures/hooks/test/1.bat | 2 + spec/help.spec.js | 14 + spec/helper.js | 19 + spec/hooker.spec.js | 256 + spec/lazy_load.spec.js | 141 + spec/metadata/android_parser.spec.js | 296 + spec/metadata/blackberry_parser.spec.js | 249 + spec/metadata/ios_parser.spec.js | 326 + spec/metadata/wp7_parser.spec.js | 238 + spec/metadata/wp8_parser.spec.js | 238 + spec/platform-script/android/android.spec.js | 98 - .../android/android_parser.spec.js | 237 - .../blackberry/blackberry.spec.js | 105 - .../blackberry/blackberry_parser.spec.js | 249 - spec/platform-script/ios/ios.spec.js | 99 - spec/platform-script/ios/ios_parser.spec.js | 219 - spec/platform-script/wp7/wp7.spec.js | 99 - spec/platform-script/wp7/wp7_parser.spec.js | 249 - spec/platform-script/wp8/wp8.spec.js | 99 - spec/platform-script/wp8/wp8_parser.spec.js | 249 - spec/platform.spec.js | 257 + spec/plugin.spec.js | 189 + spec/plugin_parser.spec.js | 48 + spec/prepare.spec.js | 151 + spec/run.spec.js | 115 + spec/serve.spec.js | 133 + spec/util.spec.js | 102 + src/build.js | 85 + src/compile.js | 95 +- src/config.js | 64 + src/config_parser.js | 7 +- src/create.js | 107 +- src/emulate.js | 126 +- src/help.js | 6 +- src/hooker.js | 91 +- src/lazy_load.js | 164 + src/metadata/android_parser.js | 74 +- src/metadata/blackberry_parser.js | 146 +- src/metadata/ios_parser.js | 88 +- src/metadata/wp7_parser.js | 153 +- src/metadata/wp8_parser.js | 154 +- src/platform.js | 247 +- src/plugin.js | 239 +- src/plugin_loader.js | 200 - src/plugin_parser.js | 2 - src/prepare.js | 119 +- src/ripple.js | 1 - src/run.js | 122 + src/serve.js | 44 +- src/util.js | 54 +- templates/config.xml | 19 + templates/www/config.xml | 49 - templates/www/css/index.css | 100 - templates/www/img/cordova.png | Bin 19932 -> 0 bytes templates/www/index.html | 24 - templates/www/js/index.js | 20 - templates/www/res/icon/cordova_128.png | Bin 11401 -> 0 bytes templates/www/res/icon/cordova_16.png | Bin 1699 -> 0 bytes templates/www/res/icon/cordova_24.png | Bin 2215 -> 0 bytes templates/www/res/icon/cordova_256.png | Bin 27408 -> 0 bytes templates/www/res/icon/cordova_32.png | Bin 2843 -> 0 bytes templates/www/res/icon/cordova_48.png | Bin 4111 -> 0 bytes templates/www/res/icon/cordova_512.png | Bin 39830 -> 0 bytes templates/www/res/icon/cordova_64.png | Bin 5463 -> 0 bytes templates/www/res/icon/cordova_android_36.png | Bin 3096 -> 0 bytes templates/www/res/icon/cordova_android_48.png | Bin 4090 -> 0 bytes templates/www/res/icon/cordova_android_72.png | Bin 6080 -> 0 bytes templates/www/res/icon/cordova_android_96.png | Bin 7685 -> 0 bytes templates/www/res/icon/cordova_bb_80.png | Bin 7287 -> 0 bytes templates/www/res/icon/cordova_ios_114.png | Bin 7869 -> 0 bytes templates/www/res/icon/cordova_ios_144.png | Bin 11706 -> 0 bytes templates/www/res/icon/cordova_ios_57.png | Bin 3908 -> 0 bytes templates/www/res/icon/cordova_ios_72.png | Bin 4944 -> 0 bytes .../www/res/screen/android_hdpi_landscape.png | Bin 218302 -> 0 bytes .../www/res/screen/android_hdpi_portrait.png | Bin 222148 -> 0 bytes .../www/res/screen/android_ldpi_landscape.png | Bin 42616 -> 0 bytes .../www/res/screen/android_ldpi_portrait.png | Bin 42034 -> 0 bytes .../www/res/screen/android_mdpi_landscape.png | Bin 92347 -> 0 bytes .../www/res/screen/android_mdpi_portrait.png | Bin 90555 -> 0 bytes .../www/res/screen/android_xhdpi_landscape.png | Bin 489604 -> 0 bytes .../www/res/screen/android_xhdpi_portrait.png | Bin 504508 -> 0 bytes .../res/screen/blackberry_transparent_300.png | Bin 15823 -> 0 bytes .../res/screen/blackberry_transparent_400.png | Bin 11001 -> 0 bytes templates/www/res/screen/ipad_landscape.png | Bin 407370 -> 0 bytes templates/www/res/screen/ipad_portrait.png | Bin 422441 -> 0 bytes .../www/res/screen/ipad_retina_landscape.png | Bin 1534088 -> 0 bytes .../www/res/screen/ipad_retina_portrait.png | Bin 1610434 -> 0 bytes templates/www/res/screen/iphone_landscape.png | Bin 92301 -> 0 bytes templates/www/res/screen/iphone_portrait.png | Bin 93897 -> 0 bytes .../www/res/screen/iphone_retina_landscape.png | Bin 339639 -> 0 bytes .../www/res/screen/iphone_retina_portrait.png | Bin 350593 -> 0 bytes .../www/res/screen/windows_phone_portrait.jpg | Bin 11483 -> 0 bytes templates/www/spec.html | 50 - templates/www/spec/helper.js | 11 - templates/www/spec/index.js | 49 - .../www/spec/lib/jasmine-1.2.0/MIT.LICENSE | 20 - .../www/spec/lib/jasmine-1.2.0/jasmine-html.js | 616 - .../www/spec/lib/jasmine-1.2.0/jasmine.css | 81 - templates/www/spec/lib/jasmine-1.2.0/jasmine.js | 2529 ---- 1267 files changed, 5195 insertions(+), 191232 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/ac0c95be/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 07b36d5..3e180c5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,6 @@ lib/cordova-wp8/example spec/fixtures/* .gitcore *.jar - +spec_tmp # avoid npm pack issues .gitignore http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/ac0c95be/.reviewboardrc ---------------------------------------------------------------------- diff --git a/.reviewboardrc b/.reviewboardrc new file mode 100644 index 0000000..30e9587 --- /dev/null +++ b/.reviewboardrc @@ -0,0 +1,8 @@ +# +# Settings for post-review (used for uploading diffs to reviews.apache.org). +# +GUESS_FIELDS = True +OPEN_BROWSER = True +TARGET_GROUPS = 'cordova' +REVIEWBOARD_URL = 'http://reviews.apache.org' +