add FragDenStaat app

  • The app complies with the inclusion citeria.
  • The app is not already listed in the repo or issue tracker.
  • The app has not already been requested
  • The original app author has been notified, and supports the inclusion.

I am the author of this app but I couldn't manage to build it with f-droid. It is been developed with React Native and I am not an Android export so maybe somebody else can help me to bring this app to the f-droid store.

As a prerequisite for building an APK, you first need to install the decencies with yarn install and then run the packager with yarn start.

The first step is to find the app's Application ID. This is usually the same as the app's Package Name. You will find it in files called AndroidManifest.xml or build.gradle most of the time. You can also see it in the URLs for the app's page in various app stores. Write it here:

APPLICATION ID: de.fragdenstaat.app

Below is a template "metadata file" to fill out, it has only the required fields. F-Droid uses this file to build and publish the app. Build Metadata Reference documents all available options. Add values after the colon

Name: FragDenStaat

# Comma-separated values, with no space between, chosen from the
# official list: https://gitlab.com/fdroid/fdroiddata/blob/master/stats/categories.txt
Categories: Reading,Writing

# the one license that the whole app is available under, use
# https://spdx.org/licenses/ short identifiers, must be
# floss-compatible.
License: MIT

# A URL for the project's website
WebSite: http://app.fragdenstaat.de/

# A link to the issue tracker where bugs are reported
IssueTracker: https://github.com/jfilter/frag-den-staat-app/issues

# One sentence, no more than 30-50 chars, no trailing punctuation,
# focus on actions what the users does with the app, e.g. "Read and
# send emails" instead of "Email client".
Summary: Navigate FragDenStaat
Description: This app is for FragDenStaat.de, a platform to simplify the process of sending and managing FOI requests to German public bodies.

The app should include basic functionalities of the website such as browsing through requests, searching, and creating new requests.

# git, git-svn, svn, hg or bzr
RepoType: git

# source code repo URL (HTTPS required)
Repo: https://github.com/jfilter/frag-den-staat-app/
Edited by Johannes Filter
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information