aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2013-06-21Add a test for DiskBasedCache.Ficus Kirkpatrick
2013-06-10Merge "Fix WRAP_CONTENT//WRAP_CONTENT case in NIV."Ficus Kirkpatrick
2013-06-10Merge "Fixed bug caused by batching responses in the ImageLoader"Ficus Kirkpatrick
2013-06-09Fixed bug caused by batching responses in the ImageLoaderCameron Ketcham
2013-06-09Fix WRAP_CONTENT//WRAP_CONTENT case in NIV.Aurash Mahbod
2013-05-31Merge "Allow callers to set value of notifyAuthFailure"Ficus Kirkpatrick
2013-05-29adding isCached function to ImageLoaderandaagar
2013-05-22Merge "Allow custom HttpStack in Volley.newRequestQueue."Ficus Kirkpatrick
2013-05-22Merge "Don't requestLayout in layout pass in NIV"Ficus Kirkpatrick
2013-05-21Allow custom HttpStack in Volley.newRequestQueue.Ficus Kirkpatrick
2013-05-20Allow override point for connection creation.Jake Wharton
2013-05-20Don't requestLayout in layout pass in NIVAurash Mahbod
2013-05-14Don't trample on the user-supplied tagEvan Charlton
2013-05-14Merge "Add ImageLoader and NetworkImageView convenience classes"Ficus Kirkpatrick