Add fdroid links to android box

This commit is contained in:
Eike Kettner 2020-09-24 20:21:53 +02:00
parent 7dbbe03a56
commit 616284c167

View File

@ -51,9 +51,9 @@ converts the files into PDF adding a text layer of image-only files.
# Android # Android
There is an [android There is an [android
client](https://github.com/docspell/android-client/releases/latest) client](https://github.com/docspell/android-client) provided that lets
provided that lets you upload files from your android devices. The you upload files from your android devices. The idea is to use a
idea is to use a separate app, like separate app, like
[OpenNoteScanner](https://github.com/ctodobom/OpenNoteScanner), to [OpenNoteScanner](https://github.com/ctodobom/OpenNoteScanner), to
"scan" documents using your phone/tablet and then upload it to "scan" documents using your phone/tablet and then upload it to
Docspell. For the upload part, you can use the provided app. It hooks Docspell. For the upload part, you can use the provided app. It hooks
@ -70,6 +70,17 @@ receipts.
<img src="/docs/tools/screenshot-uploading.jpg"> <img src="/docs/tools/screenshot-uploading.jpg">
</div> </div>
</div> </div>
<div class="columns is-vcentered is-centered">
<div class="column is-one-third">
<a href="https://f-droid.org/packages/org.docspell.docspellshare">
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"/>
</a>
</div>
<div class="column is-one-third">
Download the APK from <a href="https://github.com/docspell/android-client/releases/latest">here</a>
</div>
</div>
{{ buttonright(classes="is-primary ", href="/docs/tools/android", text="More") }} {{ buttonright(classes="is-primary ", href="/docs/tools/android", text="More") }}