DWorkS / VolleyPlus

🏐 Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley
https://github.com/DWorkS/VolleyPlus
984 stars 275 forks source link

Class Signature is different from Volley #60

Open seventhmoon opened 7 years ago

seventhmoon commented 7 years ago

Compare with Volley (https://android.googlesource.com/platform/frameworks/volley/), a few classes is not in same package.

e.g. com.android.volley.AuthFailureError vs com.android.volley.error.AuthFailureError

That breaks the compatibility with Volley, which should be a subset of VolleyPlus.

viralsavaniIM commented 6 years ago

I really like using Volley+, but because of this issue, we are moving away from it. Because of this we or any of our library integrator cannot use vanilla Volley which is a deal breaker.

seventhmoon commented 6 years ago

https://github.com/seventhmoon/VolleyEx Moved some feature to VolleyEx which is compatible with official volley.