Skip to content

Commit 54a888c

Browse files
committed
Added 1.4.8 changelog, linked commits and issues for 1.4.7
1 parent 9aaa615 commit 54a888c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# CHANGELOG
22

3+
## 1.4.8 (future release)
4+
5+
- New constructor for BinaryHttpResponseHandler which takes Looper as argument (thanks to @ScottFrank)
6+
- SaxAsyncHttpResponseHandler can be now provided with custom charset, instead of just using default one
7+
- Library LogCat tags now use shorter form (forced through Lint checks), appendix "ResponseHandler" shortened to "RH"
8+
- Updated documentation on `RequestHandle.cancel(boolean)` and returning correct response according to handle state
9+
- SaxAsyncHttpResponseHandler onFailure(int, Header[], byte[], Throwable) used wrong fallback to onSuccess(int, Header[], T), fixed to onFailure(int, Header[], T), where T extends SAX DefaultHandler
10+
- Regression fix on onProgress(int,int) documentation
11+
- Sample application now can be built with LeakCanary, use i.e. `gradle :sample:installWithLeakCanaryDebug` to use it
12+
- Updated RequestParams documentation on handling arrays, sets and maps, along with new RequestParamsDebug sample
13+
314
## 1.4.7 (released 9. 5. 2015)
415

16+
Complete list of commits included is here [https://github.com/loopj/android-async-http/commits/1.4.7](https://github.com/loopj/android-async-http/commits/1.4.7)
17+
List of closed issues is here [https://github.com/loopj/android-async-http/issues?milestone=6&state=closed](https://github.com/loopj/android-async-http/issues?milestone=6&state=closed)
18+
519
- Fixed crash when canceling through RequestHandle from UI Thread (NetworkOnMainThreadException)
620
- Fixed URL encoding feature, that was breaking whole URL, not just path and query parts
721
- FileAsyncHttpResponseHandler now checks that target file path is available or can be created

0 commit comments

Comments
 (0)