Lanchon / sigspoof-checker

Signature Spoofing Checker
GNU General Public License v3.0
76 stars 10 forks source link

Add to F-Droid #1

Closed nicolasmaia closed 7 years ago

nicolasmaia commented 7 years ago

Seems like a no-brainer, no?

Lanchon commented 7 years ago

but i don't know how to do this.

ale5000-git commented 7 years ago

You should look at Inclusion Policy, Inclusion How-To and FAQ - App Developers.

Lanchon commented 7 years ago

thanks!

https://gitlab.com/fdroid/rfp/issues/125

ale5000-git commented 7 years ago

@Lanchon: They have replied but they are waiting your reply for reproducible builds.

F-Droid supports reproducible builds of apps, so that anyone can run the build process again and reproduce the same APK as the original release. This means that F-Droid can verify that an app is 100% free software while still using the original developer’s APK signatures.

More info here.

ale5000-git commented 7 years ago

@Lanchon: It may be a good idea to also update gradle wrapper to 3.5 and com.android.tools.build:gradle to 2.3.2

Lanchon commented 7 years ago

sorry i'm way too busy. why do they want repro builds? no need at all.

ale5000-git commented 7 years ago

@Lanchon: It is preferable (not obligatory).

Without reproducible builds F-Droid builds are signed with F-Droid signature, instead with reproducible builds F-Droid builds are signed with your signature.

So without reproducible builds if a person install this app from GitHub then it cannot update from F-Droid for the different signature and it is annoying. And if an user installed the app from F-Droid then it cannot update it from GitHub (where it is released earlier) and everyone that want to update it have to wait.

Lanchon commented 7 years ago

yes, i know! i don't care at all, lol

this app doesn't even have state, you can remove it and then install it again :)

plus, this is a test app: you use it once or twice, then remove it.

if needed i'd rather just update the build here with F-Droid's

ale5000-git commented 7 years ago

@picsi: It is now on F-Droid => https://f-droid.org/repository/browse/?fdid=lanchon.sigspoof.checker

nicolasmaia commented 7 years ago

Woo, thanks @ale5000-git and @Lanchon :)