copybara-androidxtest

Results 29 issues of copybara-androidxtest

Initialize InstrumentationRegistry before creating RunListeners from RunnerArgs

cla: yes

Update build to use SDK 29 ActivityScenario is now using Intent.getIdentifier, which is only available in SDK 29. Update the SDK version used when building the package.

cla: yes

Fix Android SDK download in AXT Dockerfile The shell pipe character was missing.

cla: no

Attempt to reduce the log noise in AXT Google Cloud Build The log size of the AXT Google Cloud Build is massive (50MB+). Most of the output is the result...

cla: no

Handle Activities launched via implicit intents. Fixes #496

cla: yes

Attempt to fix Google Cloud Build by downgrading bazel

cla: no

Remove spurious wait in waitForAtLeastOneActivityToBeResumed.

cla: yes

Skip starting and finish animations for the empty activity used in ActivityScenario. This should speed up performance in cases where system animations are not disabled. Fixes #411

cla: yes

Skip launching an empty activity on ActivityScenario#finish for API >= 27 ActivityScenario would previously launch an empty activity twice during finish, as a workaround to ensure the Android framework invoked...

cla: yes