Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #29 - image downloading issue on some mobile networks #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 13, 2012

  1. Solve image downloading issue caused by getContentLength(). According…

    … to Android documentation "By default, this implementation of HttpURLConnection requests that servers use gzip compression. Since getContentLength() returns the number of bytes transmitted, you cannot use that method to predict how many bytes can be read from getInputStream()."
    yifengj committed Jun 13, 2012
    Configuration menu
    Copy the full SHA
    21bd3e1 View commit details
    Browse the repository at this point in the history