summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/BaseImageList.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-162/+0
* Remove unused resources and code.Owen Lin2010-04-071-6/+0
* Remove unused code.Chih-Chung Chang2010-03-051-74/+0
* Remove some more unused code.Owen Lin2009-11-101-1/+0
* Remove unused code.Chih-Chung Chang2009-09-281-7/+0
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-238/+0
* Use the new exif interface API.Chih-Chung Chang2009-09-161-1/+8
* Fix 2059728: NPE in BaseImageList.getCursorChih-Chung Chang2009-08-281-17/+10
* Remove unused code.Chih-Chung Chang2009-08-271-5/+0
* Style fix.Chih-Chung Chang2009-08-261-1/+2
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-33/+8
* The DATE_TAKEN field is in milliseconds, but DATE_MODIFIED is in seconds.Chih-Chung Chang2009-08-171-1/+2
* Fix 1860351: Gallery does not sort Camera photos by date.Chih-Chung Chang2009-08-141-0/+23
* Fix http://b/issue?id=2048408.Wei-Ta Chen2009-08-131-3/+4
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full i...Chih-Chung Chang2009-07-271-6/+6
* Fix 1962656: Going to gallery when sd card is full causes a crash.Chih-Chung Chang2009-07-091-7/+16
* Move ExifInterface to android.media package.repo sync2009-07-091-5/+2
* Style fix.Chih-Chung Chang2009-07-061-4/+4
* Add retry if the query fails. The query fails if the mediaChih-Chung Chang2009-07-031-0/+16
* Fix 1950477: Menu items for video review are incorrect.Chih-Chung Chang2009-07-011-2/+2
* Fix several issues with ImageList.Owen Lin2009-06-241-0/+29
* Fix 1911405: Captured JPEG image size is only 512x384.Chih-Chung Chang2009-06-151-4/+6
* Fix issue 1906618.repo sync2009-06-111-3/+0
* Add correct action icons to ViewImage for videoOwen Lin2009-06-081-2/+3
* Pass image list from ImageGallery to ViewImage to support the uber typeOwen Lin2009-06-031-3/+6
* Make ImageList parcelable so that they can pass by intent.Owen Lin2009-06-031-3/+31
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-206/+100
* Fix problems identified by findbugs fixit.Chih-Chung Chang2009-05-151-3/+0
* Tweak to speed up Gallery.Chih-Chung Chang2009-05-141-8/+8
* Reduce ViewImage start up time.Chih-Chung Chang2009-05-041-10/+23
* Code clean up.Chih-Chung Chang2009-04-291-1/+0
* Disable 'acqureResourceLock' and 'releaseResourceLock' in BitmapManager.Ray Chen2009-04-281-72/+65
* In Gallery, make visible thumbnails appear faster.Chih-Chung Chang2009-04-281-29/+4
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-17/+1
* Remove remaining reference to ImageManager.instance().Chih-Chung Chang2009-04-171-1/+1
* Decode to smaller size so mini-thumb generation is faster.Chih-Chung Chang2009-04-161-1/+1
* Code clean up.Chih-Chung Chang2009-04-161-12/+11
* Code clean up.Chih-Chung Chang2009-04-151-74/+18
* Code clean up.Chih-Chung Chang2009-04-151-11/+10
* Move makeBitmap to Util.Chih-Chung Chang2009-04-151-6/+4
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-50/+14
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, suc...Owen Lin2009-04-141-4/+4
* AI 146085: Extract mini-thumb handling code to a separate class.Chih-Chung Chang2009-04-141-198/+18
* AI 145868: Code clean up.Chih-Chung Chang2009-04-131-18/+15
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-11/+0
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-30/+9
* AI 145045: Code clean up.Chih-Chung Chang2009-04-081-4/+0
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes to...Owen Lin2009-04-031-0/+870