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 BB0E4100F9 for ; Tue, 4 Mar 2014 05:08:23 +0000 (UTC) Received: (qmail 42603 invoked by uid 500); 4 Mar 2014 05:08:23 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 42575 invoked by uid 500); 4 Mar 2014 05:08:22 -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 42568 invoked by uid 99); 4 Mar 2014 05:08:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 05:08:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 05:08:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E133023888E2; Tue, 4 Mar 2014 05:07:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1573852 [1/2] - in /cordova/site: public/ public/announcements/2014/02/20/ public/blog/ public/css/ public/news/2014/02/10/ public/news/2014/03/ public/news/2014/03/03/ www/_posts/ Date: Tue, 04 Mar 2014 05:07:46 -0000 To: commits@cordova.apache.org From: agrieve@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140304050746.E133023888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: agrieve Date: Tue Mar 4 05:07:45 2014 New Revision: 1573852 URL: http://svn.apache.org/r1573852 Log: CB-6114 Publish blog post for plugins release Also fixes invalid link warnings in previous two posts. Added: cordova/site/public/news/2014/03/ cordova/site/public/news/2014/03/03/ cordova/site/public/news/2014/03/03/plugins-release.html cordova/site/www/_posts/2014-03-03-plugins-release.md Modified: cordova/site/public/announcements/2014/02/20/cordova-340.html cordova/site/public/blog/index.html cordova/site/public/css/master.css cordova/site/public/index.html cordova/site/public/news/2014/02/10/plugins-release.html cordova/site/public/rss.xml cordova/site/www/_posts/2014-02-10-plugins-release.md cordova/site/www/_posts/2014-02-20-cordova-340.md Modified: cordova/site/public/announcements/2014/02/20/cordova-340.html URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2014/02/20/cordova-340.html?rev=1573852&r1=1573851&r2=1573852&view=diff ============================================================================== --- cordova/site/public/announcements/2014/02/20/cordova-340.html (original) +++ cordova/site/public/announcements/2014/02/20/cordova-340.html Tue Mar 4 05:07:45 2014 @@ -89,87 +89,87 @@ cordova platform update android
  • Removing addJavascriptInterface support from all Android versions lower than 4.2 due to security vulnerability
  • -
  • CB-5917 Add a loadUrlIntoView overload that doesn’t recreate plugins.
  • +
  • CB-5917 Add a loadUrlIntoView overload that doesn’t recreate plugins.
  • -
  • CB-5889 Make update script find project name instead of using “null” for CordovaLib
  • +
  • CB-5889 Make update script find project name instead of using “null” for CordovaLib
  • -
  • CB-5889 Add a message in the update script about needing to import CordovaLib when using an IDE.
  • +
  • CB-5889 Add a message in the update script about needing to import CordovaLib when using an IDE.
  • -
  • CB-5793 Don’t clean before build and change output directory to ant-build to avoid conflicts with Eclipse.
  • +
  • CB-5793 Don’t clean before build and change output directory to ant-build to avoid conflicts with Eclipse.
  • -
  • CB-5803 Fix cordova/emulate on Windows.
  • +
  • CB-5803 Fix cordova/emulate on Windows.
  • -
  • CB-5801 exec->spawn in build to make sure compile errors are shown.
  • +
  • CB-5801 exec->spawn in build to make sure compile errors are shown.
  • -
  • CB-5799 Update version of OkHTTP to 1.3
  • +
  • CB-5799 Update version of OkHTTP to 1.3
  • -
  • CB-4910 Update CLI project template to point to config.xml at the root now that it isn’t in www/ by default.
  • +
  • CB-4910 Update CLI project template to point to config.xml at the root now that it isn’t in www/ by default.
  • -
  • CB-5504 Adding onDestroy to app plugin to deregister telephonyReceiver
  • +
  • CB-5504 Adding onDestroy to app plugin to deregister telephonyReceiver
  • -
  • CB-5715 Add Eclipse .project file to create template. For CLI projects, it adds refs for root www/ & config.xml and hides platform versions
  • +
  • CB-5715 Add Eclipse .project file to create template. For CLI projects, it adds refs for root www/ & config.xml and hides platform versions
  • -
  • CB-5447 Removed android:debuggable=“true” from project template.
  • +
  • CB-5447 Removed android:debuggable=“true” from project template.
  • -
  • CB-5714 Fix of android build when too big output stops build with error due to buffer overflow.
  • +
  • CB-5714 Fix of android build when too big output stops build with error due to buffer overflow.
  • -
  • CB-5592 Set MIME type for openExternal when scheme is file:
  • +
  • CB-5592 Set MIME type for openExternal when scheme is file:
  • What’s new in iOS

      -
    • CB-5794 iOS build script: 1. don’t clean 2. recognize --emulator vs --device
    • +
    • CB-5794 iOS build script: 1. don’t clean 2. recognize --emulator vs --device
    • Don’t show environment vars in build log for copy-www script
    • -
    • CB-4910 Update CLI project template to point to config.xml at the root now that it’s not in www/ by default.
    • +
    • CB-4910 Update CLI project template to point to config.xml at the root now that it’s not in www/ by default.
    • Move .gitignore in template to gitignore (and add the dot in the script).
    • Fix create script copying project template twice.
    • -
    • CB-5740 Use UIScrollViewDecelerationRateNormal by default.
    • +
    • CB-5740 Use UIScrollViewDecelerationRateNormal by default.
    • -
    • CB-5420 Add device model to User-Agent cache key.
    • +
    • CB-5420 Add device model to User-Agent cache key.
    • Copy config.xml within copy-www-build-step.sh instead of in Copy Resoruces step
    • -
    • CB-5397 Add a --cli option to bin/create that has ../../www/ ../../merges/ within the project
    • +
    • CB-5397 Add a --cli option to bin/create that has ../../www/ ../../merges/ within the project
    • -
    • CB-5697 Fix location.reload() not firing deviceready.
    • +
    • CB-5697 Fix location.reload() not firing deviceready.
    • -
    • CB-4330 Fix hash changes being treated as top-level navigations
    • +
    • CB-4330 Fix hash changes being treated as top-level navigations
    • -
    • CB-3359 Parse large JSON payloads on a background thread, and yield when executing multiple commands is taking too long.
    • +
    • CB-3359 Parse large JSON payloads on a background thread, and yield when executing multiple commands is taking too long.
    • -
    • CB-5134 Fix up bugs with new hash-based exec() bridge.
    • +
    • CB-5134 Fix up bugs with new hash-based exec() bridge.
    • -
    • CB-5134 Add location.hash based exec() bridge.
    • +
    • CB-5134 Add location.hash based exec() bridge.
    • -
    • CB-5658 Fix whitelist crash when URL path has a space.
    • +
    • CB-5658 Fix whitelist crash when URL path has a space.
    • -
    • CB-5583 WebView doesn’t properly initialize when instantiated from a xib
    • +
    • CB-5583 WebView doesn’t properly initialize when instantiated from a xib
    • -
    • CB-5046: Adding a defaults.xml template
    • +
    • CB-5046: Adding a defaults.xml template
    • -
    • CB-5290 templates: Updated launch images sizes to include the status bar region
    • +
    • CB-5290 templates: Updated launch images sizes to include the status bar region
    • -
    • CB-5276 Add ability to load start page from a place other then the bundle folder
    • +
    • CB-5276 Add ability to load start page from a place other then the bundle folder
    • -
    • CB-5298 Have bin/create run bin/check_reqs.
    • +
    • CB-5298 Have bin/create run bin/check_reqs.
    • -
    • CB-5328 - .gitignore from cordova-ios excludes platforms/cordova/build file
    • +
    • CB-5328 - .gitignore from cordova-ios excludes platforms/cordova/build file

    What’s new in Windows Phone 7 & 8

      -
    • CB-6041 createTemplates should install theme for VS-2013 as well
    • +
    • CB-6041 createTemplates should install theme for VS-2013 as well
    • -
    • [CB-5219] weinre disconnects when history.replaceState is used
    • +
    • CB-5219 weinre disconnects when history.replaceState is used
    • -
    • CB-5951 Added namespace to config.xml
    • +
    • CB-5951 Added namespace to config.xml
    • Removed wp7 template ref to non-existent file
    @@ -179,25 +179,25 @@ cordova platform update androidWhat’s new in Windows 8
      -
    • CB-5951 Added namespace to config.xml
    • +
    • CB-5951 Added namespace to config.xml
    • Remove template file after create by name
    • -
    • CB-4533 return error code 2 on fail, CB-5359 get tools version from the registry
    • +
    • CB-4533 return error code 2 on fail, CB-5359 get tools version from the registry

    What’s new in BlackBerry 10

      -
    • CB-6021 Add --release to run command
    • +
    • CB-6021 Add --release to run command
    • -
    • CB-5723 Build script should accept -l param as it does --loglevel
    • +
    • CB-5723 Build script should accept -l param as it does --loglevel
    • -
    • [CB-6019] Supply default value of --device to the run script
    • +
    • CB-6019 Supply default value of --device to the run script
    • -
    • CB-5660 use enabledelayedexpansion to handle )s in path
    • +
    • CB-5660 use enabledelayedexpansion to handle )s in path
    • -
    • CB-5909 Fixed issue where check-reqs skipped checking logic on second pass-through - Removed depend
    • +
    • CB-5909 Fixed issue where check-reqs skipped checking logic on second pass-through - Removed depend

    What’s new in FirefoxOS

    @@ -221,19 +221,19 @@ cordova platform update androidWhat’s new in Cordova-CLI
      -
    • CB-5638 Clean-up: remove unreachable info case from function
    • +
    • CB-5638 Clean-up: remove unreachable info case from function
    • -
    • CB-5937 Add platform check command: Shows platforms that are out of date
    • +
    • CB-5937 Add platform check command: Shows platforms that are out of date
    • -
    • CB-5634 Minor refactoring + tests for Android’s orientation preference.
    • +
    • CB-5634 Minor refactoring + tests for Android’s orientation preference.
    • -
    • CB-5634 Set Android orientation from config.xml
    • +
    • CB-5634 Set Android orientation from config.xml
    • Upleveled amazon_fireos_parser. Making it at par with android_parser.js
    • -
    • CB-5947 Throw when trying to create project inside custom www.
    • +
    • CB-5947 Throw when trying to create project inside custom www.
    • -
    • CB-4153 Update help.txt about --source -> --copy-from
    • +
    • CB-4153 Update help.txt about --source -> --copy-from

    Plugin versions tested with this release

    Modified: cordova/site/public/blog/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1573852&r1=1573851&r2=1573852&view=diff ============================================================================== --- cordova/site/public/blog/index.html (original) +++ cordova/site/public/blog/index.html Tue Mar 4 05:07:45 2014 @@ -67,6 +67,11 @@
    • + 03 Mar 2014 » + Plugins Release: March 3, 2014 +
    • + +
    • 20 Feb 2014 » Apache Cordova 3.4.0
    • Modified: cordova/site/public/css/master.css URL: http://svn.apache.org/viewvc/cordova/site/public/css/master.css?rev=1573852&r1=1573851&r2=1573852&view=diff ============================================================================== --- cordova/site/public/css/master.css (original) +++ cordova/site/public/css/master.css Tue Mar 4 05:07:45 2014 @@ -684,6 +684,7 @@ a.pt-about { @media all and (max-width: 630px) { body { /* font-size: 14px;*/ + } .leadin img { left: -4px; Modified: cordova/site/public/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1573852&r1=1573851&r2=1573852&view=diff ============================================================================== --- cordova/site/public/index.html (original) +++ cordova/site/public/index.html Tue Mar 4 05:07:45 2014 @@ -98,6 +98,47 @@

      News Subscribe

        +
      • 03 Mar 2014 » Plugins Release: March 3, 2014 + +

        The following plugins were updated today:

        + +
          +
        • org.apache.cordova.camera@0.2.8
        • + +
        • org.apache.cordova.contacts@0.2.9
        • + +
        • org.apache.cordova.file@1.0.1
        • + +
        • org.apache.cordova.file-transfer@0.4.2
        • + +
        • org.apache.cordova.inappbrowser@0.3.2
        • + +
        • org.apache.cordova.media@0.2.9
        • + +
        • org.apache.cordova.media-capture@0.2.8
        • +
        + +

        Notable changes include:

        + +
          +
        • Several bugfixes to the recently overhauled file plugin
        • + +
        • Fixed the default value of file-transfer trustAllHosts on iOS (was true, is now false)
        • + +
        • Prevent malicious code within an inappbrowser on iOS being able to run code within the host UIWebView
        • +
        + +

        The plugins have been updated on our registry at plugins.cordova.io.

        + +

        E.g. To update your file plugin:

        + +
        cordova plugin rm org.apache.cordova.file
        +cordova plugin add org.apache.cordova.file
        + +

        Other changes include:

        + + +
      • 20 Feb 2014 » Apache Cordova 3.4.0

        We are happy to announce that Cordova 3.4 has been released!

        @@ -164,37 +205,6 @@ cordova platform update androidRead More -
      • 31 Jan 2014 » Tools Release: Jan 31, 2014 - -

        It’s been a long time since our last tools release, but it’s certainly no sign of stagnation. Today’s release is action packed!

        - -
          -
        • plugman@0.19.0
        • - -
        • cordova@3.3.1-0.3.1
        • -
        - -

        To update your tools:

        - -
        npm update -g cordova
        -npm update -g plugman
        - -

        This release brings with it a plethora of bug fixes as well as some new features! Notably:

        - -
          -
        • config.xml now lives at the project root by default (instead of within www/)
        • - -
        • hooks now lives at the project root by default (instead of within .cordova)
        • - -
        • Specify a www/ to use when creating a new project with --link-to or --copy-from
        • - -
        • When installing by plugin ID, tell cordova and plugman to search for plugins locally using --searchpath
        • -
        - -

        Full list of release notes:

        - - -

      Modified: cordova/site/public/news/2014/02/10/plugins-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/02/10/plugins-release.html?rev=1573852&r1=1573851&r2=1573852&view=diff ============================================================================== --- cordova/site/public/news/2014/02/10/plugins-release.html (original) +++ cordova/site/public/news/2014/02/10/plugins-release.html Tue Mar 4 05:07:45 2014 @@ -133,15 +133,15 @@

      org.apache.cordova.camera

        -
      • CB-4919 firefox os quirks added and supported platforms list is updated
      • +
      • CB-4919 firefox os quirks added and supported platforms list is updated
      • getPicture via web activities
      • -
      • Documented quirk for CB-5335 + CB-5206 for WP7+8
      • +
      • Documented quirk for CB-5335 + CB-5206 for WP7+8
      • reference the correct firefoxos implementation
      • -
      • [BlackBerry10] Add permission to access_shared
      • +
      • BlackBerry10 Add permission to access_shared

      org.apache.cordova.console

      @@ -149,15 +149,15 @@
      • Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory
      • -
      • CB-4718 fixed Console plugin not working on wp
      • +
      • CB-4718 fixed Console plugin not working on wp

      org.apache.cordova.contacts

        -
      • [CB-3208] FFOS docs updated
      • +
      • CB-3208 FFOS docs updated
      • -
      • CB-4590 - chooseContact in CDVContacts crashes app
      • +
      • CB-4590 - chooseContact in CDVContacts crashes app

      org.apache.cordova.device

      @@ -175,9 +175,9 @@

      org.apache.cordova.device-orientation

        -
      • [ubuntu] request sensors permission
      • +
      • ubuntu request sensors permission
      • -
      • [ubuntu] add missing files
      • +
      • ubuntu add missing files
      • Add support for Tizen.
      • @@ -195,17 +195,17 @@

        org.apache.cordova.file

          -
        • CB-5974: Use safe ‘Compatibility’ mode by default
        • +
        • CB-5974: Use safe ‘Compatibility’ mode by default
        • -
        • CB-5915: Add option for new persistent storage location for iOS
        • +
        • CB-5915: Add option for new persistent storage location for iOS
        • -
        • CB-5916: Add option for new persistent storage location for Android
        • +
        • CB-5916: Add option for new persistent storage location for Android
        • Add default FS root to new FS objects
        • -
        • CB-5899: Make DirectoryReader.readEntries return properly formatted Entry objects
        • +
        • CB-5899: Make DirectoryReader.readEntries return properly formatted Entry objects
        • -
        • Add constructor params to FileUploadResult related to CB-2421
        • +
        • Add constructor params to FileUploadResult related to CB-2421
        • Fill out filesystem attribute of entities returned from resolveLocalFileSystemURL
        • @@ -215,73 +215,73 @@
        • Android: Allow third-party plugin registration
        • -
        • CB-5810 [BlackBerry10] resolve local:/// paths (application assets)
        • +
        • CB-5810 BlackBerry10 resolve local:/// paths (application assets)
        • -
        • CB-5774: create DirectoryEntry instead of FileEntry
        • +
        • CB-5774: create DirectoryEntry instead of FileEntry
        • -
        • Initial fix for CB-5747: Windows 8: DirectoryEntry.getDirectory fails when path contains directory separator
        • +
        • Initial fix for CB-5747: Windows 8: DirectoryEntry.getDirectory fails when path contains directory separator
        • Android: Allow absolute paths on Entry.getFile / Entry.getDirectory
        • -
        • CB-5008: Rename resolveLocalFileSystemURI to resolveLocalFileSystemURL
        • +
        • CB-5008: Rename resolveLocalFileSystemURI to resolveLocalFileSystemURL
        • -
        • CB-4899 [BlackBerry10] Fix resolve directories
        • +
        • CB-4899 BlackBerry10 Fix resolve directories
        • -
        • CB-5602 Windows8. Fix File Api mobile spec tests
        • +
        • CB-5602 Windows8. Fix File Api mobile spec tests
        • Android: Better support for content urls and cross-filesystem copy/move ops
        • -
        • CB-5699 [BlackBerry10] Update resolveLocalFileSystemURI implementation
        • +
        • CB-5699 BlackBerry10 Update resolveLocalFileSystemURI implementation
        • -
        • CB-5658 Update license comment formatting of doc/index.md
        • +
        • CB-5658 Update license comment formatting of doc/index.md
        • -
        • CB-5658 Add doc.index.md for File plugin.
        • +
        • CB-5658 Add doc.index.md for File plugin.
        • -
        • CB-5658 Delete stale snapshot of plugin docs
        • +
        • CB-5658 Delete stale snapshot of plugin docs
        • -
        • CB-5403: Backwards-compatibility with file:// urls where possible
        • +
        • CB-5403: Backwards-compatibility with file:// urls where possible
        • Android: Clean up unclosed file objects
        • Log file path for File exceptions.
        • -
        • CB-5532 WP8. Add binary data support to FileWriter
        • +
        • CB-5532 WP8. Add binary data support to FileWriter
        • -
        • CB-5531 WP8. File Api readAsText incorrectly handles position args
        • +
        • CB-5531 WP8. File Api readAsText incorrectly handles position args
        • Added ubuntu platform support
        • Added amazon-fireos platform support
        • -
        • CB-5118 [BlackBerry10] Add check for undefined error handler
        • +
        • CB-5118 BlackBerry10 Add check for undefined error handler
        • -
        • CB-5403: Bump File plugin major version
        • +
        • CB-5403: Bump File plugin major version
        • -
        • CB-5408: Add handler for filesystem urls
        • +
        • CB-5408: Add handler for filesystem urls
        • -
        • CB-5407: Update Android native code to use filesystem URLs internally
        • +
        • CB-5407: Update Android native code to use filesystem URLs internally

        org.apache.cordova.file-transfer

          -
        • CB-5365 Remove unused exception var to prevent warnings?
        • +
        • CB-5365 Remove unused exception var to prevent warnings?
        • -
        • CB-2421 explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks
        • +
        • CB-2421 explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks
        • iOS: Update for new file plugin api
        • -
        • CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer)
        • +
        • CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer)
        • -
        • CB-5762 android: Fix lengthComputable set wrong for gzip downloads
        • +
        • CB-5762 android: Fix lengthComputable set wrong for gzip downloads
        • -
        • CB-4899 [BlackBerry10] Improve binary file transfer download
        • +
        • CB-4899 BlackBerry10 Improve binary file transfer download
        • -
        • CB-5722 [BlackBerry10] Update upload function to use native file object
        • +
        • CB-5722 BlackBerry10 Update upload function to use native file object
        • -
        • CB-5658 Delete stale snapshot of plugin docs
        • +
        • CB-5658 Delete stale snapshot of plugin docs
        • -
        • CB-5466: Update to work with filesystem URLs
        • +
        • CB-5466: Update to work with filesystem URLs

        org.apache.cordova.geolocation

        @@ -289,9 +289,9 @@
        • add ubuntu platform support
        • -
        • CB-5326 adding FFOS permission and updating supported platforms
        • +
        • CB-5326 adding FFOS permission and updating supported platforms
        • -
        • CB-5729 [BlackBerry10] Update GeolocationProxy to return collapsed object
        • +
        • CB-5729 BlackBerry10 Update GeolocationProxy to return collapsed object

        org.apache.cordova.globalization

        @@ -303,7 +303,7 @@

        org.apache.cordova.inappbrowser

          -
        • CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
        • +
        • CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
        • Didn’t test on ICS or lower, getDrawable isn’t supported until Jellybean
        • @@ -311,11 +311,11 @@
        • Adding drawables to the inAppBrowser. This doesn’t look quite right, but it’s a HUGE improvement over the previous settings
        • -
        • CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
        • +
        • CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
        • Remove alive from InAppBrowser.js since it didn’t catch the case where the browser is closed by the user.
        • -
        • CB-5733 Fix IAB.close() not working if called before show() animation is done
        • +
        • CB-5733 Fix IAB.close() not working if called before show() animation is done

        org.apache.cordova.media

        @@ -323,17 +323,17 @@
        • Add preliminary support for Tizen.
        • -
        • [CB-4755] Fix crash in Media.setVolume on iOS
        • +
        • CB-4755 Fix crash in Media.setVolume on iOS

        org.apache.cordova.media-capture

          -
        • [ubuntu] request audio/camera/microphone permission
        • +
        • ubuntu request audio/camera/microphone permission
        • fixed cordova cli add capture plugin not work wp
        • -
        • CB-5685 [BlackBerry10] Add access_shared permission
        • +
        • CB-5685 BlackBerry10 Add access_shared permission

        org.apache.cordova.network-information

        @@ -345,9 +345,9 @@

        org.apache.cordova.splashscreen

          -
        • [CB-3562] Fix aspect ratio on landscape-only iPhone applications
        • +
        • CB-3562 Fix aspect ratio on landscape-only iPhone applications
        • -
        • CB-4051 fix for splashscreen rotation problem
        • +
        • CB-4051 fix for splashscreen rotation problem

        org.apache.cordova.vibration

        @@ -355,7 +355,7 @@
        • Add support for Tizen.
        • -
        • CB-3206 - Supported platforms updated
        • +
        • CB-3206 - Supported platforms updated

        The plugins have been updated on our registry at plugins.cordova.io.

        Added: cordova/site/public/news/2014/03/03/plugins-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/03/03/plugins-release.html?rev=1573852&view=auto ============================================================================== --- cordova/site/public/news/2014/03/03/plugins-release.html (added) +++ cordova/site/public/news/2014/03/03/plugins-release.html Tue Mar 4 05:07:45 2014 @@ -0,0 +1,283 @@ + + + + + + + + + + + Plugins Release: March 3, 2014 + + + + + + + + + + + + + + + + +
        + + +
        +

        Plugins Release: March 3, 2014

        +
        Posted by: Andrew Grieve
        +

        03 Mar 2014

        +
        + +

        The following plugins were updated today:

        + +
          +
        • org.apache.cordova.camera@0.2.8
        • + +
        • org.apache.cordova.contacts@0.2.9
        • + +
        • org.apache.cordova.file@1.0.1
        • + +
        • org.apache.cordova.file-transfer@0.4.2
        • + +
        • org.apache.cordova.inappbrowser@0.3.2
        • + +
        • org.apache.cordova.media@0.2.9
        • + +
        • org.apache.cordova.media-capture@0.2.8
        • +
        + +

        Notable changes include:

        + +
          +
        • Several bugfixes to the recently overhauled file plugin
        • + +
        • Fixed the default value of file-transfer trustAllHosts on iOS (was true, is now false)
        • + +
        • Prevent malicious code within an inappbrowser on iOS being able to run code within the host UIWebView
        • +
        + +

        The plugins have been updated on our registry at plugins.cordova.io.

        + +

        E.g. To update your file plugin:

        + +
        cordova plugin rm org.apache.cordova.file
        +cordova plugin add org.apache.cordova.file
        + +

        Other changes include:

        + +

        org.apache.cordova.camera@0.2.8 * CB-1826 Catch OOM on gallery image resize

        + +

        org.apache.cordova.contacts@0.2.9

        + +
          +
        • CB-6086 Fix typo in ffos part of plugin.xml: Camera -> Contacts
        • + +
        • CB-5994 Switch Contact ID lookup to use Raw contact id.
        • +
        + +

        org.apache.cordova.file@1.0.1

        + +
          +
        • CB-6116 Fix error where resolveLocalFileSystemURL would fail
        • + +
        • CB-6106 Add support for nativeURL attribute on Entry objects
        • + +
        • CB-6110 iOS: Fix typo in filesystemPathForURL: method
        • + +
        • Android: Use most specific FS match when resolving file: URIs
        • + +
        • iOS: Update fileSystemURLforLocalPath: to return the most match url.
        • + +
        • Allow third-party plugin registration, and the total count of fs type is not limited to just 4.
        • + +
        • CB-6097 Added missing files for amazon-fireos platform. Added onLoad flag to true.
        • + +
        • CB-6087 Android, iOS: Load file plugin on startup
        • + +
        • CB-6013 BlackBerry10: wrap webkit prefixed called in requestAnimationFrame
        • + +
        • Update plugin writers’ documentation
        • + +
        • CB-6080 Fix file copy when src and dst are on different local file systems
        • + +
        • CB-6057 Add methods for plugins to convert between URLs and paths
        • + +
        • CB-6050 Public method for returning a FileEntry from a device file path
        • + +
        • CB-2432 CB-3185, CB-5975: Fix Android handling of content:// URLs
        • + +
        • CB-6022 Add upgrade notes to doc
        • + +
        • CB-5233 Make asset-library urls work properly on iOS
        • + +
        • CB-6012 Preserve query strings on cdvfile:// URLs where necessary
        • + +
        • CB-6010 Test properly for presence of URLforFilesystemPath method
        • + +
        • CB-5959 Entry.getMetadata should return size attribute
        • +
        + +

        org.apache.cordova.file-transfer@0.4.2

        + +
          +
        • CB-6106 Ensure that nativeURL is used by file transfer download
        • + +
        • iOS: Fix default value for trustAllHosts on iOS (YES->NO)
        • + +
        • CB-6059 iOS: Stop FileTransfer.download doing IO on the UI thread
        • + +
        • CB-5588 iOS: Add response headers to upload result
        • + +
        • CB-2190 iOS: Make backgroundTaskId apply to downloads as well. Move backgroundTaskId to the delegate.
        • + +
        • CB-6050 Android: Use instance method on actual file plugin object to get FileEntry to return on download
        • + +
        • CB-6000 Android: Nginx rejects Content-Type without a space before “boundary”.
        • + +
        • CB-6022 Add backwards-compatibility notes to doc
        • +
        + +

        org.apache.cordova.inappbrowser@0.3.2

        + +
          +
        • Validate that callbackId is correctly formed
        • + +
        • CB-6035 Move js-module so it is not loaded on unsupported platforms
        • + +
        • Removed some iOS6 Deprecations
        • +
        + +

        org.apache.cordova.media@0.2.9

        + +
          +
        • CB-6051 Update media plugin to work with new cdvfile:// urls
        • + +
        • CB-5748 Make sure that Media.onStatus is called when recording is started.
        • +
        + +

        org.apache.cordova.media-capture@0.2.8

        + +
          +
        • CB-5202 Fix video capture crash on Android 4.3+
        • +
        + +
        +
        + + + + +
        + + + +
        +
        +
        + + + + + + +
        +
        +
        +
        + + +
        + + + + Modified: cordova/site/public/rss.xml URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1573852&r1=1573851&r2=1573852&view=diff ============================================================================== --- cordova/site/public/rss.xml (original) +++ cordova/site/public/rss.xml Tue Mar 4 05:07:45 2014 @@ -5,8 +5,8 @@ Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript. http://cordova.apache.org/rss.xml - Tue, 25 Feb 2014 21:31:22 +0000 - Tue, 25 Feb 2014 21:31:22 +0000 + Tue, 04 Mar 2014 05:05:13 +0000 + Tue, 04 Mar 2014 05:05:13 +0000 1800 http://cordova.apache.org @@ -19,6 +19,147 @@ + Plugins Release: March 3, 2014 + +<p>The following plugins were updated today:</p> + +<ul> +<li>org.apache.cordova.camera@0.2.8</li> + +<li>org.apache.cordova.contacts@0.2.9</li> + +<li>org.apache.cordova.file@1.0.1</li> + +<li>org.apache.cordova.file-transfer@0.4.2</li> + +<li>org.apache.cordova.inappbrowser@0.3.2</li> + +<li>org.apache.cordova.media@0.2.9</li> + +<li>org.apache.cordova.media-capture@0.2.8</li> +</ul> + +<p>Notable changes include:</p> + +<ul> +<li>Several bugfixes to the recently overhauled <code>file</code> plugin</li> + +<li>Fixed the default value of <code>file-transfer</code> trustAllHosts on iOS (was true, is now false)</li> + +<li>Prevent malicious code within an <code>inappbrowser</code> on iOS being able to run code within the host UIWebView</li> +</ul> + +<p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p> + +<p>E.g. To update your file plugin:</p> + +<pre><code>cordova plugin rm org.apache.cordova.file +cordova plugin add org.apache.cordova.file</code></pre> + +<p>Other changes include: <!--more--></p> + +<p><code>org.apache.cordova.camera@0.2.8</code> * <a href="https://issues.apache.org/jira/browse/CB-1826">CB-1826</a> Catch OOM on gallery image resize</p> + +<p><code>org.apache.cordova.contacts@0.2.9</code></p> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6086">CB-6086</a> Fix typo in ffos part of plugin.xml: Camera -&gt; Contacts</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-5994">CB-5994</a> Switch Contact ID lookup to use Raw contact id.</li> +</ul> + +<p><code>org.apache.cordova.file@1.0.1</code></p> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6116">CB-6116</a> Fix error where resolveLocalFileSystemURL would fail</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6106">CB-6106</a> Add support for nativeURL attribute on Entry objects</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6110">CB-6110</a> iOS: Fix typo in filesystemPathForURL: method</li> + +<li>Android: Use most specific FS match when resolving file: URIs</li> + +<li>iOS: Update fileSystemURLforLocalPath: to return the most match url.</li> + +<li>Allow third-party plugin registration, and the total count of fs type is not limited to just 4.</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6097">CB-6097</a> Added missing files for amazon-fireos platform. Added onLoad flag to true.</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6087">CB-6087</a> Android, iOS: Load file plugin on startup</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6013">CB-6013</a> BlackBerry10: wrap webkit prefixed called in requestAnimationFrame</li> + +<li>Update plugin writers’ documentation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6080">CB-6080</a> Fix file copy when src and dst are on different local file systems</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6057">CB-6057</a> Add methods for plugins to convert between URLs and paths</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6050">CB-6050</a> Public method for returning a FileEntry from a device file path</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-2432">CB-2432</a> <a href="https://issues.apache.org/jira/browse/CB-3185">CB-3185</a>, <a href="https://issues.apache.org/jira/browse/CB-5975">CB-5975</a>: Fix Android handling of content:// URLs</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6022">CB-6022</a> Add upgrade notes to doc</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-5233">CB-5233</a> Make asset-library urls work properly on iOS</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6012">CB-6012</a> Preserve query strings on cdvfile:// URLs where necessary</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6010">CB-6010</a> Test properly for presence of URLforFilesystemPath method</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-5959">CB-5959</a> Entry.getMetadata should return size attribute</li> +</ul> + +<p><code>org.apache.cordova.file-transfer@0.4.2</code></p> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6106">CB-6106</a> Ensure that nativeURL is used by file transfer download</li> + +<li>iOS: Fix default value for trustAllHosts on iOS (YES-&gt;NO)</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6059">CB-6059</a> iOS: Stop FileTransfer.download doing IO on the UI thread</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-5588">CB-5588</a> iOS: Add response headers to upload result</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-2190">CB-2190</a> iOS: Make backgroundTaskId apply to downloads as well. Move backgroundTaskId to the delegate.</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6050">CB-6050</a> Android: Use instance method on actual file plugin object to get FileEntry to return on download</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6000">CB-6000</a> Android: Nginx rejects Content-Type without a space before “boundary”.</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6022">CB-6022</a> Add backwards-compatibility notes to doc</li> +</ul> + +<p><code>org.apache.cordova.inappbrowser@0.3.2</code></p> + +<ul> +<li>Validate that callbackId is correctly formed</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6035">CB-6035</a> Move js-module so it is not loaded on unsupported platforms</li> + +<li>Removed some iOS6 Deprecations</li> +</ul> + +<p><code>org.apache.cordova.media@0.2.9</code></p> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6051">CB-6051</a> Update media plugin to work with new cdvfile:// urls</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-5748">CB-5748</a> Make sure that Media.onStatus is called when recording is started.</li> +</ul> + +<p><code>org.apache.cordova.media-capture@0.2.8</code></p> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-5202">CB-5202</a> Fix video capture crash on Android 4.3+</li> +</ul> + + http://cordova.apache.org/news/2014/03/03/plugins-release.html + http://cordova.apache.org/news/2014/03/03/plugins-release + Mon, 03 Mar 2014 + + + Apache Cordova 3.4.0 <p>We are happy to announce that <code>Cordova 3.4</code> has been released!</p> @@ -42,87 +183,87 @@ cordova platform update android</code <ul> <li>Removing <code>addJavascriptInterface</code> support from all Android versions lower than 4.2 due to security vulnerability</li> -<li>CB-5917 Add a <code>loadUrlIntoView</code> overload that doesn’t recreate plugins.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5917">CB-5917</a> Add a <code>loadUrlIntoView</code> overload that doesn’t recreate plugins.</li> -<li>CB-5889 Make update script find project name instead of using “null” for CordovaLib</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5889">CB-5889</a> Make update script find project name instead of using “null” for CordovaLib</li> -<li>CB-5889 Add a message in the update script about needing to import CordovaLib when using an IDE.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5889">CB-5889</a> Add a message in the update script about needing to import CordovaLib when using an IDE.</li> -<li>CB-5793 Don’t clean before build and change output directory to <code>ant-build</code> to avoid conflicts with <em>Eclipse</em>.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5793">CB-5793</a> Don’t clean before build and change output directory to <code>ant-build</code> to avoid conflicts with <em>Eclipse</em>.</li> -<li>CB-5803 Fix <code>cordova/emulate</code> on <em>Windows</em>.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5803">CB-5803</a> Fix <code>cordova/emulate</code> on <em>Windows</em>.</li> -<li>CB-5801 <code>exec</code>-&gt;<code>spawn</code> in build to make sure compile errors are shown.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5801">CB-5801</a> <code>exec</code>-&gt;<code>spawn</code> in build to make sure compile errors are shown.</li> -<li>CB-5799 Update version of <code>OkHTTP</code> to 1.3</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5799">CB-5799</a> Update version of <code>OkHTTP</code> to 1.3</li> -<li>CB-4910 Update CLI project template to point to <code>config.xml</code> at the root now that it isn’t in <code>www/</code> by default.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4910">CB-4910</a> Update CLI project template to point to <code>config.xml</code> at the root now that it isn’t in <code>www/</code> by default.</li> -<li>CB-5504 Adding <code>onDestroy</code> to app plugin to deregister <code>telephonyReceiver</code></li> +<li><a href="https://issues.apache.org/jira/browse/CB-5504">CB-5504</a> Adding <code>onDestroy</code> to app plugin to deregister <code>telephonyReceiver</code></li> -<li>CB-5715 Add <em>Eclipse</em> <code>.project</code> file to create template. For CLI projects, it adds refs for root <code>www/</code> &amp; <code>config.xml</code> and hides platform versions</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5715">CB-5715</a> Add <em>Eclipse</em> <code>.project</code> file to create template. For CLI projects, it adds refs for root <code>www/</code> &amp; <code>config.xml</code> and hides platform versions</li> -<li>CB-5447 Removed <code>android:debuggable=“true”</code> from project template.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5447">CB-5447</a> Removed <code>android:debuggable=“true”</code> from project template.</li> -<li>CB-5714 Fix of android build when too big output stops build with error due to buffer overflow.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5714">CB-5714</a> Fix of android build when too big output stops build with error due to buffer overflow.</li> -<li>CB-5592 Set MIME type for <code>openExternal</code> when scheme is file:</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5592">CB-5592</a> Set MIME type for <code>openExternal</code> when scheme is file:</li> </ul> <h2 id="whats_new_in_ios">What’s new in iOS</h2> <ul> -<li>CB-5794 iOS build script: 1. don’t clean 2. recognize <code>--emulator</code> vs <code>--device</code></li> +<li><a href="https://issues.apache.org/jira/browse/CB-5794">CB-5794</a> iOS build script: 1. don’t clean 2. recognize <code>--emulator</code> vs <code>--device</code></li> <li>Don’t show environment vars in build log for copy-www script</li> -<li>CB-4910 Update CLI project template to point to <code>config.xml</code> at the root now that it’s not in www/ by default.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4910">CB-4910</a> Update CLI project template to point to <code>config.xml</code> at the root now that it’s not in www/ by default.</li> <li>Move <code>.gitignore</code> in template to gitignore (and add the dot in the script).</li> <li>Fix create script copying project template twice.</li> -<li>CB-5740 Use <code>UIScrollViewDecelerationRateNormal</code> by default.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5740">CB-5740</a> Use <code>UIScrollViewDecelerationRateNormal</code> by default.</li> -<li>CB-5420 Add device model to <code>User-Agent</code> cache key.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5420">CB-5420</a> Add device model to <code>User-Agent</code> cache key.</li> <li>Copy <code>config.xml</code> within copy-www-build-step.sh instead of in Copy Resoruces step</li> -<li>CB-5397 Add a <code>--cli</code> option to <code>bin/create</code> that has <code>../../www/</code> <code>../../merges/</code> within the project</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5397">CB-5397</a> Add a <code>--cli</code> option to <code>bin/create</code> that has <code>../../www/</code> <code>../../merges/</code> within the project</li> -<li>CB-5697 Fix <code>location.reload()</code> not firing <code>deviceready</code>.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5697">CB-5697</a> Fix <code>location.reload()</code> not firing <code>deviceready</code>.</li> -<li>CB-4330 Fix hash changes being treated as top-level navigations</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4330">CB-4330</a> Fix hash changes being treated as top-level navigations</li> -<li>CB-3359 Parse large JSON payloads on a background thread, and yield when executing multiple commands is taking too long.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-3359">CB-3359</a> Parse large JSON payloads on a background thread, and yield when executing multiple commands is taking too long.</li> -<li>CB-5134 Fix up bugs with new hash-based <code>exec()</code> bridge.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5134">CB-5134</a> Fix up bugs with new hash-based <code>exec()</code> bridge.</li> -<li>CB-5134 Add <code>location.hash</code> based <code>exec()</code> bridge.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5134">CB-5134</a> Add <code>location.hash</code> based <code>exec()</code> bridge.</li> -<li>CB-5658 Fix whitelist crash when URL path has a space.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Fix whitelist crash when URL path has a space.</li> -<li>CB-5583 <code>WebView</code> doesn’t properly initialize when instantiated from a xib</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5583">CB-5583</a> <code>WebView</code> doesn’t properly initialize when instantiated from a xib</li> -<li>CB-5046: Adding a <code>defaults.xml</code> template</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5046">CB-5046</a>: Adding a <code>defaults.xml</code> template</li> -<li>CB-5290 templates: Updated launch images sizes to include the status bar region</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5290">CB-5290</a> templates: Updated launch images sizes to include the status bar region</li> -<li>CB-5276 Add ability to load start page from a place other then the bundle folder</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5276">CB-5276</a> Add ability to load start page from a place other then the bundle folder</li> -<li>CB-5298 Have <code>bin/create</code> run <code>bin/check_reqs</code>.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5298">CB-5298</a> Have <code>bin/create</code> run <code>bin/check_reqs</code>.</li> -<li>CB-5328 - <code>.gitignore</code> from cordova-ios excludes <code>platforms/cordova/build</code> file</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5328">CB-5328</a> - <code>.gitignore</code> from cordova-ios excludes <code>platforms/cordova/build</code> file</li> </ul> <h2 id="whats_new_in_windows_phone_7__8">What’s new in Windows Phone 7 &amp; 8</h2> <ul> -<li>CB-6041 <code>createTemplates</code> should install theme for <em>VS-2013</em> as well</li> +<li><a href="https://issues.apache.org/jira/browse/CB-6041">CB-6041</a> <code>createTemplates</code> should install theme for <em>VS-2013</em> as well</li> -<li>[CB-5219] <code>weinre</code> disconnects when <code>history.replaceState</code> is used</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5219">CB-5219</a> <code>weinre</code> disconnects when <code>history.replaceState</code> is used</li> -<li>CB-5951 Added namespace to <code>config.xml</code></li> +<li><a href="https://issues.apache.org/jira/browse/CB-5951">CB-5951</a> Added namespace to <code>config.xml</code></li> <li>Removed wp7 template ref to non-existent file</li> </ul> @@ -132,25 +273,25 @@ cordova platform update android</code <h2 id="whats_new_in_windows_8">What’s new in Windows 8</h2> <ul> -<li>CB-5951 Added namespace to <code>config.xml</code></li> +<li><a href="https://issues.apache.org/jira/browse/CB-5951">CB-5951</a> Added namespace to <code>config.xml</code></li> <li>Remove template file after create by name</li> -<li>CB-4533 return error code 2 on fail, CB-5359 get tools version from the registry</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4533">CB-4533</a> return error code 2 on fail, <a href="https://issues.apache.org/jira/browse/CB-5359">CB-5359</a> get tools version from the registry</li> </ul> <h2 id="whats_new_in_blackberry_10">What’s new in BlackBerry 10</h2> <ul> -<li>CB-6021 Add <code>--release</code> to run command</li> +<li><a href="https://issues.apache.org/jira/browse/CB-6021">CB-6021</a> Add <code>--release</code> to run command</li> -<li>CB-5723 Build script should accept <code>-l</code> param as it does <code>--loglevel</code></li> +<li><a href="https://issues.apache.org/jira/browse/CB-5723">CB-5723</a> Build script should accept <code>-l</code> param as it does <code>--loglevel</code></li> -<li>[CB-6019] Supply default value of <code>--device</code> to the run script</li> +<li><a href="https://issues.apache.org/jira/browse/CB-6019">CB-6019</a> Supply default value of <code>--device</code> to the run script</li> -<li>CB-5660 use <code>enabledelayedexpansion</code> to handle )s in path</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5660">CB-5660</a> use <code>enabledelayedexpansion</code> to handle )s in path</li> -<li>CB-5909 Fixed issue where <code>check-reqs</code> skipped checking logic on second pass-through - Removed depend</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5909">CB-5909</a> Fixed issue where <code>check-reqs</code> skipped checking logic on second pass-through - Removed depend</li> </ul> <h2 id="whats_new_in_firefoxos">What’s new in FirefoxOS</h2> @@ -174,19 +315,19 @@ cordova platform update android</code <h2 id="whats_new_in_cordovacli">What’s new in Cordova-CLI</h2> <ul> -<li>CB-5638 Clean-up: remove unreachable <code>info</code> case from function</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5638">CB-5638</a> Clean-up: remove unreachable <code>info</code> case from function</li> -<li>CB-5937 Add <code>platform check</code> command: Shows platforms that are out of date</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5937">CB-5937</a> Add <code>platform check</code> command: Shows platforms that are out of date</li> -<li>CB-5634 Minor refactoring + tests for Android’s orientation preference.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5634">CB-5634</a> Minor refactoring + tests for Android’s orientation preference.</li> -<li>CB-5634 Set Android orientation from <code>config.xml</code></li> +<li><a href="https://issues.apache.org/jira/browse/CB-5634">CB-5634</a> Set Android orientation from <code>config.xml</code></li> <li>Upleveled amazon_fireos_parser. Making it at par with <code>android_parser.js</code></li> -<li>CB-5947 Throw when trying to create project inside custom www.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5947">CB-5947</a> Throw when trying to create project inside custom www.</li> -<li>CB-4153 Update help.txt about <code>--source</code> -&gt; <code>--copy-from</code></li> +<li><a href="https://issues.apache.org/jira/browse/CB-4153">CB-4153</a> Update help.txt about <code>--source</code> -&gt; <code>--copy-from</code></li> </ul> <h2 id="plugin_versions_tested_with_this_release">Plugin versions tested with this release</h2> @@ -302,15 +443,15 @@ cordova platform update android</code <p><code>org.apache.cordova.camera</code></p> <ul> -<li>CB-4919 firefox os quirks added and supported platforms list is updated</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4919">CB-4919</a> firefox os quirks added and supported platforms list is updated</li> <li>getPicture via web activities</li> -<li>Documented quirk for CB-5335 + CB-5206 for WP7+8</li> +<li>Documented quirk for <a href="https://issues.apache.org/jira/browse/CB-5335">CB-5335</a> + <a href="https://issues.apache.org/jira/browse/CB-5206">CB-5206</a> for WP7+8</li> <li>reference the correct firefoxos implementation</li> -<li>[BlackBerry10] Add permission to access_shared</li> +<li>BlackBerry10 Add permission to access_shared</li> </ul> <p><code>org.apache.cordova.console</code></p> @@ -318,15 +459,15 @@ cordova platform update android</code <ul> <li>Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory</li> -<li>CB-4718 fixed Console plugin not working on wp</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4718">CB-4718</a> fixed Console plugin not working on wp</li> </ul> <p><code>org.apache.cordova.contacts</code></p> <ul> -<li>[CB-3208] FFOS docs updated</li> +<li><a href="https://issues.apache.org/jira/browse/CB-3208">CB-3208</a> FFOS docs updated</li> -<li>CB-4590 - chooseContact in CDVContacts crashes app</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4590">CB-4590</a> - chooseContact in CDVContacts crashes app</li> </ul> <p><code>org.apache.cordova.device</code></p> @@ -344,9 +485,9 @@ cordova platform update android</code <p><code>org.apache.cordova.device-orientation</code></p> <ul> -<li>[ubuntu] request sensors permission</li> +<li>ubuntu request sensors permission</li> -<li>[ubuntu] add missing files</li> +<li>ubuntu add missing files</li> <li>Add support for Tizen.</li> @@ -364,17 +505,17 @@ cordova platform update android</code <p><code>org.apache.cordova.file</code></p> <ul> -<li>CB-5974: Use safe ‘Compatibility’ mode by default</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5974">CB-5974</a>: Use safe ‘Compatibility’ mode by default</li> -<li>CB-5915: Add option for new persistent storage location for iOS</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5915">CB-5915</a>: Add option for new persistent storage location for iOS</li> -<li>CB-5916: Add option for new persistent storage location for Android</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5916">CB-5916</a>: Add option for new persistent storage location for Android</li> <li>Add default FS root to new FS objects</li> -<li>CB-5899: Make DirectoryReader.readEntries return properly formatted Entry objects</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5899">CB-5899</a>: Make DirectoryReader.readEntries return properly formatted Entry objects</li> -<li>Add constructor params to FileUploadResult related to CB-2421</li> +<li>Add constructor params to FileUploadResult related to <a href="https://issues.apache.org/jira/browse/CB-2421">CB-2421</a></li> <li>Fill out filesystem attribute of entities returned from resolveLocalFileSystemURL</li> @@ -384,73 +525,73 @@ cordova platform update android</code <li>Android: Allow third-party plugin registration</li> -<li>CB-5810 [BlackBerry10] resolve local:/// paths (application assets)</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5810">CB-5810</a> BlackBerry10 resolve local:/// paths (application assets)</li> -<li>CB-5774: create DirectoryEntry instead of FileEntry</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5774">CB-5774</a>: create DirectoryEntry instead of FileEntry</li> -<li>Initial fix for CB-5747: Windows 8: DirectoryEntry.getDirectory fails when path contains directory separator</li> +<li>Initial fix for <a href="https://issues.apache.org/jira/browse/CB-5747">CB-5747</a>: Windows 8: DirectoryEntry.getDirectory fails when path contains directory separator</li> <li>Android: Allow absolute paths on Entry.getFile / Entry.getDirectory</li> -<li>CB-5008: Rename resolveLocalFileSystemURI to resolveLocalFileSystemURL</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5008">CB-5008</a>: Rename resolveLocalFileSystemURI to resolveLocalFileSystemURL</li> -<li>CB-4899 [BlackBerry10] Fix resolve directories</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4899">CB-4899</a> BlackBerry10 Fix resolve directories</li> -<li>CB-5602 Windows8. Fix File Api mobile spec tests</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5602">CB-5602</a> Windows8. Fix File Api mobile spec tests</li> <li>Android: Better support for content urls and cross-filesystem copy/move ops</li> -<li>CB-5699 [BlackBerry10] Update resolveLocalFileSystemURI implementation</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5699">CB-5699</a> BlackBerry10 Update resolveLocalFileSystemURI implementation</li> -<li>CB-5658 Update license comment formatting of doc/index.md</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Update license comment formatting of doc/index.md</li> -<li>CB-5658 Add doc.index.md for File plugin.</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Add doc.index.md for File plugin.</li> -<li>CB-5658 Delete stale snapshot of plugin docs</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Delete stale snapshot of plugin docs</li> -<li>CB-5403: Backwards-compatibility with file:// urls where possible</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5403">CB-5403</a>: Backwards-compatibility with file:// urls where possible</li> <li>Android: Clean up unclosed file objects</li> <li>Log file path for File exceptions.</li> -<li>CB-5532 WP8. Add binary data support to FileWriter</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5532">CB-5532</a> WP8. Add binary data support to FileWriter</li> -<li>CB-5531 WP8. File Api readAsText incorrectly handles position args</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5531">CB-5531</a> WP8. File Api readAsText incorrectly handles position args</li> <li>Added ubuntu platform support</li> <li>Added amazon-fireos platform support</li> -<li>CB-5118 [BlackBerry10] Add check for undefined error handler</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5118">CB-5118</a> BlackBerry10 Add check for undefined error handler</li> -<li>CB-5403: Bump File plugin major version</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5403">CB-5403</a>: Bump File plugin major version</li> -<li>CB-5408: Add handler for filesystem urls</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5408">CB-5408</a>: Add handler for filesystem urls</li> -<li>CB-5407: Update Android native code to use filesystem URLs internally</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5407">CB-5407</a>: Update Android native code to use filesystem URLs internally</li> </ul> <p><code>org.apache.cordova.file-transfer</code></p> <ul> -<li>CB-5365 Remove unused exception var to prevent warnings?</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5365">CB-5365</a> Remove unused exception var to prevent warnings?</li> -<li>CB-2421 explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks</li> +<li><a href="https://issues.apache.org/jira/browse/CB-2421">CB-2421</a> explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks</li> <li>iOS: Update for new file plugin api</li> -<li>CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer)</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5631">CB-5631</a> Removed <code>SimpleTrackingInputStream.read(byte[] buffer)</code></li> -<li>CB-5762 android: Fix lengthComputable set wrong for gzip downloads</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5762">CB-5762</a> android: Fix <code>lengthComputable</code> set wrong for gzip downloads</li> -<li>CB-4899 [BlackBerry10] Improve binary file transfer download</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4899">CB-4899</a> BlackBerry10 Improve binary file transfer download</li> -<li>CB-5722 [BlackBerry10] Update upload function to use native file object</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5722">CB-5722</a> BlackBerry10 Update upload function to use native file object</li> -<li>CB-5658 Delete stale snapshot of plugin docs</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Delete stale snapshot of plugin docs</li> -<li>CB-5466: Update to work with filesystem URLs</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5466">CB-5466</a>: Update to work with filesystem URLs</li> </ul> <p><code>org.apache.cordova.geolocation</code></p> @@ -458,9 +599,9 @@ cordova platform update android</code <ul> <li>add ubuntu platform support</li> -<li>CB-5326 adding FFOS permission and updating supported platforms</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5326">CB-5326</a> adding FFOS permission and updating supported platforms</li> -<li>CB-5729 [BlackBerry10] Update GeolocationProxy to return collapsed object</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5729">CB-5729</a> BlackBerry10 Update GeolocationProxy to return collapsed object</li> </ul> <p><code>org.apache.cordova.globalization</code></p> @@ -472,7 +613,7 @@ cordova platform update android</code <p><code>org.apache.cordova.inappbrowser</code></p> <ul> -<li>CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5756">CB-5756</a>: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+</li> <li>Didn’t test on ICS or lower, getDrawable isn’t supported until Jellybean</li> @@ -480,11 +621,11 @@ cordova platform update android</code <li>Adding drawables to the inAppBrowser. This doesn’t look quite right, but it’s a HUGE improvement over the previous settings</li> -<li>CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5756">CB-5756</a>: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+</li> <li>Remove alive from InAppBrowser.js since it didn’t catch the case where the browser is closed by the user.</li> -<li>CB-5733 Fix IAB.close() not working if called before show() animation is done</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5733">CB-5733</a> Fix IAB.close() not working if called before show() animation is done</li> </ul> <p><code>org.apache.cordova.media</code></p> @@ -492,17 +633,17 @@ cordova platform update android</code <ul> <li>Add preliminary support for Tizen.</li> -<li>[CB-4755] Fix crash in Media.setVolume on iOS</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4755">CB-4755</a> Fix crash in Media.setVolume on iOS</li> </ul> <p><code>org.apache.cordova.media-capture</code></p> <ul> -<li>[ubuntu] request audio/camera/microphone permission</li> +<li>ubuntu request audio/camera/microphone permission</li> <li>fixed cordova cli add capture plugin not work wp</li> -<li>CB-5685 [BlackBerry10] Add access_shared permission</li> +<li><a href="https://issues.apache.org/jira/browse/CB-5685">CB-5685</a> BlackBerry10 Add access_shared permission</li> </ul> <p><code>org.apache.cordova.network-information</code></p> @@ -514,9 +655,9 @@ cordova platform update android</code <p><code>org.apache.cordova.splashscreen</code></p> <ul> -<li>[CB-3562] Fix aspect ratio on landscape-only iPhone applications</li> +<li><a href="https://issues.apache.org/jira/browse/CB-3562">CB-3562</a> Fix aspect ratio on landscape-only iPhone applications</li> -<li>CB-4051 fix for splashscreen rotation problem</li> +<li><a href="https://issues.apache.org/jira/browse/CB-4051">CB-4051</a> fix for splashscreen rotation problem</li> </ul> <p><code>org.apache.cordova.vibration</code></p> @@ -524,7 +665,7 @@ cordova platform update android</code <ul> <li>Add support for Tizen.</li> -<li>CB-3206 - Supported platforms updated</li> +<li><a href="https://issues.apache.org/jira/browse/CB-3206">CB-3206</a> - Supported platforms updated</li> </ul> <p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>