All Versions
31
Latest Version
Avg Release Cycle
43 days
Latest Release
3749 days ago

Changelog History
Page 2

  • v1.4.4 Changes

    June 04, 2013
    • πŸ› Bug fix release: Request priorization would fail on SDK 8 due to JDK 5 backward compatibility issues. This bug is solved. RS is still compatible with Android SDK 8+.
  • v1.4.3 Changes

    June 03, 2013

    ** πŸ†• 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 :

  • v1.4.2 Changes

    May 20, 2013

    ** πŸ†• New module : Retrofit

    ** πŸ”‹ Features :

    ** πŸ› Bugs :

    • Spice Manager : getDataFromCache, addToCache and cancel will work even if network is down. This bug was mentionned by dkraus in https://github.com/octo-online/robospice/issues/67
    • πŸš€ Content Provider module added to ease creation of ContentProviders backed by an ORMLite Database. (still in beta, waiting for AndroidORMLite to be released on central).
  • v1.4.1 Changes

    May 11, 2013
    • 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.

  • v1.4.0 Changes

    February 08, 2013

    ✨ Enhancements :

    • Riccardo Ciovati joined the team.
    • βž• Added removeAllDataFromCache overload in spice manager : thx to Kaan Meralan
    • βž• Added retrofit module with tests and samples
    • ✨ Enhanced cancel mechanism
    • ✨ Enhanced core testing and extension testing.
    • βž• Added first UI module in RoboSpice to create ListViews using RoboSpice.
    • CacheKey is now of type Object and not String anymore. Thx to Fernando Franco GΓ­raldez for his pull request.
    • βž• Added dedicated services to each module. They provide all configurations out of the box for processing web services and caching.
    • ✨ Enhanced NetworkStateChecker interface in order to refine permission checking and allow real processing of request that are not related to networking.
    • Peer review of multi tasking aspects of RoboSpice by Henri Tremblay.
    • Hosted on Sonar's Nemo.

    πŸ“š Documentation :

    • βž• Added documentation on Wiki pages for Advanced RoboSpice usages and FAQ, samples, maven and non maven setup, software design, contributors, etc.
    • βž• Added samples for most of the RoboSpice extensions.
    • βž• Added maven site
    • βž• Added repository branch on GitHub to assist non maven users to setup RoboSpice.
    • ✨ Enhanced javadocs

    πŸ› Bug fix :

    • Minor bugs of undesired aggregation of offline requests solved. Thanks to djusv.
    • Minor bugs solved in persistence module.
    • Minor bug in GsonObjectPersister solved. Thx to Alessio Bianchi.

    For contributors :

    • Completely reviewed maven structure. Introduction of an easier extension mechanism and simpler samples. Thx to pommedeterresautΓ©
    • All project layouts inside RoboSpice are mavenized
    • βž• Added wiki pages for contributors, common tasks and so on.
  • v1.3.1 Changes

    December 01, 2012
    • πŸ› Bug fix release, listeners where not detached properly
  • v1.3.0 Changes

    • βž• Added Google Http Java Client support via the robospice-google-http-client-module
    • βž• Added Google Http Java Client persistence module for Json (Xml support doesn't provide a generator and can't be added : see issue http://code.google.com/p/google-http-java-client/issues/detail?id=171&thanks=171&ts=1354436504)
    • ⚑️ Dependency conflicts solved : excluded xpp3 dependency, updated jackson version
    • Spring Android module classes have been renamed to make room for other REST clients implementations.
    • 🚚 Jerome Van Der Linden removed guava dependency, introduced Apache Commons dependency.
    • βž• Added tests for getAllDataFromCache on persisters
    • βž• Added test for ormlite module
    • Solved listener notification bug. Thx to Vincent Lemeunier
    • πŸ”¨ Refactored request cancelation mechanism. Thx to Philippe Prados for help with handlers.
    • βž• Added tests for request cancelation mechanism.
    • πŸš€ RoboSpice reached the milestone of 103 tests. This is also a QA release.
  • v1.2.0 Changes

    November 12, 2012
    • βž• Added network stating indirection in RequestProcessor. Thx to Pierre Durand
    • βž• Added a check in request classes to verify that requests are not inner classes of activities as this would create a memory leak. Thx to Cyril Mottier.
    • πŸ›  fixed bug in InFileObjetPersister. Thx to florianmski
    • πŸ›  fixed bug in json and xml persisters
    • βž• Added json gson and jackson and xml simple serializer tests.
    • βž• Added network state test.
    • βž• Added multiple object persister test.
  • v1.1.1 Changes

    πŸ› Bug fix :

    • ✨ enhanced SpiceManager cpu usage. There used to be a bug in case a service had no request to process that boosted cpu usage. Thx to Riccardo Ciovati.
    • ✨ enhanced ORM Lite support : tables are created fully dynamically for all POJOs saved via the ORMLiteObjectPersisterFactory. No need to provide a specific factory for every class of IDs used by persisted POJOs.
    • πŸ‘ better RoboSpice Motivations icon
    • βž• Added RoboSpice Motivations to Google Play
  • v1.1.0 Changes

    October 24, 2012
    • βž• Added RoboSpice Motivations to repo as a RoboSpice demo app and in-depth argumentation for RoboSpice existence.
    • βž• Added RoboSpice Motivations to the Google Play store.
    • βž• Added Json Serialization support using Gson (Jackson is also supported since V1.0)
    • βž• Added Xml Serialization support using SimpleXMLSerializer
    • βž• Added Orm Serialization support using OrmLite
    • Permission check : applications must declare both INTERNET and NETWORK_STATE permission.
    • βž• Added getFromCache method in SpiceManager to query cache content.
    • βž• Added progress monitoring for requests (both status and progress percent).
    • βž• Added common foreground service for all SpiceManagers using the same service class.
      • Requests are now completely decoupled from Activity life cycle.
      • Service stops when no more requests are active and no SpiceManager is bound.
    • βž• Added methods to get data in cache if present
    • βž• Added methods to add listeners to a pending request if present.
    • βž• Added support for creating notifications for a request through a new service helper.
    • πŸ‘ Allow to cancel pending requests from new Activity.
    • ⬇️ All logs in RoboSpice now use a downgraded version of RoboGuice's logging facility : 🌲 http://code.google.com/p/roboguice/wiki/Logging
    • βž• Added the ability to provide a custom executor service to the SpiceService's RequestProcessor. Thx to Riccardo Ciovati.
    • βž• Added RoboSpice presentation in the download area of Git Hub
    • βž• Added all RoboSpice related gfx to GitHub repo.
    • βž• Added google discussion group
    • βž• Added Starter Guide on Git hub Wiki