Izzy
Izzy
The scanner at IoD just reported: ``` ! repo/de.tu_darmstadt.seemoo.nfcgate_12.apk declares sensitive permission(s): android.permission.READ_EXTERNAL_STORAGE* ! repo/de.tu_darmstadt.seemoo.nfcgate_12.apk contains signature block blobs: 0x504b4453 (DEPENDENCY_INFO_BLOCK; GOOGLE) ``` Concerning storage permissions, I've just added them...
I've checked your app if its build is reproducible (see: [Reproducible bulds, special client support and more in our repo](https://android.izzysoft.de/catmin/articles/named/iod-rbs-mirrors-clients?lang=en)), but while I was able to successfully generate the APK...
### Checklist - [X] I have used the search function to see if someone else has already submitted the same bug report. - [X] I will describe the problem with...
Could you please attach the APK file to its release as well? Not everyone is able to build for themselves (and not everyone has access to PlayStore either, should you...
Hi @gouravkhunger, I don't know if you still maintain this app – but it seems to include a SelfUpdater. Which is against the [IzzyOnDroid App Inclusion Policy](https://gitlab.com/IzzyOnDroid/repo/-/wikis/Inclusion-Policy). Is that updater...
there are 2 issues. First, your gradle-wrapper is misconfigured: distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip That's ancient, and the hash is missing in `gradle-wrapper.properties` as well. gradle is at 8.9 or higher already. Next: classpath...
I've checked your app if its build is reproducible (see: [Reproducible bulds, special client support and more in our repo](https://android.izzysoft.de/articles/named/iod-rbs-mirrors-clients?lang=en)), but I could not even build the app from the...
Looks like you forgot to increase the versionCode with the last release (1.14): Binary files /web/ftp/repo/fdroid/repo/com.kamwithk.ankiconnectandroid_13.apk and /web/ftp/repo/fdroid/repo/com.kamwithk.ankiconnectandroid_1.14.apk differ Which means that v1.13 had `versionCode: 13` and v1.14 had the...
At IzzyOnDroid we support [Reproducible Builds](https://reproducible-builds.org/) (see: [Reproducible Builds, special client support and more in our repo](https://android.izzysoft.de/articles/named/iod-rbs-mirrors-clients)). Trying for yours, I was able to successfully generate the APK using below...
The scanners at IzzyOnDroid just reported: ``` ! repo/eu.darken.bluemusic_25801000.apk declares sensitive permission(s): android.permission.SYSTEM_ALERT_WINDOW ! repo/eu.darken.bluemusic_25801000.apk contains signature block blobs: 0x504b4453 (DEPENDENCY_INFO_BLOCK; GOOGLE) ``` Could you please clarify what `SYSTEM_ALERT_WINDOW` is...