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 3DCF210B26 for ; Tue, 8 Sep 2015 18:56:16 +0000 (UTC) Received: (qmail 38263 invoked by uid 500); 8 Sep 2015 18:56:16 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 38165 invoked by uid 500); 8 Sep 2015 18:56:15 -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 37560 invoked by uid 99); 8 Sep 2015 18:56:15 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 18:56:15 +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 7C903AC0154 for ; Tue, 8 Sep 2015 18:56:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1701854 [9/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: Tue, 08 Sep 2015 18:56:13 -0000 To: commits@cordova.apache.org From: steven@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150908185615.7C903AC0154@hades.apache.org> Modified: cordova/site/public/news/2014/06/12/plugins-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/06/12/plugins-release.html?rev=1701854&r1=1701853&r2=1701854&view=diff ============================================================================== --- cordova/site/public/news/2014/06/12/plugins-release.html (original) +++ cordova/site/public/news/2014/06/12/plugins-release.html Tue Sep 8 18:56:12 2015 @@ -57,246 +57,368 @@
Posted by: Steve Gill

12 Jun 2014

-

The following plugins were updated today:

+ +

The following plugins were updated today:

    -
  • cordova-plugin-camera: 0.3.0
  • -
  • cordova-plugin-console: 0.2.9
  • -
  • cordova-plugin-device: 0.2.10
  • -
  • cordova-plugin-device-motion: 0.2.8
  • -
  • cordova-plugin-device-orientation: 0.3.7
  • -
  • cordova-plugin-dialogs: 0.2.8
  • -
  • cordova-plugin-file: 1.2.0
  • -
  • cordova-plugin-file-transfer: 0.4.4
  • -
  • cordova-plugin-geolocation: 0.3.8
  • -
  • cordova-plugin-globalization: 0.2.8
  • -
  • cordova-plugin-inappbrowser: 0.5.0
  • -
  • cordova-plugin-media: 0.2.11
  • -
  • cordova-plugin-media-capture: 0.3.1
  • -
  • cordova-plugin-network-information: 0.2.9
  • -
  • cordova-plugin-splashscreen: 0.3.1
  • -
  • cordova-plugin-statusbar: 0.1.6
  • -
  • cordova-plugin-vibration: 0.3.9
  • -
- -

Notable changes include: -* Several File plugin changes: - * Initial implementation for Firefox OS - * Important platform-specific paths now exposed as properties on cordova.file.* (iOS & Android, refer to docs) - * Several bug fixes (across most platforms) - * Updated support for BlackBerry 10, Ubuntu & Windows 8 -* Every plugin now has its own license file and how to contribute document (CONTRIBUTING.md)

+
  • cordova-plugin-camera: 0.3.0
  • -

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

    +
  • cordova-plugin-console: 0.2.9
  • + +
  • cordova-plugin-device: 0.2.10
  • + +
  • cordova-plugin-device-motion: 0.2.8
  • + +
  • cordova-plugin-device-orientation: 0.3.7
  • + +
  • cordova-plugin-dialogs: 0.2.8
  • + +
  • cordova-plugin-file: 1.2.0
  • + +
  • cordova-plugin-file-transfer: 0.4.4
  • + +
  • cordova-plugin-geolocation: 0.3.8
  • + +
  • cordova-plugin-globalization: 0.2.8
  • + +
  • cordova-plugin-inappbrowser: 0.5.0
  • + +
  • cordova-plugin-media: 0.2.11
  • + +
  • cordova-plugin-media-capture: 0.3.1
  • + +
  • cordova-plugin-network-information: 0.2.9
  • + +
  • cordova-plugin-splashscreen: 0.3.1
  • + +
  • cordova-plugin-statusbar: 0.1.6
  • + +
  • cordova-plugin-vibration: 0.3.9
  • + + +

    Notable changes include:

    + +
      +
    • Several File plugin changes: +
        +
      • Initial implementation for Firefox OS
      • + +
      • Important platform-specific paths now exposed as properties on cordova.file.* (iOS & Android, refer to docs)
      • + +
      • Several bug fixes (across most platforms)
      • + +
      • Updated support for BlackBerry 10, Ubuntu & Windows 8
      • +
      +
    • + +
    • Every plugin now has its own license file and how to contribute document (CONTRIBUTING.md)
    • +
    +

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


    You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:

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

    Other changes include: -

    +

    Other changes include:

    org.apache.cordova.camera@0.3.0

      -
    • CB-2083, CB-5895 documented saveToPhotoAlbum quirk on WP8
    • -
    • Remove deprecated symbols for iOS < 6
    • -
    • Ubuntu use application directory for images
    • -
    • CB-6613 Use WinJS functionality to get base64-encoded content of image instead of File plugin functionality
    • -
    • CB-6612 camera.getPicture now always returns encoded JPEG image
    • -
    • CB-6576 Returns a specific error message when app has no access to library
    • -
    • CB-6546 Android: Add support for allowEdit Camera option
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6795 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • CB-2083, CB-5895 documented saveToPhotoAlbum quirk on WP8
    • + +
    • Remove deprecated symbols for iOS < 6
    • + +
    • Ubuntu use application directory for images
    • + +
    • CB-6613 Use WinJS functionality to get base64-encoded content of image instead of File plugin functionality
    • + +
    • CB-6612 camera.getPicture now always returns encoded JPEG image
    • + +
    • CB-6576 Returns a specific error message when app has no access to library
    • + +
    • CB-6546 Android: Add support for allowEdit Camera option
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6795 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.console@0.2.9

      -
    • CB-6848 Add Android quirk, list applicable platforms
    • -
    • CB-6796 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • CB-6848 Add Android quirk, list applicable platforms
    • + +
    • CB-6796 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.device@0.2.10

      -
    • Added Firefox OS version
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6800 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • Added Firefox OS version
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6800 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.device-motion@0.2.8

      -
    • Firefox OS added to supported platforms
    • -
    • Ubuntu don’t destroy callback after use
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6798 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • Firefox OS added to supported platforms
    • + +
    • Ubuntu don’t destroy callback after use
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6798 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.device-orientation@0.3.7

      -
    • Windows 8 makes getHeading callback spec compliant
    • -
    • CB-6799 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • Windows 8 makes getHeading callback spec compliant
    • + +
    • CB-6799 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.dialogs@0.2.8

      -
    • Running original windows.open, inAppBrowser is overriding it no need to place CSS in every page anymore
    • -
    • CB-4616 Returned index 0 was not documented for notification.prompt
    • -
    • CB-6528 Allow scroll on alert message content
    • -
    • CB-4966 Dialogs are in window now. No need to add anything to manifest or index.html
    • -
    • CB-5945 Windows8 do not call success callbacks until dialog is dismissed
    • -
    • Update docs to state that prompt is supported on Windows Phone
    • -
    • Removing Firefox OS quirks. No need to add special permission (it’s different API with the same name). Notification.css is added automatically
    • -
    • CB-6628 Amazon FireOS fix confirm and prompt methods
    • -
    • CB-6801 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • Running original windows.open, inAppBrowser is overriding it no need to place CSS in every page anymore
    • + +
    • CB-4616 Returned index 0 was not documented for notification.prompt
    • + +
    • CB-6528 Allow scroll on alert message content
    • + +
    • CB-4966 Dialogs are in window now. No need to add anything to manifest or index.html
    • + +
    • CB-5945 Windows8 do not call success callbacks until dialog is dismissed
    • + +
    • Update docs to state that prompt is supported on Windows Phone
    • + +
    • Removing Firefox OS quirks. No need to add special permission (it’s different API with the same name). Notification.css is added automatically
    • + +
    • CB-6628 Amazon FireOS fix confirm and prompt methods
    • + +
    • CB-6801 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.file@1.2.0

      -
    • Fix sorting order in supported platforms
    • -
    • Fixed toURL() toInternalURL() information in the doku
    • -
    • Ubuntu increase quota value
    • -
    • Ubuntu Change FS URL scheme to cdvfile
    • -
    • Ubuntu Return size with Entry.getMetadata() method
    • -
    • Initial implementation for Firefox OS
    • -
    • iOS Don’t fail a write of zero-length payload
    • -
    • CB-285 Docs for cordova.file.*Directory properties
    • -
    • CB-285 Android, iOS Add cordova.file.*Directory properties
    • -
    • CB-3440 BlackBerry10 Proxy based implementation
    • -
    • CB-6583 iOS Fix failing to create entry when space in parent path
    • -
    • CB-6571 Android Make DirectoryEntry.toURL() have a trailing /
    • -
    • CB-6525 Android, iOS Allow file: URLs in all APIs; fixes FileTransfer.download not being called
    • -
    • Fix the Windows 8 implementation of the getFile method
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6803 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • -
    • Add NOTICE file
    • +
    • Fix sorting order in supported platforms
    • + +
    • Fixed toURL() toInternalURL() information in the doku
    • + +
    • Ubuntu increase quota value
    • + +
    • Ubuntu Change FS URL scheme to cdvfile
    • + +
    • Ubuntu Return size with Entry.getMetadata() method
    • + +
    • Initial implementation for Firefox OS
    • + +
    • iOS Don’t fail a write of zero-length payload
    • + +
    • CB-285 Docs for cordova.file.*Directory properties
    • + +
    • CB-285 Android, iOS Add cordova.file.*Directory properties
    • + +
    • CB-3440 BlackBerry10 Proxy based implementation
    • + +
    • CB-6583 iOS Fix failing to create entry when space in parent path
    • + +
    • CB-6571 Android Make DirectoryEntry.toURL() have a trailing /
    • + +
    • CB-6525 Android, iOS Allow file: URLs in all APIs; fixes FileTransfer.download not being called
    • + +
    • Fix the Windows 8 implementation of the getFile method
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6803 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md
    • + +
    • Add NOTICE file

    org.apache.cordova.file-transfer@0.4.4

      -
    • Ubuntu support cdvfile URI
    • -
    • Upload progress now works also for second file
    • -
    • CB-6706 Relax dependency on file plugin
    • -
    • CB-6378 Use connection.disconnect() instead of stream.close() for thread-safety
    • -
    • CB-6466 Auto-create directories in download
    • -
    • CB-3440 BlackBerry10 Update implementation to use modules from file plugin
    • -
    • CB-6494 Android Fix upload of KitKat content URIs
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6802 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • Ubuntu support cdvfile URI
    • + +
    • Upload progress now works also for second file
    • + +
    • CB-6706 Relax dependency on file plugin
    • + +
    • CB-6378 Use connection.disconnect() instead of stream.close() for thread-safety
    • + +
    • CB-6466 Auto-create directories in download
    • + +
    • CB-3440 BlackBerry10 Update implementation to use modules from file plugin
    • + +
    • CB-6494 Android Fix upload of KitKat content URIs
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6802 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.geolocation@0.3.8

      -
    • CB-5416 Adding support for auto-managing permissions
    • -
    • Proper implementation for Firefox OS
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6804 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • CB-5416 Adding support for auto-managing permissions
    • + +
    • Proper implementation for Firefox OS
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6804 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.globalization@0.2.8

    org.apache.cordova.inappbrowser@0.5.0

      -
    • CB-5649 iOS respect App’s orientation
    • -
    • CB-6474 Add data: URLs support to WP8
    • -
    • CB-6482 WP8 call correct callback
    • -
    • Fixed use of iOS 6 deprecated methods
    • -
    • CB-6360 Feature detection instead of iOS version detection
    • -
    • CB-6396 Firefox OS Adding basic support
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6806 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • CB-5649 iOS respect App’s orientation
    • + +
    • CB-6474 Add data: URLs support to WP8
    • + +
    • CB-6482 WP8 call correct callback
    • + +
    • Fixed use of iOS 6 deprecated methods
    • + +
    • CB-6360 Feature detection instead of iOS version detection
    • + +
    • CB-6396 Firefox OS Adding basic support
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6806 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.media@0.2.11

      -
    • CB-6706 Relax dependency on file plugin
    • -
    • CB-6478 Fix exception when trying to record audio file on Windows 8
    • -
    • CB-6477 Add musicLibrary and microphone capabilities to Windows 8
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6807 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • CB-6706 Relax dependency on file plugin
    • + +
    • CB-6478 Fix exception when trying to record audio file on Windows 8
    • + +
    • CB-6477 Add musicLibrary and microphone capabilities to Windows 8
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6807 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.media-capture@0.3.1

      -
    • Fixes captureTasks UI URIs
    • -
    • CB-6706 Relax dependency on file plugin
    • -
    • Remove deprecated symbols for iOS < 6
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6808 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • Fixes captureTasks UI URIs
    • + +
    • CB-6706 Relax dependency on file plugin
    • + +
    • Remove deprecated symbols for iOS < 6
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6808 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.network-information@0.2.9

      -
    • Cached extra info to better detect changes
    • -
    • CB-6350 Fix networkStatusForFlags return value type to work with 64-bit iOS
    • -
    • Initial version of Firefox OS network information plugin
    • -
    • CB-6809 Add license to CONTRIBUTING.md
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • Cached extra info to better detect changes
    • + +
    • CB-6350 Fix networkStatusForFlags return value type to work with 64-bit iOS
    • + +
    • Initial version of Firefox OS network information plugin
    • + +
    • CB-6809 Add license to CONTRIBUTING.md
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.splashscreen@0.3.1

      -
    • WP8 updated quirk for and combined iOS, WP8, BB10 quirks as they are all the same
    • -
    • WP implemented OnInit so splash screen can be shown before cordova page is loaded
    • -
    • WP plugin must be autoloaded for AutoHideSplashScreen preference to work
    • -
    • CB-6483 Use splash screen image from manifest on Windows8
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6810 Add license to CONTRIBUTING.md
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • WP8 updated quirk for and combined iOS, WP8, BB10 quirks as they are all the same
    • + +
    • WP implemented OnInit so splash screen can be shown before cordova page is loaded
    • + +
    • WP plugin must be autoloaded for AutoHideSplashScreen preference to work
    • + +
    • CB-6483 Use splash screen image from manifest on Windows8
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6810 Add license to CONTRIBUTING.md
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.statusbar@0.1.6

      -
    • CB-6783 added StatusBarStyle config preference, updated docs
    • -
    • Update docs with recent WP changes, remove clear from the list of named colors in documentation
    • -
    • CB-6513 Android Fix compiling
    • -
    • CB-6812 Add license
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • CB-6783 added StatusBarStyle config preference, updated docs
    • + +
    • Update docs with recent WP changes, remove clear from the list of named colors in documentation
    • + +
    • CB-6513 Android Fix compiling
    • + +
    • CB-6812 Add license
    • + +
    • CB-6491 add CONTRIBUTING.md

    org.apache.cordova.vibration@0.3.9

      -
    • Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation
    • -
    • Implemented vibrateWithPattern (for Android) and adapted documentation
    • -
    • CB-6491 add CONTRIBUTING.md
    • +
    • Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation
    • + +
    • Implemented vibrateWithPattern (for Android) and adapted documentation
    • + +
    • CB-6491 add CONTRIBUTING.md
    Modified: cordova/site/public/news/2014/07/08/plugins-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/07/08/plugins-release.html?rev=1701854&r1=1701853&r2=1701854&view=diff ============================================================================== --- cordova/site/public/news/2014/07/08/plugins-release.html (original) +++ cordova/site/public/news/2014/07/08/plugins-release.html Tue Sep 8 18:56:12 2015 @@ -57,55 +57,68 @@
    Posted by: Ian Clelland

    08 Jul 2014

    -

    The following plugins were updated today:

    + +

    The following plugins were updated today:

      -
    • cordova-plugin-contacts: 0.2.11
    • -
    • cordova-plugin-network-information: 0.2.10
    • +
    • cordova-plugin-contacts: 0.2.11
    • + +
    • cordova-plugin-network-information: 0.2.10

    Notable changes include:

      -
    • The network-information plugin no longer crashes immediately if no network is available
    • -
    • navigator.contacts.pickContact API has been added for Android, iOS, Windows Phone 8 and Windows 8 platforms
    • -
    • navigator.contacts.find API on Android, iOS and Windows Phone 8 now supports desiredFields which specifies contact fields to be returned
    • -
    • Contacts on Firefox OS no longer requires manual change of the application permissions
    • +
    • The network-information plugin no longer crashes immediately if no network is available
    • + +
    • navigator.contacts.pickContact API has been added for Android, iOS, Windows Phone 8 and Windows 8 platforms
    • + +
    • navigator.contacts.find API on Android, iOS and Windows Phone 8 now supports desiredFields which specifies contact fields to be returned
    • + +
    • Contacts on Firefox OS no longer requires manual change of the application permissions

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

    -

    You can update any plugin by removing it, and then re-adding it. E.g. To update your contacts plugin:

    cordova plugin rm org.apache.cordova.contacts
    -cordova plugin add org.apache.cordova.contacts
    -
    +cordova plugin add org.apache.cordova.contacts -

    Other changes include: -

    +

    Other changes include:

    org.apache.cordova.contacts@0.2.11

      -
    • CB-5416 Adding support for auto-managing permissions
    • -
    • CB-6682 Move Windows 8 command proxy into its missing platform tag
    • -
    • CB-5698 iOS Check to see if photoData exists before using
    • -
    • CB-7003 Android Make pickContact pick correct contact on Android 4.3 and 4.4.3
    • -
    • Remove deprecated symbols for iOS < 6
    • -
    • Windows Phone 8 now populates contact photos
    • -
    • Add pickContact functionality to Cordova contacts plugin
    • -
    • Add ContactError codes to index.md doc
    • -
    • Docs typo: navigator.contacts.length -> contacts.length
    • -
    • CB-6127 Spanish and French Translations added
    • -
    • CB-6797 Add license
    • -
    • CB-6491 Add CONTRIBUTING.md
    • +
    • CB-5416 Adding support for auto-managing permissions
    • + +
    • CB-6682 Move Windows 8 command proxy into its missing platform tag
    • + +
    • CB-5698 iOS Check to see if photoData exists before using
    • + +
    • CB-7003 Android Make pickContact pick correct contact on Android 4.3 and 4.4.3
    • + +
    • Remove deprecated symbols for iOS < 6
    • + +
    • Windows Phone 8 now populates contact photos
    • + +
    • Add pickContact functionality to Cordova contacts plugin
    • + +
    • Add ContactError codes to index.md doc
    • + +
    • Docs typo: navigator.contacts.length -> contacts.length
    • + +
    • CB-6127 Spanish and French Translations added
    • + +
    • CB-6797 Add license
    • + +
    • CB-6491 Add CONTRIBUTING.md

    org.apache.cordova.network-information@0.2.10

      -
    • CB-6907: Android Don’t crash on startup if no networks available
    • +
    • CB-6907: Android Don’t crash on startup if no networks available
    Modified: cordova/site/public/news/2014/07/10/tools-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/07/10/tools-release.html?rev=1701854&r1=1701853&r2=1701854&view=diff ============================================================================== --- cordova/site/public/news/2014/07/10/tools-release.html (original) +++ cordova/site/public/news/2014/07/10/tools-release.html Tue Sep 8 18:56:12 2015 @@ -57,98 +57,151 @@
    Posted by: Mark Koudritsky

    10 Jul 2014

    -

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

    + +

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

    To update your tools:

    npm install -g cordova
    -npm install -g plugman
    -
    +npm install -g plugman

    Most notable changes are:

      -
    • Support for splash screens
    • -
    • Drop wp7 as platform
    • -
    • An experimental feature that allows to persist the currently added plugins to config.xml. Try it out as: -
        -
      • cordova save plugins --experimental
      • -
      • and later when you check out the project without a plugins folder:
      • -
      • cordova restore plugins --experimental
      • -
      • Read Gorkem Ercan’s post for details.
      • -
      -
    • -
    • We are experimenting with using browserify to package our cordova.js build artifact. This is an internal change to our tooling, and is currently still off-by-default. We would appreciate feedback since we hope to switch to on-by-default in a future release. Try it using plugman as:
    • -
    • plugman (un)install --browserify --project [PROJECT] --plugin [PLUGIN] --platform [ios|android]
    • +
    • Support for splash screens
    • + +
    • Drop wp7 as platform
    • + +
    • An experimental feature that allows to persist the currently added plugins to config.xml. Try it out as: +
        +
      • cordova save plugins --experimental
      • + +
      • and later when you check out the project without a plugins folder:
      • + +
      • cordova restore plugins --experimental
      • + +
      • Read Gorkem Ercan’s post for details.
      +
    • -

      Other changes include: -

      +
    • We are experimenting with using browserify to package our cordova.js build artifact. This is an internal change to our tooling, and is currently still off-by-default. We would appreciate feedback since we hope to switch to on-by-default in a future release. Try it using plugman as:
    • + +
    • plugman (un)install --browserify --project [PROJECT] --plugin [PLUGIN] --platform [ios|android]
    • +
    + +

    Other changes include:

    cordova

      -
    • CB-6728 Support chip architecture flag --archs
    • -
    • CB-6740 amazon-fireos Clean up error reporting when AmazonWebView SDK not found
    • -
    • CB-6943 Path can include the : if it is absolute, only test for http. Added tests
    • -
    • Show full stack for CordovaError in verbose mode
    • -
    • CB-6024 Use nopt instead of optimist in cli
    • -
    • Add --usenpm flag to activate npm based lazy_load
    • -
    • CB-6767 Allow cordova to be replaceable in error messages
    • -
    • Add --noregistry flag for disabling plugin lookup in the registry
    • +
    • CB-6728 Support chip architecture flag --archs
    • + +
    • CB-6740 amazon-fireos Clean up error reporting when AmazonWebView SDK not found
    • + +
    • CB-6943 Path can include the : if it is absolute, only test for http. Added tests
    • + +
    • Show full stack for CordovaError in verbose mode
    • + +
    • CB-6024 Use nopt instead of optimist in cli
    • + +
    • Add --usenpm flag to activate npm based lazy_load
    • + +
    • CB-6767 Allow cordova to be replaceable in error messages
    • + +
    • Add --noregistry flag for disabling plugin lookup in the registry
    -

    cordova-lib

    +

    cordova-lib

      -
    • CB-3571, CB-2606 support for splashscreens
    • -
    • Fix plugin check error, when plugin dependency with specific version is given
    • -
    • CB-6709 Do not create merges/ folder when adding a platform
    • -
    • CB-6140 Don’t allow deletion of platform dependencies
    • -
    • CB-6698 Fix ‘android update lib-project’ to work with paths containing spaces
    • -
    • CB-6973 Run JSHint on all code in src/ via npm test
    • -
    • CB-6542 Delay creating project until there’s some chance that it will succeed
    • -
    • folder_contents() now ignores .svn folders
    • -
    • CB-6970 Share win project files manipulation code between cordova and plugman
    • -
    • CB-6954 Share events.js between cordova and plugman
    • -
    • CB-6698 Automatically copy sub-libraries to project’s directory
    • -
    • CB-6942 Describe running hooks only in verbose mode.
    • -
    • CB-6512 Allow cordova platform add /path/to/platform/files
    • -
    • CB-6895 Add more config properties into manifest
    • -
    • Allow cordova platform add platform@version
    • -
    • Add util func for chaining promises
    • -
    • removing doWrap from prepare
    • -
    • adding prepare-browserify
    • -
    • adding and freezing cordova-js
    • -
    • CB-6879 config parser breakout into a cordova level module
    • -
    • CB-6698 Resolve android <framework> relative to plugin_dir when custom=true
    • -
    • Fix tests on node 0.11.x
    • -
    • CB-6024 Accept cli vars as part of opts param
    • -
    • Refer properties-parser package from NPM.
    • -
    • CB-6859 Removed all wp7 references, tests still passing
    • -
    • Extract AndroidProject class into a separate .js file
    • -
    • CB-6698 Support library references for Android via the framework tag
    • -
    • CB-6854 Strip BOM when adding cordova.define() to js-modules
    • -
    • Use PluginInfo in plugman/install.js
    • -
    • CB-6772 Provide a default for AndroidLaunchMode
    • -
    • CB-6711 Use parseProjectFile when working with XCode projects.
    • -
    • Start using PluginInfo object in plugman/install.js
    • -
    • CB-6709 Remove merges/ folder for default apps
    • -
    • Add --shrinkwrap flag to save plugin versions
    • -
    • Initial implementation for saving plugin list in config.xml and restoring from it
    • -
    • CB-6668 Use <description> for cordova plugin ls when <name> is missing.
    • -
    • Add --noregistry flag for disabling plugin lookup in the registry
    • -
    • Remove --force from default npm settings for plugin registry
    • -
    • CB-7100 Use npm for downloading plugins and later platforms
    • -
    • CB-6691 Change some instances of Error() to CordovaError()
    • -
    +
  • CB-3571, CB-2606 support for splashscreens
  • + +
  • Fix plugin check error, when plugin dependency with specific version is given
  • + +
  • CB-6709 Do not create merges/ folder when adding a platform
  • + +
  • CB-6140 Don’t allow deletion of platform dependencies
  • + +
  • CB-6698 Fix ‘android update lib-project’ to work with paths containing spaces
  • + +
  • CB-6973 Run JSHint on all code in src/ via npm test
  • + +
  • CB-6542 Delay creating project until there’s some chance that it will succeed
  • + +
  • folder_contents() now ignores .svn folders
  • + +
  • CB-6970 Share win project files manipulation code between cordova and plugman
  • + +
  • CB-6954 Share events.js between cordova and plugman
  • + +
  • CB-6698 Automatically copy sub-libraries to project’s directory
  • +
  • CB-6942 Describe running hooks only in verbose mode.
  • + +
  • CB-6512 Allow cordova platform add /path/to/platform/files
  • + +
  • CB-6895 Add more config properties into manifest
  • + +
  • Allow cordova platform add platform@version
  • + +
  • Add util func for chaining promises
  • + +
  • removing doWrap from prepare
  • + +
  • adding prepare-browserify
  • + +
  • adding and freezing cordova-js
  • + +
  • CB-6879 config parser breakout into a cordova level module
  • + +
  • CB-6698 Resolve android <framework> relative to plugin_dir when custom=true
  • + +
  • Fix tests on node 0.11.x
  • + +
  • CB-6024 Accept cli vars as part of opts param
  • + +
  • Refer properties-parser package from NPM.
  • + +
  • CB-6859 Removed all wp7 references, tests still passing
  • + +
  • Extract AndroidProject class into a separate .js file
  • + +
  • CB-6698 Support library references for Android via the framework tag
  • + +
  • CB-6854 Strip BOM when adding cordova.define() to js-modules
  • + +
  • Use PluginInfo in plugman/install.js
  • + +
  • CB-6772 Provide a default for AndroidLaunchMode
  • + +
  • CB-6711 Use parseProjectFile when working with XCode projects.
  • + +
  • Start using PluginInfo object in plugman/install.js
  • + +
  • CB-6709 Remove merges/ folder for default apps
  • + +
  • Add --shrinkwrap flag to save plugin versions
  • + +
  • Initial implementation for saving plugin list in config.xml and restoring from it
  • + +
  • CB-6668 Use <description> for cordova plugin ls when <name> is missing.
  • + +
  • Add --noregistry flag for disabling plugin lookup in the registry
  • + +
  • Remove --force from default npm settings for plugin registry
  • + +
  • CB-7100 Use npm for downloading plugins and later platforms
  • + +
  • CB-6691 Change some instances of Error() to CordovaError()
  • +
    Modified: cordova/site/public/news/2014/08/11/plugins-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/08/11/plugins-release.html?rev=1701854&r1=1701853&r2=1701854&view=diff ============================================================================== --- cordova/site/public/news/2014/08/11/plugins-release.html (original) +++ cordova/site/public/news/2014/08/11/plugins-release.html Tue Sep 8 18:56:12 2015 @@ -57,204 +57,379 @@
    Posted by: Steve Gill

    11 Aug 2014

    -

    The following plugins were updated today:

    + +

    The following plugins were updated today:

      -
    • cordova-plugin-battery-status: 0.2.10
    • -
    • cordova-plugin-camera: 0.3.1
    • -
    • cordova-plugin-console: 0.2.10
    • -
    • cordova-plugin-contacts: 0.2.12
    • -
    • cordova-plugin-device: 0.2.11
    • -
    • cordova-plugin-device-motion: 0.2.9
    • -
    • cordova-plugin-device-orientation: 0.3.8
    • -
    • cordova-plugin-dialogs: 0.2.9
    • -
    • cordova-plugin-file: 1.3.0
    • -
    • cordova-plugin-file-transfer: 0.4.5
    • -
    • cordova-plugin-geolocation: 0.3.9
    • -
    • cordova-plugin-globalization: 0.3.0
    • -
    • cordova-plugin-inappbrowser: 0.5.1
    • -
    • cordova-plugin-media: 0.2.12
    • -
    • cordova-plugin-media-capture: 0.3.2
    • -
    • cordova-plugin-network-information: 0.2.11
    • -
    • cordova-plugin-splashscreen: 0.3.2
    • -
    • cordova-plugin-statusbar: 0.1.7
    • -
    • cordova-plugin-vibration: 0.3.10
    • -
    - -

    Notable changes include: -* Most of the plugins docs are now translated into other languages. -* FirefoxOS has updated many of their proxies for plugins -* FirefoxOS support added to device motion plugin -* Many updates to file plugin for BlackBerry10, FirefoxOS and Windows -* BlackBerry10 & FirefoxOS support added to globalization plugin

    +
  • cordova-plugin-battery-status: 0.2.10
  • -

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

    +
  • cordova-plugin-camera: 0.3.1
  • + +
  • cordova-plugin-console: 0.2.10
  • + +
  • cordova-plugin-contacts: 0.2.12
  • + +
  • cordova-plugin-device: 0.2.11
  • + +
  • cordova-plugin-device-motion: 0.2.9
  • + +
  • cordova-plugin-device-orientation: 0.3.8
  • + +
  • cordova-plugin-dialogs: 0.2.9
  • + +
  • cordova-plugin-file: 1.3.0
  • + +
  • cordova-plugin-file-transfer: 0.4.5
  • + +
  • cordova-plugin-geolocation: 0.3.9
  • + +
  • cordova-plugin-globalization: 0.3.0
  • + +
  • cordova-plugin-inappbrowser: 0.5.1
  • + +
  • cordova-plugin-media: 0.2.12
  • + +
  • cordova-plugin-media-capture: 0.3.2
  • + +
  • cordova-plugin-network-information: 0.2.11
  • + +
  • cordova-plugin-splashscreen: 0.3.2
  • + +
  • cordova-plugin-statusbar: 0.1.7
  • + +
  • cordova-plugin-vibration: 0.3.10
  • + + +

    Notable changes include:

    + +
      +
    • Most of the plugins docs are now translated into other languages.
    • + +
    • FirefoxOS has updated many of their proxies for plugins
    • + +
    • FirefoxOS support added to device motion plugin
    • + +
    • Many updates to file plugin for BlackBerry10, FirefoxOS and Windows
    • +
    • BlackBerry10 & FirefoxOS support added to globalization plugin
    • +
    + +

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


    You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:

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

    Other changes include: org.apache.cordova.battery-status@0.2.10

    + +
      +
    • CB-6957 Ported Battery-status manual & automated tests
    • + +
    • CB-6127 Updated translations for docs
    • +
    + +

    org.apache.cordova.camera@0.3.1

    + +
      +
    • FirefoxOS update CameraProxy.js
    • + +
    • CB-7187 iOS: Add explicit dependency on CoreLocation.framework
    • + +
    • BlackBerry10 Doc correction - sourceType is supported
    • + +
    • CB-7071 Android: Fix callback firing before CROP intent is sent when allowEdit=true
    • + +
    • CB-6875 Android: Handle exception when SDCard is not mounted
    • + +
    • iOS: Delete postImage (dead code)
    • + +
    • Prevent NPE on processResiultFromGallery when intent comes null
    • + +
    • Remove iOS doc reference to non-existing navigator.fileMgr API
    • + +
    • Docs updated with some default values
    • + +
    • Removes File plugin dependency from Windows 8 code.
    • + +
    • Use WinJS functionality to resize image instead of File plugin functionality
    • + +
    • CB-6127 Updated translations for docs
    • +
    + +

    org.apache.cordova.console@0.2.10 * CB-6127 Updated translations for docs

    + +

    org.apache.cordova.contacts@0.2.12

    + +
      +
    • fixes .find method when options param is not passed. Will return all contacts on missing options param
    • + +
    • FirefoxOS update ContactsProxy.js
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • CB-5698 iOS: Check to see if photoData exists before using
    • +
    + +

    org.apache.cordova.device@0.2.11

    + +
      +
    • FirefoxOS update DeviceProxy.js
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • Use Windows system calls to get better info
    • +
    + +

    org.apache.cordova.device-motion@0.2.9

    + +
      +
    • FirefoxOS update accelerometer.js
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • FirefoxOS added to supported platforms
    • +
    + +

    org.apache.cordova.device-orientation@0.3.8

    + +
      +
    • FirefoxOS update compass.js
    • + +
    • CB-7187 iOS: Add explicit dependency on CoreLocation.framework
    • + +
    • CB-7187 Delete unused #import of CDVShared.h
    • +
    + +

    org.apache.cordova.dialogs@0.2.9

    + +
      +
    • Ubuntu: pass proper arguments to prompt callback
    • + +
    • Ubuntu: use TextField instead of TextInput
    • + +
    • Ubuntu: proper message escaping before passing to qml
    • + +
    • FirefoxOS update notification.js
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • Android: Explicitly apply default theme to dialogs
    • + +
    • Fix Beep exception on Android when no argument passed
    • +
    + +

    org.apache.cordova.file@1.3.0

    + +
      +
    • FirefoxOS Remove unsupported paths from requestAllPaths
    • + +
    • FirefoxOS Support for resolve URI, request all paths and local app directory.
    • + +
    • CB-4263 set ready state to done before onload
    • + +
    • CB-7167 BlackBerry10 copyTo - return wrapped entry rather than native
    • + +
    • CB-7167 BlackBerry10 Add directory support to getFileMetadata
    • + +
    • CB-7167 BlackBerry10 Fix tests detection of blob support (window.Blob is BlobConstructor object)
    • + +
    • CB-7161 BlackBerry10 Add file system directory paths
    • + +
    • CB-7093 Create separate plugin.xml for new-style tests
    • + +
    • CB-7057 Docs update: elaborate on what directories are for
    • + +
    • CB-7093: Add JS module to plugin.xml file for auto-tests
    • + +
    • CB-7093 Ported automated file tests
    • + +
    • Windows remove extra function closure, not needed
    • + +
    • Windows remove check for undefined fail(), it is defined by the proxy and always exists
    • + +
    • Windows re-apply readAsBinaryString and readAsArrayBuffer
    • -

      Other changes include: - -org.apache.cordova.battery-status@0.2.10 -* CB-6957 Ported Battery-status manual & automated tests -* CB-6127 Updated translations for docs

      - -

      org.apache.cordova.camera@0.3.1 -* FirefoxOS update CameraProxy.js -* CB-7187 iOS: Add explicit dependency on CoreLocation.framework -* BlackBerry10 Doc correction - sourceType is supported -* CB-7071 Android: Fix callback firing before CROP intent is sent when allowEdit=true -* CB-6875 Android: Handle exception when SDCard is not mounted -* iOS: Delete postImage (dead code) -* Prevent NPE on processResiultFromGallery when intent comes null -* Remove iOS doc reference to non-existing navigator.fileMgr API -* Docs updated with some default values -* Removes File plugin dependency from Windows 8 code. -* Use WinJS functionality to resize image instead of File plugin functionality -* CB-6127 Updated translations for docs

      - -

      org.apache.cordova.console@0.2.10 -* CB-6127 Updated translations for docs

      - -

      org.apache.cordova.contacts@0.2.12 -* fixes .find method when options param is not passed. Will return all contacts on missing options param -* FirefoxOS update ContactsProxy.js -* CB-6127 Updated translations for docs -* CB-5698 iOS: Check to see if photoData exists before using

      - -

      org.apache.cordova.device@0.2.11 -* FirefoxOS update DeviceProxy.js -* CB-6127 Updated translations for docs -* Use Windows system calls to get better info

      - -

      org.apache.cordova.device-motion@0.2.9 -* FirefoxOS update accelerometer.js -* CB-6127 Updated translations for docs -* FirefoxOS added to supported platforms

      - -

      org.apache.cordova.device-orientation@0.3.8 -* FirefoxOS update compass.js -* CB-7187 iOS: Add explicit dependency on CoreLocation.framework -* CB-7187 Delete unused #import of CDVShared.h

      - -

      org.apache.cordova.dialogs@0.2.9 -* Ubuntu: pass proper arguments to prompt callback -* Ubuntu: use TextField instead of TextInput -* Ubuntu: proper message escaping before passing to qml -* FirefoxOS update notification.js -* CB-6127 Updated translations for docs -* Android: Explicitly apply default theme to dialogs -* Fix Beep exception on Android when no argument passed

      - -

      org.apache.cordova.file@1.3.0 -* FirefoxOS Remove unsupported paths from requestAllPaths -* FirefoxOS Support for resolve URI, request all paths and local app directory. -* CB-4263 set ready state to done before onload -* CB-7167 BlackBerry10 copyTo - return wrapped entry rather than native -* CB-7167 BlackBerry10 Add directory support to getFileMetadata -* CB-7167 BlackBerry10 Fix tests detection of blob support (window.Blob is BlobConstructor object) -* CB-7161 BlackBerry10 Add file system directory paths -* CB-7093 Create separate plugin.xml for new-style tests -* CB-7057 Docs update: elaborate on what directories are for -* CB-7093: Add JS module to plugin.xml file for auto-tests -* CB-7093 Ported automated file tests -* Windows remove extra function closure, not needed -* Windows remove check for undefined fail(), it is defined by the proxy and always exists -* Windows re-apply readAsBinaryString and readAsArrayBuffer -* Windows Moved similar calls to be the same calls, aliased long namespaced functions -* CB-6127 Updated translations for docs. -* CB-6571 Fix getParentForLocalURL to work correctly with directories with trailing ‘/’ (This closes #58) -* UTTypeCopyPreferredTagWithClass returns nil mimetype for css when there is no network -* updated spec links in docs ( en only ) -* CB-6571 add trailing space it is missing in DirectoryEnty constructor. -* CB-6980 Fixing filesystem:null property in Entry -* Add Windows 8 support for readAsBinaryString and readAsArrayBuffer -* FirefoxOS Update FileProxy.js -* CB-6940: context.getExternal methods return null if sdcard isn’t in mounted state, causing exceptions that prevent startup from reaching readystate -* Fix mis-handling of filesystem reference in Entry.moveTo -* CB-6902: Use File.lastModified rather than .lastModifiedDate -* CB-6922: Remove unused getMetadata native code -* CB-6922: Use getFileMetadata consistently to get metadata -* changed fullPath to self.rootDocsPath -* CB-6890: Fix pluginManager access for 4.0.x branch

      - -

      org.apache.cordova.file-transfer@0.4.5 -* Fixed documentation of parameter order for FileTransfer.upload -* FirefoxOS initial implementation -* CB-6781: Expose FileTransferError.exception to application -* CB-6928: Add new error code to documentation -* CB-6928: Handle 304 status code -* CB-6928: Open output stream only if it’s necessary. -* BlackBerry10 Minor doc correction -* CB-6127 Updated translations for docs -* Windows 8 upload uses the provided fileName or the actual fileName -* CB-2420 Windows 8 honor fileKey and param options. This closes #15 -* CB-6781: add the exception text to the error object -* CB-6890: Fix pluginManager access for 4.0.x branch

      - -

      org.apache.cordova.geolocation@0.3.9 -* FirefoxOS update GeolocationProxy.js -* CB-7187 iOS: Add explicit dependency on CoreLocation.framework -* CB-7187 Delete unused #import of CDVShared.h -* CB-6127 Updated translations for docs -* iOS: Changed distanceFilter from none to 5 meters, prevents it from spamming the callback even though nothing changed.

      - -

      org.apache.cordova.globalization@0.3.0 -* The right Apache License 2.0 added -* Update headers and NOTICE file -* BlackBerry10 support implemented for Globalization -* Initial implementation for FirefoxOS -* CB-4602 iOS: Use normalized values for getPreferredLanguage. -* CB-6127 Updated translations for docs -* CB-4602 geolocation.getPreferredLanguage and geolocation.getLocaleName now return strings with hypen (-) to stay compliant with current standards

      - -

      org.apache.cordova.inappbrowser@0.5.1 -* Ubuntu: support qt 5.2 -* FirefoxOS update InAppBrowserProxy.js -* FirefoxOS app needs to be privileged -* CB-6127 Updated translations for docs -* CB-6769 iOS: Fix statusbar color reset wasn’t working on iOS7+

      - -

      org.apache.cordova.media@0.2.12 -* CB-6127 Updated translations for docs -* iOS: Make it easier to play media and record audio simultaneously -* code #s for MediaError

      - -

      org.apache.cordova.media-capture@0.3.2 -* Ubuntu: fix compiler warnings -* Ubuntu: support qt 5.2 -* CB-6127 Updated translations for docs -* CB-6978 captureImage() function fails in Android -* CB-6890: Fix pluginManager access for 4.0.x branch

      - -

      org.apache.cordova.network-information@0.2.11 -* FirefoxOS update NetworkProxy.js -* CB-6127 Updated translations for docs -* Fixed docs for online/offline event being backwards

      - -

      org.apache.cordova.splashscreen@0.3.2 -* CB-6127 Updated translations for docs -* CB-7041 iOS: Fix image filename logic when setting the iPad splash screen -* fixes Splashscreen crash on WP8

      - -

      org.apache.cordova.statusbar@0.1.7 -* Add LICENSE and NOTICE -* Update statusbar.js -* Update backgroundColorByHexString function -* iOS: Use a persistent callbackId instead of calling sendJs -* CB-6626 iOS: Add a JS event for tapping on statusbar -* iOS: Fix hide to adjust webview’s frame only when status bar is not overlaying webview -* CB-6127 Updated translations for docs -* Android: Fix StatusBar.initialize() not running on UI thread

      - -

      org.apache.cordova.vibration@0.3.10 -* Ubuntu: Implemented vibrateWithPattern/cancelVibration -* FirefoxOS update VibrationProxy.js -* CB-6127 Updated translations for docs

      +
    • Windows Moved similar calls to be the same calls, aliased long namespaced functions
    • + +
    • CB-6127 Updated translations for docs.
    • + +
    • CB-6571 Fix getParentForLocalURL to work correctly with directories with trailing ‘/’ (This closes #58)
    • + +
    • UTTypeCopyPreferredTagWithClass returns nil mimetype for css when there is no network
    • + +
    • updated spec links in docs ( en only )
    • + +
    • CB-6571 add trailing space it is missing in DirectoryEnty constructor.
    • + +
    • CB-6980 Fixing filesystem:null property in Entry
    • + +
    • Add Windows 8 support for readAsBinaryString and readAsArrayBuffer
    • + +
    • FirefoxOS Update FileProxy.js
    • + +
    • CB-6940: context.getExternal methods return null if sdcard isn’t in mounted state, causing exceptions that prevent startup from reaching readystate
    • + +
    • Fix mis-handling of filesystem reference in Entry.moveTo
    • + +
    • CB-6902: Use File.lastModified rather than .lastModifiedDate
    • + +
    • CB-6922: Remove unused getMetadata native code
    • + +
    • CB-6922: Use getFileMetadata consistently to get metadata
    • + +
    • changed fullPath to self.rootDocsPath
    • + +
    • CB-6890: Fix pluginManager access for 4.0.x branch
    • +
    + +

    org.apache.cordova.file-transfer@0.4.5

    + +
      +
    • Fixed documentation of parameter order for FileTransfer.upload
    • + +
    • FirefoxOS initial implementation
    • + +
    • CB-6781: Expose FileTransferError.exception to application
    • + +
    • CB-6928: Add new error code to documentation
    • + +
    • CB-6928: Handle 304 status code
    • + +
    • CB-6928: Open output stream only if it’s necessary.
    • + +
    • BlackBerry10 Minor doc correction
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • Windows 8 upload uses the provided fileName or the actual fileName
    • + +
    • CB-2420 Windows 8 honor fileKey and param options. This closes #15
    • + +
    • CB-6781: add the exception text to the error object
    • + +
    • CB-6890: Fix pluginManager access for 4.0.x branch
    • +
    + +

    org.apache.cordova.geolocation@0.3.9

    + +
      +
    • FirefoxOS update GeolocationProxy.js
    • + +
    • CB-7187 iOS: Add explicit dependency on CoreLocation.framework
    • + +
    • CB-7187 Delete unused #import of CDVShared.h
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • iOS: Changed distanceFilter from none to 5 meters, prevents it from spamming the callback even though nothing changed.
    • +
    + +

    org.apache.cordova.globalization@0.3.0

    + +
      +
    • The right Apache License 2.0 added
    • + +
    • Update headers and NOTICE file
    • + +
    • BlackBerry10 support implemented for Globalization
    • + +
    • Initial implementation for FirefoxOS
    • + +
    • CB-4602 iOS: Use normalized values for getPreferredLanguage.
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • CB-4602 geolocation.getPreferredLanguage and geolocation.getLocaleName now return strings with hypen (-) to stay compliant with current standards
    • +
    + +

    org.apache.cordova.inappbrowser@0.5.1

    + +
      +
    • Ubuntu: support qt 5.2
    • + +
    • FirefoxOS update InAppBrowserProxy.js
    • + +
    • FirefoxOS app needs to be privileged
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • CB-6769 iOS: Fix statusbar color reset wasn’t working on iOS7+
    • +
    + +

    org.apache.cordova.media@0.2.12

    + +
      +
    • CB-6127 Updated translations for docs
    • + +
    • iOS: Make it easier to play media and record audio simultaneously
    • + +
    • code #s for MediaError
    • +
    + +

    org.apache.cordova.media-capture@0.3.2

    + +
      +
    • Ubuntu: fix compiler warnings
    • + +
    • Ubuntu: support qt 5.2
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • CB-6978 captureImage() function fails in Android
    • + +
    • CB-6890: Fix pluginManager access for 4.0.x branch
    • +
    + +

    org.apache.cordova.network-information@0.2.11

    + +
      +
    • FirefoxOS update NetworkProxy.js
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • Fixed docs for online/offline event being backwards
    • +
    + +

    org.apache.cordova.splashscreen@0.3.2

    + +
      +
    • CB-6127 Updated translations for docs
    • + +
    • CB-7041 iOS: Fix image filename logic when setting the iPad splash screen
    • + +
    • fixes Splashscreen crash on WP8
    • +
    + +

    org.apache.cordova.statusbar@0.1.7

    + +
      +
    • Add LICENSE and NOTICE
    • + +
    • Update statusbar.js
    • + +
    • Update backgroundColorByHexString function
    • + +
    • iOS: Use a persistent callbackId instead of calling sendJs
    • + +
    • CB-6626 iOS: Add a JS event for tapping on statusbar
    • + +
    • iOS: Fix hide to adjust webview’s frame only when status bar is not overlaying webview
    • + +
    • CB-6127 Updated translations for docs
    • + +
    • Android: Fix StatusBar.initialize() not running on UI thread
    • +
    + +

    org.apache.cordova.vibration@0.3.10

    + +
      +
    • Ubuntu: Implemented vibrateWithPattern/cancelVibration
    • + +
    • FirefoxOS update VibrationProxy.js
    • + +
    • CB-6127 Updated translations for docs
    • +
    Modified: cordova/site/public/news/2014/08/13/tools-update.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/08/13/tools-update.html?rev=1701854&r1=1701853&r2=1701854&view=diff ============================================================================== --- cordova/site/public/news/2014/08/13/tools-update.html (original) +++ cordova/site/public/news/2014/08/13/tools-update.html Tue Sep 8 18:56:12 2015 @@ -57,21 +57,21 @@
    Posted by: Marcel Kinard

    13 Aug 2014

    -

    An updated version of cordova and cordova-lib are available starting today.

    + +

    An updated version of cordova and cordova-lib are available starting today.

    To update your tools:

    -
    npm install -g cordova
    -
    +
    npm install -g cordova

    These contain only one minor function change, which is related to the recent release of Cordova Android 3.5.1. Before today’s update, when adding the Android platform to a project, by default it would use version 3.5.0 of Cordova Android. In order to get the latest 3.5.1 of Cordova Android, you would need to manually specify the 3.5.1 version number on the platform add command. Today’s update changes the default version of Cordova Android used when adding the Android platform to a project, so that you no longer need to manually specify the 3.5.1 version number to get the 3.5.1 version. You’ll now get 3.5.1 by default.

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