Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add retry if the query fails. The query fails if the media | Chih-Chung Chang | 2009-07-03 | 1 | -0/+16 | |
| | | | | provider is killed. | |||||
* | Fix 1950477: Menu items for video review are incorrect. | Chih-Chung Chang | 2009-07-01 | 1 | -2/+2 | |
| | ||||||
* | Fix several issues with ImageList. | Owen Lin | 2009-06-24 | 2 | -5/+38 | |
| | | | | | | | | | | | | | | | | | One is bug 1933327 It seems to be timing issue. We assign the value of mAllImages in only "onCreate" and will set it to null in "onActivityResult". I modified the code so that it won't be null after "onCreate()". The other issue is the crop image won't . The reason is we don't clean up the cache when we reopen the cache. It won't work for ImageListUber for the original fix since "buildImageListFromUri" won't return ImageList of type ImageListUber. The final one is the "getImaegForUri", last time, I made a change but cause review fails in Camera. But, I need the check if the given uri is actually the same as the image list not just check the "id". | |||||
* | Remove verbose messages. | Chih-Chung Chang | 2009-06-22 | 1 | -4/+0 | |
| | ||||||
* | Integrate camcorder review mode to ReviewImage. | Wu-cheng Li | 2009-06-19 | 1 | -0/+10 | |
| | ||||||
* | Remove unnecessary thumbnail generation in the process of saving image. | Chih-Chung Chang | 2009-06-16 | 1 | -37/+0 | |
| | | | | | | The original code does not work as intended because the filePath is null at that time, and the mini thumbnail magic is cleared in execute() of AddImageCancelable. So remove this part of code altogether. | |||||
* | Merge change 4027 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -3/+3 | |
|\ | | | | | | | | | * changes: fix bug 1909589 and 1903635. I think the cause root is that the LruCache is not thread safe. I change it to thread safe and add a test for this. | |||||
| * | fix bug 1909589 and 1903635. I think the cause root is that the LruCache is not | Owen Lin | 2009-06-11 | 1 | -3/+3 | |
| | | | | | | | | thread safe. I change it to thread safe and add a test for this. | |||||
* | | Fix 1911405: Captured JPEG image size is only 512x384. | Chih-Chung Chang | 2009-06-15 | 2 | -7/+8 | |
|/ | | | | | | The problem is the thumbnail is written to the same file as the original image. The bug is made visible by the new camera driver because the thumbnail in the jpeg file is not readable (I'll file another bug for that). | |||||
* | Fix issue 1906618. | repo sync | 2009-06-11 | 1 | -3/+0 | |
| | ||||||
* | Add correct action icons to ViewImage for video | Owen Lin | 2009-06-08 | 1 | -2/+3 | |
| | ||||||
* | Use a week reference to trace all the items which are in used. | Owen Lin | 2009-06-08 | 1 | -8/+47 | |
| | | | | | By doing so, we can make sure there are only item of the given key in the system. | |||||
* | Fix bug 1897802 in two parts. | Owen Lin | 2009-06-04 | 1 | -0/+4 | |
| | | | | | 1. Override the getImageIndex in SingleImageList (This is a potential bug) 2. Fallback to the original code if no ImageList is pass over the intent | |||||
* | Pass image list from ImageGallery to ViewImage to support the uber type | Owen Lin | 2009-06-03 | 3 | -12/+22 | |
| | | | | image list. | |||||
* | Make ImageList parcelable so that they can pass by intent. | Owen Lin | 2009-06-03 | 7 | -32/+181 | |
| | ||||||
* | Fix the order bug in ImageListUber and add unit test for ImageListUber. | Owen Lin | 2009-05-29 | 1 | -1/+6 | |
| | ||||||
* | Simplify the database code by keeping small data in memory. | Owen Lin | 2009-05-28 | 13 | -801/+529 | |
| | ||||||
* | Clean CropImage. | Chih-Chung Chang | 2009-05-19 | 2 | -3/+3 | |
| | ||||||
* | Fix problems identified by findbugs fixit. | Chih-Chung Chang | 2009-05-15 | 6 | -7/+8 | |
| | ||||||
* | findbugs fixit. | Chih-Chung Chang | 2009-05-14 | 2 | -2/+0 | |
| | | | | remove unused variable and code. | |||||
* | Tweak to speed up Gallery. | Chih-Chung Chang | 2009-05-14 | 1 | -8/+8 | |
| | ||||||
* | Fix bug found in stability test. | Chih-Chung Chang | 2009-05-05 | 1 | -1/+1 | |
| | | | | Implement getRow for UriImage. | |||||
* | Reduce ViewImage start up time. | Chih-Chung Chang | 2009-05-04 | 3 | -14/+27 | |
| | | | | On an sdcard with ~800 images, the start up time is reduced by about 1 sec. | |||||
* | Improve the design of ICancelable. | Owen Lin | 2009-04-29 | 9 | -179/+268 | |
| | ||||||
* | Code clean up. | Chih-Chung Chang | 2009-04-29 | 5 | -7/+5 | |
| | ||||||
* | Disable 'acqureResourceLock' and 'releaseResourceLock' in BitmapManager. | Ray Chen | 2009-04-28 | 1 | -72/+65 | |
| | ||||||
* | In Gallery, make visible thumbnails appear faster. | Chih-Chung Chang | 2009-04-28 | 6 | -56/+23 | |
| | | | | | Put checkThumbnails and getBitmap to the same thread in ImageLoader, and only do checkThumbnails when there are no getBitmap requests. | |||||
* | Issue 1799299: Display picture details. | Ray Chen | 2009-04-24 | 1 | -42/+61 | |
| | ||||||
* | Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes() | Owen Lin | 2009-04-17 | 10 | -69/+18 | |
| | ||||||
* | Remove remaining reference to ImageManager.instance(). | Chih-Chung Chang | 2009-04-17 | 2 | -3/+3 | |
| | ||||||
* | Code clean up. | Chih-Chung Chang | 2009-04-17 | 1 | -1/+1 | |
| | ||||||
* | Refactoring the code. | Owen Lin | 2009-04-16 | 3 | -39/+37 | |
| | ||||||
* | Decode to smaller size so mini-thumb generation is faster. | Chih-Chung Chang | 2009-04-16 | 1 | -1/+1 | |
| | ||||||
* | Code clean up. | Chih-Chung Chang | 2009-04-16 | 10 | -42/+48 | |
| | ||||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 8 | -232/+105 | |
| | ||||||
* | Code clean up. | Chih-Chung Chang | 2009-04-15 | 8 | -35/+33 | |
| | ||||||
* | Move makeBitmap to Util. | Chih-Chung Chang | 2009-04-15 | 6 | -127/+11 | |
| | ||||||
* | Clean verbose logging messages. | Chih-Chung Chang | 2009-04-15 | 13 | -534/+327 | |
| | | | | Extract UriImage to a separate file. | |||||
* | AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵ | Owen Lin | 2009-04-14 | 16 | -318/+39 | |
| | | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099 | |||||
* | AI 146085: Extract mini-thumb handling code to a separate class. | Chih-Chung Chang | 2009-04-14 | 3 | -200/+216 | |
| | | | | Automated import of CL 146085 | |||||
* | AI 145868: Code clean up. | Chih-Chung Chang | 2009-04-13 | 9 | -200/+22 | |
| | | | | Automated import of CL 145868 | |||||
* | AI 145823: Remove unused code. | Chih-Chung Chang | 2009-04-12 | 10 | -132/+0 | |
| | | | | Automated import of CL 145823 | |||||
* | AI 145696: Utilize BitmapManager to control bitmap related resources, making | Ray Chen | 2009-04-10 | 5 | -41/+28 | |
| | | | | | | | decoding cancelable, thus reduce activities switch latency and gallery related ANR. BUG=1692286 Automated import of CL 145696 | |||||
* | AI 145045: Code clean up. | Chih-Chung Chang | 2009-04-08 | 9 | -133/+0 | |
| | | | | Automated import of CL 145045 | |||||
* | AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵ | Owen Lin | 2009-04-03 | 20 | -0/+4373 | |
to top level. Fix style issue. Automated import of CL 144530 |