diff options
author | Koushik Dutta <koushd@gmail.com> | 2012-10-13 15:44:56 -0700 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2012-10-13 15:45:06 -0700 |
commit | bc96ad9d257c9a029d10e5f33fd1053d2e4e51ac (patch) | |
tree | 5392834a94db9bbb248ed26f307a5a0a2b24326f /AndroidAsyncSample/gen | |
parent | 08bcb605bb7d0ce62c160752bca9734363c99c55 (diff) | |
download | AndroidAsync-bc96ad9d257c9a029d10e5f33fd1053d2e4e51ac.tar.gz AndroidAsync-bc96ad9d257c9a029d10e5f33fd1053d2e4e51ac.tar.bz2 AndroidAsync-bc96ad9d257c9a029d10e5f33fd1053d2e4e51ac.zip |
Fix up SSLContext initialization on Froyo. Fix up SSLEngine initialization on Froyo. Fix bug where unwrapping could be reentrant.
Diffstat (limited to 'AndroidAsyncSample/gen')
-rw-r--r-- | AndroidAsyncSample/gen/R.java.d | 31 | ||||
-rw-r--r-- | AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java | 2 |
2 files changed, 1 insertions, 32 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 |