Gray Mackall

Results 32 issues of Gray Mackall

I noticed this while testing https://github.com/flutter/engine/pull/52532 (with the repro sample from https://github.com/flutter/flutter/issues/146570) but it occurs on main. Sometimes (not always), the webview just displays blank on launch. As soon as...

platform-android
P2
team-engine
triaged-engine

Fixes https://github.com/flutter/flutter/issues/143531 Other failures from the initial attempt are fixed in https://github.com/flutter/flutter/pull/146523/ ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...

platform-android

This is round 3, after https://github.com/flutter/engine/pull/50443 and https://github.com/flutter/engine/pull/51394. I think this is finally the right place to make the change, if this gn actually works. Always respect the `stripped` argument...

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...

https://github.com/flutter/flutter/pull/151433 added the new `Linux android_java11_tool_integration_tests` `ci.yaml` target, but this target didn't start getting run automatically in post submit till ~20 hours later. Things that were notable: - The [`Linux...

team-infra

Sets up tests that verify we can build a fresh counter app across our Gradle/AGP/Kotlin support range. TODO: Does this overlap with any existing tests/make them redundant? TODO: Should we...

tool

The engine currently [uses ndk 22](https://github.com/flutter/engine/blob/6534fbf3c2c159f9b5691805fcb2abda1b3911fd/tools/android_sdk/packages.txt#L6) (unless someone modified that file without committing the changes when uploading the [currently used CIPD bundle](https://chrome-infra-packages.appspot.com/p/flutter/android/sdk/all/mac-amd64/+/5h0zIrZagcCMdiqL8qu3bCxMKJMD6vXBeQ-eQhEyZeYC)). Copied [from comment](https://discord.com/channels/608014603317936148/1250588738036433007/1250860329890611402): > ... Flutter has been...

P1
team-android
triaged-android

Follow up to https://github.com/flutter/flutter/pull/151433. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the...

tool

https://github.com/flutter/flutter/pull/151675 bumped module templates to AGP 8.1. In doing so, I tried to work around a behavior change [that was new in AGP 8.0](https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes): > AGP 8.0 creates no SoftwareComponent...

tool

We have a group of tests that verifies that we can build a flutter app across the range of AGP, Kotlin, and Gradle versions we claim to support. They currently...