summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-2910-935/+0
| | | | | | | There are 1500 lines of code within 12 classes, which are now completely replaced by 250-line Storage class. Hooray! Change-Id: I9d0149cac18185972912f7b7a92f450929060274
* code cleanup: unused import statements, local varaiables and ... removed ↵Mohammad Shamsi2010-11-061-2/+0
| | | | | | from Camera app Change-Id: I6480b49bffa898400b2f2f3eeea85ce3bceed457
* Remove unused resources and code.Owen Lin2010-04-077-39/+2
| | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
* Remove unused code.Chih-Chung Chang2010-03-0511-748/+26
|
* Remove the use of native allocation.Chih-Chung Chang2010-02-124-15/+7
|
* Remove support for DRM images (they are not used now and reference to hidden ↵Chih-Chung Chang2010-02-121-105/+0
| | | | classes).
* 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-058-36/+17
|
* Remove some more unused code.Owen Lin2009-11-104-6/+2
| | | | | | Remove unused memebers and parameters Change-Id: I35ccef892bd711c078a45ddbd92b651f950ff864
* Remove some more code.Owen Lin2009-11-043-17/+0
| | | | Change-Id: I5779a15fcffecd9de28e6e1c24a59d3cf0a523f7
* Clean up and add comments for classes.Chih-Chung Chang2009-11-031-0/+4
|
* Remove unused code.Chih-Chung Chang2009-11-026-10/+0
|
* Remove unused code in Camera app.Owen Lin2009-10-299-69/+1
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Utilize group id to request & cancel thumbnail requests.Ray Chen2009-10-063-6/+10
|
* Remove unused code.Chih-Chung Chang2009-09-284-55/+0
|
* Fix issue 2146863 Generated thumbnail in camera preview mode doesn't work ↵Ray Chen2009-09-271-2/+1
| | | | after recording a video.
* Fix 2145588 jhead reports "Not JPEG"Ray Chen2009-09-272-11/+5
|
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-2310-577/+35
|
* Fix some warnnings reported by eclipse.Owen Lin2009-09-244-4/+1
| | | | Change-Id: I40037e0735ddbca750cbe5f8364af5247992c51c
* Update jpeg orientation tag for rotation.Chih-Chung Chang2009-09-221-1/+61
| | | | This (mostly) reverts commit bacc4e595b85dc9fae34a47956a7ea8f6331b40a.
* Remove unused orientation parameter.Chih-Chung Chang2009-09-221-1/+1
|
* Don't change to orientation in the jpeg file. (It didn't work anyway).Chih-Chung Chang2009-09-171-63/+1
|
* Use the new exif interface API.Chih-Chung Chang2009-09-162-10/+21
| | | | Change-Id: I2aba6e09601facc1db633c57a015ea73c3eacb31
* Code clean up.Chih-Chung Chang2009-09-073-8/+0
| | | | Change-Id: I8814d8482df5709b03ef105f547f4981db34919a
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-045-356/+21
| | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb
* 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
* Remove unused code.Chih-Chung Chang2009-08-314-36/+2
| | | | Change-Id: I848708a594ee58adad404ae3c67257e74cc18e58
* Fix 2059728: NPE in BaseImageList.getCursorChih-Chung Chang2009-08-281-17/+10
| | | | | | Return an empty image list if the cursor is not available. Change-Id: Ib9f0b23668da7b3c29d208bd46c020e268a0b7f2
* Fix 2083639: Crash on Camera while previewing an attachment through ↵Chih-Chung Chang2009-08-283-25/+16
| | | | | | Email/gmail/browser app Change-Id: I69ca1ae148070d3428d3488416308431c82a103c
* Remove unused code.Chih-Chung Chang2009-08-273-15/+0
| | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78
* Style fix.Chih-Chung Chang2009-08-266-11/+4
| | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-267-176/+31
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* Merge change 21254 into eclairAndroid (Google) Code Review2009-08-183-6/+4
|\ | | | | | | | | * changes: Fix the warnings shown in Eclipse. That is, removing unused field, replace deprecated methods, and removing unused imports.
| * Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-193-6/+4
| | | | | | | | replace deprecated methods, and removing unused imports.
* | The DATE_TAKEN field is in milliseconds, but DATE_MODIFIED is in seconds.Chih-Chung Chang2009-08-173-3/+4
|/ | | | We need to scale them before sorting.
* Fix 1860351: Gallery does not sort Camera photos by date.Chih-Chung Chang2009-08-144-25/+35
| | | | For sorting, look at date_modified field if the datetaken field is null.
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-136-11/+12
| | | | | | (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.
* Removed unused resources and code. See 2036961: build size too large.Chih-Chung Chang2009-08-103-74/+0
|
* Fix 2033184: Crash on delete after downloading/previewing picture attachments.Chih-Chung Chang2009-08-052-6/+4
|
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-296-12/+40
|
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵Chih-Chung Chang2009-07-277-32/+36
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* Remove unused code.Chih-Chung Chang2009-07-244-117/+0
|
* Simplify ImageGetter.Chih-Chung Chang2009-07-245-24/+25
|
* Set bitmaps for full size images as being purgeable in viewing and reviewing ↵Wei-Ta Chen2009-07-094-12/+26
| | | | | | | 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.
* Fix 1962656: Going to gallery when sd card is full causes a crash.Chih-Chung Chang2009-07-093-22/+36
| | | | | | | | Also simplify the thumbnail reading code. I think we don't need to check the thumbnail magic being id because all current thumbnail files should have random number and not id. (see bug 1240638 for date).
* Move ExifInterface to android.media package.repo sync2009-07-092-16/+9
|
* Use ReferenceQueue to improve LruCache.Owen Lin2009-07-071-23/+29
|
* Fix some warning shown in Eclipse.Owen Lin2009-07-063-12/+7
|
* Style fix.Chih-Chung Chang2009-07-065-12/+26
|