summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/ImageList.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-99/+0
| | | | | | | There are 1500 lines of code within 12 classes, which are now completely replaced by 250-line Storage class. Hooray! Change-Id: I9d0149cac18185972912f7b7a92f450929060274
* 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 memebers and parameters Change-Id: I35ccef892bd711c078a45ddbd92b651f950ff864
* Remove unused code.Chih-Chung Chang2009-11-021-2/+0
|
* Remove unused code in Camera app.Owen Lin2009-10-291-20/+0
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Fix issue 2146863 Generated thumbnail in camera preview mode doesn't work ↵Ray Chen2009-09-271-2/+1
| | | | after recording a video.
* 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
| | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-24/+4
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* The DATE_TAKEN field is in milliseconds, but DATE_MODIFIED is in seconds.Chih-Chung Chang2009-08-171-1/+1
| | | | We need to scale them before sorting.
* Fix 1860351: Gallery does not sort Camera photos by date.Chih-Chung Chang2009-08-141-11/+6
| | | | For sorting, look at date_modified field if the datetaken field is null.
* 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
| | | | Extract UriImage to a separate file.
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-0/+1
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 145868: Code clean up.Chih-Chung Chang2009-04-131-97/+3
| | | | Automated import of CL 145868
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-6/+0
| | | | Automated import of CL 145823
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-2/+4
| | | | | | | decoding cancelable, thus reduce activities switch latency and gallery related ANR. BUG=1692286 Automated import of CL 145696
* AI 145045: Code clean up.Chih-Chung Chang2009-04-081-10/+0
| | | | Automated import of CL 145045
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵Owen Lin2009-04-031-0/+341
to top level. Fix style issue. Automated import of CL 144530