Releases: mediarain/RoboCoP
To-Many bug fix
The generated ContentProvider code omitted a break; in the query switch statement. The To-Many system needs improvement so that all of the columns for each table do not need to be included. That fix should be forthcoming.
Initial release
This is our first official release of our new open source ContentProvider generator tool, RoboCoP. If you're curious about the naming here's how it came about:
Android -> Droid -> Robot -> "Robo" + ContentProvider -> C.P. -> "CoP" = RoboCoP
This first version is capable of working as a Gradle build task and generating all the necessary classes for a working ContentProvider. The ContentProvider supports single tables and one-to-many join tables. It also generates helper files for Table definitions and also Model files that make working with your data easy. See the README for installation and usage instructions.