Izzy

Results 2410 comments of Izzy

Great! [There you go](https://github.com/msimonides/homerplayer/pull/31) then. Some hints and instructions are included with the comment. And yeah, if you want to, you can add the fastlane binaries, and use that to...

Or [here](https://apt.izzysoft.de/packages/com.ap.transmission.btc). @AndreyPavlenko would you accept a PR with the app's metadata (description + graphics) in Fastlane structures, as used by e.g. F-Droid and IzzyOnDroid? That would allow you to...

Then let me [send one](https://github.com/AndreyPavlenko/transmissionbtc/pull/33) (with a separate commit, it also adds the IzzyOnDroid badge to the Readme). Having that merged helps us at IzzyOnDroid as well (with our current...

``` Offending libs: --------------- * Google Mobile Services (/com/google/android/gms): NonFreeComp * Google Play Core (/com/google/android/play/core): NonFreeNet,NonFreeComp * Xiaomi Push (/com/xiaomi/mipush): NonFreeComp,NonFreeNet,Tracking 3 offenders. ``` Yupp, confirmed. No idea why an...

> this is not really a concern. It is, as we're talking FOSS here – and all 3 mentioned libraries are proprietary. > the permission is granted to system apps...

It does – but it will fail [Reproducible Builds](https://reproducible-builds.org/) (see e.g. [Reproducible Builds, special client support and more at IzzyOnDroid](https://android.izzysoft.de/articles/named/iod-rbs-mirrors-clients) for some background) for multiple reasons: * you're using [build...

Thanks for digging in! I've been told that using BundleTool makes it more difficult to achieve RB. Curious if it's possible at all. Just trying that with another app, which...

Btw, I tried to build v5.0.2 following the steps from the Github action. Build succeeds, but no APKs were created: ```yaml build: - git reset --soft f4b5a2115f1b34c7bce1fd1b5d81f8c807a3ee06 - wget -q...

🤦‍♂️ My bad. I know the bundle needs to be extracted, but somehow thought the gradle task would take care for that… OK, I get APKs now, but they are...

Sounds like a good plan, thanks! Looking forward to that then.