You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/12/05 21:44:37 UTC

[2/3] docs commit: moar wp8

moar wp8


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/f84955f6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/f84955f6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/f84955f6

Branch: refs/heads/master
Commit: f84955f6766529332d0aecb5d7f8d70cc9deaa28
Parents: 4cf284c
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Dec 4 18:27:03 2012 -0800
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Dec 4 18:27:03 2012 -0800

----------------------------------------------------------------------
 .../edge/cordova/camera/parameter/cameraOptions.md |    2 +-
 docs/en/edge/cordova/contacts/Contact/contact.md   |    2 +-
 docs/en/edge/cordova/device/device.name.md         |    5 +++--
 docs/en/edge/cordova/device/device.platform.md     |    8 +++++++-
 docs/en/edge/cordova/device/device.uuid.md         |    2 +-
 .../en/edge/cordova/events/events.batterystatus.md |    4 ++--
 6 files changed, 15 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f84955f6/docs/en/edge/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/parameter/cameraOptions.md b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
index b964205..2264af6 100644
--- a/docs/en/edge/cordova/camera/parameter/cameraOptions.md
+++ b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
@@ -109,7 +109,7 @@ iOS Quirks
 - Set `quality` below 50 to avoid memory error on some devices.
 - When `destinationType.FILE_URI` is used, photos are saved in the application's temporary directory.  Developers may delete the contents of this directory using the navigator.fileMgr APIs if storage space is a concern.
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f84955f6/docs/en/edge/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/Contact/contact.md b/docs/en/edge/cordova/contacts/Contact/contact.md
index 7d81448..76cd4e8 100644
--- a/docs/en/edge/cordova/contacts/Contact/contact.md
+++ b/docs/en/edge/cordova/contacts/Contact/contact.md
@@ -213,7 +213,7 @@ iOS Quirks
 - __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 -----------
 
 - __displayName:__ When creating a contact, the value provided for the display name parameter differs from the display name retrieved when finding the contact. 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f84955f6/docs/en/edge/cordova/device/device.name.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/device/device.name.md b/docs/en/edge/cordova/device/device.name.md
index 201f924..a274a36 100644
--- a/docs/en/edge/cordova/device/device.name.md
+++ b/docs/en/edge/cordova/device/device.name.md
@@ -19,6 +19,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 device.name
 ===========
+WARNING: device.name is deprecated as of version 2.3.0
 
 Get the device's model name.
 
@@ -35,7 +36,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Windows Phone 7
+- Windows Phone 7 and 8
 - Bada 1.2 & 2.x
 - webOS
 - Tizen
@@ -93,7 +94,7 @@ Android Quirks
     - The product name is often the code name given during production.
     - e.g. Nexus One returns "Passion", Motorola Droid returns "voles"
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 -------------
 
 - returns the manufacturer specified device name, for example, the Samsung Focus returns 'SGH-i917'

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f84955f6/docs/en/edge/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/device/device.platform.md b/docs/en/edge/cordova/device/device.platform.md
index d76c6c4..5d717dd 100644
--- a/docs/en/edge/cordova/device/device.platform.md
+++ b/docs/en/edge/cordova/device/device.platform.md
@@ -30,7 +30,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Windows Phone 7
+- Windows Phone 7 and 8
 - Bada 1.2 & 2.x
 - webOS
 - Tizen
@@ -91,3 +91,9 @@ Windows Phone 7 Quirks
 -----------------
 
 Windows Phone 7 devices report platform as 'WinCE'
+
+
+Windows Phone 8 Quirks
+-----------------
+
+Windows Phone 8 devices report platform as 'Win32NT'

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f84955f6/docs/en/edge/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/device/device.uuid.md b/docs/en/edge/cordova/device/device.uuid.md
index 247de70..0f440bc 100644
--- a/docs/en/edge/cordova/device/device.uuid.md
+++ b/docs/en/edge/cordova/device/device.uuid.md
@@ -102,7 +102,7 @@ iOS Quirk
 
 The uuid for iOS is not unique for a device, but is unique per application per install. This will change if you delete the app and re-install, and possibly also when you upgrade your iOS version, or even upgrade your app per version (as we've seen in iOS 5.1). Not a reliable value.
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 -------------
 
 The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE.  Microsoft will likely be deprecating this property in the near future.  If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f84955f6/docs/en/edge/cordova/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/events/events.batterystatus.md b/docs/en/edge/cordova/events/events.batterystatus.md
index 68b744d..a3ea7cc 100644
--- a/docs/en/edge/cordova/events/events.batterystatus.md
+++ b/docs/en/edge/cordova/events/events.batterystatus.md
@@ -42,10 +42,10 @@ Supported Platforms
 - iOS
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
-- Windows Phone 7 ( Mango )
+- Windows Phone 7 and 8
 - Tizen
 
-Windows Phone 7 Quirks
+Windows Phone 7 and 8 Quirks
 ----------------------
 
 The `level` property is unavailable as Windows Phone 7 does not provide