commit | c1cf63a4c15ad81f4d19e10574e9dba91f0b83e4 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Tue Mar 09 16:02:08 2010 -0500 |
committer | Patrick Scott <phanna@android.com> | Thu Mar 11 10:19:12 2010 -0500 |
tree | 3233b47f7524012efdfe7e48a5756711e21f11fe | |
parent | f739271c1cf974a1057a9a8a3f42b89937836228 [diff] |
Request icons in the background. BrowserBookmarksAdapter does not need to request bookmark icons as most of the bookmarks have up-to-date icons. We still need to request all icons on start up because a new icon may be loaded as a result of clicking a history items. Move the icon request to a background thread to not block the ui thread on large db lookups. Remove MostVisitedActivity as it is no longer used. Bug: 2496872 Change-Id: I378dce8fdb7e825da96594cd31b720ea24758af1