summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/UriImage.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code.Chih-Chung Chang2010-03-051-168/+0
|
* Remove the use of native allocation.Chih-Chung Chang2010-02-121-8/+2
|
* Remove "display name" and always use "title" field in display (same as Gallery).Chih-Chung Chang2010-01-051-4/+0
|
* Remove unused code in Camera app.Owen Lin2009-10-291-4/+0
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Fix some warnnings reported by eclipse.Owen Lin2009-09-241-1/+0
| | | | Change-Id: I40037e0735ddbca750cbe5f8364af5247992c51c
* Remove unused code.Chih-Chung Chang2009-08-311-8/+0
| | | | Change-Id: I848708a594ee58adad404ae3c67257e74cc18e58
* Fix 2083639: Crash on Camera while previewing an attachment through ↵Chih-Chung Chang2009-08-281-2/+2
| | | | | | Email/gmail/browser app Change-Id: I69ca1ae148070d3428d3488416308431c82a103c
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-131-1/+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.
* Removed unused resources and code. See 2036961: build size too large.Chih-Chung Chang2009-08-101-4/+0
|
* Fix 2033184: Crash on delete after downloading/previewing picture attachments.Chih-Chung Chang2009-08-051-1/+3
|
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-291-3/+14
|
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵Chih-Chung Chang2009-07-271-8/+8
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* Remove unused code.Chih-Chung Chang2009-07-241-50/+0
|
* Simplify ImageGetter.Chih-Chung Chang2009-07-241-18/+9
|
* Set bitmaps for full size images as being purgeable in viewing and reviewing ↵Wei-Ta Chen2009-07-091-5/+11
| | | | | | | 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.
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-4/+0
|
* Clean CropImage.Chih-Chung Chang2009-05-191-1/+1
|
* findbugs fixit.Chih-Chung Chang2009-05-141-1/+0
| | | | remove unused variable and code.
* Fix bug found in stability test.Chih-Chung Chang2009-05-051-1/+1
| | | | Implement getRow for UriImage.
* Improve the design of ICancelable.Owen Lin2009-04-291-7/+9
|
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-4/+0
|
* Refactoring the code.Owen Lin2009-04-161-7/+6
|
* Code clean up.Chih-Chung Chang2009-04-161-16/+4
|
* Move makeBitmap to Util.Chih-Chung Chang2009-04-151-2/+3
|
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-0/+254
Extract UriImage to a separate file.