summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ImageGallery.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean menu creation code.Chih-Chung Chang2009-09-081-7/+13
| | | | Change-Id: Ie8ed04e74beef78208946688ee2f33297de0b6d1
* Fix 1977974: For photos without location data, don't offer to "Show on Maps"Chih-Chung Chang2009-09-071-3/+8
| | | | Change-Id: I7445e365ad9158312149dc80cf73361655171ba2
* Code clean up.Chih-Chung Chang2009-09-071-3/+3
| | | | Change-Id: I8814d8482df5709b03ef105f547f4981db34919a
* Use SEND instenad of SEND_MULTIPLE if only one image/videoOwen Lin2009-09-071-20/+35
| | | | | | is selected. Change-Id: I5136194cb6cd88cc2224c34e770e714d1dbe4e5a
* Make the grid view thumbnails smooth by using FILTER_BITMAP_FLAG.Chih-Chung Chang2009-09-041-2/+5
| | | | Change-Id: Ie4242d8f5729dde920cec1ffa510761bc0c890ad
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-13/+13
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* 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
| | | | b2022570. When returning from a full-screen activity to a non-full-screen one, screen jumps a little and scroll bars are partially off screen. This is a work-around to prevent the issue.
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵Chih-Chung Chang2009-07-271-1/+2
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* Fix issue 1949573. In multiselect mode, don't show the select outlineOwen Lin2009-07-161-34/+54
| | | | for touch event.
* Rollback invalidateImage to refresh individual image instead of rebuilding ↵Ray Chen2009-07-161-3/+1
| | | | whole list.
* Fix the issue 1972285: The image rotation does not update in thumbnail view ↵Ray Chen2009-07-131-1/+4
| | | | immediately after rotation.
* 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 ↵Chih-Chung Chang2009-07-081-3/+10
| | | | thumbnails.
* Monitor database change by ContentObserver so we can update media data ↵repo sync2009-07-071-7/+35
| | | | incrementally and "wait dialog" is only shown when there's no image in the current bucket.
* 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
| | | | Check if we can handle events in delete callback.
* Pass image list from ImageGallery to ViewImage to support the uber typeOwen Lin2009-06-031-18/+8
| | | | image list.
* 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
| | | | We ignore UI events if we are in the stopped state.
* 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
| | | | | | Allocate ImageBlock on-demand. Draw the "gray image" on-demand. Try to keep the queue of ImageLoader non-empty.
* 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 ↵Owen Lin2009-04-281-3/+41
| | | | | | dynamic button pannel shows when user select some images.
* 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
| | | | | Put checkThumbnails and getBitmap to the same thread in ImageLoader, and only do checkThumbnails when there are no getBitmap requests.
* Rename ImageGallery2 to ImageGallery.Ray Chen2009-04-241-0/+908