robospice v1.4.0 Release Notes

Release Date: 2013-02-08 // about 11 years ago
  • ✨ 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.