Patrick Favre
Patrick Favre
When I add multiple algorithms in the pom plugin config the build fails with: > Failed to execute goal net.nicoulaj.maven.plugins:checksum-maven-plugin:1.5:artifacts (default-cli) on project uber-apk-signer: Must use only one type of...
See discussion in #23 > Talking about it, I think the interface of the lib a bit surprising. Why BCrypt.with()... is for hashing, and BCrypt.verifyer()... is for verifying? It would...
Currently Play Store requirements need the App to have 64 bit native code. The current build chain does not seem to compile to 64 bit.  See also:...
Currently the default type is described as "immutable" but in realty it's just a "copy-on-write" instance. It would make more sense if the default instance is mutable, with wrapper to...
See: https://travis-ci.org/github/patrickfav/Dali/builds/698058500 ``` > Task :dali:bintrayUpload Task :dali:bintrayUpload in app Starting Caching disabled for task ':dali:bintrayUpload' because: Caching has not been enabled for the task Task ':dali:bintrayUpload' is not up-to-date...
I believe the current state of the code is stable enough to keep it as-is. It would make sense to create a Java 8 version as a first step to...
It seems there are some breaking changes which require tests or impl to be fixed: testSignMultipleApksMultipleCustomCert: ``` SIGN file: C:\Users\PatrickF\AppData\Local\Temp\junit3402138880305259016\signer-test\apks\app-first-release-unsigned.apk (0.03 MiB) checksum: b0c0a077b3c588178e5eb0e4cd168ba2afdfbc930d5b439c868eb1a174fd40b (sha256) java.lang.IllegalStateException: Only accepting one signer...
Last workign commit: https://github.com/patrickfav/uber-apk-signer/commit/1ba3001d3a1a1880a6754a8146993e1c26ca6cdc Last working CI: https://travis-ci.org/github/patrickfav/uber-apk-signer/jobs/671333260
Prerequesits: Having a drawer in the right. Having a debugview with 2+ pages. Swiping to the second page; trying to swipe back -> instead of getting to page one, the...
In your README it says # List of files or directories to exclude # e.g. custom or hand generated webp conversion files exclude: [] but it seems it was never...