OSDN Git Service

Display favicons for history items.
authorPatrick Scott <phanna@android.com>
Thu, 17 Sep 2009 17:51:30 +0000 (13:51 -0400)
committerPatrick Scott <phanna@android.com>
Thu, 17 Sep 2009 17:58:05 +0000 (13:58 -0400)
commit8f0076b720c9ee1e9ef9d29910c261634fd5fb25
tree14e20312e0e49cb4112e548fca0873565fbf6ff0
parent799fccd2479184178e13c3342d3051b997893793
Display favicons for history items.

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.
src/com/android/browser/BrowserBookmarksAdapter.java
src/com/android/browser/BrowserHistoryPage.java
src/com/android/browser/CombinedBookmarkHistoryActivity.java
src/com/android/browser/MostVisitedActivity.java