stephanenicolas / robospice

Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.
Apache License 2.0
2.95k stars 545 forks source link

Retrofit V2 #443

Open hateum opened 8 years ago

hateum commented 8 years ago

Is this library not supported anymore ? What about update Retrofit to version 2 ? What about making a team to do that ?

stephanenicolas commented 8 years ago

Hi Hatem,

personnally I couldn't find time to maintain the lib as I have been involved in other OSS projects. Contributors are welcome.

Stéphane

2015-11-14 22:17 GMT+01:00 Hatem Noureddine notifications@github.com:

Is this library not supported anymore ? What about update Retrofit to version 2 ? What about making a team to do that ?

— Reply to this email directly or view it on GitHub https://github.com/stephanenicolas/robospice/issues/443.

mykolaj commented 8 years ago

Hi guys! I've created a pull request https://github.com/stephanenicolas/robospice/pull/454 where Retrofit2 support is added. There's a new module called robospice-retrofit2. I've been testing it for a couple of weeks on one of my projects and it works stable. My apologies for the class names - e.g. RobospiceRetrofitSpiceService2 and so on.
For now there's no wiki page though, but i will create it in the next few days. Take a look at the sample demonstrating how the new module can be used.
As for now i don't know how to proceed with publishing of new snapshot version of RoboSpice because i don't have a response from Stéphane on google groups. So, until it's worked out, you could just take .jar files from the sample and use them. Please test it, and report about any issues you encounter when using the new module.