Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -1169/+0 |
| | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | Fix 2145283: Two context menus show up when long press on the center key. | Chih-Chung Chang | 2009-09-27 | 1 | -3/+5 |
| | |||||
* | Style fix. | Chih-Chung Chang | 2009-08-26 | 1 | -6/+6 |
| | | | | Change-Id: I09ba86ee314e643415e41879c1d20ab1ede65a91 | ||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 1 | -1/+1 |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | ||||
* | Fix the warnings shown in Eclipse. That is, removing unused field, | Owen Lin | 2009-08-19 | 1 | -4/+3 |
| | | | | replace deprecated methods, and removing unused imports. | ||||
* | Play click sound while clicking on an image in ImageGallery. | Wu-cheng Li | 2009-08-12 | 1 | -0/+10 |
| | | | | b1307676 | ||||
* | Fix layout for high dpi display. | Chih-Chung Chang | 2009-07-29 | 1 | -9/+26 |
| | |||||
* | Fix issue 1949573. In multiselect mode, don't show the select outline | Owen Lin | 2009-07-16 | 1 | -63/+58 |
| | | | | for touch event. | ||||
* | Rollback invalidateImage to refresh individual image instead of rebuilding ↵ | Ray Chen | 2009-07-16 | 1 | -0/+17 |
| | | | | whole list. | ||||
* | Draw the multiselect markers dynamically so we can avoid invalidating the ↵ | Chih-Chung Chang | 2009-07-08 | 1 | -30/+41 |
| | | | | thumbnails. | ||||
* | Style fix. | Chih-Chung Chang | 2009-07-06 | 1 | -2/+2 |
| | |||||
* | Fix 1956863: The border of the select image still stay on the screen | Chih-Chung Chang | 2009-07-02 | 1 | -0/+1 |
| | | | | after removed all the images in gallery. | ||||
* | Fixes some warnings shown in Eclipse. | Owen Lin | 2009-06-03 | 1 | -11/+4 |
| | |||||
* | Fix ImageGallery bug 1871294, 1871295, 1871299. | Chih-Chung Chang | 2009-05-22 | 1 | -0/+7 |
| | | | | We ignore UI events if we are in the stopped state. | ||||
* | Clean CropImage. | Chih-Chung Chang | 2009-05-19 | 1 | -4/+7 |
| | |||||
* | Fix 1851972. Handle the zero images case in GridViewSpecial. | Chih-Chung Chang | 2009-05-15 | 1 | -4/+5 |
| | |||||
* | Fix 1850842. | Chih-Chung Chang | 2009-05-14 | 1 | -5/+6 |
| | |||||
* | findbugs fixit. | Chih-Chung Chang | 2009-05-14 | 1 | -19/+13 |
| | | | | remove unused variable and code. | ||||
* | Fix bug 1707148 by disabling long press if it is not running. | Owen Lin | 2009-05-13 | 1 | -6/+10 |
| | |||||
* | Put scrolling position in the valid range. | Chih-Chung Chang | 2009-05-13 | 1 | -6/+11 |
| | |||||
* | Make ImageLoader load image in order. | Chih-Chung Chang | 2009-05-13 | 1 | -31/+61 |
| | | | | | Split high and low priority tasks in ImageLoader. Add adjustPriority function. | ||||
* | Remove unused parameters in ImageLoader. | Chih-Chung Chang | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | Make GridViewSpecial faster. | Chih-Chung Chang | 2009-05-12 | 1 | -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 Chang | 2009-04-30 | 1 | -14/+44 |
| | |||||
* | Fix the last thumbnail problem | Owen Lin | 2009-04-29 | 1 | -28/+25 |
| | |||||
* | Fix the gallery position issues. | Owen Lin | 2009-04-29 | 1 | -32/+50 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-29 | 1 | -67/+26 |
| | |||||
* | Remove unnecessary allowThreadDecoding. | Chih-Chung Chang | 2009-04-29 | 1 | -1/+0 |
| | |||||
* | Code clean up. | Chih-Chung Chang | 2009-04-29 | 1 | -2/+18 |
| | |||||
* | In Gallery, make visible thumbnails appear faster. | Chih-Chung Chang | 2009-04-28 | 1 | -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 Chang | 2009-04-24 | 1 | -1/+1 |
| | |||||
* | The first step of multiselect. Now, you can multiselect images, but can do ↵ | Owen Lin | 2009-04-23 | 1 | -230/+149 |
| | | | | nothing. | ||||
* | Refactor code: decouple ImageGallery2 and GridViewSpecial. | Owen Lin | 2009-04-21 | 1 | -117/+199 |
| | |||||
* | Move GridViewSpecial to a new file. Prepare for refactoring. | Owen Lin | 2009-04-17 | 1 | -0/+1070 |