EFForg/apkeep

F-Droid Support?

Closed this issue · 6 comments

F-Droid Support?

We definitely should support F-Droid. Looks like it has some good API documentation: https://f-droid.org/en/2021/02/05/apis-for-all-the-things.html

@Hainish we're also happy to help you get going with the APIs. You can find us here https://f-droid.org/en/about/#contact

the api just goes like this:
get https://gitlab.com/fdroid/fdroiddata/-/raw/master/metadata/ID_HERE.yml
parse with yaml parser
get CurrentVersionCode
get http://f-droid.org/repo/ID_HERE.VERSION_CODE_HERE

I've added support for F-Droid in c30cda5. If all goes well and everything cross-compiles gracefully, I'll close this issue.

Confirmed cross-compiling works, closing