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 5F7F71818A for ; Mon, 7 Sep 2015 16:56:57 +0000 (UTC) Received: (qmail 83522 invoked by uid 500); 7 Sep 2015 16:56:57 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 83402 invoked by uid 500); 7 Sep 2015 16:56:57 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 82801 invoked by uid 99); 7 Sep 2015 16:56:56 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2015 16:56:56 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id B21CBAC0024 for ; Mon, 7 Sep 2015 16:56:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1701653 [8/15] - in /cordova/site: public/ public/announcements/2013/11/15/ public/announcements/2013/11/22/ public/announcements/2013/12/16/ public/announcements/2014/02/20/ public/announcements/2014/05/23/ public/announcements/2014/08/04... Date: Mon, 07 Sep 2015 16:56:54 -0000 To: commits@cordova.apache.org From: bhiggins@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150907165656.B21CBAC0024@hades.apache.org> Modified: cordova/site/public/news/2014/01/31/tools-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/01/31/tools-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff ============================================================================== --- cordova/site/public/news/2014/01/31/tools-release.html (original) +++ cordova/site/public/news/2014/01/31/tools-release.html Mon Sep 7 16:56:52 2015 @@ -57,100 +57,71 @@
Posted by: Andrew Grieve

31 Jan 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!

+

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
  • +
  • plugman@0.19.0
  • +
  • cordova@3.3.1-0.3.1

To update your tools:

npm update -g cordova
-npm update -g plugman
+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
  • +
  • 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:

+

Full list of release notes: +

cordova

    -
  • CB-5006 Add –searchpath to cordova plugin add so that installing by ID will search local paths before hitting the registry.
  • - -
  • CB-4153 Add –copy-from & –link-to to cordova create.
  • - -
  • CB-5687 Make cordova commands work when CWD is inside of a symlink’ed www/
  • - -
  • CB-4910 Default config.xml to the root instead of within www/
  • - -
  • CB-5764 Move hooks/ to top-level instead of under .cordova
  • - -
  • CB-5763 Don’t create .cordova/ by default
  • - -
  • CB-4871 Reduced package size significantly.
  • - -
  • CB-4976 Don’t add cache entries for local platforms.
  • - -
  • CB-5777 Fix cordova platform update not updating cordova.js.
  • - -
  • CB-5728 Files in merges must remain intact when removing platform.
  • - -
  • CB-5493 lazy_load now downloads to a temp dir and then moves.
  • - -
  • CB-5782 Hide stack trace for explicitly handled error conditions
  • - -
  • CB-5590 Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion
  • - -
  • CB-5913 Fail more gracefully on Windows when symlinks fail.
  • - -
  • Fix isWindows check in util.js to support win64
  • - -
  • CB-5907 Make cordova update get version from platform’s version script
  • - -
  • CB-3612 Don’t pass –device to “run” command by default.
  • - -
  • CB-5299 Cache pbxproj to avoid re-parsing it for each plugin.
  • - -
  • CB-5813 Fix missing quotes on update and ls commands
  • - -
  • CB-5808 Fix lazy_load stripping off windows drive letters
  • - -
  • Expose util.isCordova as cordova.findProjectRoot()
  • - -
  • Allow lazy_load libs to work without an id and version for local paths.
  • +
  • CB-5006 Add –searchpath to cordova plugin add so that installing by ID will search local paths before hitting the registry.
  • +
  • CB-4153 Add –copy-from & –link-to to cordova create.
  • +
  • CB-5687 Make cordova commands work when CWD is inside of a symlink’ed www/
  • +
  • CB-4910 Default config.xml to the root instead of within www/
  • +
  • CB-5764 Move hooks/ to top-level instead of under .cordova
  • +
  • CB-5763 Don’t create .cordova/ by default
  • +
  • CB-4871 Reduced package size significantly.
  • +
  • CB-4976 Don’t add cache entries for local platforms.
  • +
  • CB-5777 Fix cordova platform update not updating cordova.js.
  • +
  • CB-5728 Files in merges must remain intact when removing platform.
  • +
  • CB-5493 lazy_load now downloads to a temp dir and then moves.
  • +
  • CB-5782 Hide stack trace for explicitly handled error conditions
  • +
  • CB-5590 Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion
  • +
  • CB-5913 Fail more gracefully on Windows when symlinks fail.
  • +
  • Fix isWindows check in util.js to support win64
  • +
  • CB-5907 Make cordova update get version from platform’s version script
  • +
  • CB-3612 Don’t pass –device to “run” command by default.
  • +
  • CB-5299 Cache pbxproj to avoid re-parsing it for each plugin.
  • +
  • CB-5813 Fix missing quotes on update and ls commands
  • +
  • CB-5808 Fix lazy_load stripping off windows drive letters
  • +
  • Expose util.isCordova as cordova.findProjectRoot()
  • +
  • Allow lazy_load libs to work without an id and version for local paths.

plugman

    -
  • CB-5770 Plugman prepare script content wrapping no longer allows ending parens/braces to be commented out from end of line comment
  • - -
  • CB-4871 Reduced package size significantly
  • - -
  • CB-5720 Allow <resource-file> on Android
  • - -
  • CB-5006 Add –searchpath option for local plugin search path
  • - -
  • CB-5701 Reference custom frameworks using relative paths
  • - -
  • CB-5495, CB-5568 Fix config.xml path for iOS
  • - -
  • CB-5804 Added repo & issue information into plugman publish
  • +
  • CB-5770 Plugman prepare script content wrapping no longer allows ending parens/braces to be commented out from end of line comment
  • +
  • CB-4871 Reduced package size significantly
  • +
  • CB-5720 Allow <resource-file> on Android
  • +
  • CB-5006 Add –searchpath option for local plugin search path
  • +
  • CB-5701 Reference custom frameworks using relative paths
  • +
  • CB-5495, CB-5568 Fix config.xml path for iOS
  • +
  • CB-5804 Added repo & issue information into plugman publish
