History log of /frameworks/volley/src/main/java/com/android/volley/toolbox/DiskBasedCache.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
eaba1ab9224d30b2d3dba661284dd97bfc91ac11 10-May-2015 Ficus Kirkpatrick <ficus@android.com> Read from disk with a BufferedInputStream.

Missed a spot in the last commit. All disk I/O should now
be buffered.
/frameworks/volley/src/main/java/com/android/volley/toolbox/DiskBasedCache.java
19c4ec0b8f26bc140273d6a8c3ee04a69cede504 08-May-2015 Ficus Kirkpatrick <ficus@android.com> Use a BufferedOutputStream to write cache entries.

Turns out to be almost 20% faster in a simple benchmark.
/frameworks/volley/src/main/java/com/android/volley/toolbox/DiskBasedCache.java
f42d384cece1686c75c282e5cb72fa9b340af5fe 06-Mar-2015 Ralph Bergmann <ralph@the4thfloor.eu> Fix broken DiskBasedCache

Change-Id: Ia5db47122af11223b55845ef8423424a9cddbb21
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
/frameworks/volley/src/main/java/com/android/volley/toolbox/DiskBasedCache.java
9324df1b8046548587ffec89ec755264f6fbb097 21-Sep-2014 Ralph Bergmann <ralph@the4thfloor.eu> Uses the "Last-Modified" header for "If-Modified-Since"

Uses the "Last-Modified" header for "If-Modified-Since"
see http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.3.4

Change-Id: I0f5e9b45f4f79d7c1b286e465f9750dcd71b6bfd
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
/frameworks/volley/src/main/java/com/android/volley/toolbox/DiskBasedCache.java
b9b8dc3d98fb1a8c3f02c2c2fcc18cbd344c05cb 29-Nov-2014 Ficus Kirkpatrick <ficus@android.com> Migrate from Gradle to Maven.

- Restructure source to src/{main,test} style
- Add pom.xml and update Android.mk
- Migrate all tests to JUnit4 and Robolectric
- RequestQueueTest is currently @Ignored as fixing it will
involve more extensive refactoring.
- Main library still builds in Gradle; tests do not

Change-Id: I1edc53bb1a54f64d3e806e4572901295ef63e2ca
/frameworks/volley/src/main/java/com/android/volley/toolbox/DiskBasedCache.java