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

#### Software versions JavaRosa v3.0.2, Collect v1.28.1 #### Problem description We have tracked a few instances of a crash in Collect with `Invalid reference while copying itemset answer: Destination already...

@aurdipas has let me know that https://github.com/SwissTPH/WHO_VA_2016/releases/tag/1.5.3 is now in use. There may be interesting changes to logic that would enhance our test. In general, I think it's useful to...

Added test to test XPathFuncExpr.toString, toNumber, etc when passing a GeoPointData instance. Closes #555 #### What has been done to verify that this works as intended? #### Why is this...

One important thing that https://github.com/getodk/javarosa/blob/master/dag.md doesn't mention is the deduplication work that `TriggerableDag.addTriggerable` does with its call on `intersectContextWith`. This means that identical expressions only get computed once but it...

#### Problem description In collect we have just merged this pr https://github.com/getodk/collect/pull/3912 According to the discussion: https://github.com/getodk/collect/pull/3912#discussion_r437031138 it would be better to move FormHierarchyActivity.navigateToTheLastRelevantIndex() to Javarosa.

#### Software versions - JR v2.12.1 - Collect v1.18.0 #### Problem description Using this [form](https://github.com/opendatakit/javarosa/files/2784371/nested-indexed-repeat.xml.txt), a dynamic number for `jr:count=" /nested-indexed-repeat/friends/pets_count "` works fine, but `jr:count="2"` causes an error: ```...

Originally reported by: **Drew Roos (Bitbucket: [mrgriscom](https://bitbucket.org/mrgriscom), GitHub: [mrgriscom](https://github.com/mrgriscom))** ---------------------------------------- i've discovered what i believe to be a bug in the propogation of chained conditions/relevancy. take the following form: ==========...

[This form](https://docs.google.com/spreadsheets/d/12vcVPGGewjtqnf6hmKEFiPZN_I2d36CKJ-zhbZfWbpI/edit#gid=0) has the following predicate: ```xml name = current()/. or not(selected(join(" ", /select-no-duplicates/repeat/option), name)) ``` It should be possible to use `current()` without a path but we get: ```java...

All newly-introduced tests should use the Scenario class and the form-building DSL.

All expressions that include references to form nodes are included in a dependency graph. This makes it possible to only recompute expressions when their dependencies are updated which is an...

needs discussion