summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/GridViewSpecial.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code in Camera app.Owen Lin2009-10-291-1169/+0
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Fix 2145283: Two context menus show up when long press on the center key.Chih-Chung Chang2009-09-271-3/+5
|
* Style fix.Chih-Chung Chang2009-08-261-6/+6
| | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-1/+1
| | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437
* Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-191-4/+3
| | | | replace deprecated methods, and removing unused imports.
* Play click sound while clicking on an image in ImageGallery.Wu-cheng Li2009-08-121-0/+10
| | | | b1307676
* Fix layout for high dpi display.Chih-Chung Chang2009-07-291-9/+26
|
* Fix issue 1949573. In multiselect mode, don't show the select outlineOwen Lin2009-07-161-63/+58
| | | | for touch event.
* Rollback invalidateImage to refresh individual image instead of rebuilding ↵Ray Chen2009-07-161-0/+17
| | | | whole list.
* Draw the multiselect markers dynamically so we can avoid invalidating the ↵Chih-Chung Chang2009-07-081-30/+41
| | | | thumbnails.
* Style fix.Chih-Chung Chang2009-07-061-2/+2
|
* Fix 1956863: The border of the select image still stay on the screenChih-Chung Chang2009-07-021-0/+1
| | | | after removed all the images in gallery.
* Fixes some warnings shown in Eclipse.Owen Lin2009-06-031-11/+4
|
* Fix ImageGallery bug 1871294, 1871295, 1871299.Chih-Chung Chang2009-05-221-0/+7
| | | | We ignore UI events if we are in the stopped state.
* Clean CropImage.Chih-Chung Chang2009-05-191-4/+7
|
* Fix 1851972. Handle the zero images case in GridViewSpecial.Chih-Chung Chang2009-05-151-4/+5
|
* Fix 1850842.Chih-Chung Chang2009-05-141-5/+6
|
* findbugs fixit.Chih-Chung Chang2009-05-141-19/+13
| | | | remove unused variable and code.
* Fix bug 1707148 by disabling long press if it is not running.Owen Lin2009-05-131-6/+10
|
* Put scrolling position in the valid range.Chih-Chung Chang2009-05-131-6/+11
|
* Make ImageLoader load image in order.Chih-Chung Chang2009-05-131-31/+61
| | | | | Split high and low priority tasks in ImageLoader. Add adjustPriority function.
* Remove unused parameters in ImageLoader.Chih-Chung Chang2009-05-121-1/+1
|
* Make GridViewSpecial faster.Chih-Chung Chang2009-05-121-781/+768
| | | | | | Allocate ImageBlock on-demand. Draw the "gray image" on-demand. Try to keep the queue of ImageLoader non-empty.
* Cache NinePatch to Bitmap to reduce drawing time.Chih-Chung Chang2009-04-301-14/+44
|
* Fix the last thumbnail problemOwen Lin2009-04-291-28/+25
|
* Fix the gallery position issues.Owen Lin2009-04-291-32/+50
|
* Code clean up.Chih-Chung Chang2009-04-291-67/+26
|
* Remove unnecessary allowThreadDecoding.Chih-Chung Chang2009-04-291-1/+0
|
* Code clean up.Chih-Chung Chang2009-04-291-2/+18
|
* In Gallery, make visible thumbnails appear faster.Chih-Chung Chang2009-04-281-5/+7
| | | | | Put checkThumbnails and getBitmap to the same thread in ImageLoader, and only do checkThumbnails when there are no getBitmap requests.
* Simplify ImageLoader.Chih-Chung Chang2009-04-241-1/+1
|
* The first step of multiselect. Now, you can multiselect images, but can do ↵Owen Lin2009-04-231-230/+149
| | | | nothing.
* Refactor code: decouple ImageGallery2 and GridViewSpecial.Owen Lin2009-04-211-117/+199
|
* Move GridViewSpecial to a new file. Prepare for refactoring.Owen Lin2009-04-171-0/+1070