Bartek Pacia
Bartek Pacia
resolve #73 discovered during process of working on this PR - https://github.com/cirruslabs/cirrus-ci-docs/pull/1288
First of all – thanks for providing these. In my use case, I need to run tests on many Android versions: - different JDK versions (preferably 8, 11, 17, 21)...
fixes #70 [Release notes for Okio v3 say it's _strongly backward-compatible_](https://square.github.io/okio/changelog/#version-300)
### Objective Let `dadb` to work without a JVM using [Kotlin/Native](https://kotlinlang.org/docs/native-overview.html). FWIW, `dadb` already works with GraalVM. ### Plan We can be inspired by libraries that did the same before...
Dart 3.0 has native support for [records](https://dart.dev/language/records), so there's no longer a need for [package:tuple](https://pub.dev/packages/tuple)
### When `MessageToast` is shown all input (drags, taps, back button) is ignored. [infotoast_blocking.webm](https://github.com/NIAEFEUP/uni/assets/40357511/bf83fdd5-db66-4e99-8813-b75f7287d6de) > To show the pointer: > > ``` > adb shell settings put system pointer_location 1...
This PR resolves #151166 This PR relands #154061 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I...
After this PR is merged, all of `integration_test` Android gradle buildscripts will be in Kotlin. Follow-up of https://github.com/flutter/flutter/pull/156291 Part of ongoing effort to use Gradle Kotlin DSL a bit more...
Trying to help @jesswrd with gradle stuff. Basically #7786 but trying to do it using `plugins {}` block only.
took me too long to figure this out