diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,6 +1,5 @@ # Password Store -[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android--Password--Store-blue.svg?style=flat)](https://android-arsenal.com/details/1/1208) [![GitHub workflow](https://github.com/android-password-store/Android-Password-Store/workflows/Deploy%20snapshot%20builds/badge.svg)](https://github.com/android-password-store/Android-Password-Store/actions) [![Backers on Open Collective](https://opencollective.com/Android-Password-Store/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/Android-Password-Store/sponsors/badge.svg)](#sponsors) [![Join the chat at https://gitter.im/android-password-store/public](https://badges.gitter.im/android-password-store/public.svg)](https://gitter.im/android-password-store/public?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -9,12 +8,24 @@ This application tries to be 100% compatible with [pass](http://www.passwordstor You can install the application from: -<!--* [F-Droid](https://f-droid.org/repository/browse/?fdid=com.zeapo.pwdstore)--> +* [F-Droid](https://f-droid.org/packages/dev.msfjarvis.aps/) * [Play Store](https://play.google.com/store/apps/details?id=dev.msfjarvis.aps) * [Snapshot builds](https://dl.msfjarvis.dev/APS/) Pull requests are more than welcome (see [TODO](https://github.com/android-password-store/Android-Password-Store/projects/1#column-228844)). +<a href="https://play.google.com/store/apps/details?id=dev.msfjarvis.aps"> + <img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" + alt="Get it on Google Play" + height="80" /> +</a> +<a href="https://f-droid.org/packages/dev.msfjarvis.aps"> + <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" + alt="Get it on F-Droid" + height="80" /> +</a> + + ## Features * Clone an existing pass repository (ssh-key and user/pass support) @@ -59,3 +70,5 @@ Support this project by becoming a sponsor. Your logo will show up here with a l [![Applicative GmbH](https://opencollective.com/Android-Password-Store/sponsor/1/avatar.svg)](https://opencollective.com/Android-Password-Store/sponsor/1/website) [![ScrapingBee](https://opencollective.com/Android-Password-Store/sponsor/2/avatar.svg)](https://opencollective.com/Android-Password-Store/sponsor/2/website) [![Become a Sponsor](https://opencollective.com/Android-Password-Store/sponsor/3/avatar.svg)](https://opencollective.com/Android-Password-Store/sponsor/3/website) + +<sub>Google Play and the Google Play logo are trademarks of Google LLC.</sub> |