robospice v1.4.3 Release Notes

Release Date: 2013-06-03 // almost 11 years ago
  • ** ๐Ÿ†• New module : AndroidORMLiteContentProvider

    ** ๐Ÿ”‹ Features :

    • ๐Ÿ‘ RoboSpice drops support for SDK 6 and 7. SDK 8+ required.
    • โฌ†๏ธ Upgrade to android maven plugin 3.6.0, adt 22, and SDK 17.
    • Request priority management is now built into RoboSpice. Requests with higher priority will get executed first. This is only taken into account for requests that exceed the number of threads of RoboSpice Service, otherwise this is not used. https://github.com/octo-online/robospice/issues/99 Thanks to Volley for inspiring us on this feature. Richard Hyndman and Nick Butcher suggested us to add this a while ago.. Thx Google ! :)
    • โž• Add cachekey sanitation. Sanitation can be used to safely convert strings to cache keys persisted on a file system. Issue https://github.com/octo-online/robospice/issues/97
    • 0๏ธโƒฃ Retry Policy is now built into RoboSpice. Requests default to a non null retry policy that can be customized. https://github.com/octo-online/robospice/issues/99
    • RoboSpice file caching now uses a customizable cache folder to store data. https://github.com/octo-online/robospice/issues/103. Thx to David Sobreira Marques for this feature.
    • ๐Ÿ†• new SpiceManager method : putDataInCache, equivalent to putInCache but synchronous.
    • โšก๏ธ Retrofit module's API improved. RetrofitSpiceRequest optimize creation of retrofit services. Thx to Jake Wharton for his feedback on this module.

    ** ๐Ÿ› Bug fixes :