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 5BDF21820F for ; Wed, 7 Oct 2015 00:22:22 +0000 (UTC) Received: (qmail 34173 invoked by uid 500); 7 Oct 2015 00:22:22 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 34149 invoked by uid 500); 7 Oct 2015 00:22:22 -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 34140 invoked by uid 99); 7 Oct 2015 00:22:22 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 00:22:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9FB8E180DE7 for ; Wed, 7 Oct 2015 00:22:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.791 X-Spam-Level: X-Spam-Status: No, score=0.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id rqO4inHHIS2n for ; Wed, 7 Oct 2015 00:22:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id F33D8439EE for ; Wed, 7 Oct 2015 00:22:02 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0282BE0FB1 for ; Wed, 7 Oct 2015 00:22:02 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E953B3A09CD for ; Wed, 7 Oct 2015 00:22:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1707174 [10/26] - in /cordova/site/public: ./ docs/de/3.1.0/cordova/accelerometer/ docs/de/3.1.0/cordova/camera/ docs/de/3.1.0/cordova/camera/parameter/ docs/de/3.1.0/cordova/compass/ docs/de/3.1.0/cordova/compass/parameters/ docs/de/3.1.0... Date: Wed, 07 Oct 2015 00:21:44 -0000 To: commits@cordova.apache.org From: dblotsky@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151007002201.E953B3A09CD@svn01-us-west.apache.org> Modified: cordova/site/public/docs/en/2.5.0/cordova/geolocation/geolocation.watchPosition.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/geolocation/geolocation.watchPosition.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/geolocation/geolocation.watchPosition.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/geolocation/geolocation.watchPosition.html Wed Oct 7 00:21:01 2015 @@ -1326,7 +1326,7 @@

Returns

    -
  • String: returns a watch id that references the watch position interval. The watch id should be used with [geolocation.clearWatch]([geolocation.clearWatch](geolocation.clearWatch.html).html) to stop watching for changes in position.
  • +
  • String: returns a watch id that references the watch position interval. The watch id should be used with [geolocation.clearWatch](geolocation.clearWatch.html) to stop watching for changes in position.

Description

Modified: cordova/site/public/docs/en/2.5.0/cordova/geolocation/parameters/geolocation.options.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/geolocation/parameters/geolocation.options.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/geolocation/parameters/geolocation.options.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/geolocation/parameters/geolocation.options.html Wed Oct 7 00:21:01 2015 @@ -1318,7 +1318,7 @@
  • enableHighAccuracy: Provides a hint that the application would like to receive the best possible results. By default, the device will attempt to retrieve a [Position](../Position/position.html) using network-based methods. Setting this property to true tells the framework to use more accurate methods, such as satellite positioning. (Boolean)
  • -
  • timeout: The maximum length of time (milliseconds) that is allowed to pass from the call to [geolocation.getCurrentPosition](../geolocation.getCurrentPosition.html) or [geolocation.watchPosition](../geolocation.watchPosition.html) until the corresponding [geolocationSuccess]([geolocationSuccess](geolocationSuccess.html).html) callback is invoked. If the [geolocationSuccess]([geolocationSuccess](geolocationSuccess.html).html) callback is not invoked within this time, the [geolocationError]([geolocationError](geolocationError.html).html) callback will be invoked with a [PositionError](../PositionError/positionError.html).TIMEOUT error code. NOTE: when used in conjunction with [geolocation.watchPosition](../geolocation.watchPosition.html) , the [geolocationError]([geolocationError](geolocationError.html).html) callback could be called on an interval every timeout milliseconds! (Number)
  • +
  • timeout: The maximum length of time (milliseconds) that is allowed to pass from the call to [geolocation.getCurrentPosition](../geolocation.getCurrentPosition.html) or [geolocation.watchPosition](../geolocation.watchPosition.html) until the corresponding [geolocationSuccess](geolocationSuccess.html) callback is invoked. If the [geolocationSuccess](geolocationSuccess.html) callback is not invoked within this time, the [geolocationError](geolocationError.html) callback will be invoked with a [PositionError](../PositionError/positionError.html).TIMEOUT error code. NOTE: when used in conjunction with [geolocation.watchPosition](../geolocation.watchPosition.html), the [geolocationError](geolocationError.html) callback could be called on an interval every timeout milliseconds! (Number)
  • maximumAge: Accept a cached position whose age is no greater than the specified time in milliseconds. (Number)
Modified: cordova/site/public/docs/en/2.5.0/cordova/globalization/globalization.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/globalization/globalization.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/globalization/globalization.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/globalization/globalization.html Wed Oct 7 00:21:01 2015 @@ -1320,18 +1320,18 @@

