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 `InstancesDaoHelper` is deprecated and should no longer be used. Instead we should use `InstancesRepository` as described in the comments in `InstancesDaoHelper`.

Currently, clicking on a shortcut or notification can get you into a weird state where you're on the appropriate screen but in a different project or told you have to...

needs discussion

In Android 12, users are always given the choice between fine and coarse location accuracy: https://developer.android.com/training/location/permissions This is problematic because data collectors may accidentally select coarse and then not be...

needs discussion

Resolves #4500 This documents a revision of #4712 now closed (like its predecessor). #### What has been done to verify that this works as intended? Tested with new `SelectOneResetTest`. ####...

#### Software and hardware versions Collect v2021.3.0 #### Problem description > My Redmi Note 8 Camera and the ODK app are not working properly despite giving ODK full permission to...

needs reproduction

Originally reported on [the forum](https://forum.getodk.org/t/cannot-download-external-instances-in-odk-collect-from-a-custom-implementation-of-open-rosa/35372). This only happens with "custom" server implementations as Central won't return `filename` with a hierarchical path. #### Software and hardware versions Collect v2021.3, custom server...

needs discussion

#### Software and hardware versions Collect v1.x.x, Android vx.x.x, device used: Redmi 7, Remdi Note 9 #### Problem description When testing #4917 I have noticed that I can't create a...

This should add background submits of forms based on a feature flag (using experimental settings). Using an experimental setting should make our changes release safe while we iterate. ## Acceptance...

#### Software and hardware versions Collect v1.30.1, `master` #### Problem description Backwards navigation and hierarchy view have different (and worse) rules about what they show compared to forward navigation. ####...

bug

A test was added to describe this behavior in `BadServerTest` as part of #4911: ```java @Test public void whenMediaFileHasMissingPrefix_showsAsUpdated() { testDependencies.server.removeMediaFileHashPrefix(); testDependencies.server.addForm("One Question", "one_question", "1", "one-question.xml", Arrays.asList("fruits.csv")); rule.withProject(testDependencies.server.getURL()) .copyForm("one-question.xml", Arrays.asList("fruits.csv"),...

bug
needs discussion
testing