aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncSample
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidAsyncSample')
-rw-r--r--AndroidAsyncSample/gen/R.java.d31
-rw-r--r--AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java2
-rw-r--r--AndroidAsyncSample/src/com/koushikdutta/async/sample/MainActivity.java2
3 files changed, 2 insertions, 33 deletions
diff --git a/AndroidAsyncSample/gen/R.java.d b/AndroidAsyncSample/gen/R.java.d
deleted file mode 100644
index a1f128f..0000000
--- a/AndroidAsyncSample/gen/R.java.d
+++ /dev/null
@@ -1,31 +0,0 @@
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/gen/com/koushikdutta/async/sample/R.java \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/gen/com/koushikdutta/async/R.java \
- : /Volumes/Data/src/AndroidAsync/AndroidAsync/res/drawable-hdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/res/drawable-hdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/res/drawable-ldpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/res/drawable-mdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/res/drawable-mdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/res/drawable-xhdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/res/drawable-xhdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/res/values/strings.xml \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/bin/res/drawable-hdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/bin/res/drawable-hdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/bin/res/drawable-ldpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/bin/res/drawable-mdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/bin/res/drawable-mdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/bin/res/drawable-xhdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsync/bin/res/drawable-xhdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/drawable-hdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/drawable-hdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/drawable-ldpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/drawable-mdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/drawable-mdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/drawable-xhdpi/ic_action_search.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/drawable-xhdpi/ic_launcher.png \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/layout/activity_main.xml \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/menu/activity_main.xml \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/values/strings.xml \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/values/styles.xml \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/values-v11/styles.xml \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/res/values-v14/styles.xml \
-/Volumes/Data/src/AndroidAsync/AndroidAsyncSample/bin/AndroidManifest.xml \
diff --git a/AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java b/AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java
index b4b6385..9429b8f 100644
--- a/AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java
+++ b/AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java
@@ -2,5 +2,5 @@
package com.koushikdutta.async.sample;
public final class BuildConfig {
- public final static boolean DEBUG = false;
+ public final static boolean DEBUG = true;
} \ No newline at end of file
diff --git a/AndroidAsyncSample/src/com/koushikdutta/async/sample/MainActivity.java b/AndroidAsyncSample/src/com/koushikdutta/async/sample/MainActivity.java
index ee1a212..e102ddd 100644
--- a/AndroidAsyncSample/src/com/koushikdutta/async/sample/MainActivity.java
+++ b/AndroidAsyncSample/src/com/koushikdutta/async/sample/MainActivity.java
@@ -20,7 +20,7 @@ public class MainActivity extends Activity {
ImageView rommanager;
ImageView tether;
ImageView desksms;
-
+
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);