Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: Remove BitmapManager, ImageManager, and gallery classes. | Chia-chi Yeh | 2010-12-29 | 1 | -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 Lin | 2010-04-07 | 1 | -2/+0 |
| | | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070 | ||||
* | Remove unused code. | Chih-Chung Chang | 2010-03-05 | 1 | -23/+0 |
| | |||||
* | Remove some more code. | Owen Lin | 2009-11-04 | 1 | -5/+0 |
| | | | | Change-Id: I5779a15fcffecd9de28e6e1c24a59d3cf0a523f7 | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-11-02 | 1 | -2/+0 |
| | |||||
* | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -1/+0 |
| | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | Change Camera & Gallery code to use the new thumbnail APIs. | Ray Chen | 2009-09-23 | 1 | -7/+0 |
| | |||||
* | Fix 2083639: Crash on Camera while previewing an attachment through ↵ | Chih-Chung Chang | 2009-08-28 | 1 | -1/+1 |
| | | | | | | Email/gmail/browser app Change-Id: I69ca1ae148070d3428d3488416308431c82a103c | ||||
* | Style fix. | Chih-Chung Chang | 2009-08-26 | 1 | -1/+0 |
| | | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91 | ||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 1 | -9/+1 |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | ||||
* | Make ImageList parcelable so that they can pass by intent. | Owen Lin | 2009-06-03 | 1 | -10/+21 |
| | |||||
* | Simplify the database code by keeping small data in memory. | Owen Lin | 2009-05-28 | 1 | -1/+3 |
| | |||||
* | Reduce ViewImage start up time. | Chih-Chung Chang | 2009-05-04 | 1 | -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 Chang | 2009-04-28 | 1 | -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 Lin | 2009-04-17 | 1 | -2/+0 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -1/+1 |
| | |||||
* | Clean verbose logging messages. | Chih-Chung Chang | 2009-04-15 | 1 | -1/+21 |
| | | | | Extract UriImage to a separate file. | ||||
* | AI 145868: Code clean up. | Chih-Chung Chang | 2009-04-13 | 1 | -1/+0 |
| | | | | Automated import of CL 145868 | ||||
* | AI 145823: Remove unused code. | Chih-Chung Chang | 2009-04-12 | 1 | -13/+0 |
| | | | | Automated import of CL 145823 | ||||
* | AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵ | Owen Lin | 2009-04-03 | 1 | -0/+98 |
to top level. Fix style issue. Automated import of CL 144530 |