New app: Die Simulator

  • The app complies with the inclusion criteria.
  • The app is not already listed in the repo or issue tracker.
  • The app has not already been requested
  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • The original app author has been notified, and does not oppose the inclusion.
  • Optionally donated to support the maintenance of this app in F-Droid.

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: com.andreiapps.diesimu

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

# Categories (one per line, each starting with a space and a minus), chosen from the
# official list: https://f-droid.org/docs/Build_Metadata_Reference/#Categories
Categories:
 - Games

# the one license that the whole app is available under, use
# https://spdx.org/licenses/ short identifiers, must be
# floss-compatible FSF and/or OSI approved.
License: GPL-3.0-only

# You can provide details on how to contact the author. These are optional, but
# nice to have.
AuthorName: Andrei Apps
AuthorEmail: andreiacatrini712@gmail.com
AuthorWebSite: andreiapps.github.io

# A URL for the project's website, and to the source code repository to visit
# using a web browser. WebSite is optional.
WebSite: https://andreiapps.github.io/apps.html#die-simulator
SourceCode: https://github.com/andreiapps/die_simulator

# A link to the issue tracker where bugs are reported
IssueTracker: https://github.com/andreiapps/die_simulator/issues

# If available, you can also provide links/IDs for donations.
Donate: 
Bitcoin: 
LiberaPay: 

# Name of the application
AutoName: Die Simulator

# Repository details to be used by VCS (Version Control Systems)
# git, git-svn, svn, hg or bzr
RepoType: git

# source code repo URL (HTTPS required)
Repo: https://github.com/andreiapps/die_simulator/issues

Why do you want this app added to F-Droid:

This is a simple free and open-source app which allows you to roll a die that I made and decided to put on F-Droid because it was open source and I didn't want to deal with all the Google Play verification.

Summary:

This is a simple app that allows you to roll a die.

Description:

This is a simple app that allows you to roll a die. It was created in Python with the Kivy module and built with Buildozer. In the future I am planning to add a settings menu that allows you to customize the number of dice(there's only one now) and the color of both the dice themselves and the dots on them.

.

Edited by Andrei Acatrini
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information