summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/ImageAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Handle BACK key at UP in the Browser.Grace Kloba2009-09-201-265/+0
| | | | | | Remove KeyTracker, use KeyEvent instead. Remove ImageGrid and ImageAdapter.
* Remove the tab from the list of tabs so the ImageGrid will update.Patrick Scott2009-04-281-0/+1
| | | | | | | I removed this by accident when removing the clearPictureListeners method. This fixes a NPE when touching a removed tab in the tab picker. BUG=1816205
* Show the saved picture for freed tabs.Patrick Scott2009-04-221-14/+0
| | | | | | | | | | | | | | | Create a small class containing the data needed to display the saved or current picture. For freed tabs, inflate the picture and use the saved state from mSavedState. Reorganize populatePickerData to use the current top window or the saved state depending on if the tab has been freed. There was another bug where onNewPicture would update the wrong FakeWebView due to ListViews reusing the same view. Have the tab manage the new picture and invalidate the FakeWebView. When reusing the view, clear out the tab's FakeWebView field. Wipe all the picker data at the same time the ImageGrid and ImageAdapter are cleared.
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-14/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+291
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-291/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-34/+27
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+298