aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-08Use a BufferedOutputStream to write cache entries.Ficus Kirkpatrick
2015-03-19Merge "Add support for all HTTP methods to JsonArrayRequest"Ficus Kirkpatrick
2015-03-19Add support for all HTTP methods to JsonArrayRequestJoris Bolsens
2015-03-11Modify header parser to handle must-revalidate.Dave Santoro
2015-03-06Fix broken DiskBasedCacheRalph Bergmann
2015-03-06Merge "fix ImageLoader.getCacheKey()"Ficus Kirkpatrick
2015-03-06fix ImageLoader.getCacheKey()Ralph Bergmann
2015-03-06clean up a little bitRalph Bergmann
2015-02-27Add a RequestFinishedListener to RequestQueue.Brett Chabot
2015-02-25add test for public apiRalph Bergmann
2015-02-20Merge "Change the default character encoding for JSON responses to UTF-8"Ficus Kirkpatrick
2015-02-19A little work on unit testing.Ficus Kirkpatrick
2015-02-17Add a backwards-compatible ImageRequest constructor.Ficus Kirkpatrick
2015-02-16Fix volley related build breakage.Narayan Kamath
2015-02-15Adds Cache-Control "stale-while-revalidate"Ralph Bergmann
2015-02-15Uses the "Last-Modified" header for "If-Modified-Since"Ralph Bergmann
2015-02-15Merge "Use the view size and scale type to restrict NIV requests."Ficus Kirkpatrick
2015-02-15Help Robolectric find AndroidManifest.xmlFicus Kirkpatrick
2015-01-20Change the default character encoding for JSON responses to UTF-8Zdeněk Kořán
2014-12-15Use the view size and scale type to restrict NIV requests.Ralph Bergmann
2014-12-05Migrate from Gradle to Maven.Ficus Kirkpatrick
2014-11-04Metric for network time and getBackoffMultiplier()Ivan Stalev
2014-10-17Clarify javadocs for getBody() and getBodyContentType().Jeff Davidson
2014-10-09Merge "HTTP headers are case insensitive per RFC 2616 §4.2 "Message Headers""Ficus Kirkpatrick
2014-10-08HTTP headers are case insensitive per RFC 2616 §4.2 "Message Headers"Ralph Bergmann
2014-10-07Copy cache header for 304 responseRalph Bergmann
2014-09-03Don't hold onto requests indefinitely.Ficus Kirkpatrick
2014-09-03Merge "allow use of custom ImageRequests in ImageLoader"Ficus Kirkpatrick
2014-08-19Add a public accessor for a Request's ErrorListener.Shirish Kalele
2014-08-11Improve DiskBasedCache initial scan performanceFabian Frank
2014-07-16allow use of custom ImageRequests in ImageLoaderKevin Schultz
2014-06-24Fix crash/OOM in DiskBasedCacheAurash Mahbod
2014-06-16Fixes bug in PATCH method. Sets the method before setting the body.Miguel A. Martin
2014-03-29ImageLoader: setError after null checkAndrew Sutherland
2014-02-27Guard against NullPointerException currentlykang
2014-02-10Fix generic type parameter for RequestQueue.add(Request)Max Cai
2014-02-08Merge "Allow method chaining on setters"Ficus Kirkpatrick
2014-02-08Use the view size to restrict NIV requests.Aurash Mahbod
2014-02-08Clean up some warningsFicus Kirkpatrick
2014-02-03Volley to create valid NetworkResponse object when cache is disabledMax Zhou
2013-12-19Revert "Revert "Add in additional http request types""Maurice Chu
2013-11-03Fix default image not displaying prior to loadAdam W. Brown
2013-10-09make all 2xx be a valid success codesReed Ellsworth
2013-09-12Support no-content (204) requests in BasicNetwork.Ray Colline
2013-08-20ImageRequest.doParse() now adds NetworkResponse to all ParseError createdEmmanuel Rodriguez
2013-07-09Remote executable bit from ImageLoaderEvan Charlton
2013-07-01NetworkImage - fix nullPointerException.Vladimir Baryshnikov
2013-06-26Allow per-app VolleyLog tagsEvan Charlton
2013-06-24Allow method chaining on settersEvan Charlton
2013-06-21Port CacheHeader away from ObjectOutputStream.Ficus Kirkpatrick