summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/SingleImageList.java
Commit message (Collapse)AuthorAgeFilesLines
* Integrate camcorder review mode to ReviewImage.Wu-cheng Li2009-06-191-0/+10
|
* Fix bug 1897802 in two parts.Owen Lin2009-06-041-0/+4
| | | | | 1. Override the getImageIndex in SingleImageList (This is a potential bug) 2. Fallback to the original code if no ImageList is pass over the intent
* Make ImageList parcelable so that they can pass by intent.Owen Lin2009-06-031-4/+8
|
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-35/+13
|
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-4/+4
|
* Code clean up.Chih-Chung Chang2009-04-151-17/+7
|
* Code clean up.Chih-Chung Chang2009-04-151-1/+1
|
* Move makeBitmap to Util.Chih-Chung Chang2009-04-151-27/+0
|
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-216/+2
| | | | Extract UriImage to a separate file.
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-5/+4
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 145868: Code clean up.Chih-Chung Chang2009-04-131-10/+0
| | | | Automated import of CL 145868
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-11/+0
| | | | Automated import of CL 145823
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-5/+7
| | | | | | | decoding cancelable, thus reduce activities switch latency and gallery related ANR. BUG=1692286 Automated import of CL 145696
* AI 145045: Code clean up.Chih-Chung Chang2009-04-081-10/+0
| | | | Automated import of CL 145045
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵Owen Lin2009-04-031-0/+391
to top level. Fix style issue. Automated import of CL 144530