+
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=1701653&r1=1701652&r2=1701653&view=diff ============================================================================== --- cordova/site/public/news/2014/02/10/plugins-release.html (original) +++ cordova/site/public/news/2014/02/10/plugins-release.html Mon Sep 7 16:56:52 2015 @@ -57,303 +57,179 @@
Posted by: Steve Gill

10 Feb 2014

- -

The following plugins were updated today:

+

The following plugins were updated today:

    -
  • org.apache.cordova.battery-status@0.2.7
  • - -
  • org.apache.cordova.camera@0.2.7
  • - -
  • org.apache.cordova.console@0.2.7
  • - -
  • org.apache.cordova.contacts@0.2.8
  • - -
  • org.apache.cordova.device@0.2.8
  • - -
  • org.apache.cordova.device-motion@0.2.6
  • - -
  • org.apache.cordova.device-orientation@0.3.5
  • - -
  • org.apache.cordova.dialogs@0.2.6
  • - -
  • org.apache.cordova.file@1.0.0
  • - -
  • org.apache.cordova.file-transfer@0.4.1
  • - -
  • org.apache.cordova.geolocation@0.3.6
  • - -
  • org.apache.cordova.globalization@0.2.6
  • - -
  • org.apache.cordova.inappbrowser@0.3.1
  • - -
  • org.apache.cordova.media@0.2.8
  • - -
  • org.apache.cordova.media-capture@0.2.7
  • - -
  • org.apache.cordova.network-information@0.2.7
  • - -
  • org.apache.cordova.vibration@0.3.7
  • +
  • org.apache.cordova.battery-status@0.2.7
  • +
  • org.apache.cordova.camera@0.2.7
  • +
  • org.apache.cordova.console@0.2.7
  • +
  • org.apache.cordova.contacts@0.2.8
  • +
  • org.apache.cordova.device@0.2.8
  • +
  • org.apache.cordova.device-motion@0.2.6
  • +
  • org.apache.cordova.device-orientation@0.3.5
  • +
  • org.apache.cordova.dialogs@0.2.6
  • +
  • org.apache.cordova.file@1.0.0
  • +
  • org.apache.cordova.file-transfer@0.4.1
  • +
  • org.apache.cordova.geolocation@0.3.6
  • +
  • org.apache.cordova.globalization@0.2.6
  • +
  • org.apache.cordova.inappbrowser@0.3.1
  • +
  • org.apache.cordova.media@0.2.8
  • +
  • org.apache.cordova.media-capture@0.2.7
  • +
  • org.apache.cordova.network-information@0.2.7
  • +
  • org.apache.cordova.vibration@0.3.7

The most noticeable changes in this release are to the File plugin. It has been revamped to use a new URL scheme cdvfile://localhost/<filesystemType>/<path to file>. These URLs are generated by all file operations, and are passed over the bridge to native code. (This is in contrast to the previous version, which passed around absolute paths on the device filesystem).

Most of these changes are to bring us more in line with the HTML Filesystem standard, although they will also allow us to extend the filesystem abstraction to cover new kinds of storage, both internal and external to devices.

-

Other changes include:

- -
    -
  • The file plugin is now much more modular. The “Filesystem” is now an abstract class that developers can subclass to write their own filesystem types.
  • - -
  • Developers can use the existing filesystem types, or new types, to provide new filesystem roots for their applications. (No longer limited to just persistent and temporary, or just a single directory for storage.)
  • - -
  • Filesystem URLs paths are now relative to the filesystem root, helping to sandbox the filesystems and keep applications from stepping on each others’ toes.
  • - -
  • Application developers can now configure the file plugin to use a more sensible location for storing persistent files. On iOS, this means storing files in the Library directory, rather than the Documents directory. On Android, it means using the application’s internal storage directory rather than the SD card partition. See the README file for information on configuring your applications.
  • - -
  • Several other bugs have been fixed, and our test coverage has increased.
  • -
+

Other changes include: + +* The file plugin is now much more modular. The “Filesystem” is now an abstract class that developers can subclass to write their own filesystem types. +* Developers can use the existing filesystem types, or new types, to provide new filesystem roots for their applications. (No longer limited to just persistent and temporary, or just a single directory for storage.) +* Filesystem URLs paths are now relative to the filesystem root, helping to sandbox the filesystems and keep applications from stepping on each others’ toes. +* Application developers can now configure the file plugin to use a more sensible location for storing persistent files. On iOS, this means storing files in the Library directory, rather than the Documents directory. On Android, it means using the application’s internal storage directory rather than the SD card partition. See the README file for information on configuring your applications. +* Several other bugs have been fixed, and our test coverage has increased.

org.apache.cordova.battery-status

    -
  • Add Tizen plugin support
  • +
  • Add Tizen plugin support
-

org.apache.cordova.camera

- -
    -
  • 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
  • - -
  • reference the correct firefoxos implementation
  • - -
  • BlackBerry10 Add permission to access_shared
  • -
- -

org.apache.cordova.console

- -
    -
  • 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
  • -
- -

org.apache.cordova.contacts

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

org.apache.cordova.camera +* 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 +* reference the correct firefoxos implementation +* BlackBerry10 Add permission to access_shared

