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

Upgrade robospice-okhttp to OkHttp 2.0.0 #328

Open nkeskinov opened 10 years ago

nkeskinov commented 10 years ago

OkHttp 2.0.0 supports minimum API 9, and RoboSpice minimum API 8. Changing the minimum supported version would be a change that is too big for a 1.4.X version, so this should be postponed to the next minor (or even major!) release.

MGaetan89 commented 10 years ago

Same goes for Jackson version 2.2 (API level 8), and version 2.3 (API level 9)

stephanenicolas commented 10 years ago

This issue is assigned to milestone 1.5.0. We can create a branch for it, or release 1.4.13 soon, move to 1.5.0-SNAPSHOT and tackle this quickly afterwards.

To my mind we could even go for minSDK = 10 now.

MGaetan89 commented 10 years ago

Do you have any estimate date for the release of the version 1.4.13?

stephanenicolas commented 10 years ago

Hi gaetan,

Can you close this issue and post you question, as all questions, on the Google discussion group please ?

S. Le 10 juil. 2014 08:30, "Gaëtan Muller" notifications@github.com a écrit :

Do you have any estimate date for the release of the version 1.4.13?

— Reply to this email directly or view it on GitHub https://github.com/stephanenicolas/robospice/issues/328#issuecomment-48569674 .

MGaetan89 commented 10 years ago

I can't close this issue as it's not mine (and maybe not related).

But I will ask on the discussion group. Thanks.

nkeskinov commented 9 years ago

Incorrectly closed it. Issue not implemented yet.