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 374 collect issues
Sort by recently updated
recently updated
newest added

#### ODK Collect version the master version c5fd96ed9a06fa7a67182347b2b6fe7c808d04da #### Android version 10, 8.1 #### Device used Redmi 9T, Nexus 5x #### Problem description In the Video widget there is a...

needs information

#### ODK Collect version the store version 2023.2.2, the master version 2d544e1a78174f0427b6f81bc35b6c7baac2c99d #### Android version 8.1, 10, 11, 13 #### Device used Nexus 5X, Redmi 9T, Galaxy M12, Pixel 6a...

#### ODK Collect version the store version 2023.2.4, the master version 9b8d341a069e9fe252cbeea2aae93157f52ce30c #### Android version 10, 13 #### Device used Redmi 9T, Pixel 6a #### Problem description When a broken...

Select choices are currently calculated when a widget with select choices is recreated and that work happens on the UI thread with no loading state.

needs information

It can be possible to design a form that in some cases can't be completed (e.g. a constraint on a note). Sometimes folks in the field discover this after having...

needs information

#### ODK Collect version the store version 2023.3.1, 2024.1.0 beta 2 #### Android version 10, 14 #### Device used Redmi 9T, Pixel 7a #### Problem description Arrows in Input method...

needs design

Draft PR that Closes #5845 #### Why is this the best possible solution? Were any other approaches considered? This issue has been primarily discussed on https://forum.getodk.org/t/provide-a-way-to-get-mbtiles-to-collect-without-having-to-connect-to-a-computer/42206 and #### How does...

Currently, auto send only retries if there is a problem acquiring the instance lock (other instance jobs are running). It should also retry if there is a network error for...

An example was reported [here](https://console.firebase.google.com/project/api-project-322300403941/crashlytics/app/android:org.odk.collect.android/issues/306f23eb9f73c34302a39d4324ef8162?time=last-seven-days&types=ANR&versions=v2023.3.0%20(4724)&sessionEventKey=655490740073000151BC47581BD68DC8_1880068708756731184). Our forms and instances databases should not be accessed the UI thread. We can use `StrictMode.noteSlowCall` in our `DatabaseConnection` (on accessing a writable or readable...