summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/CropImage.java
Commit message (Expand)AuthorAgeFilesLines
* Remove some more code.Owen Lin2009-11-041-792/+0
* Fix orientation not stored in the database.Chih-Chung Chang2009-09-281-3/+3
* Fix 2145588 jhead reports "Not JPEG"Ray Chen2009-09-271-8/+2
* Remove unused orientation parameter.Chih-Chung Chang2009-09-221-1/+0
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-041-4/+1
* Remove unused code.Chih-Chung Chang2009-08-271-3/+0
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-3/+3
* Show setting wallpaper message in crop image.Chih-Chung Chang2009-08-241-1/+4
* Fix 1559583: Unnecessary image is created when setting a wallpaperChih-Chung Chang2009-08-241-0/+12
* Fix 2052451: recycle bitmap memory as soon as possible so we won't be out-of-...Chih-Chung Chang2009-08-191-63/+70
* Make CropImage always fullscreen.Wu-cheng Li2009-07-311-5/+3
* Fix 2021864: NPE while saving picture in CropImage.Chih-Chung Chang2009-07-311-1/+3
* Make dpad left/right move to prev/next image.Chih-Chung Chang2009-07-311-4/+1
* Make CropImage support fullscreen extra.Wu-cheng Li2009-07-301-0/+6
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-291-1/+1
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full i...Chih-Chung Chang2009-07-271-1/+2
* Try to fix 1962530: out of memory in CropImage.Chih-Chung Chang2009-07-101-37/+52
* Fixed the OOM in crop image.Owen Lin2009-07-011-55/+30
* Fix bug 1866604: by fixing the output file URI,Owen Lin2009-05-211-5/+3
* Clean CropImage.Chih-Chung Chang2009-05-191-181/+166
* Clean BitmapManager.Chih-Chung Chang2009-05-181-1/+1
* remove cancelAllDecodingThreads and allowAllDecodingThreads.Ray Chen2009-05-141-13/+6
* Improve the design of ICancelable.Owen Lin2009-04-291-2/+2
* Remove unnecessary allowThreadDecoding.Chih-Chung Chang2009-04-291-1/+0
* Fix bitmap decoding in CropImage.Chih-Chung Chang2009-04-241-0/+5
* Code clean up.Chih-Chung Chang2009-04-171-4/+2
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-0/+1
* Code clean up.Chih-Chung Chang2009-04-171-2/+2
* Move transform to Util.javaChih-Chung Chang2009-04-161-1/+1
* Code clean up.Chih-Chung Chang2009-04-161-5/+4
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-25/+1
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, suc...Owen Lin2009-04-141-11/+13
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-1/+0
* AI 145815: Simplify ViewImage.Chih-Chung Chang2009-04-121-12/+2
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-1/+15
* AI 145270: Code clean up.Chih-Chung Chang2009-04-081-420/+360
* AI 144837: Style fix.Chih-Chung Chang2009-04-071-238/+322
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes to...Owen Lin2009-04-031-3/+7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+802
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-802/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+3
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+1
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-1/+2
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-79/+82
* Initial ContributionThe Android Open Source Project2008-10-211-0/+794