William Budington
William Budington
The `arch=` option is specific to the F-Droid download source, but I'll see if I can support APKPure as well.
This is resolved in https://github.com/EFForg/apkeep/commit/0804f5465bdc5139ee5ca5d9e102b62e564e884d
Thanks for the contribution! PR looks good, I'm inclined to merge as is. One question: I'm curious about the design decision to make this an option which applies to all...
Have you tried introducing a sleep duration between downloads with `-s`?
Thanks for your help @gustavi!
`adb install-multiple` is the correct command for split APKs. If you specify `split_apk = false` then `apkeep` will *only* download the base APK, rather than all the splits necessary to...
Strange, please try again and let me know if the problem reoccurs
Hi Arthur, for some values which we expect to be longer in length, we store a hash of the value in the `totals` table instead of the actual value. This...
Unfortunately, my benchmarks show *very* long query times for hashed values. I don't think making these queries via an API endpoint is a viable solution given the server load it...
This should work with the latest version of `lib-ssl` in Debian, compiling was successful on our build machine. Please let me know if problem resurfaces.