Updated Branches:
  refs/heads/master 2ed54bf3a -> 0a5bd2227

updating bada docs to include contacts


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/0a5bd222
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/0a5bd222
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/0a5bd222

Branch: refs/heads/master
Commit: 0a5bd22273c73ab339d64a619e3faa10fd8d8612
Parents: 2ed54bf
Author: Anis Kadri <anis.ka...@gmail.com>
Authored: Fri May 25 11:37:24 2012 -0700
Committer: Anis Kadri <anis.ka...@gmail.com>
Committed: Fri May 25 11:37:24 2012 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/contacts/Contact/contact.md   |   12 +++++++++++-
 .../contacts/ContactAddress/contactaddress.md      |    7 ++++++-
 .../cordova/contacts/ContactField/contactfield.md  |    6 +++++-
 .../ContactFindOptions/contactfindoptions.md       |    5 ++++-
 .../cordova/contacts/ContactName/contactname.md    |    9 ++++++++-
 .../ContactOrganization/contactorganization.md     |    4 +++-
 docs/en/edge/cordova/contacts/contacts.create.md   |    2 +-
 docs/en/edge/cordova/contacts/contacts.find.md     |    2 +-
 docs/en/edge/cordova/contacts/contacts.md          |    6 +++++-
 9 files changed, 44 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/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 3704f97..5461298 100644
--- a/docs/en/edge/cordova/contacts/Contact/contact.md
+++ b/docs/en/edge/cordova/contacts/Contact/contact.md
@@ -61,7 +61,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Bada 1.2
+- Bada 1.2 & 2.0
 
 Save Quick Example
 ------------------
@@ -220,3 +220,13 @@ iOS Quirks
 - __birthday:__ For input, this property must be provided as a JavaScript Date 
object. It is returned as a JavaScript Date object.
 - __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`.
+
+
+Bada Quirks
+-----------
+
+- __displayName:__ This property is not supported
+- __birthday:__ This property is not supported
+- __photos:__ This property should be a list with one URL to a photo
+- __categories:__ This property is not supported
+- __ims:__ This property is not supported

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md 
b/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md
index 04f25a2..e71b34d 100644
--- a/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md
+++ b/docs/en/edge/cordova/contacts/ContactAddress/contactaddress.md
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Bada 1.2
+- Bada 1.2 & 2.0
 
 Quick Example
 -------------
@@ -163,3 +163,8 @@ iOS Quirks
 ----------
 - __pref:__ This property is not supported on iOS devices and will always 
return `false`.
 - __formatted:__ Not currently supported.
+
+Bada Quirks
+-----------
+- __formatted:__ This property is not supported
+- __type:__ Has to be one of the following: WORK, HOME

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/docs/en/edge/cordova/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/ContactField/contactfield.md 
b/docs/en/edge/cordova/contacts/ContactField/contactfield.md
index 4e7bc40..6df6556 100644
--- a/docs/en/edge/cordova/contacts/ContactField/contactfield.md
+++ b/docs/en/edge/cordova/contacts/ContactField/contactfield.md
@@ -42,7 +42,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Bada 1.2
+- Bada 1.2 & 2.0
 
 Quick Example
 -------------
@@ -140,3 +140,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 iOS Quirks
 -----------
 - __pref:__ This property is not supported on iOS devices and will always 
return `false`.
+
+Bada Quirks
+-----------
+- __type:__ Property has to be one of the following for Email or Address 
fields: "WORK", "HOME". Property has to be one of the following for Phone 
fields: "WORK", "HOME", "VOICE", "FAX", "MSG", "CELL", "PAGER","BBS", "MODEM", 
"CAR", "ISDN","VIDEO", "PCS"

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git 
a/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md 
b/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md
index 824f63e..df8ba5a 100644
--- a/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/docs/en/edge/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -35,7 +35,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Bada 1.2
+- Bada 1.2 & 2.0
 
 Quick Example
 -------------
@@ -111,3 +111,6 @@ Full Example
       </body>
     </html>
 
+Bada Quirks
+-----------
+__filter:__ Property can only apply to the following: "firstName", "lastName", 
"nickname", "phoneNumber", "email", "address"

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/docs/en/edge/cordova/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/ContactName/contactname.md 
b/docs/en/edge/cordova/contacts/ContactName/contactname.md
index 397e4a3..7514046 100644
--- a/docs/en/edge/cordova/contacts/ContactName/contactname.md
+++ b/docs/en/edge/cordova/contacts/ContactName/contactname.md
@@ -43,7 +43,7 @@ Supported Platforms
 - Android 2.X
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Bada 1.2
+- Bada 1.2 & 2.0
 
 Quick Example
 -------------
@@ -136,3 +136,10 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 iOS Quirks
 ------------
 - __formatted:__ Partially supported.  Will return iOS Composite Name but will 
not store.
+
+Bada Quirks
+-----------
+- __formatted:__ Property not supported
+- __middleName:__ Property not supported
+_ __honorificPrefix:__ Property not supported
+- __honorificSuffix:__ Property not supported

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git 
a/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md 
b/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md
index e2b6309..9744bdb 100644
--- a/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/docs/en/edge/cordova/contacts/ContactOrganization/contactorganization.md
@@ -148,4 +148,6 @@ iOS Quirks
 - __department__: Partially supported.  The first department name will be 
stored in the iOS __kABPersonDepartmentProperty__ field.
 - __title__: Partially supported.  The first title will be stored in the iOS 
__kABPersonJobTitleProperty__ field.
 
-
+Bada 2.0 Quirks
+---------------
+- ContactOrganization not supported

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/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 f690584..b084808 100644
--- a/docs/en/edge/cordova/contacts/contacts.create.md
+++ b/docs/en/edge/cordova/contacts/contacts.create.md
@@ -37,7 +37,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Bada 1.2
+- Bada 1.2 & 2.0
 
 Quick Example
 -------------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/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 94842cb..ad61ba9 100644
--- a/docs/en/edge/cordova/contacts/contacts.find.md
+++ b/docs/en/edge/cordova/contacts/contacts.find.md
@@ -47,7 +47,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
-- Bada 1.2
+- Bada 1.2 & 2.0
 
 Quick Example
 -------------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0a5bd222/docs/en/edge/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/contacts.md 
b/docs/en/edge/cordova/contacts/contacts.md
index 09fbddc..ea58281 100644
--- a/docs/en/edge/cordova/contacts/contacts.md
+++ b/docs/en/edge/cordova/contacts/contacts.md
@@ -64,7 +64,11 @@ Permissions
 
 ### Bada
 
-    @TODO
+#### manifest.xml
+
+    <Privilege>
+        <Name>ADDRESSBOOK</Name>
+    </Privilege>
 
 ### BlackBerry WebWorks
 

Reply via email to