library
- make most methods chainable
- GenericItemAdapter also should be chainable
- Remove list with the model from the GenericItemAdapter, as we do not need to keep this in addition.
- add getter for the models
- move AbstractWrapAdapter to core
general
- update to gradle 2.12
sample
- fix onClick is not passed back to the
itemView
- FIX #73