aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncSample
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2013-01-24 23:06:06 -0800
committerKoushik Dutta <koushd@gmail.com>2013-01-24 23:06:06 -0800
commit46fd338146382d00edc4739608c38739321c7e47 (patch)
tree25fd8bd2f8ee0e3840292532110b2f5d073d0453 /AndroidAsyncSample
parent1e7f15bf339c15b43548c47827999852a5eaa812 (diff)
downloadAndroidAsync-46fd338146382d00edc4739608c38739321c7e47.tar.gz
AndroidAsync-46fd338146382d00edc4739608c38739321c7e47.tar.bz2
AndroidAsync-46fd338146382d00edc4739608c38739321c7e47.zip
continuation bug fix if onCOmpleted is called twice. should probably assert on that...
fix http client bug if error occurs before header is received. callback is never invoked.
Diffstat (limited to 'AndroidAsyncSample')
-rw-r--r--AndroidAsyncSample/gen/com/koushikdutta/async/R.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/AndroidAsyncSample/gen/com/koushikdutta/async/R.java b/AndroidAsyncSample/gen/com/koushikdutta/async/R.java
deleted file mode 100644
index 07e6084..0000000
--- a/AndroidAsyncSample/gen/com/koushikdutta/async/R.java
+++ /dev/null
@@ -1,14 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * aapt tool from the resource data it found. It
- * should not be modified by hand.
- */
-package com.koushikdutta.async;
-
-public final class R {
- public static final class drawable {
- public static final int ic_launcher = 0x7f020001;
- public static final int ic_action_search = 0x7f020000;
- }
-}