forked from mitmel/Android-Image-Cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mitmel/Android-Image-Cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3b093d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 9 files changed
- 1 contributor
Commits on Dec 2, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 270d473 - Browse repository at this point
Copy the full SHA 270d473View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3981fd - Browse repository at this point
Copy the full SHA b3981fdView commit details
Commits on Dec 4, 2012
-
Configuration menu - View commit details
-
Copy full SHA for a7d26b2 - Browse repository at this point
Copy the full SHA a7d26b2View commit details
Commits on Dec 11, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 21913d5 - Browse repository at this point
Copy the full SHA 21913d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ecd8a - Browse repository at this point
Copy the full SHA a3ecd8aView commit details
Commits on Dec 13, 2012
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8e8a271 - Browse repository at this point
Copy the full SHA 8e8a271View commit details
Commits on Jan 31, 2013
-
Adds first pass at trim() function
In this implementation, trimming is done based on when the item was written to the cache.
Configuration menu - View commit details
-
Copy full SHA for b42d9ff - Browse repository at this point
Copy the full SHA b42d9ffView commit details
Commits on Feb 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for c71e425 - Browse repository at this point
Copy the full SHA c71e425View commit details
Commits on Feb 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7c41162 - Browse repository at this point
Copy the full SHA 7c41162View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b5ee6d3 - Browse repository at this point
Copy the full SHA b5ee6d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8316df - Browse repository at this point
Copy the full SHA b8316dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69bd9c1 - Browse repository at this point
Copy the full SHA 69bd9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2321ab - Browse repository at this point
Copy the full SHA a2321abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c86ed5 - Browse repository at this point
Copy the full SHA 6c86ed5View commit details
Commits on Feb 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f35af3b - Browse repository at this point
Copy the full SHA f35af3bView commit details
Commits on Feb 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b3b093d - Browse repository at this point
Copy the full SHA b3b093dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3a936cc...b3b093d