Guillermo Gutiérrez
Guillermo Gutiérrez
I don't know if this issue is still relevant. It had some activity from Dec'16 to Jul'17 and then it stopped.
OK! Let's analyze this. The table we need to maintain is this: | extension | mime type | | --- | --- | | xml | text/xml | | jpg...
Thanks for the links, @yanokwa! Unfortunately, Java8 removed `Path.probeContentType(Path path)`. In the SO you've linked, they mention `URLConnection.guessContentTypeFromName()` and `file.toURL().openConnection().getContentType()`, but both rely on a content type table distributed in...
So, we have established it's an async issue: when the form list request is slow, the user can reset the connection before the list gets rendered, which produces this confusing...
I'm assuming that input audit CSVs can have different headers depending on what features are enabled in each form. Depending on whether location tracking and/or change tracking is enabled or...
Thanks for the info, @lognaturel! This gives me a new perspective to think about this. I'm trying to think a way that avoids changing much the export process and making...
Yeah, that can be confusing... Did you have a solution in mind? Maybe the simplest thing I can think of is to pop a dialog telling him that passwords will...
I think this one is a good candidate for a "good first issue" tag if we can agree on the feedback we want to give to users. Want to pitch...
@opendatakit-bot label "needs discussion"
#816 is dealing with this and other general layout resizing improvements