summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/GridViewSpecial.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 1949573. In multiselect mode, don't show the select outlineOwen Lin2009-07-161-63/+58
* Rollback invalidateImage to refresh individual image instead of rebuilding wh...Ray Chen2009-07-161-0/+17
* Draw the multiselect markers dynamically so we can avoid invalidating the thu...Chih-Chung Chang2009-07-081-30/+41
* 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
* 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
* 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
* 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
* Remove unused parameters in ImageLoader.Chih-Chung Chang2009-05-121-1/+1
* Make GridViewSpecial faster.Chih-Chung Chang2009-05-121-781/+768
* 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
* Simplify ImageLoader.Chih-Chung Chang2009-04-241-1/+1
* The first step of multiselect. Now, you can multiselect images, but can do no...Owen Lin2009-04-231-230/+149
* 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