You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2016/03/02 00:30:19 UTC

cordova-plugin-contacts git commit: Minor changes to readme

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master ca62fa78f -> 3b9dd353f


Minor changes to readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/3b9dd353
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/3b9dd353
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/3b9dd353

Branch: refs/heads/master
Commit: 3b9dd353f9b13bd86187e9b72e6e80af8e9d8ddb
Parents: ca62fa7
Author: Raghav Katyal <ra...@microsoft.com>
Authored: Tue Mar 1 15:30:07 2016 -0800
Committer: Raghav Katyal <ra...@microsoft.com>
Committed: Tue Mar 1 15:30:07 2016 -0800

----------------------------------------------------------------------
 README.md | 25 ++++---------------------
 1 file changed, 4 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/3b9dd353/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7095c1f..b5debb6 100644
--- a/README.md
+++ b/README.md
@@ -45,9 +45,9 @@ marketplaces may require the app to provide a just-in-time notice and
 obtain the user's permission before accessing contact data.  A
 clear and easy-to-understand user experience surrounding the use of
 contact data helps avoid user confusion and perceived misuse of
-contact data.  For more information, please see the Privacy Guide.
+contact data.  For more information, please see the [Privacy Guide](http://cordova.apache.org/docs/en/latest/guide/appdev/privacy/index.html).
 
-:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Contacts%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+Report issues with this plugin on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Contacts%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
 
 ## Installation
 
@@ -218,7 +218,6 @@ function specified by the __contactSuccess__ parameter.
 - Android
 - iOS
 - Windows Phone 8
-- Windows 8
 - Windows
 
 ### Example
@@ -232,7 +231,7 @@ function specified by the __contactSuccess__ parameter.
 ### Android Quirks
 
 This plugin launches an external Activity for picking contacts. See the
-[Android Lifecycle Guide](http://cordova.apache.org/docs/en/dev/guide/platforms/android/lifecycle.html)
+[Android Lifecycle Guide](http://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#lifecycle-guide)
 for an explanation of how this affects your application. If the plugin returns
 its result in the `resume` event, then you must first wrap the returned object
 in a `Contact` object before using it. Here is an example:
@@ -308,7 +307,6 @@ for details.
 - Firefox OS
 - iOS
 - Windows Phone 8
-- Windows 8
 - Windows
 
 ### Save Example
@@ -451,7 +449,6 @@ a `ContactAddress[]` array.
 - Firefox OS
 - iOS
 - Windows Phone 8
-- Windows 8
 - Windows
 
 ### Example
@@ -516,10 +513,6 @@ a `ContactAddress[]` array.
 
 - __formatted__: Currently not supported.
 
-### Windows 8 Quirks
-
-- __pref__: Not supported
-
 ### Windows Quirks
 
 - __pref__: Not supported
@@ -580,7 +573,6 @@ string.
 - Firefox OS
 - iOS
 - Windows Phone 8
-- Windows 8
 - Windows
 
 ### Example
@@ -614,10 +606,6 @@ string.
 
 - __pref__: Not supported, returning `false`.
 
-### Windows8 Quirks
-
-- __pref__: Not supported, returning `false`.
-
 ### Windows Quirks
 
 - __pref__: Not supported, returning `false`.
@@ -649,7 +637,6 @@ Contains different kinds of information about a `Contact` object's name.
 - Firefox OS
 - iOS
 - Windows Phone 8
-- Windows 8
 - Windows
 
 ### Example
@@ -702,7 +689,7 @@ Contains different kinds of information about a `Contact` object's name.
 
 - __formatted__: Partially supported.  Returns iOS Composite Name, but is read-only.
 
-### Windows 8 Quirks
+### Windows Quirks
 
 - __formatted__: This is the only name property, and is identical to `displayName`, and `nickname`
 
@@ -716,10 +703,6 @@ Contains different kinds of information about a `Contact` object's name.
 
 - __honorificSuffix__: not supported
 
-### Windows Quirks
-
-- __formatted__: It is identical to `displayName`
-
 
 ## ContactOrganization
 


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