summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/DrmImageList.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for DRM images (they are not used now and reference to hidden ↵Chih-Chung Chang2010-02-121-105/+0
| | | | classes).
* Remove "display name" and always use "title" field in display (same as Gallery).Chih-Chung Chang2010-01-051-8/+3
|
* Remove some more unused code.Owen Lin2009-11-101-1/+1
| | | | | | Remove unused memebers and parameters Change-Id: I35ccef892bd711c078a45ddbd92b651f950ff864
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-4/+0
|
* Remove trailing spaces.Owen Lin2009-09-021-1/+1
| | | | Change-Id: I80feb1b58c148b35b2666ef08d4b13d5aa0608b2
* Fix 2068807: Runtime Exception in viewing DRM images downloaded by the browser.Chih-Chung Chang2009-08-311-0/+6
| | | | Change-Id: Iadbf89f53ff75ea788af2099ac09a6883353ad2d
* Style fix.Chih-Chung Chang2009-08-261-2/+0
| | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-19/+3
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* Fix 1860351: Gallery does not sort Camera photos by date.Chih-Chung Chang2009-08-141-8/+0
| | | | For sorting, look at date_modified field if the datetaken field is null.
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-131-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 Chen2009-07-291-1/+6
|
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵Chih-Chung Chang2009-07-271-2/+4
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* Style fix.Chih-Chung Chang2009-07-061-3/+3
|
* Make ImageList parcelable so that they can pass by intent.Owen Lin2009-06-031-4/+20
|
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-51/+23
|
* Fix problems identified by findbugs fixit.Chih-Chung Chang2009-05-151-1/+1
|
* Code clean up.Chih-Chung Chang2009-04-291-1/+0
|
* In Gallery, make visible thumbnails appear faster.Chih-Chung Chang2009-04-281-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 Chang2009-04-161-2/+3
|
* Code clean up.Chih-Chung Chang2009-04-151-9/+9
|
* Code clean up.Chih-Chung Chang2009-04-151-3/+3
|
* 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-5/+0
| | | | Automated import of CL 145823
* 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/+171
to top level. Fix style issue. Automated import of CL 144530