Methods

Variable Scope

Modified: cordova/site/public/docs/en/2.5.0/cordova/inappbrowser/inappbrowser.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/inappbrowser/inappbrowser.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/inappbrowser/inappbrowser.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/inappbrowser/inappbrowser.html Wed Oct 7 00:21:01 2015 @@ -1310,13 +1310,13 @@

InAppBrowser

-

The InAppBrowser is a web-browser that is shown in your app when you use the [window.open]([window.open](window.open.html).html) call.

+

The InAppBrowser is a web-browser that is shown in your app when you use the [window.open](window.open.html) call.

var ref = window.open('http://apache.org', '_blank', 'location=yes');
 

Description

-

The object returned from a call to [window.open]([window.open](window.open.html).html).

+

The object returned from a call to [window.open](window.open.html).

Methods

Modified: cordova/site/public/docs/en/2.5.0/cordova/media/capture/CaptureCB.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/media/capture/CaptureCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/media/capture/CaptureCB.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/media/capture/CaptureCB.html Wed Oct 7 00:21:01 2015 @@ -1319,7 +1319,7 @@

This function is invoked after a successful capture operation has completed. This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.

-

Each MediaFile object describes a captured media file.

+

Each MediaFile object describes a captured media file.

Quick Example

// capture callback

Modified: cordova/site/public/docs/en/2.5.0/cordova/media/capture/CaptureErrorCB.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/media/capture/CaptureErrorCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.5.0/cordova/media/capture/CaptureErrorCB.html (original)
+++ cordova/site/public/docs/en/2.5.0/cordova/media/capture/CaptureErrorCB.html Wed Oct  7 00:21:01 2015
@@ -1319,7 +1319,7 @@
 
 

This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.

-

This function is invoked with a CaptureError object containing an appropriate error code.

+

This function is invoked with a CaptureError object containing an appropriate error code.

Quick Example

// capture error callback

Modified: cordova/site/public/docs/en/2.5.0/cordova/media/capture/MediaFile.getFormatData.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/media/capture/MediaFile.getFormatData.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.5.0/cordova/media/capture/MediaFile.getFormatData.html (original)
+++ cordova/site/public/docs/en/2.5.0/cordova/media/capture/MediaFile.getFormatData.html Wed Oct  7 00:21:01 2015
@@ -1308,7 +1308,7 @@
         
 
         
-

MediaFile.getFormatData

+

MediaFile.getFormatData

Retrieves format information about the media capture file.

@@ -1320,7 +1320,7 @@

Description

-

This function asynchronously attempts to retrieve the format information for the media file. If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object. If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.

+

This function asynchronously attempts to retrieve the format information for the media file. If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object. If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.

Supported Platforms

@@ -1334,15 +1334,15 @@

BlackBerry WebWorks Quirks

-

There is no API that provides format information of media files. Therefore, all MediaFileData objects will be returned with default values. See MediaFileData documentation.

+

There is no API that provides format information of media files. Therefore, all MediaFileData objects will be returned with default values. See MediaFileData documentation.

Android Quirks

-

The API for retrieving media file format information is limited. Therefore, not all MediaFileData properties are supported. See MediaFileData documentation.

+

The API for retrieving media file format information is limited. Therefore, not all MediaFileData properties are supported. See MediaFileData documentation.

iOS Quirks

-

The API for retrieving media file format information is limited. Therefore, not all MediaFileData properties are supported. See MediaFileData documentation.

+

The API for retrieving media file format information is limited. Therefore, not all MediaFileData properties are supported. See MediaFileData documentation.

Modified: cordova/site/public/docs/en/2.5.0/cordova/media/capture/MediaFileData.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/media/capture/MediaFileData.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/media/capture/MediaFileData.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/media/capture/MediaFileData.html Wed Oct 7 00:21:01 2015 @@ -1326,7 +1326,7 @@

BlackBerry WebWorks Quirks

-

There is no API that provides format information of media files. So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:

+

There is no API that provides format information of media files. So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:

Methods

