Hans-Christoph Steiner
Hans-Christoph Steiner
The official F-Droid method for apps to update themselves is now ready for Zom to include! We're calling the library suite "F-Droid Update Channels". The specific library you're looking for...
This is great work! I have one small request that'll make this integrate better into the F-Droid ecosystem: please use the standard directory layout. It seems right now this puts...
Firefox Klar has been included in F-Droid since 2017-07-04, built directly from source using the official Mozilla build system. As with all apps included in f-droid.org, we also run our...
We (Guardian Project) have been developing "panic button" features in our apps for years, and now we are working to make a more flexible and open ecosystem of apps that...
I just had an idea that I think will cover this issue, be relatively easy to implement, and replace this pull request: * accept setEvents() calls any time * if...
Android gives "foreground" priority to the activity that is currently visible. Things that are at the foreground priority are the last to be killed. With `Service` instances, it is possible...
The last thing breaking reproducible builds for the entire set of artifacts that are uploaded to Maven Central are timestamps in: * Javadoc HTML header * Javadoc search index JAR...
Using the Docker image, I've tried this with 3 working Google accounts each with their own Device ID. I tried downloading ~20 different apps. All of these combinations always end...
`keytool` lets you query some information in a password-protected keystore without specifying the password. I would like to do the same with pyjks. This would be useful to querying basic...
I'm writing some automation using _apkeep_ and I'd like to be able to get all the available versions for use in a Python script. Could `apkeep --list-versions` output JSON, YAML,...