summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/VideoObject.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-75/+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 Lin2010-04-071-4/+0
| | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
* Remove unused code.Chih-Chung Chang2010-03-051-48/+5
|
* Remove the use of native allocation.Chih-Chung Chang2010-02-121-1/+1
|
* Unbundle Camera: Unhide ThumbnailUtil and rename it to ThumbnailUtils.Ray Chen2010-01-291-2/+2
|
* Remove "display name" and always use "title" field in display (same as Gallery).Chih-Chung Chang2010-01-051-2/+2
|
* Remove unused code.Chih-Chung Chang2009-11-021-1/+0
|
* Remove unused code in Camera app.Owen Lin2009-10-291-6/+1
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Utilize group id to request & cancel thumbnail requests.Ray Chen2009-10-061-2/+5
|
* Remove unused code.Chih-Chung Chang2009-09-281-5/+0
|
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-4/+17
|
* Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-191-2/+2
| | | | replace deprecated methods, and removing unused imports.
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-131-2/+1
| | | | | | (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/+1
|
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵Chih-Chung Chang2009-07-271-3/+3
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* Remove unused code.Chih-Chung Chang2009-07-241-6/+0
|
* Simplify ImageGetter.Chih-Chung Chang2009-07-241-1/+2
|
* Set bitmaps for full size images as being purgeable in viewing and reviewing ↵Wei-Ta Chen2009-07-091-1/+2
| | | | | | | images. We increase the resolution of full size images to 2048x1536 for achieving better zoom-in quality. Also the delay between decoding a thumbnail and decoding a full size image is set to 1000 msecs.
* Pass image list from ImageGallery to ViewImage to support the uber typeOwen Lin2009-06-031-2/+2
| | | | image list.
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-19/+7
|
* Improve the design of ICancelable.Owen Lin2009-04-291-1/+1
|
* Code clean up.Chih-Chung Chang2009-04-161-1/+1
|
* Code clean up.Chih-Chung Chang2009-04-151-47/+3
|
* Code clean up.Chih-Chung Chang2009-04-151-3/+3
|
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-5/+0
| | | | Extract UriImage to a separate file.
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-3/+3
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 145045: Code clean up.Chih-Chung Chang2009-04-081-5/+0
| | | | Automated import of CL 145045
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵Owen Lin2009-04-031-0/+188
to top level. Fix style issue. Automated import of CL 144530