Skip to content

docspell/android-client

Folders and files

NameName
Last commit message
Last commit date
Aug 24, 2023
Oct 23, 2024
May 28, 2022
Feb 5, 2024
Aug 2, 2020
Jun 3, 2021
Aug 3, 2020
Sep 14, 2020
Feb 5, 2024
Aug 2, 2020
Feb 5, 2024
Feb 5, 2024
Jun 2, 2021
Jan 12, 2021
May 28, 2022

Repository files navigation

Docspell Android Client

This is an android app for docspell, a digital document organizer and archive. It can be used to conveniently upload files from your android device.

It works as follows:

  • Create a list of docspell urls and store them inside the app: Open Docspell in your browser and go to Collective Settings ‣ Sources. Create a new source or click Show on an existing one. Then add the Public API Upload URL to this app by scanning the QR code.
  • Use whatever app, for example a document scanner app, like the free OpenNoteScanner and share the result with the docspell app. It will be uploaded to the configured url and docspell starts processing it immediatly.

A (slightly :)) longer version from the above is available, too.

Installing

Get it on F-Droid

Or

Download from the release page.

Building

Using gradle:

gradle assembleRelease

Settings for signing must be made available.

Android 7.0 + TLS

If you run in issues regarding your docspell server and tls, check whether you use android 7.0. It might be this.

Summary: The ssl_ecdh_curve secp384r1; definition in nginx/apache is the problem. Replacing this with ssl_ecdh_curve prime256v1; solved it. Or, if possible, update android to 7.1+.

Screenhots

screenshot-1 screenshot-2 screenshot-3