summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/MiniThumbFile.java
Commit message (Collapse)AuthorAgeFilesLines
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-194/+0
|
* Code clean up.Chih-Chung Chang2009-09-071-3/+0
| | | | Change-Id: I8814d8482df5709b03ef105f547f4981db34919a
* Remove unused code.Chih-Chung Chang2009-08-271-6/+0
| | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78
* Fix 1962656: Going to gallery when sd card is full causes a crash.Chih-Chung Chang2009-07-091-1/+7
| | | | | | | | Also simplify the thumbnail reading code. I think we don't need to check the thumbnail magic being id because all current thumbnail files should have random number and not id. (see bug 1240638 for date).
* 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