diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-05-23 16:18:26 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-05-23 17:10:52 +0200 |
| commit | 2f5405fa21fc90e9f9fadf5546e39c92031475c3 (patch) | |
| tree | c4978066f995e9d36973494061c5bec582aca55e /main/src/cgeo/geocaching/network/HtmlImage.java | |
| parent | 4453f08ccda762f1c608feaf6cf379d1ffa93df4 (diff) | |
| download | cgeo-2f5405fa21fc90e9f9fadf5546e39c92031475c3.zip cgeo-2f5405fa21fc90e9f9fadf5546e39c92031475c3.tar.gz cgeo-2f5405fa21fc90e9f9fadf5546e39c92031475c3.tar.bz2 | |
Use httpclientandroidlib instead of plain old httpclient
Diffstat (limited to 'main/src/cgeo/geocaching/network/HtmlImage.java')
| -rw-r--r-- | main/src/cgeo/geocaching/network/HtmlImage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/network/HtmlImage.java b/main/src/cgeo/geocaching/network/HtmlImage.java index ef13a36..3648d80 100644 --- a/main/src/cgeo/geocaching/network/HtmlImage.java +++ b/main/src/cgeo/geocaching/network/HtmlImage.java @@ -8,8 +8,8 @@ import cgeo.geocaching.files.LocalStorage; import cgeo.geocaching.utils.ImageHelper; import cgeo.geocaching.utils.Log; +import ch.boye.httpclientandroidlib.HttpResponse; import org.apache.commons.lang3.StringUtils; -import org.apache.http.HttpResponse; import android.content.Context; import android.content.res.Resources; |
