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 01:54:35 UTC

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

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/master 7d35ac850 -> 42433c817


Minor changes to readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/42433c81
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/42433c81
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/42433c81

Branch: refs/heads/master
Commit: 42433c8175f2341612bde8b94e524b4d0d349ac9
Parents: 7d35ac8
Author: Raghav Katyal <ra...@microsoft.com>
Authored: Tue Mar 1 16:54:21 2016 -0800
Committer: Raghav Katyal <ra...@microsoft.com>
Committed: Tue Mar 1 16:54:21 2016 -0800

----------------------------------------------------------------------
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/42433c81/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 35f6aed..b676a56 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Although the object is in the global scope, it is not available until after the
         console.log(device.cordova);
     }
 
-: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%20Device%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%20Device%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
 
 
 ## Installation
@@ -61,7 +61,7 @@ Get the version of Cordova running on the device.
 - iOS
 - Tizen
 - Windows Phone 7 and 8
-- Windows 8
+- Windows
 - OSX
 
 ## device.model
@@ -78,7 +78,7 @@ different across versions of the same product.
 - iOS
 - Tizen
 - Windows Phone 7 and 8
-- Windows 8
+- Windows
 - OSX
 
 ### Quick Example
@@ -120,7 +120,7 @@ Get the device's operating system name.
 - iOS
 - Tizen
 - Windows Phone 7 and 8
-- Windows 8
+- Windows
 - OSX
 
 ### Quick Example
@@ -160,7 +160,7 @@ The details of how a UUID is generated are determined by the device manufacturer
 - iOS
 - Tizen
 - Windows Phone 7 and 8
-- Windows 8
+- Windows
 - OSX
 
 ### Quick Example
@@ -172,7 +172,7 @@ The details of how a UUID is generated are determined by the device manufacturer
     //             This is a nine-digit unique integer (as a string, though!)
     //
     // iPhone: (Paraphrased from the UIDevice Class documentation)
-    //         Returns the [UIDevice identifierForVendor] UUID which is unique and the same for all apps installed by the same vendor. However the UUID can be different if the user deletes all apps from the vendor and then reinstalls it. Please see https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/#//apple_ref/occ/instp/UIDevice/identifierForVendor
+    //         Returns the [UIDevice identifierForVendor] UUID which is unique and the same for all apps installed by the same vendor. However the UUID can be different if the user deletes all apps from the vendor and then reinstalls it. Refer [here](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/#//apple_ref/occ/instp/UIDevice/identifierForVendor) for details
     // Windows Phone 7 : Returns a hash of device+current user,
     // if the user is not defined, a guid is generated and will persist until the app is uninstalled
     // Tizen: returns the device IMEI (International Mobile Equipment Identity or IMEI is a number
@@ -182,7 +182,7 @@ The details of how a UUID is generated are determined by the device manufacturer
 ### iOS Quirk
 
 The `uuid` on iOS uses the identifierForVendor property. It is unique to the device across the same vendor, but will be different for different vendors and will change if all apps from the vendor are deleted and then reinstalled.
-See https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/#//apple_ref/occ/instp/UIDevice/identifierForVendor
+Refer [here](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/#//apple_ref/occ/instp/UIDevice/identifierForVendor) for details.
 The UUID will be the same if app is restored from a backup or iCloud as it is saved in preferences. Users using older versions of this plugin will still receive the same previous UUID generated by another means as it will be retrieved from preferences.
 
 ### OSX Quirk
@@ -211,7 +211,7 @@ Get the operating system version.
 - iOS
 - Tizen
 - Windows Phone 7 and 8
-- Windows 8
+- Windows
 - OSX
 
 ### Quick Example
@@ -245,7 +245,7 @@ Get the device's manufacturer.
 - BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
-- Windows 8
+- Windows
 
 ### Quick Example
 
@@ -266,7 +266,7 @@ whether the device is running on a simulator.
 - Android 2.1+
 - iOS
 - Windows Phone 8
-- Windows 8
+- Windows
 - OSX 
 
 ### OSX Quirk


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