@@ -1333,7 +1333,7 @@
  • capture.captureAudio
  • capture.captureImage
  • capture.captureVideo
  • -
  • MediaFile.getFormatData
  • +
  • MediaFile.getFormatData
  • Scope

    Modified: cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureAudio.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureAudio.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureAudio.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureAudio.html Wed Oct 7 00:21:01 2015 @@ -1314,7 +1314,7 @@

    Start the audio recorder application and return information about captured audio clip file(s).

    navigator.device.capture.captureAudio( 
    -    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError,  [CaptureAudioOptions options]
    +    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError,  [CaptureAudioOptions options]
     );
     

    Description

    @@ -1323,7 +1323,7 @@

    The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the limit parameter in CaptureAudioOptions, has been reached. If no value is provided for the limit parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.

    -

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file. If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    +

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file. If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    Supported Platforms

    @@ -1415,7 +1415,7 @@ navigator.device.capture.captureAudio(ca

    BlackBerry WebWorks Quirks

      -
    • Cordova for BlackBerry WebWorks attempts to launch the Voice Notes Recorder application, provided by RIM, to capture the audio recordings. The developer will receive a CaptureError.CAPTURE_NOT_SUPPORTED error code if the application is not installed on the device.
    • +
    • Cordova for BlackBerry WebWorks attempts to launch the Voice Notes Recorder application, provided by RIM, to capture the audio recordings. The developer will receive a CaptureError.CAPTURE_NOT_SUPPORTED error code if the application is not installed on the device.

    iOS Quirks

    Modified: cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureImage.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureImage.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureImage.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureImage.html Wed Oct 7 00:21:01 2015 @@ -1314,7 +1314,7 @@

    Start the camera application and return information about captured image file(s).

    navigator.device.capture.captureImage( 
    -    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError, [CaptureImageOptions options]
    +    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError, [CaptureImageOptions options]
     );
     

    Description

    @@ -1323,7 +1323,7 @@

    The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the limit parameter in CaptureImageOptions, has been reached. If no value is provided for the limit parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.

    -

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file. If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    +

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file. If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    Supported Platforms

    Modified: cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureVideo.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureVideo.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureVideo.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/media/capture/captureVideo.html Wed Oct 7 00:21:01 2015 @@ -1314,7 +1314,7 @@

    Start the video recorder application and return information about captured video clip file(s).

    navigator.device.capture.captureVideo( 
    -    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError, [CaptureVideoOptions options]
    +    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError, [CaptureVideoOptions options]
     );
     

    Description

    @@ -1323,7 +1323,7 @@

    The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the limit parameter in CaptureVideoOptions, has been reached. If no value is provided for the limit parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.

    -

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file. If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    +

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file. If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    Supported Platforms

    @@ -1416,7 +1416,7 @@ navigator.device.capture.captureVideo(ca

    BlackBerry WebWorks Quirks

      -
    • Cordova for BlackBerry WebWorks attempts to launch the Video Recorder application, provided by RIM, to capture the video recordings. The developer will receive a CaptureError.CAPTURE_NOT_SUPPORTED error code if the application is not installed on the device.
    • +
    • Cordova for BlackBerry WebWorks attempts to launch the Video Recorder application, provided by RIM, to capture the video recordings. The developer will receive a CaptureError.CAPTURE_NOT_SUPPORTED error code if the application is not installed on the device.

    Bada 2.x Quirks

    Modified: cordova/site/public/docs/en/2.5.0/cordova/media/media.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/media/media.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/media/media.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/media/media.html Wed Oct 7 00:21:01 2015 @@ -1340,15 +1340,15 @@

    Methods

    Additional ReadOnly Parameters

    Modified: cordova/site/public/docs/en/2.5.0/cordova/notification/notification.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/cordova/notification/notification.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/cordova/notification/notification.html (original) +++ cordova/site/public/docs/en/2.5.0/cordova/notification/notification.html Wed Oct 7 00:21:01 2015 @@ -1316,10 +1316,10 @@

    Methods

    Permissions

    Modified: cordova/site/public/docs/en/2.5.0/page_index.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0/page_index.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.5.0/page_index.html (original) +++ cordova/site/public/docs/en/2.5.0/page_index.html Wed Oct 7 00:21:01 2015 @@ -1324,7 +1324,7 @@ var keywordIndex = [ { url: "/docs/en/2.5.0/cordova/media/capture/MediaFile.getFormatData.html", - name: "[MediaFile]([MediaFile](MediaFile.html).html).getFormatData" + name: "[MediaFile](MediaFile.html).getFormatData" } , Modified: cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.clearWatch.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.clearWatch.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.clearWatch.html Wed Oct 7 00:21:01 2015 @@ -1314,7 +1314,7 @@
    navigator.accelerometer.clearWatch(watchID);
     
      -
    • watchID: The ID returned by [accelerometer.watchAcceleration]([accelerometer.watchAcceleration](accelerometer.watchAcceleration.html).html).
    • +
    • watchID: The ID returned by [accelerometer.watchAcceleration](accelerometer.watchAcceleration.html).

    Supported Platforms

    Modified: cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.html Wed Oct 7 00:21:01 2015 @@ -1316,9 +1316,9 @@

    Methods

    Arguments

    Modified: cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.watchAcceleration.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.watchAcceleration.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.watchAcceleration.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/accelerometer/accelerometer.watchAcceleration.html Wed Oct 7 00:21:01 2015 @@ -1321,7 +1321,7 @@

    The accelerometer.watchAcceleration gets the device's current acceleration at a regular interval. Each time the [Acceleration](acceleration/acceleration.html) is retrieved, the [accelerometerSuccess](parameters/accelerometerSuccess.html) callback function is executed. Specify the interval in milliseconds via the frequency parameter in the acceleratorOptions object.

    -

    The returned watch ID references the accelerometer watch interval. The watch ID can be used with [accelerometer.clearWatch]([accelerometer.clearWatch](accelerometer.clearWatch.html).html) to stop watching the accelerometer.

    +

    The returned watch ID references the accelerometer watch interval. The watch ID can be used with [accelerometer.clearWatch](accelerometer.clearWatch.html) to stop watching the accelerometer.

    Supported Platforms

    Modified: cordova/site/public/docs/en/2.6.0/cordova/camera/camera.cleanup.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/camera/camera.cleanup.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/camera/camera.cleanup.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/camera/camera.cleanup.html Wed Oct 7 00:21:01 2015 @@ -1315,7 +1315,7 @@

    Description

    -

    Cleans up the image files stored in the temporary storage location, when the function [camera.getPicture]([camera.getPicture](camera.getPicture.html).html) is used with [Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.CAMERA and [Camera](camera.html).destinationType = [Camera](camera.html).DestinationType.FILE_URI

    +

    Cleans up the image files stored in the temporary storage location, when the function [camera.getPicture](camera.getPicture.html) is used with [Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.CAMERA and [Camera](camera.html).destinationType = [Camera](camera.html).DestinationType.FILE_URI

    Supported Platforms

    Modified: cordova/site/public/docs/en/2.6.0/cordova/camera/camera.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/camera/camera.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/camera/camera.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/camera/camera.html Wed Oct 7 00:21:01 2015 @@ -1316,8 +1316,8 @@

    Methods

    Permissions

    Modified: cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/CameraPopoverHandle.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/CameraPopoverHandle.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/CameraPopoverHandle.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/CameraPopoverHandle.html Wed Oct 7 00:21:01 2015 @@ -1331,7 +1331,7 @@

    Parameters:

    Quick Example

    Modified: cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/cameraOptions.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/cameraOptions.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/cameraOptions.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/cameraOptions.html Wed Oct 7 00:21:01 2015 @@ -1357,7 +1357,7 @@

    };

  • correctOrientation: Rotate the image to correct for the orientation of the device during capture. (Boolean)

  • saveToPhotoAlbum: Save the image to the photo album on the device after capture. (Boolean)

  • -
  • popoverOptions: iOS only options to specify popover location in iPad. Defined in CameraPopoverOptions.

  • +
  • popoverOptions: iOS only options to specify popover location in iPad. Defined in CameraPopoverOptions.

  • cameraDirection: Choose the camera to use (front- or back-facing). Defined in navigator.camera.Direction (Number)

    Camera.Direction = {
         BACK : 0,           // Use the back-facing camera
    
    Modified: cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/cameraSuccess.html
    URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/cameraSuccess.html?rev=1707174&r1=1707173&r2=1707174&view=diff
    ==============================================================================
    --- cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/cameraSuccess.html (original)
    +++ cordova/site/public/docs/en/2.6.0/cordova/camera/parameter/cameraSuccess.html Wed Oct  7 00:21:01 2015
    @@ -1318,7 +1318,7 @@
     

    Parameters

      -
    • imageData: Base64 encoding of the image data, OR the image file URI, depending on [cameraOptions]([cameraOptions](cameraOptions.html).html) used. (String)
    • +
    • imageData: Base64 encoding of the image data, OR the image file URI, depending on [cameraOptions](cameraOptions.html) used. (String)

    Example

    Modified: cordova/site/public/docs/en/2.6.0/cordova/compass/compass.clearWatch.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/compass/compass.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/compass/compass.clearWatch.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/compass/compass.clearWatch.html Wed Oct 7 00:21:01 2015 @@ -1314,7 +1314,7 @@
    navigator.compass.clearWatch(watchID);
     
      -
    • watchID: The ID returned by [compass.watchHeading]([compass.watchHeading](compass.watchHeading.html).html).
    • +
    • watchID: The ID returned by [compass.watchHeading](compass.watchHeading.html).

    Supported Platforms

    Modified: cordova/site/public/docs/en/2.6.0/cordova/compass/compass.clearWatchFilter.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/compass/compass.clearWatchFilter.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/compass/compass.clearWatchFilter.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/compass/compass.clearWatchFilter.html Wed Oct 7 00:21:01 2015 @@ -1310,7 +1310,7 @@

    compass.clearWatchFilter

    -

    No longer supported as of 1.6. See [compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html).

    +

    No longer supported as of 1.6. See [compass.clearWatch](compass.clearWatch.html).

    Modified: cordova/site/public/docs/en/2.6.0/cordova/compass/compass.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/compass/compass.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/compass/compass.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/compass/compass.html Wed Oct 7 00:21:01 2015 @@ -1316,10 +1316,10 @@

    Methods

    Modified: cordova/site/public/docs/en/2.6.0/cordova/compass/compass.watchHeading.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/compass/compass.watchHeading.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/compass/compass.watchHeading.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/compass/compass.watchHeading.html Wed Oct 7 00:21:01 2015 @@ -1319,7 +1319,7 @@

    The compass.watchHeading gets the device's current heading at a regular interval. Each time the heading is retrieved, the headingSuccess callback function is executed. Specify the interval in milliseconds via the frequency parameter in the [compassOptions](parameters/compassOptions.html) object.

    -

    The returned watch ID references references the compass watch interval. The watch ID can be used with [compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html) to stop watching the compass.

    +

    The returned watch ID references references the compass watch interval. The watch ID can be used with [compass.clearWatch](compass.clearWatch.html) to stop watching the compass.

    Supported Platforms

    @@ -1412,7 +1412,7 @@ var watchID = navigator.compass.watchHea

    iOS Quirks

    -

    In iOS compass.watchHeading can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the headingSuccess callback function is called. Specify the degrees of change via the filter parameter in the [compassOptions](parameters/compassOptions.html) object. Clear the watch as normal by passing the returned watch ID to [compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html). This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.

    +

    In iOS compass.watchHeading can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the headingSuccess callback function is called. Specify the degrees of change via the filter parameter in the [compassOptions](parameters/compassOptions.html) object. Clear the watch as normal by passing the returned watch ID to [compass.clearWatch](compass.clearWatch.html). This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.

    In iOS only one watchHeading can be in effect at one time. If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.

    Modified: cordova/site/public/docs/en/2.6.0/cordova/compass/compass.watchHeadingFilter.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/compass/compass.watchHeadingFilter.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/compass/compass.watchHeadingFilter.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/compass/compass.watchHeadingFilter.html Wed Oct 7 00:21:01 2015 @@ -1310,7 +1310,7 @@

    compass.watchHeadingFilter

    -

    No longer supported as of 1.6, see [compass.watchHeading]([compass.watchHeading](compass.watchHeading.html).html) for equivalent functionality.

    +

    No longer supported as of 1.6, see [compass.watchHeading](compass.watchHeading.html) for equivalent functionality.

    Modified: cordova/site/public/docs/en/2.6.0/cordova/compass/parameters/compassHeading.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/compass/parameters/compassHeading.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/compass/parameters/compassHeading.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/compass/parameters/compassHeading.html Wed Oct 7 00:21:01 2015 @@ -1310,7 +1310,7 @@

    compassHeading

    -

    A CompassHeading object is returned to the [compassSuccess]([compassSuccess](compassSuccess.html).html) callback function when an error occurs.

    +

    A CompassHeading object is returned to the [compassSuccess](compassSuccess.html) callback function when an error occurs.

    Properties

    @@ -1323,7 +1323,7 @@

    Description

    -

    The CompassHeading object is returned to the user through the [compassSuccess]([compassSuccess](compassSuccess.html).html) callback function.

    +

    The CompassHeading object is returned to the user through the [compassSuccess](compassSuccess.html) callback function.

    Android Quirks

    Modified: cordova/site/public/docs/en/2.6.0/cordova/compass/parameters/compassSuccess.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/compass/parameters/compassSuccess.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/compass/parameters/compassSuccess.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/compass/parameters/compassSuccess.html Wed Oct 7 00:21:01 2015 @@ -1310,7 +1310,7 @@

    compassSuccess

    -

    onSuccess callback function that provides the compass heading information via a compassHeading object.

    +

    onSuccess callback function that provides the compass heading information via a compassHeading object.

    function(heading) {
         // Do something
     }
    
    Modified: cordova/site/public/docs/en/2.6.0/cordova/connection/connection.html
    URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/connection/connection.html?rev=1707174&r1=1707173&r2=1707174&view=diff
    ==============================================================================
    --- cordova/site/public/docs/en/2.6.0/cordova/connection/connection.html (original)
    +++ cordova/site/public/docs/en/2.6.0/cordova/connection/connection.html Wed Oct  7 00:21:01 2015
    @@ -1318,7 +1318,7 @@
     

    Properties

    Constants

    Modified: cordova/site/public/docs/en/2.6.0/cordova/contacts/contacts.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/contacts/contacts.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/contacts/contacts.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/contacts/contacts.html Wed Oct 7 00:21:01 2015 @@ -1316,8 +1316,8 @@

    Methods

    Arguments

    Modified: cordova/site/public/docs/en/2.6.0/cordova/device/device.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/device/device.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/device/device.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/device/device.html Wed Oct 7 00:21:01 2015 @@ -1316,12 +1316,12 @@

    Properties

    Variable Scope

    Modified: cordova/site/public/docs/en/2.6.0/cordova/device/device.name.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/device/device.name.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/device/device.name.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/device/device.name.html Wed Oct 7 00:21:01 2015 @@ -1310,7 +1310,7 @@

    device.name

    -

    WARNING: device.name is deprecated as of version 2.3.0, use device.model instead

    +

    WARNING: device.name is deprecated as of version 2.3.0, use device.model instead

    Get the device's model name.

    var string = device.name;
    @@ -1399,7 +1399,7 @@ var name = device.name;
     

    Tizen Quirks

      -
    • returns the device.model assigned by the vendor. For example 'TIZEN'
    • +
    • returns the device.model assigned by the vendor. For example 'TIZEN'
    Modified: cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.clearWatch.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.clearWatch.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.clearWatch.html Wed Oct 7 00:21:01 2015 @@ -1321,7 +1321,7 @@

    Description

    -

    geolocation.clearWatch stops watching changes to the device's location by clearing the [geolocation.watchPosition]([geolocation.watchPosition](geolocation.watchPosition.html).html) referenced by watchID.

    +

    geolocation.clearWatch stops watching changes to the device's location by clearing the [geolocation.watchPosition](geolocation.watchPosition.html) referenced by watchID.

    Supported Platforms

    Modified: cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.html Wed Oct 7 00:21:01 2015 @@ -1320,9 +1320,9 @@

    Methods

    Arguments

    Modified: cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.watchPosition.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.watchPosition.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.watchPosition.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/geolocation/geolocation.watchPosition.html Wed Oct 7 00:21:01 2015 @@ -1326,7 +1326,7 @@

    Returns

      -
    • String: returns a watch id that references the watch position interval. The watch id should be used with [geolocation.clearWatch]([geolocation.clearWatch](geolocation.clearWatch.html).html) to stop watching for changes in position.
    • +
    • String: returns a watch id that references the watch position interval. The watch id should be used with [geolocation.clearWatch](geolocation.clearWatch.html) to stop watching for changes in position.

    Description

    Modified: cordova/site/public/docs/en/2.6.0/cordova/geolocation/parameters/geolocation.options.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/geolocation/parameters/geolocation.options.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/geolocation/parameters/geolocation.options.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/geolocation/parameters/geolocation.options.html Wed Oct 7 00:21:01 2015 @@ -1318,7 +1318,7 @@
    • enableHighAccuracy: Provides a hint that the application would like to receive the best possible results. By default, the device will attempt to retrieve a [Position](../Position/position.html) using network-based methods. Setting this property to true tells the framework to use more accurate methods, such as satellite positioning. (Boolean)
    • -
    • timeout: The maximum length of time (milliseconds) that is allowed to pass from the call to [geolocation.getCurrentPosition](../geolocation.getCurrentPosition.html) or [geolocation.watchPosition](../geolocation.watchPosition.html) until the corresponding [geolocationSuccess]([geolocationSuccess](geolocationSuccess.html).html) callback is invoked. If the [geolocationSuccess]([geolocationSuccess](geolocationSuccess.html).html) callback is not invoked within this time, the [geolocationError]([geolocationError](geolocationError.html).html) callback will be invoked with a [PositionError](../PositionError/positionError.html).TIMEOUT error code. NOTE: when used in conjunction with [geolocation.watchPosition](../geolocation.watchPosition.html) , the [geolocationError]([geolocationError](geolocationError.html).html) callback could be called on an interval every timeout milliseconds! (Number)
    • +
    • timeout: The maximum length of time (milliseconds) that is allowed to pass from the call to [geolocation.getCurrentPosition](../geolocation.getCurrentPosition.html) or [geolocation.watchPosition](../geolocation.watchPosition.html) until the corresponding [geolocationSuccess](geolocationSuccess.html) callback is invoked. If the [geolocationSuccess](geolocationSuccess.html) callback is not invoked within this time, the [geolocationError](geolocationError.html) callback will be invoked with a [PositionError](../PositionError/positionError.html).TIMEOUT error code. NOTE: when used in conjunction with [geolocation.watchPosition](../geolocation.watchPosition.html), the [geolocationError](geolocationError.html) callback could be called on an interval every timeout milliseconds! (Number)
    • maximumAge: Accept a cached position whose age is no greater than the specified time in milliseconds. (Number)
    Modified: cordova/site/public/docs/en/2.6.0/cordova/globalization/globalization.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/globalization/globalization.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/globalization/globalization.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/globalization/globalization.html Wed Oct 7 00:21:01 2015 @@ -1320,18 +1320,18 @@

    Methods

    Variable Scope

    Modified: cordova/site/public/docs/en/2.6.0/cordova/inappbrowser/inappbrowser.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/inappbrowser/inappbrowser.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/inappbrowser/inappbrowser.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/inappbrowser/inappbrowser.html Wed Oct 7 00:21:01 2015 @@ -1310,13 +1310,13 @@

    InAppBrowser

    -

    The InAppBrowser is a web-browser that is shown in your app when you use the [window.open]([window.open](window.open.html).html) call.

    +

    The InAppBrowser is a web-browser that is shown in your app when you use the [window.open](window.open.html) call.

    var ref = window.open('http://apache.org', '_blank', 'location=yes');
     

    Description

    -

    The object returned from a call to [window.open]([window.open](window.open.html).html).

    +

    The object returned from a call to [window.open](window.open.html).

    Methods

    Modified: cordova/site/public/docs/en/2.6.0/cordova/media/capture/CaptureCB.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/media/capture/CaptureCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/media/capture/CaptureCB.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/media/capture/CaptureCB.html Wed Oct 7 00:21:01 2015 @@ -1319,7 +1319,7 @@

    This function is invoked after a successful capture operation has completed. This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.

    -

    Each MediaFile object describes a captured media file.

    +

    Each MediaFile object describes a captured media file.

    Quick Example

    // capture callback
    
    Modified: cordova/site/public/docs/en/2.6.0/cordova/media/capture/CaptureErrorCB.html
    URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/media/capture/CaptureErrorCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff
    ==============================================================================
    --- cordova/site/public/docs/en/2.6.0/cordova/media/capture/CaptureErrorCB.html (original)
    +++ cordova/site/public/docs/en/2.6.0/cordova/media/capture/CaptureErrorCB.html Wed Oct  7 00:21:01 2015
    @@ -1319,7 +1319,7 @@
     
     

    This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.

    -

    This function is invoked with a CaptureError object containing an appropriate error code.

    +

    This function is invoked with a CaptureError object containing an appropriate error code.

    Quick Example

    // capture error callback
    
    Modified: cordova/site/public/docs/en/2.6.0/cordova/media/capture/MediaFile.getFormatData.html
    URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/media/capture/MediaFile.getFormatData.html?rev=1707174&r1=1707173&r2=1707174&view=diff
    ==============================================================================
    --- cordova/site/public/docs/en/2.6.0/cordova/media/capture/MediaFile.getFormatData.html (original)
    +++ cordova/site/public/docs/en/2.6.0/cordova/media/capture/MediaFile.getFormatData.html Wed Oct  7 00:21:01 2015
    @@ -1308,7 +1308,7 @@
             
     
             
    -

    MediaFile.getFormatData

    +

    MediaFile.getFormatData

    Retrieves format information about the media capture file.

    @@ -1320,7 +1320,7 @@

    Description

    -

    This function asynchronously attempts to retrieve the format information for the media file. If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object. If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.

    +

    This function asynchronously attempts to retrieve the format information for the media file. If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object. If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.

    Supported Platforms

    @@ -1334,15 +1334,15 @@

    BlackBerry WebWorks Quirks

    -

    There is no API that provides format information of media files. Therefore, all MediaFileData objects will be returned with default values. See MediaFileData documentation.

    +

    There is no API that provides format information of media files. Therefore, all MediaFileData objects will be returned with default values. See MediaFileData documentation.

    Android Quirks

    -

    The API for retrieving media file format information is limited. Therefore, not all MediaFileData properties are supported. See MediaFileData documentation.

    +

    The API for retrieving media file format information is limited. Therefore, not all MediaFileData properties are supported. See MediaFileData documentation.

    iOS Quirks

    -

    The API for retrieving media file format information is limited. Therefore, not all MediaFileData properties are supported. See MediaFileData documentation.

    +

    The API for retrieving media file format information is limited. Therefore, not all MediaFileData properties are supported. See MediaFileData documentation.

    Modified: cordova/site/public/docs/en/2.6.0/cordova/media/capture/MediaFileData.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/media/capture/MediaFileData.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/media/capture/MediaFileData.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/media/capture/MediaFileData.html Wed Oct 7 00:21:01 2015 @@ -1326,7 +1326,7 @@

    BlackBerry WebWorks Quirks

    -

    There is no API that provides format information of media files. So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:

    +

    There is no API that provides format information of media files. So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:

    Methods

    @@ -1333,7 +1333,7 @@
  • capture.captureAudio
  • capture.captureImage
  • capture.captureVideo
  • -
  • MediaFile.getFormatData
  • +
  • MediaFile.getFormatData
  • Scope

    Modified: cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureAudio.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureAudio.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureAudio.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureAudio.html Wed Oct 7 00:21:01 2015 @@ -1314,7 +1314,7 @@

    Start the audio recorder application and return information about captured audio clip file(s).

    navigator.device.capture.captureAudio( 
    -    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError,  [CaptureAudioOptions options]
    +    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError,  [CaptureAudioOptions options]
     );
     

    Description

    @@ -1323,7 +1323,7 @@

    The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the limit parameter in CaptureAudioOptions, has been reached. If no value is provided for the limit parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.

    -

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file. If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    +

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file. If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    Supported Platforms

    @@ -1415,7 +1415,7 @@ navigator.device.capture.captureAudio(ca

    BlackBerry WebWorks Quirks

      -
    • Cordova for BlackBerry WebWorks attempts to launch the Voice Notes Recorder application, provided by RIM, to capture the audio recordings. The developer will receive a CaptureError.CAPTURE_NOT_SUPPORTED error code if the application is not installed on the device.
    • +
    • Cordova for BlackBerry WebWorks attempts to launch the Voice Notes Recorder application, provided by RIM, to capture the audio recordings. The developer will receive a CaptureError.CAPTURE_NOT_SUPPORTED error code if the application is not installed on the device.

    iOS Quirks

    Modified: cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureImage.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureImage.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureImage.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureImage.html Wed Oct 7 00:21:01 2015 @@ -1314,7 +1314,7 @@

    Start the camera application and return information about captured image file(s).

    navigator.device.capture.captureImage( 
    -    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError, [CaptureImageOptions options]
    +    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError, [CaptureImageOptions options]
     );
     

    Description

    @@ -1323,7 +1323,7 @@

    The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the limit parameter in CaptureImageOptions, has been reached. If no value is provided for the limit parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.

    -

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file. If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    +

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file. If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    Supported Platforms

    Modified: cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureVideo.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureVideo.html?rev=1707174&r1=1707173&r2=1707174&view=diff ============================================================================== --- cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureVideo.html (original) +++ cordova/site/public/docs/en/2.6.0/cordova/media/capture/captureVideo.html Wed Oct 7 00:21:01 2015 @@ -1314,7 +1314,7 @@

    Start the video recorder application and return information about captured video clip file(s).

    navigator.device.capture.captureVideo( 
    -    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError, [CaptureVideoOptions options]
    +    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError, [CaptureVideoOptions options]
     );
     

    Description

    @@ -1323,7 +1323,7 @@

    The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the limit parameter in CaptureVideoOptions, has been reached. If no value is provided for the limit parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.

    -

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file. If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    +

    When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file. If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.CAPTURE_NO_MEDIA_FILES error code.

    Supported Platforms

    @@ -1416,7 +1416,7 @@ navigator.device.capture.captureVideo(ca

    BlackBerry WebWorks Quirks

      -
    • Cordova for BlackBerry WebWorks attempts to launch the Video Recorder application, provided by RIM, to capture the video recordings. The developer will receive a CaptureError.CAPTURE_NOT_SUPPORTED error code if the application is not installed on the device.
    • +
    • Cordova for BlackBerry WebWorks attempts to launch the Video Recorder application, provided by RIM, to capture the video recordings. The developer will receive a CaptureError.CAPTURE_NOT_SUPPORTED error code if the application is not installed on the device.

    Bada 2.x Quirks

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