Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
volley-1.1.0.aar | 2017-12-04 | 96.5 kB | |
README.md | 2017-12-01 | 730 Bytes | |
Volley 1.1.0 source code.tar.gz | 2017-12-01 | 133.3 kB | |
Volley 1.1.0 source code.zip | 2017-12-01 | 209.2 kB | |
Totals: 4 Items | 439.7 kB | 0 |
Changes since 1.0.0:
- Apache HTTP is now an optional dependency (#2). See Migrating from Apache HTTP for details on how to avoid using it.
- Fix OutOfMemoryErrors and NegativeArraySizeExceptions in DiskBasedCache (#12).
- Fix memory leak in Request#mErrorListener (#15).
- Support for multiple identical response headers (#21).
- Fix potential NullPointerException in ImageRequest/JsonRequest/StringRequest (#64).
- Fix soft TTL for duplicate in-flight requests (#73).
- Fix case-sensitive header reads from cache (#76).
- Fix memory leak of last finished request in CacheDispatcher/NetworkDispatcher (#114).
This release is identical to 1.1.0-rc2.