Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: Remove BitmapManager, ImageManager, and gallery classes. | Chia-chi Yeh | 2010-12-29 | 10 | -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 Shamsi | 2010-11-06 | 1 | -2/+0 |
| | | | | | | from Camera app Change-Id: I6480b49bffa898400b2f2f3eeea85ce3bceed457 | ||||
* | Remove unused resources and code. | Owen Lin | 2010-04-07 | 7 | -39/+2 |
| | | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070 | ||||
* | Remove unused code. | Chih-Chung Chang | 2010-03-05 | 11 | -748/+26 |
| | |||||
* | Remove the use of native allocation. | Chih-Chung Chang | 2010-02-12 | 4 | -15/+7 |
| | |||||
* | Remove support for DRM images (they are not used now and reference to hidden ↵ | Chih-Chung Chang | 2010-02-12 | 1 | -105/+0 |
| | | | | classes). | ||||
* | Unbundle Camera: Unhide ThumbnailUtil and rename it to ThumbnailUtils. | Ray Chen | 2010-01-29 | 1 | -2/+2 |
| | |||||
* | Remove "display name" and always use "title" field in display (same as Gallery). | Chih-Chung Chang | 2010-01-05 | 8 | -36/+17 |
| | |||||
* | Remove some more unused code. | Owen Lin | 2009-11-10 | 4 | -6/+2 |
| | | | | | | Remove unused memebers and parameters Change-Id: I35ccef892bd711c078a45ddbd92b651f950ff864 | ||||
* | Remove some more code. | Owen Lin | 2009-11-04 | 3 | -17/+0 |
| | | | | Change-Id: I5779a15fcffecd9de28e6e1c24a59d3cf0a523f7 | ||||
* | Clean up and add comments for classes. | Chih-Chung Chang | 2009-11-03 | 1 | -0/+4 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-11-02 | 6 | -10/+0 |
| | |||||
* | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 9 | -69/+1 |
| | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | Utilize group id to request & cancel thumbnail requests. | Ray Chen | 2009-10-06 | 3 | -6/+10 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-09-28 | 4 | -55/+0 |
| | |||||
* | Fix issue 2146863 Generated thumbnail in camera preview mode doesn't work ↵ | Ray Chen | 2009-09-27 | 1 | -2/+1 |
| | | | | after recording a video. | ||||
* | Fix 2145588 jhead reports "Not JPEG" | Ray Chen | 2009-09-27 | 2 | -11/+5 |
| | |||||
* | Change Camera & Gallery code to use the new thumbnail APIs. | Ray Chen | 2009-09-23 | 10 | -577/+35 |
| | |||||
* | Fix some warnnings reported by eclipse. | Owen Lin | 2009-09-24 | 4 | -4/+1 |
| | | | | Change-Id: I40037e0735ddbca750cbe5f8364af5247992c51c | ||||
* | Update jpeg orientation tag for rotation. | Chih-Chung Chang | 2009-09-22 | 1 | -1/+61 |
| | | | | This (mostly) reverts commit bacc4e595b85dc9fae34a47956a7ea8f6331b40a. | ||||
* | Remove unused orientation parameter. | Chih-Chung Chang | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Don't change to orientation in the jpeg file. (It didn't work anyway). | Chih-Chung Chang | 2009-09-17 | 1 | -63/+1 |
| | |||||
* | Use the new exif interface API. | Chih-Chung Chang | 2009-09-16 | 2 | -10/+21 |
| | | | | Change-Id: I2aba6e09601facc1db633c57a015ea73c3eacb31 | ||||
* | Code clean up. | Chih-Chung Chang | 2009-09-07 | 3 | -8/+0 |
| | | | | Change-Id: I8814d8482df5709b03ef105f547f4981db34919a | ||||
* | Change Cancelable to method call directly. | Chih-Chung Chang | 2009-09-04 | 5 | -356/+21 |
| | | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb | ||||
* | Remove trailing spaces. | Owen Lin | 2009-09-02 | 1 | -1/+1 |
| | | | | Change-Id: I80feb1b58c148b35b2666ef08d4b13d5aa0608b2 | ||||
* | Fix 2068807: Runtime Exception in viewing DRM images downloaded by the browser. | Chih-Chung Chang | 2009-08-31 | 1 | -0/+6 |
| | | | | Change-Id: Iadbf89f53ff75ea788af2099ac09a6883353ad2d | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-08-31 | 4 | -36/+2 |
| | | | | Change-Id: I848708a594ee58adad404ae3c67257e74cc18e58 | ||||
* | Fix 2059728: NPE in BaseImageList.getCursor | Chih-Chung Chang | 2009-08-28 | 1 | -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 Chang | 2009-08-28 | 3 | -25/+16 |
| | | | | | | Email/gmail/browser app Change-Id: I69ca1ae148070d3428d3488416308431c82a103c | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-08-27 | 3 | -15/+0 |
| | | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78 | ||||
* | Style fix. | Chih-Chung Chang | 2009-08-26 | 6 | -11/+4 |
| | | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91 | ||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 7 | -176/+31 |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | ||||
* | Merge change 21254 into eclair | Android (Google) Code Review | 2009-08-18 | 3 | -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 Lin | 2009-08-19 | 3 | -6/+4 |
| | | | | | | | | replace deprecated methods, and removing unused imports. | ||||
* | | The DATE_TAKEN field is in milliseconds, but DATE_MODIFIED is in seconds. | Chih-Chung Chang | 2009-08-17 | 3 | -3/+4 |
|/ | | | | We need to scale them before sorting. | ||||
* | Fix 1860351: Gallery does not sort Camera photos by date. | Chih-Chung Chang | 2009-08-14 | 4 | -25/+35 |
| | | | | For sorting, look at date_modified field if the datetaken field is null. | ||||
* | Fix http://b/issue?id=2048408. | Wei-Ta Chen | 2009-08-13 | 6 | -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 Chang | 2009-08-10 | 3 | -74/+0 |
| | |||||
* | Fix 2033184: Crash on delete after downloading/previewing picture attachments. | Chih-Chung Chang | 2009-08-05 | 2 | -6/+4 |
| | |||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 6 | -12/+40 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 7 | -32/+36 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-07-24 | 4 | -117/+0 |
| | |||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 5 | -24/+25 |
| | |||||
* | Set bitmaps for full size images as being purgeable in viewing and reviewing ↵ | Wei-Ta Chen | 2009-07-09 | 4 | -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 Chang | 2009-07-09 | 3 | -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 sync | 2009-07-09 | 2 | -16/+9 |
| | |||||
* | Use ReferenceQueue to improve LruCache. | Owen Lin | 2009-07-07 | 1 | -23/+29 |
| | |||||
* | Fix some warning shown in Eclipse. | Owen Lin | 2009-07-06 | 3 | -12/+7 |
| | |||||
* | Style fix. | Chih-Chung Chang | 2009-07-06 | 5 | -12/+26 |
| |