summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/IImageList.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-63/+0
| | | | | | | There are 1500 lines of code within 12 classes, which are now completely replaced by 250-line Storage class. Hooray! Change-Id: I9d0149cac18185972912f7b7a92f450929060274
* Remove unused resources and code.Owen Lin2010-04-071-2/+0
| | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
* Remove unused code.Chih-Chung Chang2010-03-051-23/+0
|
* Remove some more code.Owen Lin2009-11-041-5/+0
| | | | Change-Id: I5779a15fcffecd9de28e6e1c24a59d3cf0a523f7
* Remove unused code.Chih-Chung Chang2009-11-021-2/+0
|
* Remove unused code in Camera app.Owen Lin2009-10-291-1/+0
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-7/+0
|
* Fix 2083639: Crash on Camera while previewing an attachment through ↵Chih-Chung Chang2009-08-281-1/+1
| | | | | | Email/gmail/browser app Change-Id: I69ca1ae148070d3428d3488416308431c82a103c
* Style fix.Chih-Chung Chang2009-08-261-1/+0
| | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-9/+1
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* Make ImageList parcelable so that they can pass by intent.Owen Lin2009-06-031-10/+21
|
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-1/+3
|
* Reduce ViewImage start up time.Chih-Chung Chang2009-05-041-1/+1
| | | | On an sdcard with ~800 images, the start up time is reduced by about 1 sec.
* In Gallery, make visible thumbnails appear faster.Chih-Chung Chang2009-04-281-10/+7
| | | | | Put checkThumbnails and getBitmap to the same thread in ImageLoader, and only do checkThumbnails when there are no getBitmap requests.
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-2/+0
|
* Code clean up.Chih-Chung Chang2009-04-151-1/+1
|
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-1/+21
| | | | Extract UriImage to a separate file.
* AI 145868: Code clean up.Chih-Chung Chang2009-04-131-1/+0
| | | | Automated import of CL 145868
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-13/+0
| | | | Automated import of CL 145823
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵Owen Lin2009-04-031-0/+98
to top level. Fix style issue. Automated import of CL 144530