Gray Mackall

Results 32 issues of Gray Mackall

When https://github.com/flutter/flutter/pull/142000 lands, we will have warning versions enabled for each of these dependencies. This is a tracking issue for activating the corresponding "error" version for each dependency, which should...

t: gradle
P2
team-android
triaged-android

Follow up to https://github.com/flutter/flutter/pull/157132 I stopped using this string but didn't delete it. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for...

tool

This property would previously have been used by https://github.com/flutter/engine/blob/ad9e4fef451a73427285826455db5fbdde502bd7/shell/platform/android/io/flutter/app/FlutterActivityDelegate.java#L59C31-L59C58 but isn't used by the new `FlutterActivityAndFragmentDelegate`. It's also recommended to be removed by the original v1->v2 updating guide: https://github.com/flutter/flutter/blob/master/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md ##...

tool

Context: https://github.com/flutter/flutter/issues/139378 We have an integration test in the flutter/packages repo that creates a file, reads it, and then checks also that the directory contains the file ([actual contents of...

area-vm
P3
library-io
triaged

Replace deprecated `Project.buildDir` [getter](https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#getBuildDir()) and [setter](https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#setBuildDir(java.io.File)) uses. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read...

tool
d: examples

https://github.com/flutter/flutter/blob/3ed40f003a92487dfa96833e6a1e1bd7f8ceb677/dev/benchmarks/macrobenchmarks/android/app/src/androidTest/java/com/example/macrobenchmarks/MainActivityTest.java#L8 https://github.com/flutter/flutter/blob/3ed40f003a92487dfa96833e6a1e1bd7f8ceb677/dev/integration_tests/flutter_gallery/android/app/src/androidTest/java/io/flutter/demo/gallery/MainActivityTest.java#L8 These must be unused currently, because the package name was changed from `e2e` to `integration_test` a bit ago, so this wouldn't even compile

team-android

Context https://github.com/flutter/flutter/pull/156502#discussion_r1803810604 Our Gradle/Java/AGP compat checking code includes max known and supported Gradle and AGP versions. We should probably make the code that handles these versions agnostic to patch versions,...

platform-android
P1
team-android
triaged-android

Hi, I'm hoping for some clarification on when AGP will install the NDK, i.e. asking if https://github.com/android/ndk-samples/wiki/Configure-NDK-Path#ndk-with-agp-41 is also relevant to newer AGP versions. Per https://github.com/android/ndk-samples/wiki/Configure-NDK-Path#ndk-with-agp-41, AGP 4.1 (but maybe...

…using an aar (#169171)" (#169287)" This reverts commit 5fd7aa2ed70dfb50b3690f23d47ba209b34cf52d. *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List...

platform-android
engine

Very much a wip, just want to know what this will break in CI. Mostly working locally. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed...

platform-android
engine