summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/ImageList.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-99/+0
* Remove unused code.Chih-Chung Chang2010-03-051-24/+7
* Remove "display name" and always use "title" field in display (same as Gallery).Chih-Chung Chang2010-01-051-2/+1
* Remove some more unused code.Owen Lin2009-11-101-2/+1
* Remove unused code.Chih-Chung Chang2009-11-021-2/+0
* Remove unused code in Camera app.Owen Lin2009-10-291-20/+0
* Fix issue 2146863 Generated thumbnail in camera preview mode doesn't work aft...Ray Chen2009-09-271-2/+1
* Change Camera & Gallery code to use the new thumbnail APIs.Ray Chen2009-09-231-2/+2
* Style fix.Chih-Chung Chang2009-08-261-3/+0
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-24/+4
* The DATE_TAKEN field is in milliseconds, but DATE_MODIFIED is in seconds.Chih-Chung Chang2009-08-171-1/+1
* Fix 1860351: Gallery does not sort Camera photos by date.Chih-Chung Chang2009-08-141-11/+6
* Make ImageList parcelable so that they can pass by intent.Owen Lin2009-06-031-4/+24
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-92/+63
* Fix problems identified by findbugs fixit.Chih-Chung Chang2009-05-151-0/+3
* Code clean up.Chih-Chung Chang2009-04-291-1/+1
* Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()Owen Lin2009-04-171-2/+1
* Code clean up.Chih-Chung Chang2009-04-151-30/+36
* Code clean up.Chih-Chung Chang2009-04-151-4/+4
* Move makeBitmap to Util.Chih-Chung Chang2009-04-151-44/+0
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-21/+1
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, suc...Owen Lin2009-04-141-0/+1
* AI 145868: Code clean up.Chih-Chung Chang2009-04-131-97/+3
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-6/+0
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-2/+4
* AI 145045: Code clean up.Chih-Chung Chang2009-04-081-10/+0
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes to...Owen Lin2009-04-031-0/+341