summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/LruCache.java
Commit message (Expand)AuthorAgeFilesLines
* Clean up and add comments for classes.Chih-Chung Chang2009-11-031-0/+4
* Fix some warnnings reported by eclipse.Owen Lin2009-09-241-0/+1
* Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-191-2/+2
* Use ReferenceQueue to improve LruCache.Owen Lin2009-07-071-23/+29
* Style fix.Chih-Chung Chang2009-07-061-0/+16
* fix bug 1909589 and 1903635. I think the cause root is that the LruCache is notOwen Lin2009-06-111-3/+3
* Use a week reference to trace all the items which are in used.Owen Lin2009-06-081-8/+47
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-0/+19