summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/BitmapManager.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-131/+0
* Remove unused resources and code.Owen Lin2010-04-071-72/+1
* Clean up and add comments for classes.Chih-Chung Chang2009-11-031-13/+18
* Clean up and add comments for classes.Chih-Chung Chang2009-11-021-3/+5
* Utilize group id to request & cancel thumbnail requests.Ray Chen2009-10-061-2/+48
* Remove unused code.Chih-Chung Chang2009-08-271-37/+0
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-131-1/+0
* Removed unused resources and code. See 2036961: build size too large.Chih-Chung Chang2009-08-101-20/+0
* Clean BitmapManager.Chih-Chung Chang2009-05-181-108/+40
* Fix problems identified by findbugs fixit.Chih-Chung Chang2009-05-151-1/+0
* remove cancelAllDecodingThreads and allowAllDecodingThreads.Ray Chen2009-05-141-35/+48
* new file: ../CameraAppUnitTestRunner.javaRay Chen2009-05-121-2/+2
* All threads are allowed to decode by default.Ray Chen2009-04-291-2/+2
* Disable 'acqureResourceLock' and 'releaseResourceLock' in BitmapManager.Ray Chen2009-04-281-1/+1
* Fix bitmap decoding in CropImage.Chih-Chung Chang2009-04-241-3/+11
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-5/+0
* Refactoring the code.Owen Lin2009-04-161-3/+1
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-66/+1
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, suc...Owen Lin2009-04-141-47/+49
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-7/+6
* AI 145007: A centralized control for resource-intensive bitmap decoding.Ray Chen2009-04-071-0/+326