Callum Stott
Callum Stott
With the [deprecation of `AsyncTask`](https://android-review.googlesource.com/c/platform/frameworks/base/+/1156409/6/core/java/android/os/AsyncTask.java#196) I'd imagine many apps are starting to look at a switch to coroutines. One outstanding problem is that (as far as I'm aware) Espresso does...
### Description [`ScrollToAction`](https://github.com/android/android-test/blob/master/espresso/core/java/androidx/test/espresso/action/ScrollToAction.java) currently throws an exception when used on a `View` which is a descendent of a `NestedScrollView` (the currently recommended scrollable view for vertical scrolling). ### Steps to...
When running `alt update`, files that have previously been encoded (by earlier `alt update` runs) seem to be re-encoded. For instance, I've already run an `alt update` that included this...
For features like `pr checkout` Hub relies on you having an `upstream` remote setup. This is often the case but if you set up a repo locally using hub you...
Postfacto attempts to disconnect any existing Action Cable connections when the password for a Retro is changed (https://github.com/pivotal/postfacto/blob/master/api/app/services/retro_session_service.rb). The implementation of the "session" storage it uses to do this (https://github.com/pivotal/postfacto/blob/master/api/app/services/retro_session_service.rb)...
As Alex I want to be able to run a set of tests that check my instance is working properly So that I can rollback a broken version or warn...
As requested, update the README example based on the docs changes in https://github.com/robolectric/robolectric.github.io/pull/115.
Closes #5245 #### What has been done to verify that this works as intended? Added new tests and verified manually where I couldn't (comments inline on that). #### Why is...
#### ODK Collect version v2022.3.1, v2022.3.0 #### Android version Android 10 (but shouldn't matter) #### Device used Pixel 2 Emulator #### Problem description The first `question` event in the audit...
Covers this [crash report](https://console.firebase.google.com/u/0/project/api-project-322300403941/crashlytics/app/android:org.odk.collect.android/issues/7ef6006d57c29eff231ee9f78d2f188e?time=last-seven-days&versions=v2022.3.0%20(4477)&types=crash&sessionEventKey=62EB9C8D00D100017025055AC3E08E99_1706408576049390202). #### ODK Collect version v2022.2.3+ #### Android version Reproduced on Android 10, but likely a problem in all versions #### Device used Pixel 2 emulator ####...