summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 some more code.Owen Lin2009-11-043-17/+0
* 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
* 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 aft...Ray Chen2009-09-271-2/+1
* 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
* Update jpeg orientation tag for rotation.Chih-Chung Chang2009-09-221-1/+61
* 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
* Code clean up.Chih-Chung Chang2009-09-073-8/+0
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-045-356/+21
* Remove trailing spaces.Owen Lin2009-09-021-1/+1
* Fix 2068807: Runtime Exception in viewing DRM images downloaded by the browser.Chih-Chung Chang2009-08-311-0/+6
* Remove unused code.Chih-Chung Chang2009-08-314-36/+2
* Fix 2059728: NPE in BaseImageList.getCursorChih-Chung Chang2009-08-281-17/+10
* Fix 2083639: Crash on Camera while previewing an attachment through Email/gma...Chih-Chung Chang2009-08-283-25/+16
* Remove unused code.Chih-Chung Chang2009-08-273-15/+0
* Style fix.Chih-Chung Chang2009-08-266-11/+4
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-267-176/+31
* Merge change 21254 into eclairAndroid (Google) Code Review2009-08-183-6/+4
|\
| * Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-193-6/+4
* | The DATE_TAKEN field is in milliseconds, but DATE_MODIFIED is in seconds.Chih-Chung Chang2009-08-173-3/+4
|/
* Fix 1860351: Gallery does not sort Camera photos by date.Chih-Chung Chang2009-08-144-25/+35
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-136-11/+12
* 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 i...Chih-Chung Chang2009-07-277-32/+36
* 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
* Fix 1962656: Going to gallery when sd card is full causes a crash.Chih-Chung Chang2009-07-093-22/+36
* 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
* Add retry if the query fails. The query fails if the mediaChih-Chung Chang2009-07-031-0/+16
* Fix 1950477: Menu items for video review are incorrect.Chih-Chung Chang2009-07-011-2/+2
* Fix several issues with ImageList.Owen Lin2009-06-242-5/+38