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/11/01 04:58:34 UTC

docs commit: updates in WP7

Updated Branches:
  refs/heads/master c3c90ef5f -> 08d2908d2


updates in WP7


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

Branch: refs/heads/master
Commit: 08d2908d24c7c5bc271e2e547eb59b15b5c90097
Parents: c3c90ef
Author: purplecabbage <pu...@gmail.com>
Authored: Wed Oct 31 20:50:04 2012 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Wed Oct 31 20:50:04 2012 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/contacts/Contact/contact.md |   15 +++++++++++++++
 docs/en/edge/cordova/contacts/contacts.create.md |    1 +
 docs/en/edge/cordova/contacts/contacts.find.md   |    1 +
 3 files changed, 17 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/08d2908d/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 c0cc10c..03dd354 100644
--- a/docs/en/edge/cordova/contacts/Contact/contact.md
+++ b/docs/en/edge/cordova/contacts/Contact/contact.md
@@ -61,6 +61,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
+- Windows Phone 7
 - Bada 1.2 & 2.0
 
 Save Quick Example
@@ -211,6 +212,20 @@ 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
+-----------
+
+- __displayName:__ When creating a contact, the value provided for the display name parameter differs from the display name retrieved when finding the contact. 
+- __urls:__ When creating a contact, user inputs multiple web addresses in the url field and saves the contact. While pulling the information during the contact search url field do not show up multiple web addresses
+- __phoneNumbers:__ _pref_ is not supported, _type_ is not supported in a _find_ operation, only supports one phoneNumber of each _type_
+- __emails:__ _pref_ is not supported, home and personal points to same email entry, supports only one entry for each _type_
+- __addresses:__ supports only _type_ of work, home/personal, _type_ home and personal points to same address entry, supports only one entry for each _type_
+- __organizations:__ Multiple _organizations_ are not supported, does not support the attributes: _pref_, _type_, _department_
+- __note:__ This property is not supported, and will always be returned as `null`. 
+- __ims:__ This property is not supported, and will always be returned as `null`. 
+- __birthdays:__ This property is not supported, and will always be returned as `null`. 
+- __categories:__ This property is not supported, and will always be returned as `null`. 
+
 
 Bada Quirks
 -----------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/08d2908d/docs/en/edge/cordova/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/contacts.create.md b/docs/en/edge/cordova/contacts/contacts.create.md
index 801fc41..4aea546 100644
--- a/docs/en/edge/cordova/contacts/contacts.create.md
+++ b/docs/en/edge/cordova/contacts/contacts.create.md
@@ -37,6 +37,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
+- Windows Phone 7
 - Bada 1.2 & 2.0
 
 Quick Example

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/08d2908d/docs/en/edge/cordova/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/contacts.find.md b/docs/en/edge/cordova/contacts/contacts.find.md
index aae2fc4..1f48e26 100644
--- a/docs/en/edge/cordova/contacts/contacts.find.md
+++ b/docs/en/edge/cordova/contacts/contacts.find.md
@@ -47,6 +47,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
+- Windows Phone 7
 - Bada 1.2 & 2.0
 
 Quick Example