+ +

org.apache.cordova.console +* 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

+ +

org.apache.cordova.contacts +* CB-3208 FFOS docs updated +* CB-4590 - chooseContact in CDVContacts crashes app

org.apache.cordova.device

    -
  • Tizen support added
  • +
  • Tizen support added

org.apache.cordova.device-motion

    -
  • Add Tizen support
  • +
  • Add Tizen support
-

org.apache.cordova.device-orientation

- -
    -
  • ubuntu request sensors permission
  • - -
  • ubuntu add missing files
  • - -
  • Add support for Tizen.
  • - -
  • FFOS info added
  • -
- -

org.apache.cordova.dialogs

- -
    -
  • no need to recreate the manifest.webapp file after each cordova prepare for FFOS
  • - -
  • FFOS description added
  • -
- -

org.apache.cordova.file

- -
    -
  • CB-5974: Use safe ‘Compatibility’ mode by default
  • - -
  • CB-5915: Add option for new persistent storage location for iOS
  • - -
  • 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
  • - -
  • Add constructor params to FileUploadResult related to CB-2421
  • - -
  • Fill out filesystem attribute of entities returned from resolveLocalFileSystemURL
  • - -
  • Android: Expose filePlugin getter so that other plugins can register filesystems
  • - -
  • Add backwards-compatibility shim for file-transfer
  • - -
  • Android: Allow third-party plugin registration
  • - -
  • CB-5810 BlackBerry10 resolve local:/// paths (application assets)
  • - -
  • CB-5774: create DirectoryEntry instead of FileEntry
  • - -
  • 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-4899 BlackBerry10 Fix resolve directories
  • - -
  • 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-5658 Update license comment formatting of doc/index.md
  • - -
  • CB-5658 Add doc.index.md for File plugin.
  • - -
  • CB-5658 Delete stale snapshot of plugin docs
  • - -
  • 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-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-5403: Bump File plugin major version
  • - -
  • CB-5408: Add handler for filesystem urls
  • - -
  • 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-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-5762 android: Fix lengthComputable set wrong for gzip downloads
  • - -
  • CB-4899 BlackBerry10 Improve binary file transfer download
  • - -
  • CB-5722 BlackBerry10 Update upload function to use native file object
  • - -
  • CB-5658 Delete stale snapshot of plugin docs
  • - -
  • CB-5466: Update to work with filesystem URLs
  • -
- -

org.apache.cordova.geolocation

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

org.apache.cordova.device-orientation +* ubuntu request sensors permission +* ubuntu add missing files +* Add support for Tizen. +* FFOS info added

+ +

org.apache.cordova.dialogs +* no need to recreate the manifest.webapp file after each cordova prepare for FFOS +* FFOS description added

+ +

org.apache.cordova.file +* CB-5974: Use safe ‘Compatibility’ mode by default +* CB-5915: Add option for new persistent storage location for iOS +* 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 +* Add constructor params to FileUploadResult related to CB-2421 +* Fill out filesystem attribute of entities returned from resolveLocalFileSystemURL +* Android: Expose filePlugin getter so that other plugins can register filesystems +* Add backwards-compatibility shim for file-transfer +* Android: Allow third-party plugin registration +* CB-5810 BlackBerry10 resolve local:/// paths (application assets) +* CB-5774: create DirectoryEntry instead of FileEntry +* 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-4899 BlackBerry10 Fix resolve directories +* 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-5658 Update license comment formatting of doc/index.md +* CB-5658 Add doc.index.md for File plugin. +* CB-5658 Delete stale snapshot of plugin docs +* 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-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-5403: Bump File plugin major version +* CB-5408: Add handler for filesystem urls +* 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-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-5762 android: Fix lengthComputable set wrong for gzip downloads +* CB-4899 BlackBerry10 Improve binary file transfer download +* CB-5722 BlackBerry10 Update upload function to use native file object +* CB-5658 Delete stale snapshot of plugin docs +* CB-5466: Update to work with filesystem URLs

+ +

org.apache.cordova.geolocation +* add ubuntu platform support +* CB-5326 adding FFOS permission and updating supported platforms +* CB-5729 BlackBerry10 Update GeolocationProxy to return collapsed object

org.apache.cordova.globalization

    -
  • Add Tizen plugin support
  • +
  • Add Tizen plugin support
-

org.apache.cordova.inappbrowser

- -
    -
  • 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
  • - -
  • add ubuntu platform
  • - -
  • 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+
  • - -
  • 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
  • -
- -

org.apache.cordova.media

- -
    -
  • Add preliminary support for Tizen.
  • - -
  • CB-4755 Fix crash in Media.setVolume on iOS
  • -
- -

org.apache.cordova.media-capture

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

org.apache.cordova.inappbrowser +* 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 +* add ubuntu platform +* 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+ +* 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

+ +

org.apache.cordova.media +* Add preliminary support for Tizen. +* CB-4755 Fix crash in Media.setVolume on iOS

+ +

org.apache.cordova.media-capture +* ubuntu request audio/camera/microphone permission +* fixed cordova cli add capture plugin not work wp +* CB-5685 BlackBerry10 Add access_shared permission

org.apache.cordova.network-information

    -
  • Initial implementation of Tizen plugin.
  • +
  • Initial implementation of Tizen plugin.
-

org.apache.cordova.splashscreen

+

org.apache.cordova.splashscreen +* CB-3562 Fix aspect ratio on landscape-only iPhone applications +* CB-4051 fix for splashscreen rotation problem

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

