History log of /frameworks/volley/src/main/java/com/android/volley/toolbox/JsonArrayRequest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6b30d9452e118b0b5781c370aa5e90cc11f435ca 18-Mar-2015 Joris Bolsens <epicblood@gmail.com> Add support for all HTTP methods to JsonArrayRequest

Change-Id: I6e89f69885a63d524c48b1dec54553d6e16edd48
Signed-off-by: Joris Bolsens <epicblood@gmail.com>
/frameworks/volley/src/main/java/com/android/volley/toolbox/JsonArrayRequest.java
6bafd7d28fc7947f263feb7134fc8a70084357c3 20-Jan-2015 Zdeněk Kořán <zkoran@gmail.com> Change the default character encoding for JSON responses to UTF-8

According to RFC 7159 (Section 8.1), the default encoding of JSON should be UTF-8.
Using ISO-8859-1 as default causes incompatibility with some JSON APIs (e.g. wrong interpretation of internationalized strings).
/frameworks/volley/src/main/java/com/android/volley/toolbox/JsonArrayRequest.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/JsonArrayRequest.java