aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncSample/src/com/koushikdutta/async/sample/MainActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Preserve header casing.Koushik Dutta2014-11-101-10/+9
* Fix for #146paulpdaniels2014-05-071-2/+11
* Fixed the sample with the refactoringspaulpdaniels2014-04-151-2/+4
* Changed import of UrlEncodedFormBody to make simple app workingmgpyone2013-10-111-1/+1
* add support for futures on AsyncHttpClient. TODO: Futures on sockets?Koushik Dutta2013-03-241-36/+0
* socket.ioKoushik Dutta2013-03-231-4/+36
* rename refactor some classes. minor stats and fixes for cache code.Koushik Dutta2013-03-231-48/+10
* further refactorings to fixup caching. implement conditional caching (304 not...Koushik Dutta2013-03-231-4/+54
* readmeKoushik Dutta2013-03-211-5/+9
* caching works!Koushik Dutta2013-03-211-2/+28
* stuffKoushik Dutta2013-03-201-7/+2
* wipKoushik Dutta2013-03-191-0/+6
* getDefaultInstanceKoushik Dutta2013-03-191-2/+2
* allow creation of instances of AsyncHttpClient. This is a breaking change.Koushik Dutta2013-03-191-2/+2
* AsyncHttpServer: add request callback on all requestsKoushik Dutta2013-01-271-1/+1
* websocket client.Koushik Dutta2012-12-311-18/+0
* wipKoushik Dutta2012-12-301-0/+18
* fixesKoushik Dutta2012-12-261-4/+3
* remove test codeKoushik Dutta2012-10-171-18/+0
* support for http postKoushik Dutta2012-10-171-0/+64
* various refactorings. add support for a buffer limit on BufferedDataSink./Koushik Dutta2012-10-171-5/+5
* Fix up SSLContext initialization on Froyo. Fix up SSLEngine initialization on...Koushik Dutta2012-10-131-1/+1
* Change the api to include the response in the .download calls. Fix up query s...Koushik Dutta2012-08-281-1/+2
* rename refactor transform to filter. change sample namespace.Koushik Dutta2012-08-261-0/+79