summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/MostVisitedActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Display favicons for history items.Patrick Scott2009-09-171-5/+14
| | | | | | | | Use the data from the java database before talking to the native database. The bookmarks database may contain favicons that the native database does not have a mapping for. Used the native icon database for recent history items since those are not stored in the java db. Request the icons each time the activity is created since the url->bitmap mapping is a global.
* am b8a9cb0e: Fix the activity leak in the Browser.Grace Kloba2009-08-271-1/+11
|\ | | | | | | | | | | | | Merge commit 'b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e' into eclair * commit 'b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e': Fix the activity leak in the Browser.
| * Fix the activity leak in the Browser.Grace Kloba2009-08-271-1/+11
| | | | | | | | | | The IconListenerSet inside CombinedBookmarkHistoryActivity is static. So when the activity is destroyed, it needs to remove its listener to avoid leak.
* | [findbugs] Add the static keyword to unchanging integers.Leon Scroggins2009-05-211-3/+3
| | | | | | | | | | mUrlIndex, mTitleIndex, and mBookmarkIndex are member variables which are the same for all MyAdapters, so change them to static.
* | Use ViewStub for setEmptyView (bug 1803058)Mihai Preda2009-04-291-2/+2
|/ | | | and use <merge> instead of FrameLayout
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+199
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-199/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+8
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+191