|
1 | 1 | # Parse SDK for Android |
2 | | -[![Build Status][build-status-svg]][build-status-link] |
3 | | -[![Coverage Status][coverage-status-svg]][coverage-status-link] |
| 2 | + |
4 | 3 | [![Maven Central][maven-svg]][maven-link] |
| 4 | +[![Dependencies][dependencies-svg]][dependencies-link] |
| 5 | +[![References][references-svg]][references-link] |
5 | 6 | [![License][license-svg]][license-link] |
6 | 7 |
|
| 8 | +[![Build Status][build-status-svg]][build-status-link] |
| 9 | +[![Coverage Status][coverage-status-svg]][coverage-status-link] |
| 10 | + |
7 | 11 | [](https://gitter.im/ParsePlatform/Chat) |
8 | 12 |
|
9 | 13 | A library that gives you access to the powerful Parse cloud platform from your Android app. |
@@ -137,21 +141,30 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community |
137 | 141 |
|
138 | 142 | [latest]: https://search.maven.org/remote_content?g=com.parse&a=parse-android&v=LATEST |
139 | 143 | [snap]: https://oss.jfrog.org/artifactory/oss-snapshot-local/com/parse/parse-android/ |
| 144 | + |
| 145 | + [maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat |
| 146 | + [maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android |
| 147 | + |
| 148 | + [dependencies-svg]: https://www.versioneye.com/java/com.parse:parse-android/badge.svg?style=flat-square |
| 149 | + [dependencies-link]: https://www.versioneye.com/java/com.parse:parse-android |
| 150 | + |
| 151 | + [references-svg]: https://www.versioneye.com/java/com.parse:parse-android/reference_badge.svg?style=flat-square |
| 152 | + [references-link]: https://www.versioneye.com/java/com.parse:parse-android/references |
| 153 | + |
| 154 | + [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg |
| 155 | + [license-link]: https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE |
140 | 156 |
|
141 | 157 | [build-status-svg]: https://travis-ci.org/parse-community/Parse-SDK-Android.svg?branch=master |
142 | 158 | [build-status-link]: https://travis-ci.org/parse-community/Parse-SDK-Android |
| 159 | + |
143 | 160 | [coverage-status-svg]: https://coveralls.io/repos/parse-community/Parse-SDK-Android/badge.svg?branch=master&service=github |
144 | 161 | [coverage-status-link]: https://coveralls.io/github/parse-community/Parse-SDK-Android?branch=master |
145 | | - [maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat |
146 | | - [maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android |
147 | 162 |
|
148 | 163 | [parseui-link]: https://github.com/parse-community/ParseUI-Android |
149 | 164 | [parselivequery-link]: https://github.com/parse-community/ParseLiveQuery-Android |
| 165 | + |
150 | 166 | [parsefacebookutils-link]: https://github.com/parse-community/ParseFacebookUtils-Android |
151 | 167 | [parsetwitterutils-link]: https://github.com/parse-community/ParseTwitterUtils-Android |
152 | 168 |
|
153 | | - [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg |
154 | | - [license-link]: https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE |
155 | | - |
156 | 169 | [releases]: https://github.com/parse-community/Parse-SDK-Android/releases |
157 | 170 | [contributing]: CONTRIBUTING.md |
0 commit comments