Wow, at **core** – as if everything would be written for PlayStore only … :crossed_fingers: you find the culprit and can get rid of it. Maybe `npm list` or `yarn why <moduleName>` can help you narr...
For now the anti-features are in place. Knowing you'll eventually work on it, I guess we can live with that for a while. It will just be temporary. So first, happy new year!
Apologies for my delayed response: I was AFK visiting family…
Well, the latest release has no APK attached (it's the iOS one). But maybe I can do something about it… yupp, that works:
```yaml...
### Description
v0.11.0 added quite a few offending libs – I hope this was not intended and can be fixed with the next release:
* Play Install Referrer Library (Utility) NonFreeComp,NonFreeNet,...
> We have disabled this in https://github.com/kiwix/kiwix-android/pull/4057, and will merge soon.
Thanks! LGTM (as at IzzyOnDroid we only care about the APK, and the AAB is only going to PlayStore...
@kelson42
> I consider a bad practice to make the source code compilation depending formally from the revision code system.
Well, maybe not ideal – but still better than making it dependent on t...
Thanks! Added those permissions to the app's "green list":
```yaml
android.permission.READ_EXTERNAL_STORAGE: used on lower Android versions to access media for inclusion with toots
and...
Thanks @dead8309 – added to the app's "green list" :smiley:
```yaml
android.permission.QUERY_ALL_PACKAGES: needed for the app detection feature
android.permission.PACKAGE_USAGE_STATS: ...
Thanks! Could you clarify a little more? Like, is it for choosing images as backgrounds for new cards (would be my first guess, but not using your app myself I cannot be sure)?
Hm, so not the same then (could be similar, though). As we already established "flakiness", maybe you could take a look at [Differing assets/dexopt/baseline.profm](https://gist.github.com/obfusk/f0...
> after tagged commit, I fixup dependencyJson.pl that generate JSON data
Oof. Yeah, changing things after tagging and using the changed code to create the APK you attach to it breaks RB. First...
Thanks, on it now. Seems your check script needs an update:
```
Check if python3, cython, and pipenv are installed...
cython is not installed
```
it's `cython3` here (debian:bookworm as we...
Thanks! And yes, `tools:node-remove` would have been my suggestion then, too. Just note that removing `READ_EXTERNAL_STORAGE` won't have effect unless you also remove `WRITE_EXTERNAL_STORAGE` (as o...
> because PS is hard to live with
Oh, that one I'd sign. It's why I left it behind about 10 years ago. Never regretted that step 😜
OK, going to initiate the switch. While on it, the scanner repor...
> and the JetBrains version of OpenJDK 21 that's integrated into Android Studio
and known to have trouble with RBs. Could you switch to the non-Jetbrain OpenJDK there? AFAIK that could be downlo...
I didn't check where it was declared, it's what e.g. `aapt d badging *.apk` reports. So it might be dragged in by some dependency. And it seems this is already solved: 0.2.0 no longer has it, it wa...
This gets more confusing everytime I look at it:
> We had to change the appid because apps become different (because of Google Policies)
suggests to have something to do with Google (and their Pl...
AGP update? Rings a bell, some newer AGP seems to have introduced some issues I've heard. Can you please tell me from which AGP you upgraded to which newer AGP? The case I heard of was 8.3.2 => 8.5.2.
> I had updated the ndk version on my computer, though Podcini doesn't need ndk
Well, it's the `conscrypt.so` which differs, so that could very well match. I'm trying it now for 7.1.1… OK, that ...
I just found the release (didn't you want to ping me when the next app is available, @naveensingh?) – great, so I can include phone with my repo as well! However, the pre-inclusion scan brought up ...