Samagra-Development / odk-collect-extension

ODK Collect is an Android app for filling out forms. ODK Collect Extensions is a layer on top of ODK Collect to make it easier to integrate inside existing Android apps.
https://docs.getodk.org/collect-intro
Apache License 2.0
5 stars 18 forks source link

Enable media check before opening a form #14

Closed chinmoy12c closed 1 year ago

chinmoy12c commented 1 year ago

The media check before opening a form was commented out since there was always a media path in the database regardless of whether there were media in the XML. This led to the download of the form every time even if the form was successfully downloaded.

One way to enable media check would be to look for the existence of media files in the manifest or the XML file itself.