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

Correctly handle indexed pngs #25

Commits on Aug 30, 2013

  1. - Added eclipse project files.

    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    40b4027 View commit details
    Browse the repository at this point in the history
  2. - Added precompiled library of Volley with the request queue getter.

    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    9ade53a View commit details
    Browse the repository at this point in the history
  3. - Fixed the DiskCache initialization. The DiskLruCache is initialized…

    … and then the DiskCacheAdapter overrides the instance.
    
    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    3b394ca View commit details
    Browse the repository at this point in the history
  4. - errorResourceId should be tested with 0 not -1.

    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    0e2916a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2013

  1. Merge branch 'master' of github.com:bumptech/glide

    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    d48e77e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2013

  1. - Disable DEBUG and VERBOSE logging to avoid dropping some frames!

    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    9b83f3e View commit details
    Browse the repository at this point in the history
  2. - In some rare situations the BitmapFactory can throw a IllegalArgume…

    …ntException when ever the opts.inBitmap is not null and the native part of the decoder returns a null. My impression is that either there is a rare problem with the bitmap pool (wrong dimensions) or the image might have a different config (png vs gif for instance).
    
    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    0c8659e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-bitmapfactory-iae'

    Carlos Sobrinho committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    2d7ac7e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2013

  1. - Added the Gradle and .settings folder to the .gitignore list.

    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    4b1f8ba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:bumptech/glide

    Conflicts:
    	library/src/com/bumptech/glide/resize/load/Downsampler.java
    	library/src/com/bumptech/glide/util/Log.java
    
    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    e7be539 View commit details
    Browse the repository at this point in the history
  3. - Removed ignored files.

    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    c5a7b60 View commit details
    Browse the repository at this point in the history
  4. - Updated the git ignore file.

    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    f0945c8 View commit details
    Browse the repository at this point in the history
  5. - If the config if null or any of the ARGB variants, save it as PNG.

    - Added support for indexed PNG's (PNG-8) that can have an optional transparency.
    
    Signed-off-by: Carlos Sobrinho <carlos.sobrinho@motain.de>
    Carlos Sobrinho committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    a6dccad View commit details
    Browse the repository at this point in the history