posm / OpenMapKitAndroid

http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
128 stars 38 forks source link

Constraints from odk #157

Closed jasonrogena closed 7 years ago

jasonrogena commented 7 years ago

Adds code for copying over a form's constraints from its ODK media directory into OMK's constraints directory. OMK will check whether a file named omk-constraints.json exists inside the form's ODK media directory

Fix for issue #156

Signed-off-by: Jason Rogena jasonrogena@gmail.com

hallahan commented 7 years ago

Looks solid. I'm seeing that you added some tests and a TravisCI integration. How would we go about adding this travis setup to the main repo?

jasonrogena commented 7 years ago

Sweet! Here's a simple guide on activating TravisCI support for the main repo. It would also be awesome if we added the TravisCI build status badge to the README file

hallahan commented 7 years ago

Spent some time trying it out today. Works well. Merging!