You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
app | 1 week ago | |
artwork | 8 months ago | |
fastlane/metadata/android | 1 week ago | |
gradle/wrapper | 1 week ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 4 months ago | |
build.gradle | 1 week ago | |
gradle.properties | 1 year ago | |
gradlew | 10 months ago | |
gradlew.bat | 10 months ago | |
settings.gradle | 1 year 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 failed and successfull builds
- Shows build log in detail screen
- Shows published versions of an app
- Shows if an app needs an update or is disabled
- Mark apps as favourite for sorting
- 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)
last finished build cycle (build.json)
failed build, incomplete build cycle (maxBuildTimeReached)
Translations
This app is translated at: Weblate.bubu1.eu.
Usefull information
- General F-Droid documentation page: https://f-droid.org/en/docs/
- F-Droid update processing: https://f-droid.org/en/docs/Update_Processing/
- https://gitlab.com/fdroid/wiki/-/wikis/FAQ#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
- Recent changes of the build process in F-Droid wiki: https://f-droid.org/wiki/index.php?title=Special:RecentChanges&hidebots=0&days=30&limit=500
- fdroid-build-checker: https://github.com/johnjohndoe/fdroid-build-checker
- F-Droid Monitor: https://monitor.f-droid.org/builds