Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused resources and code. | Owen Lin | 2010-04-07 | 1 | -72/+1 |
| | | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070 | ||||
* | Clean up and add comments for classes. | Chih-Chung Chang | 2009-11-03 | 1 | -13/+18 |
| | |||||
* | Clean up and add comments for classes. | Chih-Chung Chang | 2009-11-02 | 1 | -3/+5 |
| | |||||
* | Utilize group id to request & cancel thumbnail requests. | Ray Chen | 2009-10-06 | 1 | -2/+48 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-08-27 | 1 | -37/+0 |
| | | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78 | ||||
* | Fix http://b/issue?id=2048408. | Wei-Ta Chen | 2009-08-13 | 1 | -1/+0 |
| | | | | | | (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 | 1 | -20/+0 |
| | |||||
* | Clean BitmapManager. | Chih-Chung Chang | 2009-05-18 | 1 | -108/+40 |
| | |||||
* | Fix problems identified by findbugs fixit. | Chih-Chung Chang | 2009-05-15 | 1 | -1/+0 |
| | |||||
* | remove cancelAllDecodingThreads and allowAllDecodingThreads. | Ray Chen | 2009-05-14 | 1 | -35/+48 |
| | |||||
* | new file: ../CameraAppUnitTestRunner.java | Ray Chen | 2009-05-12 | 1 | -2/+2 |
| | | | | | new file: BitmapManagerUnitTest.java modified: ../../../../../../src/com/android/camera/BitmapManager.java | ||||
* | All threads are allowed to decode by default. | Ray Chen | 2009-04-29 | 1 | -2/+2 |
| | |||||
* | Disable 'acqureResourceLock' and 'releaseResourceLock' in BitmapManager. | Ray Chen | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Fix bitmap decoding in CropImage. | Chih-Chung Chang | 2009-04-24 | 1 | -3/+11 |
| | | | | | Call allow decoding function so it can decode bitmaps. Add log in BitmapManager so we can fix callers which forget to call it. | ||||
* | Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes() | Owen Lin | 2009-04-17 | 1 | -5/+0 |
| | |||||
* | Refactoring the code. | Owen Lin | 2009-04-16 | 1 | -3/+1 |
| | |||||
* | Clean verbose logging messages. | Chih-Chung Chang | 2009-04-15 | 1 | -66/+1 |
| | | | | Extract UriImage to a separate file. | ||||
* | AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵ | Owen Lin | 2009-04-14 | 1 | -47/+49 |
| | | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099 | ||||
* | AI 145696: Utilize BitmapManager to control bitmap related resources, making | Ray Chen | 2009-04-10 | 1 | -7/+6 |
| | | | | | | | decoding cancelable, thus reduce activities switch latency and gallery related ANR. BUG=1692286 Automated import of CL 145696 | ||||
* | AI 145007: A centralized control for resource-intensive bitmap decoding. | Ray Chen | 2009-04-07 | 1 | -0/+326 |
BUG=1692286 Automated import of CL 145007 |