briefcase icon indicating copy to clipboard operation
briefcase copied to clipboard

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make billions of data points from ODK portable. Contribute and make the world a better place! ✨💼✨

Results 84 briefcase issues
Sort by recently updated
recently updated
newest added

In parent-child UI component situations, we commonly need to get a `JPanel` instance to set as the parent of some other component, or to anchor a dialog to some specific...

#### Software versions Briefcase current master Ubuntu 18.04 #### Problem description Selection highlight is not visible behind the checkbox if Detailed Status window was opened #### Steps to reproduce the...

bug
needs reproduction

Remove the `BriefcaseCLI` class and all downstream dependencies that are no longer used elsewhere, and simplify the `Launcher` class. Doing this would break any existing pipeline that uses the legacy...

needs discussion

As noted in https://forum.opendatakit.org/t/standardize-on-iso8601-for-date-and-time-exports-in-briefcase-aggregate-central/15159, we want to export ISO8601 formats. This will break existing downstream data processing, so it should be done in v2

#### Software versions Briefcase v1.3 #### Problem description The export process has two error callbacks that will leave files in the error folder, inside the export output dir: - Parsing...

bug

#### Software versions Briefcase v1.3 #### Problem description When a submission has a parsing error due to some issue in the root element, the submission will be in the errors...

bug

#### Software versions Briefcase v1.10.x, Java v1.8.x, operating system Ubuntu, MacOS, Windows #### Problem description Aggregate's url and username used to be saved when connecting to the server on pull...

enhancement
needs discussion

We should add some user feedback on CLI ops to let the user know which flags they have added and their consequences, like, for example, when they add `-rlp` we...

needs discussion

This issue is intended to track the code refactoring goals regarding parallelism, use of the HTTP client and background job error management and user feedback.