All Versions
2
Latest Version
Avg Release Cycle
21 days
Latest Release
3699 days ago

Changelog History

  • v0.5.1 Changes

    April 04, 2014

    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.

  • v0.5 Changes

    March 14, 2014

    ๐Ÿš€ 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.