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

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...

high priority

**Software and hardware versions** Collect v2022.1.2, Android probably all **Problem description** When in a device settings „Don’t keep activities” is turned on, ignoring or saving the changes in a shortcut...

#### Problem description We use Dagger for dependency injection. Hilt is built on top of the Dagger and it is a recommended tool now and it is everywhere (documentation, tutorials,...

needs discussion
acknowledged

#### 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...

regression

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 ####...

needs discussion
acknowledged

Closes #5234 #### What has been done to verify that this works as intended? I've added tests and verified the fix manually. #### Why is this the best possible solution?...

As per [this forum post](https://forum.getodk.org/t/problem-mapbox-satellite-and-mtiles-layer/38542/3?u=seadowg), it seems like the max zoom level for Mapbox has been reduced in Collect v2022.3. We should investigate whether we can get back to the...

needs discussion
acknowledged

Forms that create entities have an in progress spec [here](https://docs.google.com/document/d/1-O_wT0JZZFaWvzHl_krrzERJcnrdGMKP55ZZ_hxV0gU/edit#). Each log line should contain the following info: project id, form id, instance id, entity type, entity id, entity attributes....

acknowledged

**Software and hardware versions** All Android devices **Problem description** https://user-images.githubusercontent.com/85225519/178740246-0e4b22f6-2ee6-4542-aeec-88675acaecf5.mp4 **Steps to reproduce:** - Go to Project Settings -> Maps and Select OSM/Google Maps as Source; - Download all Widgets...

needs discussion

#### Problem description https://console.firebase.google.com/u/1/project/api-project-322300403941/crashlytics/app/android:org.odk.collect.android/issues/2d03a4f4e7ea859107ad4726c6007309?time=last-seven-days&versions=v2022.3.0%20(4477)&types=crash&sessionEventKey=62E92B9C029900017320226734DBC038_1705722385288083823 ``` Fatal Exception: java.lang.IllegalStateException: Slider value(2.0) must be greater or equal to valueFrom(15.0), and lower or equal to valueTo(45.0) at com.google.android.material.slider.BaseSlider.validateValues(BaseSlider.java:549) at com.google.android.material.slider.BaseSlider.validateConfigurationIfDirty(BaseSlider.java:602) at com.google.android.material.slider.BaseSlider.maybeCalculateTicksCoordinates(BaseSlider.java:1488) at...