Add badges for paramedic builds on Jenkins
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/5298c1f5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/5298c1f5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/5298c1f5 Branch: refs/heads/1.1.x Commit: 5298c1f524877602e65e7f71b522b7c95e7a6c8e Parents: 6806bd7 Author: Vladimir Kotikov <[email protected]> Authored: Fri Jun 10 11:51:49 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Fri Jun 10 11:51:49 2016 +0300 ---------------------------------------------------------------------- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/5298c1f5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ad0834d..10b8016 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ description: Get device information. # under the License. --> -[](https://travis-ci.org/apache/cordova-plugin-device) +|Android|iOS| Windows 8.1 Store | Windows 8.1 Phone | Windows 10 Store | Travis CI | +|:-:|:-:|:-:|:-:|:-:|:-:| +|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-device/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-device/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-device/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-buil d/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-device/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-device/)|[](https://travis-ci.org/apache/cordova-plugin-device)| # cordova-plugin-device @@ -97,7 +99,7 @@ different across versions of the same product. // Safari returns "Safari" // iOS: for the iPad Mini, returns iPad2,5; iPhone 5 is iPhone 5,1. See http://theiphonewiki.com/wiki/index.php?title=Models // OSX: returns "x86_64" -// +// var model = device.model; ``` @@ -202,7 +204,7 @@ The UUID will be the same if app is restored from a backup or iCloud as it is sa ### OSX Quirk -The `uuid` on OSX is generated automatically if it does not exist yet and is stored in the `standardUserDefaults` in the `CDVUUID` property. +The `uuid` on OSX is generated automatically if it does not exist yet and is stored in the `standardUserDefaults` in the `CDVUUID` property. ### Windows Phone 7 and 8 Quirks @@ -258,7 +260,7 @@ Get the device's manufacturer. ### Supported Platforms -- Android +- Android - BlackBerry 10 - iOS - Windows Phone 7 and 8 @@ -288,7 +290,7 @@ var isSim = device.isVirtual; - iOS - Windows Phone 8 - Windows -- OSX +- OSX ### OSX Quirk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
