RoboBinding v0.8.14 Release Notes

Release Date: 2016-06-13 // almost 8 years ago
  • 0๏ธโƒฃ 1. #238 - Problem with preinitialization of views. ItemPresentationModel defaults to PreInitializingViews.YES. Big thanks to @zbigniew-malinowski 's contribution on this. @zbigniew-malinowski made this feature available. ๐Ÿ’… 2. #248 - Lost theme and style with AppCompatActivity.

    1. #253 - Prefer using view.setTag(id, value) After API 14 to avoid conflict with glide for example. ๐Ÿšš 4. Removed the dependency on Google Guava, which has caused a lot of difficulties for new users.

Previous changes from v0.8.13

  • ๐Ÿ’… 1. Fixed #248 Lost theme and style with AppCompatActivity. ๐Ÿ›  2. Fixed #247 nested class code generation, Thanks a lot for @derron contribution.