RoboCoP v0.5.1 Release Notes

Release Date: 2014-04-04 // almost 10 years ago
  • 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.


Previous changes from v0.5

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