robospice v1.4.6 Release Notes

Release Date: 2013-07-18 // almost 11 years ago
  • ** โœจ Enhancements

    • Google Http Client module now has pre-set services for Jackson,Jackson2 and Gson.
    • ๐Ÿ”จ Complete refactor of the core of RoboSpice : Request processor has now been split into distinct entities. Thx to Andrew Clark. pull request #160
    • โž• addListenerIfPending can now notify when no pending request has been found. Thx to Andrew Clark. pull request #160
    • ๐Ÿ›  Fix RoboSpiceContentProvider to declare single item URI type as ITEM rather than DIRECTORY. Thx to Joel Steres. Pull request #151
    • โœ‚ Remove constraint that ormlite extension cacheKey type matches POJO id type. Thx to Joel Steres. Pull request #145
    • โšก๏ธ Update of the starter guide on GitHub. Issue https://github.com/octo-online/robospice/issues/162. Thks to Bobby-Jackson for this fix.
    • โœ‚ Remove code duplication from RetrofitObjectPersister.loadDataFromCache and instead use readCacheDataFromFile. https://github.com/octo-online/robospice/pull/138. Thx to Jasco.
    • ๐Ÿ‘ Gradle support, demoed in RoboSpice samples.
    • ๐Ÿ›  Fix argument names in RoboSpiceDatabaseHelper.onUpdate. https://github.com/octo-online/robospice/pull/146. Thx to Joel Jasco for this fix.
    • ๐Ÿ›  Fixed exception when writing to cache with an uncached service. https://github.com/octo-online/robospice/pull/135. Thx to Andrew Clark.
    • 0๏ธโƒฃ DefaultRetryPolicy getDelayBeforeRetry returns fixed value of 0. https://github.com/octo-online/robospice/issues/129. Thx to Joel Jasco
    • EasyMock 3.2 is used in RS 1.4.6, making the interface ICacheManager obsolete.
    • โฌ†๏ธ General upgrades of dependencies

    ** ๐Ÿ› Bug fixes