Izzy

Results 1793 comments of Izzy

Most of the other crawlers require a Google account to start with. Guess this is one of the reasons. You cannot provide device details without specifying the account I'm afraid...

Hm, I stand corrected on this part. Here's what I get for Skype when setting the UA to `Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36`: ```json...

Well, false alert. I just played with it: Skype now returns a version even without the UA set. Let me try the other candidates from above: * `com.skype.raider`: version returned...

PS: I'd wonder if the UA should change anything. It's not he UA Google looks for, it's an entire device profile. Take e.g. a look at Raccoon, which uses [DummyDroid](https://raccoon.onyxbits.de/dummydroid-v2/about/)...

OK, done & merged. As there were other explicit `stream_context_create()` definitions, I've replaced them with calls to the new `createStreamContext()` method while on it, so at least we got some...

> Did not solve this issue here, though – and I don't think we can easily solve it anyway. So TL;DR: I did what I could, and I don't see...

> I searched the mentioned sources for [Any Source Available License 1.0](https://github.com/anyproto/anytype-kotlin/blob/main/LICENSE.md?rgh-link-date=2024-07-08T02%3A20%3A11Z) but no results. Not even *mentioned* at [SPDX](https://spdx.org/licenses/) – so no, this cannot be considered libre I'm afraid.

The app is currently [in my repo](https://apt.izzysoft.de/packages/com.hjiangsu.thunder/), but pre-releases are disabled. Due to the APK size (already slightly exceeding the per-app-size-limit of 30 MB), only the latest version is available...

> Sorry, I didn't realize that there were differences between the official repo and yours in regards to building applications. F-Droid builds from source. My repo retrieves the APKs the...

> I mean this in the way, that AABs would suck Ah, different term. You refer to app bundles (AAB), I refer to "split APKs" (separate `*.apk` files). > because...