Skip to content

Releases: getodk/javarosa

ODK JavaRosa v2.11.1

19 Jul 17:51
Compare
Choose a tag to compare

All changes

Fixed

  • #318 Distance function doesn't work if shape/trace has only two points
  • #344 Address warning about unknown attributes
  • #342 Revert namespace to the one set in Aggregate years ago

ODK JavaRosa v2.11.0

19 Jul 17:30
Compare
Choose a tag to compare

All changes

Highlights

  • Add rank form control element
  • Add CompactSerializingVisitor for SMS support

Added

  • #294 Add rank form control element in odk namespace
  • #300 SMSSerializingVisitor updated to latest spec

Fixed

  • #325 Fixed FormParserInit issue
  • #313 Improve the DataType enum and the use of data type classes
  • #328 randomize can't be used with choice filter that has comma
  • #330 ODK namespace and CompactSerializingVisitor NPE fix

ODK JavaRosa v2.10.0

22 May 20:29
3387aad
Compare
Choose a tag to compare

All Changes

Highlights

  • Add randomize() to nodeset to randomize selects
  • Migrate to Java 8

Added

Fixed

  • #288 Improving comments regarding back swipe
  • #305 Improve comments in Constants
  • #302 Improve GeoUtils quality
  • #307 Improve XPathPathExpr code quality
  • #310 Fix randomize test form and add extra tests

ODK JavaRosa v2.9.0

02 Apr 18:10
9894e23
Compare
Choose a tag to compare

All Changes

Fixed

  • #226 Time component of now() calculation not available
  • #275 Required message ignored when jr:requiredMsg is set
  • #278 Swiping back when you are behind a repeat group with a regular group inside doesn't work

ODK JavaRosa v2.8.1

05 Mar 06:01
c2c862f
Compare
Choose a tag to compare

All Changes

Fixed

  • #226 Time component of now() calculation not available
  • #263 Select ones with spaces are not loaded on edit

ODK JavaRosa v2.8.0

26 Feb 00:25
Compare
Choose a tag to compare

All Changes

Added

  • #236 Add attributes to appropriate whitelists
  • #247 Add digest function
  • #249 Expand output in constraint messages

Removed

This release also includes build and test improvements.

ODK JavaRosa v2.7.0

17 Dec 21:27
Compare
Choose a tag to compare

All Changes

Added

  • #163 Add count-non-empty XForms 1.0 function
    • Daniel Rees @danielrees18

Fixed

  • #214 Indexed-repeat error when index is blank
  • #213 Only a value in one group is recalculated after removing group

This release also includes several new tests and code quality improvements. Thanks, @mdudzinski!

ODK JavaRosa v2.6.1

07 Nov 04:25
Compare
Choose a tag to compare

Fixed

ODK JavaRosa v2.6.0

29 Oct 18:33
Compare
Choose a tag to compare

All changes

Added

  • #187 Expose serializable class names
  • #173 Single-parameter round function as in W3C XPath

Fixed

  • #186 Fix ser/deserialization of forms with external data instances
  • #51 Time is changed by -1 hour when editing an instance in Collect
  • #192 Improve parsing performance

Removed

  • #198 Deprecate getXMLDocument(Reader reader, CacheTable stringCache)

Thanks to @mdudzinski for important testing and code review!

ODK JavaRosa v2.5.1

08 Sep 16:10
Compare
Choose a tag to compare

Fixed

  • #180 DataInstance not instantiable exception