From 0930a0399ecd3b168e89d9af2f6c3610f6150680 Mon Sep 17 00:00:00 2001 From: Addison Elliott Date: Wed, 16 Aug 2017 23:35:33 -0500 Subject: [PATCH 1/2] Include dependency & references shield in README Add a dependency shield that determines if the dependencies in the repository are up to date. If not, the shield will indicate out of date and this will notify contributors that the libraries need to be updated. In addition, a references shield is included which shows the number of projects that reference this project. These two badges are included in the Android-SDK-iOS-OSX project and it is nice to stay consistent between the various projects of Parse. Badges are obtained via VersionEye. --- README.md | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e04b60984..4c5fd941e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Parse SDK for Android -[![Build Status][build-status-svg]][build-status-link] -[![Coverage Status][coverage-status-svg]][coverage-status-link] + [![Maven Central][maven-svg]][maven-link] +[![Dependencies][dependencies-svg]][dependencies-link] +[![References][references-svg]][references-link] [![License][license-svg]][license-link] +[![Build Status][build-status-svg]][build-status-link] +[![Coverage Status][coverage-status-svg]][coverage-status-link] + [![Join Chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/ParsePlatform/Chat) @@ -69,18 +73,27 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community [latest]: https://search.maven.org/remote_content?g=com.parse&a=parse-android&v=LATEST [snap]: https://oss.jfrog.org/artifactory/oss-snapshot-local/com/parse/parse-android/ + + [maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat + [maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android + + [dependencies-svg]: https://www.versioneye.com/java/com.parse:parse-android/badge.svg?style=flat-square + [dependencies-link]: https://www.versioneye.com/java/com.parse:parse-android/#dialog_dependency_badge + + [references-svg]: https://www.versioneye.com/java/com.parse:parse-android/reference_badge.svg?style=flat-square + [references-link]: https://www.versioneye.com/java/com.parse:parse-android/#dialog_ref_badge + + [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg + [license-link]: https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE [build-status-svg]: https://travis-ci.org/parse-community/Parse-SDK-Android.svg?branch=master [build-status-link]: https://travis-ci.org/parse-community/Parse-SDK-Android + [coverage-status-svg]: https://coveralls.io/repos/parse-community/Parse-SDK-Android/badge.svg?branch=master&service=github [coverage-status-link]: https://coveralls.io/github/parse-community/Parse-SDK-Android?branch=master - [maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat - [maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android [parseui-link]: https://github.com/parse-community/ParseUI-Android [parselivequery-link]: https://github.com/parse-community/ParseLiveQuery-Android + [parsefacebookutils-link]: https://github.com/parse-community/ParseFacebookUtils-Android [parsetwitterutils-link]: https://github.com/parse-community/ParseTwitterUtils-Android - - [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg - [license-link]: https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE From 5317fbc7b2441c3e11cea6965c308b5dad921dcd Mon Sep 17 00:00:00 2001 From: Addison Elliott Date: Wed, 16 Aug 2017 23:38:32 -0500 Subject: [PATCH 2/2] Update dependency and references shield link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5fd941e..a8683a483 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,10 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community [maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android [dependencies-svg]: https://www.versioneye.com/java/com.parse:parse-android/badge.svg?style=flat-square - [dependencies-link]: https://www.versioneye.com/java/com.parse:parse-android/#dialog_dependency_badge + [dependencies-link]: https://www.versioneye.com/java/com.parse:parse-android [references-svg]: https://www.versioneye.com/java/com.parse:parse-android/reference_badge.svg?style=flat-square - [references-link]: https://www.versioneye.com/java/com.parse:parse-android/#dialog_ref_badge + [references-link]: https://www.versioneye.com/java/com.parse:parse-android/references [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg [license-link]: https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE