summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ImageManager.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-414/+0
* Fix the wrong rotation on naturally landscape devices.Wu-cheng Li2010-09-151-24/+0
* Startup time improvements.Chih-Chung Chang2010-04-231-14/+1
* Remove unused resources and code.Owen Lin2010-04-071-5/+3
* Insert the "size" column with other attributes at the same time,Chih-Chung Chang2010-03-231-7/+5
* Remove unused code.Chih-Chung Chang2010-03-051-96/+2
* Remove support for DRM images (they are not used now and reference to hidden ...Chih-Chung Chang2010-02-121-15/+1
* Use icon to indicate the orientation of the taken photos.Owen Lin2009-12-041-1/+3
* Remove some more unused code.Owen Lin2009-11-101-5/+2
* Remove some more code.Owen Lin2009-11-041-5/+5
* Clean up and add comments for classes.Chih-Chung Chang2009-11-031-3/+5
* Clean up and add comments for classes.Chih-Chung Chang2009-11-021-2/+2
* Remove unused code.Chih-Chung Chang2009-11-021-1/+0
* 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