summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/MiniThumbFile.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems identified by findbugs fixit.Chih-Chung Chang2009-05-151-1/+2
|
* Code clean up.Chih-Chung Chang2009-04-171-1/+1
|
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-1/+0
| | | | Extract UriImage to a separate file.
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-4/+5
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 146085: Extract mini-thumb handling code to a separate class.Chih-Chung Chang2009-04-141-0/+196
Automated import of CL 146085