Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hrandroid/Android-Image-Cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3a936cc
Choose a base ref
...
head repository: mitmel/Android-Image-Cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3b093d
Choose a head ref
  • 16 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 2, 2012

  1. Fixes documentation

    xxv committed Dec 2, 2012
    Configuration menu
    Copy the full SHA
    270d473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3981fd View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2012

  1. Configuration menu
    Copy the full SHA
    a7d26b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2012

  1. Adds documentation

    xxv committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    21913d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3ecd8a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2012

  1. Changes ID from long to int; API-breaking change

    In order to play a bit more nicely with Android, IDs are now ints
    instead of longs. At 500 loads/second, it would take an int 49 days to
    wrap. So this seems reasonable. Additionally, this means that one can
    use SparseArrays and resource IDs without casting.
    
    Deprecated markers have been placed on the old methods.
    xxv committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    8e8a271 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2013

  1. Adds first pass at trim() function

    In this implementation, trimming is done based on when the item was
    written to the cache.
    xxv committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    b42d9ff View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2013

  1. Configuration menu
    Copy the full SHA
    c71e425 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2013

  1. Marks core methods final

    xxv committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    7c41162 View commit details
    Browse the repository at this point in the history
  2. Adds autotrim feature

    In order to make ImageCache as easy to use as possible, this adds a
    feature to automatically trim the disk cache in order to satisfy a given
    storage size. By default, this size is determined automatically as a
    fraction of the available free space. Cached items that haven't been
    accessed by the given ImageCache instance will be purged first, followed
    by items that haven't been accessed recently.
    
    All the parameters of autotrimming can be configured, including the use
    of autotrim at all.
    xxv committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    b5ee6d3 View commit details
    Browse the repository at this point in the history
  3. Adds tests for trim

    xxv committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    b8316df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69bd9c1 View commit details
    Browse the repository at this point in the history
  5. Updates README

    xxv committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    a2321ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c86ed5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2013

  1. Configuration menu
    Copy the full SHA
    f35af3b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2013

  1. Configuration menu
    Copy the full SHA
    b3b093d View commit details
    Browse the repository at this point in the history
Loading