javarosa icon indicating copy to clipboard operation
javarosa copied to clipboard

The core library that many of the ODK tools are built around. It's written in Java, implements the ODK XForms spec, and runs on mobile devices and cloud servers. ✨🏗✨

Results 102 javarosa issues
Sort by recently updated
recently updated
newest added

Work in progress as we discover more of these Closes # #### What has been done to verify that this works as intended? #### Why is this the best possible...

Closes #757 #### What has been done to verify that this works as intended? Added tests #### Why is this the best possible solution? Were any other approaches considered? My...

[Forum post](https://forum.getodk.org/t/format-note-summary-for-repeats-in-collect-and-enketo/46097?u=ln), report from support@ Some folks have expressions like `jr:choice-name(indexed-repeat(${choice}, ${thing}, 1), '${choice}')` in existing forms. This is intended to get the label of a selected value in a...

`pyxform` now allows this but it appears it's not fully supported: https://forum.getodk.org/t/pulldata-for-complete-row-exclude-variable-for-upload-to-central/45412/5?u=ln

Closes #https://github.com/getodk/collect/issues/5692 #### What has been done to verify that this works as intended? I've added a new test and tested the form attached to https://github.com/getodk/collect/issues/5692 manually. #### Why is...

Currently the `distance` and `area` functions require a nodeset argument. That means they can't be used in predicates, for example. I believe we could use the same code that currently...

Closes #730 #### What has been done to verify that this works as intended? I've tested the changes manually with ODK Collect and also added automated tests. #### Why is...

https://forum.getodk.org/t/jr-choice-name-not-re-evaluated-on-form-language-change/40353 - Changing language doesn't immediately trigger recomputation - When a form first is launched, the default language is used even if it's not meant to be the current language...

Closes https://github.com/getodk/javarosa/issues/724 #### What has been done to verify that this works as intended? both gradle and maven build scripts have been run. Both with explicit failures - to make...

#### Problem description Required message doesn't work if it's a raw string #### Steps to reproduce the problem Test the attached form: [requiredTest.xml.txt](https://github.com/getodk/javarosa/files/12737934/requiredTest.xml.txt) Two first questions use `itext` functions and...