Open seventhmoon opened 7 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.
https://github.com/seventhmoon/VolleyEx Moved some feature to VolleyEx which is compatible with official volley.
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.