Don Turner

Results 108 issues of Don Turner

Relevant log output: ``` > Task :app:compileReleaseUnitTestKotlin FAILED e: /Users/donturner/Code/workspace-android/architecture-samples/app/src/sharedTest/java/com/example/android/architecture/blueprints/todoapp/addedittask/AddEditTaskScreenTest.kt: (32, 60): Unresolved reference: HiltTestActivity ``` This is because `HiltTestActivity` is defined only for the `debug` source set so is...

When adding a feature you generally zoom out of the map until the crosshair is roughly over the location you want, then zoom in until you've got an accurate position....

type: bug
priority: p2

Use Shruti app. If we get crash or ANR take a bug report.

bug

CI failed on API23 with the following error: Failed to install APK(s): /Users/runner/work/nowinandroid/nowinandroid/feature/topic/build/outputs/apk/androidTest/prod/debug/topic-prod-debug-androidTest.apk INSTALL_FAILED_INSUFFICIENT_STORAGE Context: https://github.com/android/nowinandroid/actions/runs/3302289727/jobs/5449234815

Another attempt to fix failing CI.

Steps to repro: ``` ./gradlew testDemoDebugUnitTest ``` Expected result: No warnings Actual result: ``` $ ./gradlew testDemoDebugUnitTest Starting a Gradle Daemon, 1 busy and 1 incompatible Daemons could not be...

### What happened? After the app data has loaded, the loading spinner moves off the screen diagonally towards the top left of the screen. This looks strange. IMO the loading...

bug

We should include large screen devices in our tests to spot issues like this: https://github.com/android/nowinandroid/pull/330/files#r1002179151