summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-27Add some missing @Deprecated annotations.Jeff Davidson
2016-12-09Merge "Fix NegativeArraySizeException in DiskBasedCache.streamToBytes"Jeff Davidson
2016-12-09Fix NegativeArraySizeException in DiskBasedCache.streamToBytesShen Lin
2016-04-09Fix failing test.Amit Kumar
2016-03-10Retry more errors in Volley's BasicNetwork.Jeff Davidson
2015-12-04Merge "Workaround for HttpURLConnection.getFollowRedirects() on M"Neil Fuller
2015-12-02Workaround for HttpURLConnection.getFollowRedirects() on MNeil Fuller
2015-10-28Merge "Add API to get Auth Token Type used by authenticator." am: 708ade5a69Ficus Kirkpatrick
2015-10-27Add API to get Auth Token Type used by authenticator.oleksii stepanian
2015-10-08am 82462cd0: Make default timeout/retry/multiplier values publicTom Ye
2015-10-08Make default timeout/retry/multiplier values publicandroid-6.0.1_r68android-6.0.1_r67android-6.0.1_r62android-6.0.1_r54android-6.0.1_r53android-6.0.1_r45android-6.0.1_r25android-6.0.1_r24android-6.0.1_r22android-6.0.1_r21marshmallow-dr1.6-releasemarshmallow-dr1.5-releasemarshmallow-dr1.5-devTom Ye
2015-08-24Migrated from Robolectric 2.2 to 3.0Magnus Ernstsson
2015-07-16Process response bodies only when presentJukka Zitting
2015-07-06Stop logging slow requests outside of debug logs.Ficus Kirkpatrick
2015-05-10Read from disk with a BufferedInputStream.Ficus Kirkpatrick
2015-05-08Use a BufferedOutputStream to write cache entries.Ficus Kirkpatrick
2015-03-19Merge "Add support for all HTTP methods to JsonArrayRequest"android-wear-5.1.1_r1android-wear-5.1.0_r1master-soongFicus 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""android-l-preview_r2l-previewFicus 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