Is there any index of new/updated apps being built for new release?

Is there any way of knowing what apps are about to be updated or released on fdroid?

Thanks

You can refresh the almost live build server output page: F-Droid Monitor

But know that not all are successful :wink:

There is also the buildserver status API, which isn’t really documented yet:

I would like to make a badge which shows the build status of the app.

How would I go about the different statuses the app can be in? Also, deploy.json seems nonexistent.

@kitsunyan’s API will tell you the status of what is published/deployed:
https://forum.f-droid.org/t/f-droid-now-provides-json-api

Then build.json should tell you what’s built and what build attempts failed. You’d have to read the YAML metadata file to see which updates are slated to build, e.g.
https://gitlab.com/fdroid/fdroiddata/-/raw/master/metadata/org.fdroid.fdroid.yml

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.