getodk / javarosa

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. ✨🏗✨
Other
54 stars 107 forks source link

Expose `Scenario` #772

Closed seadowg closed 4 months ago

seadowg commented 4 months ago

This should allow us to move entities to Collect once it's merged.

The biggest change here ended up being that I had to migrate all the usage of Path and Files to good ol' .io or Apache Commons code as Android didn't support .nio until API 26.

I've run Collect's APK size checks with a local build of this, and it's all green 🍏.