Skip to content

ODK JavaRosa v2.17.0

Compare
Choose a tag to compare
@lognaturel lognaturel released this 22 Oct 02:58
· 893 commits to master since this release

All changes

Highlights

  • Adds support for odk-new-repeat event, actions nested in repeats, and space-separated event lists
  • Fixes jr:choice-name in repeats

Added

  • Support for odk-new-repeat event and actions nested in repeats (#493)
  • Support for odk-instance-first-load event for actions nested in form controls and for space-separated event lists (#495)

Fixed

  • Improve error message for call on decimal-date-time with an argument that can't be converted to a Date (#494)
  • Always use the current date to parse a time value in the absence of a date (#478)
  • Fixes support for external secondary instances from cache (#497)
  • fixes jr:choice-name with relative references (#486)
  • Use custom join method for Android compatibility (#503 )