Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean menu creation code. | Chih-Chung Chang | 2009-09-08 | 1 | -7/+13 |
| | | | | Change-Id: Ie8ed04e74beef78208946688ee2f33297de0b6d1 | ||||
* | Fix 1977974: For photos without location data, don't offer to "Show on Maps" | Chih-Chung Chang | 2009-09-07 | 1 | -3/+8 |
| | | | | Change-Id: I7445e365ad9158312149dc80cf73361655171ba2 | ||||
* | Code clean up. | Chih-Chung Chang | 2009-09-07 | 1 | -3/+3 |
| | | | | Change-Id: I8814d8482df5709b03ef105f547f4981db34919a | ||||
* | Use SEND instenad of SEND_MULTIPLE if only one image/video | Owen Lin | 2009-09-07 | 1 | -20/+35 |
| | | | | | | is selected. Change-Id: I5136194cb6cd88cc2224c34e770e714d1dbe4e5a | ||||
* | Make the grid view thumbnails smooth by using FILTER_BITMAP_FLAG. | Chih-Chung Chang | 2009-09-04 | 1 | -2/+5 |
| | | | | Change-Id: Ie4242d8f5729dde920cec1ffa510761bc0c890ad | ||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 1 | -13/+13 |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | ||||
* | Add the function to share multiple items in gallery. | Owen Lin | 2009-08-06 | 1 | -5/+49 |
| | |||||
* | Make CropImage always fullscreen. | Wu-cheng Li | 2009-07-31 | 1 | -1/+0 |
| | |||||
* | Make CropImage support fullscreen extra. | Wu-cheng Li | 2009-07-30 | 1 | -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 Chang | 2009-07-27 | 1 | -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 outline | Owen Lin | 2009-07-16 | 1 | -34/+54 |
| | | | | for touch event. | ||||
* | Rollback invalidateImage to refresh individual image instead of rebuilding ↵ | Ray Chen | 2009-07-16 | 1 | -3/+1 |
| | | | | whole list. | ||||
* | Fix the issue 1972285: The image rotation does not update in thumbnail view ↵ | Ray Chen | 2009-07-13 | 1 | -1/+4 |
| | | | | immediately after rotation. | ||||
* | Fix 1971900: Not able to delete picture using "Delete " contextual menu option. | Chih-Chung Chang | 2009-07-10 | 1 | -1/+5 |
| | |||||
* | Revert ContentObserver in ImageGallery. | Ray Chen | 2009-07-08 | 1 | -33/+3 |
| | |||||
* | Draw the multiselect markers dynamically so we can avoid invalidating the ↵ | Chih-Chung Chang | 2009-07-08 | 1 | -3/+10 |
| | | | | thumbnails. | ||||
* | Monitor database change by ContentObserver so we can update media data ↵ | repo sync | 2009-07-07 | 1 | -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 Lin | 2009-07-06 | 1 | -10/+0 |
| | |||||
* | Style fix. | Chih-Chung Chang | 2009-07-06 | 1 | -2/+1 |
| | |||||
* | Fix 1956733: NPE in ImageManager.isImage | Chih-Chung Chang | 2009-07-02 | 1 | -2/+5 |
| | |||||
* | Fix 1950477: Menu items for video review are incorrect. | Chih-Chung Chang | 2009-07-01 | 1 | -1/+0 |
| | |||||
* | Fix 1945392. Long press a photo in gallery, choose "delete", it crashes. | Chih-Chung Chang | 2009-06-29 | 1 | -7/+4 |
| | |||||
* | Enable multiselect delete. | Chih-Chung Chang | 2009-06-29 | 1 | -26/+20 |
| | |||||
* | Fix 1933301: NPE in ImageGallery.onImageClicked | Chih-Chung Chang | 2009-06-24 | 1 | -0/+1 |
| | |||||
* | Fix 1913780. NPE in ImageGallery.getCurrentImage. | Chih-Chung Chang | 2009-06-16 | 1 | -0/+1 |
| | | | | Check if we can handle events in delete callback. | ||||
* | Pass image list from ImageGallery to ViewImage to support the uber type | Owen Lin | 2009-06-03 | 1 | -18/+8 |
| | | | | image list. | ||||
* | Fixes some warnings shown in Eclipse. | Owen Lin | 2009-06-03 | 1 | -4/+6 |
| | |||||
* | Fix NPE issue 1885257,1879113, and 1888919. | repo sync | 2009-06-02 | 1 | -0/+6 |
| | |||||
* | Simplify the database code by keeping small data in memory. | Owen Lin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Fix ImageGallery bug 1871294, 1871295, 1871299. | Chih-Chung Chang | 2009-05-22 | 1 | -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 Chang | 2009-05-21 | 1 | -82/+89 |
| | |||||
* | Fix problems identified by findbugs fixit. | Chih-Chung Chang | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | Disalbe multiselect function | Owen Lin | 2009-05-14 | 1 | -1/+2 |
| | |||||
* | remove cancelAllDecodingThreads and allowAllDecodingThreads. | Ray Chen | 2009-05-14 | 1 | -4/+2 |
| | |||||
* | Tweak to speed up Gallery. | Chih-Chung Chang | 2009-05-14 | 1 | -14/+20 |
| | |||||
* | Make GridViewSpecial faster. | Chih-Chung Chang | 2009-05-12 | 1 | -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 Li | 2009-05-07 | 1 | -10/+4 |
| | |||||
* | Remove @override for interface's functions | Owen Lin | 2009-05-07 | 1 | -4/+0 |
| | |||||
* | Add progress dialog for delete operation and make the close button work | Owen Lin | 2009-05-06 | 1 | -4/+82 |
| | |||||
* | fix bug 1496878 | Owen Lin | 2009-05-04 | 1 | -6/+9 |
| | |||||
* | Cache NinePatch to Bitmap to reduce drawing time. | Chih-Chung Chang | 2009-04-30 | 1 | -5/+4 |
| | |||||
* | Fix the gallery position issues. | Owen Lin | 2009-04-29 | 1 | -24/+42 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-29 | 1 | -6/+6 |
| | |||||
* | More UI on multiselect. A grayout checkbox for unselected images and a ↵ | Owen Lin | 2009-04-28 | 1 | -3/+41 |
| | | | | | | dynamic button pannel shows when user select some images. | ||||
* | Avoid too many progress updates from ImageLoader. | Chih-Chung Chang | 2009-04-28 | 1 | -9/+15 |
| | |||||
* | In Gallery, make visible thumbnails appear faster. | Chih-Chung Chang | 2009-04-28 | 1 | -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 Chen | 2009-04-24 | 1 | -0/+908 |