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. ✨🏗✨
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 🍏.
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
andFiles
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 🍏.