summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ImageGallery.java
Commit message (Expand)AuthorAgeFilesLines
* Clean menu creation code.Chih-Chung Chang2009-09-081-7/+13
* Fix 1977974: For photos without location data, don't offer to "Show on Maps"Chih-Chung Chang2009-09-071-3/+8
* Code clean up.Chih-Chung Chang2009-09-071-3/+3
* Use SEND instenad of SEND_MULTIPLE if only one image/videoOwen Lin2009-09-071-20/+35
* Make the grid view thumbnails smooth by using FILTER_BITMAP_FLAG.Chih-Chung Chang2009-09-041-2/+5
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-13/+13
* Add the function to share multiple items in gallery.Owen Lin2009-08-061-5/+49
* Make CropImage always fullscreen.Wu-cheng Li2009-07-311-1/+0
* Make CropImage support fullscreen extra.Wu-cheng Li2009-07-301-0/+1
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full i...Chih-Chung Chang2009-07-271-1/+2
* Fix issue 1949573. In multiselect mode, don't show the select outlineOwen Lin2009-07-161-34/+54
* Rollback invalidateImage to refresh individual image instead of rebuilding wh...Ray Chen2009-07-161-3/+1
* Fix the issue 1972285: The image rotation does not update in thumbnail view i...Ray Chen2009-07-131-1/+4
* Fix 1971900: Not able to delete picture using "Delete " contextual menu option.Chih-Chung Chang2009-07-101-1/+5
* Revert ContentObserver in ImageGallery.Ray Chen2009-07-081-33/+3
* Draw the multiselect markers dynamically so we can avoid invalidating the thu...Chih-Chung Chang2009-07-081-3/+10
* Monitor database change by ContentObserver so we can update media data increm...repo sync2009-07-071-7/+35
* Fix some warning shown in Eclipse.Owen Lin2009-07-061-10/+0
* Style fix.Chih-Chung Chang2009-07-061-2/+1
* Fix 1956733: NPE in ImageManager.isImageChih-Chung Chang2009-07-021-2/+5
* Fix 1950477: Menu items for video review are incorrect.Chih-Chung Chang2009-07-011-1/+0
* Fix 1945392. Long press a photo in gallery, choose "delete", it crashes.Chih-Chung Chang2009-06-291-7/+4
* Enable multiselect delete.Chih-Chung Chang2009-06-291-26/+20
* Fix 1933301: NPE in ImageGallery.onImageClickedChih-Chung Chang2009-06-241-0/+1
* Fix 1913780. NPE in ImageGallery.getCurrentImage.Chih-Chung Chang2009-06-161-0/+1
* Pass image list from ImageGallery to ViewImage to support the uber typeOwen Lin2009-06-031-18/+8
* Fixes some warnings shown in Eclipse.Owen Lin2009-06-031-4/+6
* Fix NPE issue 1885257,1879113, and 1888919.repo sync2009-06-021-0/+6
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-1/+1
* Fix ImageGallery bug 1871294, 1871295, 1871299.Chih-Chung Chang2009-05-221-0/+3
* Fix 1868147 (Image cropping is broken in Gallery) and clean up the code.Chih-Chung Chang2009-05-211-82/+89
* Fix problems identified by findbugs fixit.Chih-Chung Chang2009-05-151-1/+1
* Disalbe multiselect functionOwen Lin2009-05-141-1/+2
* remove cancelAllDecodingThreads and allowAllDecodingThreads.Ray Chen2009-05-141-4/+2
* Tweak to speed up Gallery.Chih-Chung Chang2009-05-141-14/+20
* Make GridViewSpecial faster.Chih-Chung Chang2009-05-121-17/+10
* Change type of "return-data" type to Boolean.Wu-cheng Li2009-05-071-10/+4
* Remove @override for interface's functionsOwen Lin2009-05-071-4/+0
* Add progress dialog for delete operation and make the close button workOwen Lin2009-05-061-4/+82
* fix bug 1496878Owen Lin2009-05-041-6/+9
* Cache NinePatch to Bitmap to reduce drawing time.Chih-Chung Chang2009-04-301-5/+4
* Fix the gallery position issues.Owen Lin2009-04-291-24/+42
* Code clean up.Chih-Chung Chang2009-04-291-6/+6
* More UI on multiselect. A grayout checkbox for unselected images and a dynami...Owen Lin2009-04-281-3/+41
* Avoid too many progress updates from ImageLoader.Chih-Chung Chang2009-04-281-9/+15
* In Gallery, make visible thumbnails appear faster.Chih-Chung Chang2009-04-281-80/+50
* Rename ImageGallery2 to ImageGallery.Ray Chen2009-04-241-0/+908