Jérémy JAMET

Results 477 comments of Jérémy JAMET
trafficstars

Also, I would like to remind you that here we are in the FileSync project, so basically, it is still planned to import the concepts of the Anemo application into...

Thanks a lot ! You motivated me to resume the development of this app.

Yes I just resume the developments, I have not finished, but as soon as a clean version is good, I will deploy.

I simply use the associated fastlane command with storepass and keypass parameters https://github.com/Kunzisoft/KeePassDX/blob/master/fastlane/Fastfile : ``` bundle exec fastlane android build_release storefile:"keystore.jks" ```

The Fastfile script uses fastlane's [gradle()](https://docs.fastlane.tools/actions/gradle/) method, which already uses gradlew in the background.

``` bundle exec ``` is a standard ruby command that can be used to run fastlane operations through Fastfile script.

I'll say it again, if you don't want to use the application I generate locally and sign with my certificate because you don't trust me, you can use your own...

> What I mean is just what I say. The demonstration is all spelled out for you here https://f-droid.org/docs/Reproducible_Builds/#reproducible-signatures you have to read the page. What you will see is...

I understand better what you mean now, it's simply the `KeyTool` command to be replaced by `ApkSigner`. But it wasn't obvious for this ticket, you start by pointing out that...

Why not ApkSigner? What do you endorse then? It's an Android project, it's the right tool for me, the one I usually use and in the official doc. So please...