summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ImageManager.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code in Camera app.Owen Lin2009-10-291-14/+0
* When discarding an empty image list, we need to close it first, otherwise we ...Marco Nelissen2009-09-301-1/+4
* Remove unused code.Chih-Chung Chang2009-09-281-3/+0
* Fix orientation not stored in the database.Chih-Chung Chang2009-09-281-4/+13
* Fix the camera directory path issue.Ray Chen2009-09-271-3/+5
* Fix 2145588 jhead reports "Not JPEG"Ray Chen2009-09-271-58/+27
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-7/+2
* Fix 2129498: add a MaxNumOfPixels parameter for client to specify the capture...Chih-Chung Chang2009-09-221-25/+36
* Rotate the thumbnail bitmap according the jpeg header.Chih-Chung Chang2009-09-221-1/+3
* Store orientation for pictures taken by Camera.Chih-Chung Chang2009-09-221-0/+30
* Remove unused orientation parameter.Chih-Chung Chang2009-09-221-4/+2
* Add messages to help debug 2113527.Chih-Chung Chang2009-09-111-0/+6
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-041-65/+39
* Fix 2059728: NPE in BaseImageList.getCursorChih-Chung Chang2009-08-281-5/+1
* Remove unused code.Chih-Chung Chang2009-08-271-7/+2
* Style fix.Chih-Chung Chang2009-08-261-2/+2
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-99/+163
* Removed unused resources and code. See 2036961: build size too large.Chih-Chung Chang2009-08-101-4/+0
* Fix 2033184: Crash on delete after downloading/previewing picture attachments.Chih-Chung Chang2009-08-051-1/+1
* Style fix.Chih-Chung Chang2009-07-061-0/+0
* Fix 1950477: Menu items for video review are incorrect.Chih-Chung Chang2009-07-011-1/+8
* Integrate camcorder review mode to ReviewImage.Wu-cheng Li2009-06-191-0/+4
* Make ImageList parcelable so that they can pass by intent.Owen Lin2009-06-031-39/+52
* Fixes some warnings shown in Eclipse.Owen Lin2009-06-031-3/+0
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-6/+14
* Fix problems identified by findbugs fixit.Chih-Chung Chang2009-05-151-8/+0
* Tweak to speed up Gallery.Chih-Chung Chang2009-05-141-1/+4
* Fix 1826959.Chih-Chung Chang2009-05-091-2/+5
* Improve the design of ICancelable.Owen Lin2009-04-291-39/+23
* Optimize allImages() to use ImageListUber only when necessary.Chih-Chung Chang2009-04-281-0/+13
* In Gallery, make visible thumbnails appear faster.Chih-Chung Chang2009-04-281-2/+1
* Fix bitmap decoding in CropImage.Chih-Chung Chang2009-04-241-15/+0
* Code clean up.Chih-Chung Chang2009-04-171-92/+60
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-18/+15
* Code clean up.Chih-Chung Chang2009-04-171-19/+9
* Code clean up.Chih-Chung Chang2009-04-161-4/+0
* Code clean up.Chih-Chung Chang2009-04-151-17/+18
* Fix bug 1744766. By setting the file length into DB.Owen Lin2009-04-151-33/+18
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-64/+1
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, suc...Owen Lin2009-04-141-28/+25
* AI 145868: Code clean up.Chih-Chung Chang2009-04-131-3/+3
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-10/+1
* AI 145700: Style fix.Ray Chen2009-04-101-2/+5
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes to...Owen Lin2009-04-031-3855/+303
* Automated import from //branches/donutburger/...@141053,141053Chih-Chung Chang2009-03-241-2/+7
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-17/+7
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-18/+24
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-0/+3
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-3/+5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+4203