@daniebeler for the listing, you might wish to fix the `short_description.txt` in your fastlane. Per the specs, it's limited to 80 chars, with everything beyond being simply cut off; your shortdesc...
PS:
package: name='com.gopeed' versionCode='1' versionName='1.6.6'
Oops… Do your updates ever reach devices having the app installed? `versionCode` is what Android uses internally to tell...
Scan for what? Libraries? F-Droid has our library scanner included with their issuebot (they just need to take care it's also called). If you want to scan for yourselves, take a loot at [Identify m...
@licaon-kter btw, in your snippet, "SigningBlock" still links to the Frosting article :wink: (just saw it [here](https://gitlab.com/fdroid/rfp/-/issues/2969#note_2288906116))
My bad, must have missed that line in the report. Was quite a "heavy day" again, apologies: confirming hereby that CardWallet is "clean" again, too, and has its anti-features removed with the next ...
Thanks for the swift response, Sunil! And yeah, that's what surprised me: your (Github Actions) release build succeeded, just hours before my local one (using [rbtlog](/obfusk/rbtlog) with Podman) ...
You can give me a ping for a test run before releasing that. All I need is an APK built from a clean tree, together with its commit hash (which usually is embedded in the APK unless you disabled `v...
Hi Sunil,
I've tried to establish RB for SNotz, but cannot even build:
```
> Could not resolve all files for configuration ':app:fdroidReleaseRuntimeClasspath'.
> Could not find com.gith...
While adding your app to the [IzzyOnDroid repo](https://apt.izzysoft.de/fdroid) (it will [show up here](https://apt.izzysoft.de/packages/com.nowipass) with the next sync around 7 pm UTC) I discover...
* 9f29fff6056995ad4bb72deb47bd8dab9f4827b2 2x (then timeout)
* 5baa9504c1f1a69dbd63afb8dc9a59413e49867c
Bingo: a non-deterministic build. So you just were 2 times lucky – and I was multiple tim...
Wait a sec, I spotted something: might indeed be "flaky", but the hash I checked against was wrong:
```
PROF_SHA1=cf1cb00e3e4cb5b28924ecd1728604b22b83bb41
```
That should have been `5baa950...
Well, it's different here (I can send you a diffoscope as well if you want). Maybe comparing build recipes?
```yaml
- tag: 2.0.6_1
apks:
- apk_pattern: DataBackup-.*armeabi-v7a-fo...
Thanks @suvam0451 – I can confirm the APK is "clean" again, have removed the anti-features again (effective with the next sync), and already tooted the results, publicly thanking you for your swift...
### Description
v0.12.0 adds the [Play Install Referrer Library](https://developer.android.com/google/play/installreferrer/library), and the Android Market library. As the former is considered not...
> oh, that was so close.
Yupp, apologies – wish we had that sooner, too. We're giving our best, but our team is tiny, and all volunteers (none paid)…
> For this one I will try to check where ...
! com.akylas.documentscanner: no longer NonFreeComp
Yay, my scanner confirmed that in today's report (I just had no time yet getting to that, was busy fixing some RBs and some more). AFs rem...
@maxrave-dev congrats! Confirming RB at IzzyOnDroid (I just removed the `FIXME` to re-enable automatic updates at my builder again). On the first run at that, so even the flakyness seems to be gone...
Because if you'd enforce removing the blob, wouldn't that mean you'd have to disable all builds having it? So what about the ones added before you started tracking it? Not all of them will have rec...
@linsui thanks a lot for updating snippet and documentation, much appreciated!
> So this is not enforced but just reported when you have time? If you can enforce that maybe I can report less sin...
PS: using `-x lintVitalRelease` it builds, but it's not RB. The embedded commit hash does not match the tagged commit, and even building from the embedded commit hash fails with huge differences. I...
@AdamGuidarini build for v0.13.6 failed – not just RB, but altogether:
```
> Task :app:lintVitalRelease FAILED
/build/repo/app/src/main/res/values-nl/strings.xml:158: Error: "garantie" is tran...
> While I was testing this weeks ago, I was seeing Android Studio produce the same APK, even if I didn't do a clean.
Did you perform any code changes in between? If not: nothing changed, so it s...
> So my suggestion above:
> > Could you please install git? Or just disable the vcs info.
:+1:
> Yep, but this requires manual editing.
Not if the developers stick to the rule of "buildi...
Sure: [Identify modules in apps](https://android.izzysoft.de/articles/named/app-modules-2) describes that (and we might soon™ provide a Docker/Podman image for easier use).
Sorry, but the new versions are still affected:
```
Offending libs:
---------------
* BillingClient (/com/android/billingclient): NonFreeComp,NonFreeNet
* Firebase Data Transport (/com/googl...