Android App to show and monitor the F-Droid build status
  • Kotlin 99.2%
  • Java 0.6%
  • Shell 0.2%
Find a file
pstorch 36c7b7f316
All checks were successful
ci/woodpecker/push/android Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
Merge pull request 'Update junitJupiterApi to v6' (#422) from renovate/major-junitjupiterapi into main
Reviewed-on: #422
2026-05-06 21:19:05 +02:00
.woodpecker add events for woodpecker actions 2025-11-08 21:01:38 +01:00
app Translated using Weblate (Chinese (Simplified Han script)) 2026-04-11 20:40:21 +00:00
artwork Fix build_24.svg 2023-02-24 22:46:31 +01:00
fastlane/metadata/android Translated using Weblate (Hungarian) 2026-02-06 15:29:11 +00:00
gradle Update junitJupiterApi to v6 2026-05-06 17:47:25 +00:00
.gitignore disable dependency metadata 2024-09-15 10:23:43 +02:00
build.gradle.kts update dependencies 2026-01-25 21:19:19 +01:00
gradle.properties update dependencies 2026-01-25 21:19:19 +01:00
gradlew Update dependency gradle to v9 2025-11-20 05:34:20 +00:00
gradlew.bat Update dependency gradle to v9 2025-11-20 05:34:20 +00:00
LICENSE add license file 2021-01-06 10:38:41 +01:00
README.md update description 2024-10-13 22:09:34 +02:00
release.sh check for java 21, fixes #395 2026-02-07 18:30:25 +01:00
renovate.json Add renovate.json 2025-11-08 19:29:54 +00:00
settings.gradle.kts Migrate build files to kotlin dsl 2023-10-26 17:17:25 +02:00

status-badge Translation state

F-Droid Build Status F-Droid Build Status

Android App to show and monitor the current F-Droid build status. It uses the F-Droid build server API.

Get it on F-Droid

Get nightly builds from https://fdroid.storchp.de/fdroid/repo

Features

  • Shows successful, failed and missing builds
  • Shows if an app needs an update, is disabled, archived, has no apk package or has disabled update check
  • Shows published versions and highest metadata version of an app
  • Shows build log
  • Mark apps as favourite
  • Notify about new builds or publishes of your favourite apps

F-Droid API

The App uses the following F-Droid API endpoints:

Screenshots

Legend

currently running build cycle currently running build cycle ( running.json)

last finished build cycle finished build cycle (build.json)

successful build successful build

failed build failed build, incomplete build cycle ( maxBuildTimeReached)

missing build missing build

non-favourite app non-favourite app

favourite app favourite app

disabled app disabled app

archived app archived app

no packages app app has no packages

no update check app has no update check enabled

app needs update app needs update / update cycle

Translations

This app is translated at: translate.codeberg.org.

Useful information

Artwork

Chat

If you would like to get in touch:

Matrix: #fdroid-build-status:matrix.org or via Element.io

Test Notification

Run App in Debug mode and execute a JobSchedule via adb:

adb shell cmd jobscheduler run -f  de.storchp.fdroidbuildstatus.debug 1000

To retest favourite notifications, connect to the database via App Inspector und delete the registered notifications and buildRuns:

delete from notifications;
delete from build_runs;