collect icon indicating copy to clipboard operation
collect copied to clipboard

ODK Collect is an Android app for filling out forms. It's been used to collect billions of data points in challenging environments around the world. Contribute and make the world a better place! ✨📋...

Results 309 collect issues
Sort by recently updated
recently updated
newest added

#### Problem description Our preferences are based on fragments so it should be possible to wire unit tests for them using fragment scenario. However there is something wrong with our...

testing

## Acceptance - [ ] Given I'm submitting forms (either with auto send or manually) When I click "Cancel" on the notification Then submission stops And any remaining forms are...

The user shouldn't be able to edit a finalized instance while instances are being sent. One thing we could do here is completely block the ability to edit a finalized...

needs discussion

We're seeing the occasional [crash](https://console.firebase.google.com/u/0/project/api-project-322300403941/crashlytics/app/android:org.odk.collect.android/issues/4d7d67b41b272b264d991d4959873afc?time=last-seven-days&versions=v2021.3.0%20(4316)&sessionEventKey=61844403001D00012745F22552D65CAC_1605271776140814949) linked to the `FileArrayAdapter`: ```java Fatal Exception: java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the...

bug

#### Software and hardware versions Collect v2021.2.4 #### Problem description Select widget with quickcompact-1 appearance doesn't look so good. #### Expected behavior I don't know if this is a regression,...

There should be a notification shown during auto and background manual submits. The notification should have: * [subtext](https://developer.android.com/reference/androidx/core/app/NotificationCompat.Builder#setSubText(java.lang.CharSequence)) with project name * Title text reading "Uploading forms..." * [Indeterminate progress...

There are a number of issues with repeats in the hierarchy view that may or may not be related: - https://github.com/getodk/collect/issues/4570 - https://github.com/getodk/collect/issues/4059 (particularly piece about showing an empty repeat)...

needs discussion

#### Software and hardware versions Collect v1.30.1 #### Problem description Error messages sometimes show the entire URL (https://example.getodk.cloud/v1/key/12345/projects/1). The 12345 is a token that shouldn't be shown in a dialog...

needs discussion

The project name file (the blank file we write into the project dir with the same name as the project) should have an extension that lets Collect and the user...

needs discussion

Currently, we run lint and unit tests against debug builds. This is because developers are generally generating debug builds. On the CI server, we currently test against debug, but it...

help wanted
testing