Volo

Results 24 comments of Volo

Our app has two flavor dimensions: `distribution_channel` (with 2 flavors: `googlePlay` and `appCenter`) and `region` (with 3 flavors: `europe`, `asia`, `americas`). The plugin really fails to detect source folders of...

@AfzalivE fyi, there's no non `google_apis` (i.e. `generic`) target for API 30 and 31 for the time being. For some reason Google stopped publishing those.

@sjackman do you have an idea why `docker pull` complains with "operating system is not supported"? ```console $ docker pull --platform=darwin/amd64 ghcr.io/homebrew/core/hello:2.10 2.10: Pulling from homebrew/core/hello operating system is not...

> @derhuerst mobil.rozklad-pkp.pl is a comercial endpoint same like rozklad-pkp.pl is a comercial webpage etc. > look there is ads and other - this is not PUBLIC webpage information! Yes,...

> because this is illegal and braking law I'd kindly ask you to refrain from using terms like "illegal" unless you can back it up by the reference to the...

_To clarify, the comment below is an answer to another user's comment which has been deleted since then._ Do you legally represent PKP Informatyka, and believe this repository infringes your...

> Looks like latest Robolectric's `ShadowConnectivityManager.setDefaultNetworkActive` can trigger callbacks `setDefaultNetworkActive` **does** trigger [`ConnectivityManager.OnNetworkActiveListener`](https://developer.android.com/reference/android/net/ConnectivityManager.OnNetworkActiveListener) (`onNetworkActive` callback) but it **doesn't** trigger a [`ConnectivityManager.NetworkCallback`](https://developer.android.com/reference/android/net/ConnectivityManager.NetworkCallback) (`onAvailable`, `onLost`, `onCapabilitiesChanged`)

@NikkyAI do we still need to do it? I've just added the plugin via `id("kotlinx-atomicfu")` then updated the `buildscript` block with: ``` buildscript { dependencies { classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.20.0") } } ```...

> Because of that, you should null out your `AtomicReference` instances to allow the GC to collect them (which is arguably one of the reasons they're redoing the memory model,...

While we're waiting for the official release from project maintainers, I've published 0.6 alpha build under the following coordinates: ``` dev.volo.shimmer:shimmer:0.6.0-alpha01 ``` The build is based on the following fork:...