robospice v1.4.1 Release Notes

Release Date: 2013-05-11 // almost 11 years ago
    • RoboSpice core : ** 👌 Support for null RequestListener. Thx to chrisjenx. Issue #48 ** Issue #62. Thanks to doridori.

    • RoboSpice cache : ** DurationInMillis constants names were confusing (even for contributors !!). We got that clear now. ** ➕ Added LRU ObjectPersister from David Stemmer, Mike Jancola ** ➕ Added BitmapRequest to ease getting Bitmap data ** ✅ More testing.

    • Spring Android module : ** ➕ Add Jackson 2.1 support. Feature suggested by James Campbell. ** 🛠 Fixed issue https://github.com/octo-online/robospice/issues/80. Thx to Aaron Pickard

    • Google Http Java Client for Android module : ** minor changes

    • ORM-Lite module : ** #Issue 93 solved thanks to Aaron Pickard ** https://github.com/octo-online/robospice/issues/93

    • 💻 UI SpiceList module : ** 🔨 UI SpiceList APIs got refactored. The new API is not backward compatible but is much more simple and elegant to implement. ** 💻 UI SpiceList now uses the BitmapRequest from the core module to download bitmap and cache them scaled and downsampled. ** Thx to Sergej Koščejev for adding parent parameter in view creation https://github.com/octo-online/robospice/pull/76

    A beta version of Retrofit module is also available on the github repo.