Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: Remove BitmapManager, ImageManager, and gallery classes. | Chia-chi Yeh | 2010-12-29 | 1 | -99/+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 code. | Chih-Chung Chang | 2010-03-05 | 1 | -24/+7 |
| | |||||
* | Remove "display name" and always use "title" field in display (same as Gallery). | Chih-Chung Chang | 2010-01-05 | 1 | -2/+1 |
| | |||||
* | Remove some more unused code. | Owen Lin | 2009-11-10 | 1 | -2/+1 |
| | | | | | | Remove unused memebers and parameters Change-Id: I35ccef892bd711c078a45ddbd92b651f950ff864 | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-11-02 | 1 | -2/+0 |
| | |||||
* | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -20/+0 |
| | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | Fix issue 2146863 Generated thumbnail in camera preview mode doesn't work ↵ | Ray Chen | 2009-09-27 | 1 | -2/+1 |
| | | | | after recording a video. | ||||
* | Change Camera & Gallery code to use the new thumbnail APIs. | Ray Chen | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | Style fix. | Chih-Chung Chang | 2009-08-26 | 1 | -3/+0 |
| | | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91 | ||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 1 | -24/+4 |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | ||||
* | The DATE_TAKEN field is in milliseconds, but DATE_MODIFIED is in seconds. | Chih-Chung Chang | 2009-08-17 | 1 | -1/+1 |
| | | | | We need to scale them before sorting. | ||||
* | Fix 1860351: Gallery does not sort Camera photos by date. | Chih-Chung Chang | 2009-08-14 | 1 | -11/+6 |
| | | | | For sorting, look at date_modified field if the datetaken field is null. | ||||
* | Make ImageList parcelable so that they can pass by intent. | Owen Lin | 2009-06-03 | 1 | -4/+24 |
| | |||||
* | Simplify the database code by keeping small data in memory. | Owen Lin | 2009-05-28 | 1 | -92/+63 |
| | |||||
* | Fix problems identified by findbugs fixit. | Chih-Chung Chang | 2009-05-15 | 1 | -0/+3 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes() | Owen Lin | 2009-04-17 | 1 | -2/+1 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -30/+36 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -4/+4 |
| | |||||
* | Move makeBitmap to Util. | Chih-Chung Chang | 2009-04-15 | 1 | -44/+0 |
| | |||||
* | Clean verbose logging messages. | Chih-Chung Chang | 2009-04-15 | 1 | -21/+1 |
| | | | | Extract UriImage to a separate file. | ||||
* | AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵ | Owen Lin | 2009-04-14 | 1 | -0/+1 |
| | | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099 | ||||
* | AI 145868: Code clean up. | Chih-Chung Chang | 2009-04-13 | 1 | -97/+3 |
| | | | | Automated import of CL 145868 | ||||
* | AI 145823: Remove unused code. | Chih-Chung Chang | 2009-04-12 | 1 | -6/+0 |
| | | | | Automated import of CL 145823 | ||||
* | AI 145696: Utilize BitmapManager to control bitmap related resources, making | Ray Chen | 2009-04-10 | 1 | -2/+4 |
| | | | | | | | 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/+341 |
to top level. Fix style issue. Automated import of CL 144530 |