Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for DRM images (they are not used now and reference to hidden ↵ | Chih-Chung Chang | 2010-02-12 | 1 | -105/+0 |
| | | | | classes). | ||||
* | Remove "display name" and always use "title" field in display (same as Gallery). | Chih-Chung Chang | 2010-01-05 | 1 | -8/+3 |
| | |||||
* | Remove some more unused code. | Owen Lin | 2009-11-10 | 1 | -1/+1 |
| | | | | | | Remove unused memebers and parameters Change-Id: I35ccef892bd711c078a45ddbd92b651f950ff864 | ||||
* | Change Camera & Gallery code to use the new thumbnail APIs. | Ray Chen | 2009-09-23 | 1 | -4/+0 |
| | |||||
* | Remove trailing spaces. | Owen Lin | 2009-09-02 | 1 | -1/+1 |
| | | | | Change-Id: I80feb1b58c148b35b2666ef08d4b13d5aa0608b2 | ||||
* | Fix 2068807: Runtime Exception in viewing DRM images downloaded by the browser. | Chih-Chung Chang | 2009-08-31 | 1 | -0/+6 |
| | | | | Change-Id: Iadbf89f53ff75ea788af2099ac09a6883353ad2d | ||||
* | Style fix. | Chih-Chung Chang | 2009-08-26 | 1 | -2/+0 |
| | | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91 | ||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 1 | -19/+3 |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | ||||
* | Fix 1860351: Gallery does not sort Camera photos by date. | Chih-Chung Chang | 2009-08-14 | 1 | -8/+0 |
| | | | | For sorting, look at date_modified field if the datetaken field is null. | ||||
* | Fix http://b/issue?id=2048408. | Wei-Ta Chen | 2009-08-13 | 1 | -2/+2 |
| | | | | | | (1) Set default maximum numbers of pixels for thumbails and mini thumbnails. (2) Enfore computeSampleSize() to return a sample size that is either power of 2 or multiple of 8. | ||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 1 | -1/+6 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 1 | -2/+4 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Style fix. | Chih-Chung Chang | 2009-07-06 | 1 | -3/+3 |
| | |||||
* | Make ImageList parcelable so that they can pass by intent. | Owen Lin | 2009-06-03 | 1 | -4/+20 |
| | |||||
* | Simplify the database code by keeping small data in memory. | Owen Lin | 2009-05-28 | 1 | -51/+23 |
| | |||||
* | Fix problems identified by findbugs fixit. | Chih-Chung Chang | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-29 | 1 | -1/+0 |
| | |||||
* | In Gallery, make visible thumbnails appear faster. | Chih-Chung Chang | 2009-04-28 | 1 | -8/+1 |
| | | | | | Put checkThumbnails and getBitmap to the same thread in ImageLoader, and only do checkThumbnails when there are no getBitmap requests. | ||||
* | Code clean up. | Chih-Chung Chang | 2009-04-16 | 1 | -2/+3 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -9/+9 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 1 | -3/+3 |
| | |||||
* | 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 | -5/+0 |
| | | | | Automated import of CL 145823 | ||||
* | 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/+171 |
to top level. Fix style issue. Automated import of CL 144530 |