summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make default timeout/retry/multiplier values publicTom Ye2015-10-082-11/+15
* Merge "Add support for all HTTP methods to JsonArrayRequest"Ficus Kirkpatrick2015-03-192-0/+18
|\
| * Add support for all HTTP methods to JsonArrayRequestJoris Bolsens2015-03-192-0/+18
* | Modify header parser to handle must-revalidate.Dave Santoro2015-03-112-8/+43
* | Fix broken DiskBasedCacheRalph Bergmann2015-03-062-47/+3
* | Merge "fix ImageLoader.getCacheKey()"Ficus Kirkpatrick2015-03-062-6/+22
|\ \ | |/ |/|
| * fix ImageLoader.getCacheKey()Ralph Bergmann2015-03-062-6/+22
* | clean up a little bitRalph Bergmann2015-03-067-17/+7
|/
* Add a RequestFinishedListener to RequestQueue.Brett Chabot2015-02-275-158/+275
* add test for public apiRalph Bergmann2015-02-2511-2/+383
* Merge "Change the default character encoding for JSON responses to UTF-8"Ficus Kirkpatrick2015-02-206-10/+153
|\
| * Change the default character encoding for JSON responses to UTF-8Zdeněk Kořán2015-01-206-10/+153
* | A little work on unit testing.Ficus Kirkpatrick2015-02-193-5/+197
* | Add a backwards-compatible ImageRequest constructor.Ficus Kirkpatrick2015-02-171-0/+10
* | Fix volley related build breakage.Narayan Kamath2015-02-161-1/+10
* | Adds Cache-Control "stale-while-revalidate"Ralph Bergmann2015-02-152-1/+28
* | Uses the "Last-Modified" header for "If-Modified-Since"Ralph Bergmann2015-02-157-3/+71
* | Merge "Use the view size and scale type to restrict NIV requests."Ficus Kirkpatrick2015-02-155-31/+114
|\ \
| * | Use the view size and scale type to restrict NIV requests.Ralph Bergmann2014-12-155-31/+114
| |/
* / Help Robolectric find AndroidManifest.xmlFicus Kirkpatrick2015-02-151-0/+1
|/
* Migrate from Gradle to Maven.Ficus Kirkpatrick2014-12-0567-0/+2489
* Metric for network time and getBackoffMultiplier()Ivan Stalev2014-11-046-11/+46
* Clarify javadocs for getBody() and getBodyContentType().Jeff Davidson2014-10-171-0/+7
* Merge "HTTP headers are case insensitive per RFC 2616 §4.2 "Message Headers""Ficus Kirkpatrick2014-10-091-3/+5
|\
| * HTTP headers are case insensitive per RFC 2616 §4.2 "Message Headers"Ralph Bergmann2014-10-081-3/+5
* | Copy cache header for 304 responseRalph Bergmann2014-10-071-3/+15
|/
* Don't hold onto requests indefinitely.Ficus Kirkpatrick2014-09-031-1/+1
* Merge "allow use of custom ImageRequests in ImageLoader"Ficus Kirkpatrick2014-09-031-16/+18
|\
| * allow use of custom ImageRequests in ImageLoaderKevin Schultz2014-07-161-16/+18
* | Add a public accessor for a Request's ErrorListener.Shirish Kalele2014-08-191-0/+7
* | Improve DiskBasedCache initial scan performanceFabian Frank2014-08-111-2/+3
|/
* Fix crash/OOM in DiskBasedCacheAurash Mahbod2014-06-241-2/+7
* Fixes bug in PATCH method. Sets the method before setting the body.Miguel A. Martin2014-06-161-1/+1
* ImageLoader: setError after null checkAndrew Sutherland2014-03-291-3/+3
* Guard against NullPointerException currentlykang2014-02-271-1/+17
* Fix generic type parameter for RequestQueue.add(Request)Max Cai2014-02-101-1/+1
* Merge "Allow method chaining on setters"Ficus Kirkpatrick2014-02-081-6/+29
|\
| * Allow method chaining on settersEvan Charlton2013-06-241-6/+29
* | Use the view size to restrict NIV requests.Aurash Mahbod2014-02-081-5/+13
* | Clean up some warningsFicus Kirkpatrick2014-02-084-27/+32
* | Volley to create valid NetworkResponse object when cache is disabledMax Zhou2014-02-031-1/+2
* | Revert "Revert "Add in additional http request types""Maurice Chu2013-12-193-1/+68
* | Fix default image not displaying prior to loadAdam W. Brown2013-11-031-2/+11
* | make all 2xx be a valid success codesReed Ellsworth2013-10-091-1/+1
* | Support no-content (204) requests in BasicNetwork.Ray Colline2013-09-121-1/+9
* | ImageRequest.doParse() now adds NetworkResponse to all ParseError createdEmmanuel Rodriguez2013-08-201-1/+1
* | Remote executable bit from ImageLoaderEvan Charlton2013-07-091-0/+0
* | NetworkImage - fix nullPointerException.Vladimir Baryshnikov2013-07-011-2/+3
* | Allow per-app VolleyLog tagsEvan Charlton2013-06-262-2/+17
|/
* Port CacheHeader away from ObjectOutputStream.Ficus Kirkpatrick2013-06-211-55/+118