org.apache.cordova.vibration

- -
    -
  • Add support for Tizen.
  • - -
  • CB-3206 - Supported platforms updated
  • -
+

org.apache.cordova.vibration +* Add support for Tizen. +* CB-3206 - Supported platforms updated

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

E.g. To update your vibration plugin:

cordova plugin rm org.apache.cordova.vibration
-cordova plugin add org.apache.cordova.vibration
+cordova plugin add org.apache.cordova.vibration +
Modified: 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=1701653&r1=1701652&r2=1701653&view=diff ============================================================================== --- cordova/site/public/news/2014/03/03/plugins-release.html (original) +++ cordova/site/public/news/2014/03/03/plugins-release.html Mon Sep 7 16:56:52 2015 @@ -57,139 +57,84 @@
Posted by: Andrew Grieve

03 Mar 2014

- -

The following plugins were updated today:

+

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
  • -
+
  • 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 FxOS 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
    • +cordova plugin add org.apache.cordova.file + -
    • CB-6080 Fix file copy when src and dst are on different local file systems
    • +

      Other changes include: +

      -
    • CB-6057 Add methods for plugins to convert between URLs and paths
    • +

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

      -
    • CB-6050 Public method for returning a FileEntry from a device file path
    • +

      org.apache.cordova.contacts@0.2.9 +* CB-6086 Fix typo in FxOS 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.

      -
    • CB-2432 CB-3185, CB-5975: Fix Android handling of content:// URLs
    • +

      org.apache.cordova.media-capture@0.2.8 +* CB-5202 Fix video capture crash on Android 4.3+

      -
    • 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/news/2014/03/05/tools-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/03/05/tools-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff ============================================================================== --- cordova/site/public/news/2014/03/05/tools-release.html (original) +++ cordova/site/public/news/2014/03/05/tools-release.html Mon Sep 7 16:56:52 2015 @@ -57,72 +57,57 @@
    Posted by: Andrew Grieve

    05 Mar 2014

    - -

    New versions of plugman and cordova are now live!

    +

    New versions of plugman and cordova are now live!

    To update your tools:

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

    Most notable changes include:

      -
    • New command plugman create for generating a plugin template (CB-4886)
    • - -
    • No longer necessary to run cordova prepare after installing a plugin (CB-5647)
    • - -
    • cordova now shows output of builds and hook scripts
    • - -
    • Installing multiple plugins at once is now faster (CB-5885)
    • +
    • New command plugman create for generating a plugin template (CB-4886)
    • +
    • No longer necessary to run cordova prepare after installing a plugin (CB-5647)
    • +
    • cordova now shows output of builds and hook scripts
    • +
    • Installing multiple plugins at once is now faster (CB-5885)
    -

    Other changes include:

    +

    Other changes include: +

    cordova

      -
    • Speed up prepare by using plugman’s new reapply_global_munge() (CB-5299)
    • - -
    • Make “Generating config.xml from defaults” a verbose log (CB-6076)
    • - -
    • Use spawn helper for all sub-shelling. (CB-5181)
    • - -
    • Enable stdio for build sub-commands and hooks (CB-6049, CB-5181)
    • +
    • Speed up prepare by using plugman’s new reapply_global_munge() (CB-5299)
    • +
    • Make “Generating config.xml from defaults” a verbose log (CB-6076)
    • +
    • Use spawn helper for all sub-shelling. (CB-5181)
    • +
    • Enable stdio for build sub-commands and hooks (CB-6049, CB-5181)

    plugman

      -
    • Move <assets> copying from install to prepare (CB-5647)
    • - -
    • Include platform tag information when publishing plugins (CB-5804)
    • - -
    • Logging tweaks to be less verbose (CB-6076)
    • - -
    • Accept proxy config for plugman (CB-5017)
    • - -
    • Add <resource-file> support on Android (CB-5720)
    • - -
    • config-changes.js: Major refactor & introduced reapply_global_munge()
    • - -
    • FFOS: Look for config.xml in www_dir and in project_dir (CB-6088)
    • - -
    • iOS: Do not add static libraries (.a) to source files (CB-6025)
    • - -
    • Win8/WP: Added SDKReference support via <lib-file> tags
    • - -
    • Win8/WP: Remove ability to add .dll as content - it should be a framework/reference
    • - -
    • Win8/WP: Added ability to add+remove ref to .winmd files
    • +
    • Move <assets> copying from install to prepare (CB-5647)
    • +
    • Include platform tag information when publishing plugins (CB-5804)
    • +
    • Logging tweaks to be less verbose (CB-6076)
    • +
    • Accept proxy config for plugman (CB-5017)
    • +
    • Add <resource-file> support on Android (CB-5720)
    • +
    • config-changes.js: Major refactor & introduced reapply_global_munge()
    • +
    • FFOS: Look for config.xml in www_dir and in project_dir (CB-6088)
    • +
    • iOS: Do not add static libraries (.a) to source files (CB-6025)
    • +
    • Win8/WP: Added SDKReference support via <lib-file> tags
    • +
    • Win8/WP: Remove ability to add .dll as content - it should be a framework/reference
    • +
    • Win8/WP: Added ability to add+remove ref to .winmd files
    +
    Modified: cordova/site/public/news/2014/04/09/tools-ios-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/04/09/tools-ios-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff ============================================================================== --- cordova/site/public/news/2014/04/09/tools-ios-release.html (original) +++ cordova/site/public/news/2014/04/09/tools-ios-release.html Mon Sep 7 16:56:52 2015 @@ -57,118 +57,82 @@
    Posted by: Steve Gill

    09 Apr 2014

    - -

    New versions of plugman, cordova and cordova-ios are now live!

    +

    New versions of plugman, cordova and cordova-ios are now live!

    To update your tools:

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

    Cordova iOS 3.4.1 is included with the latest update of cordova.

    Most notable changes include:

      -
    • Update Xcode .pbxproj files according to Xcode 5.1 recommendations
    • - -
    • CB-4863 Drop iOS 5.0 support
    • - -
    • CB-4863 supporting iOS arm64 by default
    • - -
    • CB-6160 Fix plugin add for FirefoxOS.
    • - -
    • Fix to never remove top-level plugins that are dependencies + tests.
    • - -
    • CB-6211 cordova info command fixed for Windows platform
    • +
    • Update Xcode .pbxproj files according to Xcode 5.1 recommendations
    • +
    • CB-4863 Drop iOS 5.0 support
    • +
    • CB-4863 supporting iOS arm64 by default
    • +
    • CB-6160 Fix plugin add for FirefoxOS.
    • +
    • Fix to never remove top-level plugins that are dependencies + tests.
    • +
    • CB-6211 cordova info command fixed for Windows platform
    -

    Other changes include:

    +

    Other changes include: +

    -

    cordova-cli

    +

    cordova-cli

      -
    • updated to use cordova-iOS 3.4.1
    • - -
    • CB-6377 Fix up superspawns cmd fallback when there is a space in the args
    • - -
    • CB-6377 Remove windowsVerbatimArguments from superspawn
    • - -
    • CB-6377 Handle spaces in paths for cmd related scripts
    • - -
    • CB-6141 Fix Windows8 tests
    • - -
    • CB-6267 Windows8. Apply BackgroundColor from config.xml
    • - -
    • CB-6338 Improve errors for missing templates
    • - -
    • CB-6306 Error creating project when path to project includes spaces
    • - -
    • CB-6211 cordova info command fixed for Windows platform
    • - -
    • CB-6209 Uplevel changes from android_parser to amazon_fireos_parser. Added orientation related config changes from android_parser.
    • - -
    • When searchpath is specified in config and CLI, merge them.
    • +
    • updated to use cordova-iOS 3.4.1
    • +
    • CB-6377 Fix up superspawns cmd fallback when there is a space in the args
    • +
    • CB-6377 Remove windowsVerbatimArguments from superspawn
    • +
    • CB-6377 Handle spaces in paths for cmd related scripts
    • +
    • CB-6141 Fix Windows8 tests
    • +
    • CB-6267 Windows8. Apply BackgroundColor from config.xml
    • +
    • CB-6338 Improve errors for missing templates
    • +
    • CB-6306 Error creating project when path to project includes spaces
    • +
    • CB-6211 cordova info command fixed for Windows platform
    • +
    • CB-6209 Uplevel changes from android_parser to amazon_fireos_parser. Added orientation related config changes from android_parser.
    • +
    • When searchpath is specified in config and CLI, merge them.

    plugman

      -
    • CB-6344 Specify after which sibling to add config-changes in plugin.xml
    • - -
    • CB-6272 Fix subdir bug + tests & meta fetch with a src directory
    • - -
    • src/platforms.js: Adding Tizen.
    • - -
    • Throw an error when a <dependency> tag is missing id attribute.
    • - -
    • Added org.apache.cordova.statusbar into the registry whitelist.
    • - -
    • CB-6160 Fix plugin add for FirefoxOS.
    • - -
    • Fix to never remove top-level plugins that are dependencies + tests.
    • - -
    • Allow --searchpath to have a delimiter
    • - -
    • CB-5970 added type attribute projectReference to <framework> element to signal addition of dependent project
    • - -
    • Separate out adding a dependent project from adding a .winmd reference in Windows8
    • - -
    • CB-6119 Fix plugman info command printing undefined always
    • - -
    • CB-6159 Fix incorrect “success” message when publishing fails.
    • +
    • CB-6344 Specify after which sibling to add config-changes in plugin.xml
    • +
    • CB-6272 Fix subdir bug + tests & meta fetch with a src directory
    • +
    • src/platforms.js: Adding Tizen.
    • +
    • Throw an error when a <dependency> tag is missing id attribute.
    • +
    • Added org.apache.cordova.statusbar into the registry whitelist.
    • +
    • CB-6160 Fix plugin add for FirefoxOS.
    • +
    • Fix to never remove top-level plugins that are dependencies + tests.
    • +
    • Allow --searchpath to have a delimiter
    • +
    • CB-5970 added type attribute projectReference to <framework> element to signal addition of dependent project
    • +
    • Separate out adding a dependent project from adding a .winmd reference in Windows8
    • +
    • CB-6119 Fix plugman info command printing undefined always
    • +
    • CB-6159 Fix incorrect “success” message when publishing fails.
    -

    cordova-ios

    +

    cordova-ios

      -
    • Update Xcode .pbxproj files according to Xcode 5.1 recommendations
    • - -
    • CB-6327 Allow . in plugin feature names (and therefore callback ids)
    • - -
    • CB-6287 Add build script support for arm64
    • - -
    • CB-6217 iOS simulator targets not consistent across scripts
    • - -
    • CB-5286 Fix warnings when compiled under arm64
    • - -
    • CB-4863 Drop iOS 5.0 support
    • - -
    • CB-4863 supporting iOS arm64 by default
    • - -
    • CB-6150 objc _msgSend causes EXC _BAD _ACCESS with plugins on arm64
    • - -
    • Validate that callback IDs are always well-formed
    • - -
    • CB-5018 bin/create on iOS should use --arc by default
    • +
    • Update Xcode .pbxproj files according to Xcode 5.1 recommendations
    • +
    • CB-6327 Allow . in plugin feature names (and therefore callback ids)
    • +
    • CB-6287 Add build script support for arm64
    • +
    • CB-6217 iOS simulator targets not consistent across scripts
    • +
    • CB-5286 Fix warnings when compiled under arm64
    • +
    • CB-4863 Drop iOS 5.0 support
    • +
    • CB-4863 supporting iOS arm64 by default
    • +
    • CB-6150 objc _msgSend causes EXC _BAD _ACCESS with plugins on arm64
    • +
    • Validate that callback IDs are always well-formed
    • +
    • CB-5018 bin/create on iOS should use --arc by default
    Modified: cordova/site/public/news/2014/04/23/plugins.release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/04/23/plugins.release.html?rev=1701653&r1=1701652&r2=1701653&view=diff ============================================================================== --- cordova/site/public/news/2014/04/23/plugins.release.html (original) +++ cordova/site/public/news/2014/04/23/plugins.release.html Mon Sep 7 16:56:52 2015 @@ -57,225 +57,140 @@
    Posted by: Ian Clelland

    23 Apr 2014

    - -

    The following plugins were updated today:

    +

    The following plugins were updated today:

      -
    • org.cordova.battery-status@0.2.8
    • - -
    • org.cordova.camera@0.2.9
    • - -
    • org.cordova.console@0.2.8
    • - -
    • org.cordova.contacts@0.2.10
    • - -
    • org.cordova.device@0.2.9
    • - -
    • org.cordova.device-motion@0.2.7
    • - -
    • org.cordova.device-orientation@0.3.6
    • - -
    • org.cordova.dialogs@0.2.7
    • - -
    • org.cordova.file@1.1.0
    • - -
    • org.cordova.file-transfer@0.4.3
    • - -
    • org.cordova.geolocation@0.3.7
    • - -
    • org.cordova.globalization@0.2.7
    • - -
    • org.cordova.inappbrowser@0.4.0
    • - -
    • org.cordova.media@0.2.10
    • - -
    • org.cordova.media-capture@0.3.0
    • - -
    • org.cordova.network-information@0.2.8
    • - -
    • org.cordova.splashscreen@0.3.0
    • - -
    • org.cordova.statusbar@0.1.5
    • - -
    • org.cordova.vibration@0.3.8
    • -
    - -

    Many of these are minor, or only relevant to a couple of platforms. However, some notable changes include:

    - -
      -
    • statusbar is now a core Cordova plugin, and now includes support for Windows Phone
    • - -
    • splashscreen now includes support for Tizen
    • - -
    • file now produces webview-compatible URLs (file:///) URLs by default when calling .toURL
    • - -
    • file includes much of the functionality of the file-system-roots plugin, and allows access to all files on the device (except those blocked by the OS)
    • - -
    • iOS In-App-Browser now supports clearcache and clearsessioncache like Android
    • - -
    • Fixed several issues in media-capture which prevented it from being used with the file plugin
    • - -
    • iOS warnings have been fixed when compiling for 64-bit ARM
    • - -
    • Windows8 uses the built-in cordova exec proxy for all plugins, rather than a custom proxy.
    • -
    +
  • org.cordova.battery-status@0.2.8
  • +
  • org.cordova.camera@0.2.9
  • +
  • org.cordova.console@0.2.8
  • +
  • org.cordova.contacts@0.2.10
  • +
  • org.cordova.device@0.2.9
  • +
  • org.cordova.device-motion@0.2.7
  • +
  • org.cordova.device-orientation@0.3.6
  • +
  • org.cordova.dialogs@0.2.7
  • +
  • org.cordova.file@1.1.0
  • +
  • org.cordova.file-transfer@0.4.3
  • +
  • org.cordova.geolocation@0.3.7
  • +
  • org.cordova.globalization@0.2.7
  • +
  • org.cordova.inappbrowser@0.4.0
  • +
  • org.cordova.media@0.2.10
  • +
  • org.cordova.media-capture@0.3.0
  • +
  • org.cordova.network-information@0.2.8
  • +
  • org.cordova.splashscreen@0.3.0
  • +
  • org.cordova.statusbar@0.1.5
  • +
  • org.cordova.vibration@0.3.8
  • + + +

    Many of these are minor, or only relevant to a couple of platforms. However, some notable changes include: +* statusbar is now a core Cordova plugin, and now includes support for Windows Phone +* splashscreen now includes support for Tizen +* file now produces webview-compatible URLs (file:///) URLs by default when calling .toURL +* file includes much of the functionality of the file-system-roots plugin, and allows access to all files on the device (except those blocked by the OS) +* iOS In-App-Browser now supports clearcache and clearsessioncache like Android +* Fixed several issues in media-capture which prevented it from being used with the file plugin +* iOS warnings have been fixed when compiling for 64-bit ARM +* Windows8 uses the built-in cordova exec proxy for all plugins, rather than a custom proxy.

    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.9

    - -
      -
    • [WP8] When only targetWidth or targetHeight is provided, use it as the only bound
    • - -
    • CB-4027, CB-5102, CB-2737, CB-2387: [WP] Fix camera issues, cropping, memory leaks
    • -
    - -

    org.apache.cordova.contacts@0.2.10 * CB-6126: [BlackBerry10] Update docs quirks section for fields which are supported

    - -

    org.apache.cordova.device@0.2.9 * CB-5105: [Android, windows8, WP, BlackBerry10] Removed dead code for device.version

    - -

    org.apache.cordova.device-orientation@0.3.6 * CB-6381: [WP8] unexpected error object

    - -

    org.apache.cordova.dialogs@0.2.7

    - -
      -
    • CB-6411: [BlackBerry10] Work around Audio playback issue
    • - -
    • CB-6411: [BlackBerry10] Updates to beep
    • -
    - -

    org.apache.cordova.file@1.1.0

    - -
      -
    • CB-4965: Remove tests from file plugin
    • - -
    • CB-6249: [Android] Opportunistically resolve content urls to file
    • - -
    • CB-6394: [ios, android] Add extra filesystem roots
    • - -
    • CB-6394: [ios, android] Fix file resolution for the device root case
    • - -
    • CB-6394: [iOS] Return ENCODING_ERR when fs name is not valid
    • - -
    • CB-6393: Change behaviour of toURL and toNativeURL
    • - -
    • CB-6352: Allow FileSystem objects to be serialized to JSON
    • - -
    • CB-6242: [BlackBerry10] Add deprecated version of resolveLocalFileSystemURI
    • - -
    • CB-6242: [BlackBerry10] add file:/// prefix for toURI / toURL
    • +cordova plugin add org.apache.cordova.file + -
    • CB-6242: [BlackBerry10] Polyfill window.requestAnimationFrame for OS < 10.2
    • +

      Other changes include: +

      -
    • CB-6242: [BlackBerry10] Override window.resolveLocalFileSystemURL
    • - -
    • CB-6212: [iOS] fix warnings compiled under arm64 64-bit
    • - -
    • CB-6199: [iOS] Fix toNativeURL() not escaping characters properly
    • - -
    • CB-6148: Fix cross-filesystem copy and move
    • - -
    • CB-4952: ios: Resolve symlinks in file:// URLs
    • - -
    • Android: Allow file:/ URLs
    • - -
    • iOS: Fix handling of file URLs with encoded spaces
    • - -
    • iOS: Don’t cache responses from CDVFile’s URLProtocol
    • - -
    • Always use Android’s recommended temp file location for temporary file system
    • - -
    • fixed setMetadata() to use the formatted fullPath
    • - -
    • corrected typo which leads to a “comma expression”
    • - -
    • Add docs about the extraFileSystems preference
    • -
    - -

    org.apache.cordova.file-transfer@0.4.3

    - -
      -
    • CB-5175: [iOS] CDVFileTransfer asynchronous download (Fixes #24)
    • - -
    • CB-5762: [FireOS] android: Fix lengthComputable set wrong for gzip downloads
    • - -
    • CB-5631: [FireOS] Removed SimpleTrackingInputStream.read(byte[] buffer)
    • - -
    • CB-4907: [FireOS] Close stream when we’re finished with it
    • - -
    • CB-6000: [FireOS] Nginx rejects Content-Type without a space before “boundary”.
    • - -
    • CB-6050: [FireOS] Use instance method on actual file plugin object to get FileEntry to return on download
    • - -
    • iOS: Fix error where files were not removed on abort
    • - -
    • iOS: Cast id references to NSURL to avoid compiler warnings (Fixes: apache/cordova-plugin-file-transfer#18)
    • -
    - -

    org.apache.cordova.geolocation@0.3.7 * CB-5977: [Android] Removing the Android Geolocation Code. Mission Accomplished.

    - -

    org.apache.cordova.globalization@0.2.7 * CB-4908: [Android] Long.valueOf(0) instead of new Long(0)

    - -

    org.apache.cordova.inappbrowser@0.4.0

    - -
      -
    • CB-6360: [iOS] Fix for crash on iOS < 6.0 (closes #37)
    • - -
    • CB-3324: [WP8] Add support for back-button inappbrowser [WP8] if there is no history -> InAppBrowser is closed
    • - -
    • CB-6402: [WP8] pass empty string instead of null for optional windowFeatures string
    • - -
    • CB-6389 CB-3617: Add clearcache and clearsessioncache options to iOS (like Android)
    • - -
    • CB-6253: [WP] Add Network Capability to WMAppManifest.xml
    • - -
    • CB-6212: [iOS] fix warnings compiled under arm64 64-bit
    • - -
    • CB-6218: Update docs for BB10
    • - -
    • [WP] await async calls, resolve warnings
    • - -
    • [WP] Make InAppBrowser work with embedded files, using system behavior
    • - -
    • Doc update: event name and example param (closes #31)
    • -
    - -

    org.apache.cordova.media@0.2.10 * CB-6225: Specify plugin dependency on File plugin 1.0.1

    - -

    org.apache.cordova.media-capture@0.3.0

    - -
      -
    • CB-6152: [ios, android] Make mediafile compatible with file plugin
    • - -
    • CB-6385: Specify file plugin dependency version
    • - -
    • CB-6016 [BlackBerry10] Add audio capture capability
    • - -
    • [BlackBerry10] Add rim xml namespaces declaration
    • -
    - -

    org.apache.cordova.network-information@0.3.0 * CB-6342: [iOS] iOS reports a cellular connection even when in Airplane mode

    - -

    org.apache.cordova.splashscreen@0.3.0 * CB-4051: [iOS] - Re-fix - Splashscreen rotation problem (closes #13)

    - -

    org.apache.cordova.statusbar@0.1.5

    - -
      -
    • CB-6316: Added README.md which point to the new location for docs
    • - -
    • CB-6316: Added license header to the documentation. Added README.md which point to the new location for docs
    • - -
    • CB-6316: Moved StatusBar plugin documentation to docs folder
    • - -
    • CB-6314: [Android] Add StatusBar.isVisible support to Android
    • -
    +

    org.apache.cordova.camera@0.2.9 +* [WP8] When only targetWidth or targetHeight is provided, use it as the only bound +* CB-4027, CB-5102, CB-2737, CB-2387: [WP] Fix camera issues, cropping, memory leaks

    + +

    org.apache.cordova.contacts@0.2.10 +* CB-6126: [BlackBerry10] Update docs quirks section for fields which are supported

    + +

    org.apache.cordova.device@0.2.9 +* CB-5105: [Android, windows8, WP, BlackBerry10] Removed dead code for device.version

    + +

    org.apache.cordova.device-orientation@0.3.6 +* CB-6381: [WP8] unexpected error object

    + +

    org.apache.cordova.dialogs@0.2.7 +* CB-6411: [BlackBerry10] Work around Audio playback issue +* CB-6411: [BlackBerry10] Updates to beep

    + +

    org.apache.cordova.file@1.1.0 +* CB-4965: Remove tests from file plugin +* CB-6249: [Android] Opportunistically resolve content urls to file +* CB-6394: [ios, android] Add extra filesystem roots +* CB-6394: [ios, android] Fix file resolution for the device root case +* CB-6394: [iOS] Return ENCODING_ERR when fs name is not valid +* CB-6393: Change behaviour of toURL and toNativeURL +* CB-6352: Allow FileSystem objects to be serialized to JSON +* CB-6242: [BlackBerry10] Add deprecated version of resolveLocalFileSystemURI +* CB-6242: [BlackBerry10] add file:/// prefix for toURI / toURL +* CB-6242: [BlackBerry10] Polyfill window.requestAnimationFrame for OS < 10.2 +* CB-6242: [BlackBerry10] Override window.resolveLocalFileSystemURL +* CB-6212: [iOS] fix warnings compiled under arm64 64-bit +* CB-6199: [iOS] Fix toNativeURL() not escaping characters properly +* CB-6148: Fix cross-filesystem copy and move +* CB-4952: ios: Resolve symlinks in file:// URLs +* Android: Allow file:/ URLs +* iOS: Fix handling of file URLs with encoded spaces +* iOS: Don’t cache responses from CDVFile’s URLProtocol +* Always use Android’s recommended temp file location for temporary file system +* fixed setMetadata() to use the formatted fullPath +* corrected typo which leads to a “comma expression” +* Add docs about the extraFileSystems preference

    + +

    org.apache.cordova.file-transfer@0.4.3 +* CB-5175: [iOS] CDVFileTransfer asynchronous download (Fixes #24) +* CB-5762: [FireOS] android: Fix lengthComputable set wrong for gzip downloads +* CB-5631: [FireOS] Removed SimpleTrackingInputStream.read(byte[] buffer) +* CB-4907: [FireOS] Close stream when we’re finished with it +* CB-6000: [FireOS] Nginx rejects Content-Type without a space before “boundary”. +* CB-6050: [FireOS] Use instance method on actual file plugin object to get FileEntry to return on download +* iOS: Fix error where files were not removed on abort +* iOS: Cast id references to NSURL to avoid compiler warnings (Fixes: apache/cordova-plugin-file-transfer#18)

    + +

    org.apache.cordova.geolocation@0.3.7 +* CB-5977: [Android] Removing the Android Geolocation Code. Mission Accomplished.

    + +

    org.apache.cordova.globalization@0.2.7 +* CB-4908: [Android] Long.valueOf(0) instead of new Long(0)

    + +

    org.apache.cordova.inappbrowser@0.4.0 +* CB-6360: [iOS] Fix for crash on iOS < 6.0 (closes #37) +* CB-3324: [WP8] Add support for back-button inappbrowser [WP8] if there is no history -> InAppBrowser is closed +* CB-6402: [WP8] pass empty string instead of null for optional windowFeatures string +* CB-6389 CB-3617: Add clearcache and clearsessioncache options to iOS (like Android) +* CB-6253: [WP] Add Network Capability to WMAppManifest.xml +* CB-6212: [iOS] fix warnings compiled under arm64 64-bit +* CB-6218: Update docs for BB10 +* [WP] await async calls, resolve warnings +* [WP] Make InAppBrowser work with embedded files, using system behavior +* Doc update: event name and example param (closes #31)

    + +

    org.apache.cordova.media@0.2.10 +* CB-6225: Specify plugin dependency on File plugin 1.0.1

    + +

    org.apache.cordova.media-capture@0.3.0 +* CB-6152: [ios, android] Make mediafile compatible with file plugin +* CB-6385: Specify file plugin dependency version +* CB-6016 [BlackBerry10] Add audio capture capability +* [BlackBerry10] Add rim xml namespaces declaration

    + +

    org.apache.cordova.network-information@0.3.0 +* CB-6342: [iOS] iOS reports a cellular connection even when in Airplane mode

    + +

    org.apache.cordova.splashscreen@0.3.0 +* CB-4051: [iOS] - Re-fix - Splashscreen rotation problem (closes #13)

    + +

    org.apache.cordova.statusbar@0.1.5 +* CB-6316: Added README.md which point to the new location for docs +* CB-6316: Added license header to the documentation. Added README.md which point to the new location for docs +* CB-6316: Moved StatusBar plugin documentation to docs folder +* CB-6314: [Android] Add StatusBar.isVisible support to Android

    --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org