Badges & Shields¶
Badges¶
With our assets, we e.g. provide badges that can be used to link to an app in the IzzyOnDroid repo – similar to the badges provided by e.g. F-Droid and Google Play Store. For example:
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroidButtonGreyBorder_nofont.png" height="80" alt="Get it at IzzyOnDroid">](https://apt.izzysoft.de/packages/me.hackerchick.catima)
Pick your choice out of our collection: with gray border and spacing (the very first in the list over there) fits best next to the official badges by F-Droid or PlayStore, but your preferences might vary – so we have badges with or without the spacing, even with or without the gray outline.
Shields¶
Shields we have for different purposes and in different styles. Most of them are based on shields.io. And the most common case is you want to show which is the latest version of a given app at IzzyOnDroid:
https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/<packageName>&label=IzzyOnDroid
https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/<packageName>&label=IzzyOnDroid&style=for-the-badge
for more parameters of this shield, please refer to the documentation of our shields API.
Next ones would probably be… the download count?
[](https://apt.izzysoft.de/packages/<packageName>)
And last but not least, one to show the latest known RB status:
[](https://shields.rbtlog.dev/me.hackerchick.catima)
