You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ci/woodpecker/push/android Pipeline was successful
Details
ci/woodpecker/push/lint Pipeline was successful
Details
|
3 days ago | |
---|---|---|
.woodpecker | 1 week ago | |
app | 1 week ago | |
artwork | 3 months ago | |
fastlane/metadata/android | 2 weeks ago | |
gradle/wrapper | 2 weeks ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 3 months ago | |
build.gradle | 3 days ago | |
gradle.properties | 2 weeks ago | |
gradlew | 2 years ago | |
gradlew.bat | 2 years ago | |
settings.gradle | 4 months ago |
README.md
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 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 build status, optionally only of your favourite apps
F-Droid API
The App uses the following F-Droid API endpoints:
- running.json: the current running F-Droid buildserver process, https://f-droid.org/repo/status/running.json
- build.json: the last completed F-Droid buildserver build cycle, https://f-droid.org/repo/status/build.json
- update.json: the last update check of the F-Droid buildserver, https://f-droid.org/repo/status/update.json
- build.log:
https://f-droid.org/repo/{id}_{versionCode}.log.gz
- published package info:
https://f-droid.org/api/v1/packages/{id}
, example https://f-droid.org/api/v1/packages/org.fdroid.fdroid
Screenshots






Legend
currently running build cycle (
running.json)
finished build cycle (build.json)
failed build, incomplete build cycle (
maxBuildTimeReached)
app has no update check enabled
app needs update / update cycle
Translations
This app is translated at: translate.codeberg.org.
Useful information
- General F-Droid documentation page
- F-Droid update processing
- How exactly does the building process work?
- How long does it take for my app to show up on website and client?
Artwork
- Logo derived from F-Droid: https://gitlab.com/fdroid/artwork
- Icons from: https://github.com/material-components/material-components
- Acryl painting from @mondstern: https://pixelfed.social/p/mondstern/254646998685323264 (many thanks 😍)
Chat
If you would like to get in touch:
Matrix: #fdroid-build-status:matrix.org
or
via Element.io
Related Projects
- F-Droid Monitor: https://monitor.f-droid.org/builds
- fdroid-build-checker: https://github.com/johnjohndoe/fdroid-build-checker