Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate camcorder review mode to ReviewImage. | Wu-cheng Li | 2009-06-19 | 1 | -0/+10 |
| | |||||
* | Fix bug 1897802 in two parts. | Owen Lin | 2009-06-04 | 1 | -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 Lin | 2009-06-03 | 1 | -4/+8 |
| | |||||
* | Simplify the database code by keeping small data in memory. | Owen Lin | 2009-05-28 | 1 | -35/+13 |
| | |||||
* | Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes() | Owen Lin | 2009-04-17 | 1 | -4/+4 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -17/+7 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -1/+1 |
| | |||||
* | Move makeBitmap to Util. | Chih-Chung Chang | 2009-04-15 | 1 | -27/+0 |
| | |||||
* | Clean verbose logging messages. | Chih-Chung Chang | 2009-04-15 | 1 | -216/+2 |
| | | | | Extract UriImage to a separate file. | ||||
* | AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵ | Owen Lin | 2009-04-14 | 1 | -5/+4 |
| | | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099 | ||||
* | AI 145868: Code clean up. | Chih-Chung Chang | 2009-04-13 | 1 | -10/+0 |
| | | | | Automated import of CL 145868 | ||||
* | AI 145823: Remove unused code. | Chih-Chung Chang | 2009-04-12 | 1 | -11/+0 |
| | | | | Automated import of CL 145823 | ||||
* | AI 145696: Utilize BitmapManager to control bitmap related resources, making | Ray Chen | 2009-04-10 | 1 | -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 Chang | 2009-04-08 | 1 | -10/+0 |
| | | | | Automated import of CL 145045 | ||||
* | AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵ | Owen Lin | 2009-04-03 | 1 | -0/+391 |
to top level. Fix style issue. Automated import of CL 144530 |