aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2017-03-01Import of Volley from GitHub to AOSP.android-o-preview-1o-previewAnonymous
2016-12-27Add some missing @Deprecated annotations.Jeff Davidson
2016-12-09Fix NegativeArraySizeException in DiskBasedCache.streamToBytesShen Lin
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 publicTom Ye
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"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-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-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