| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
| |\
| |
| |
| |
| |
| |
| | |
Merge commit 'b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e' into eclair
* commit 'b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e':
Fix the activity leak in the Browser.
|
| | |
| |
| |
| |
| | |
The IconListenerSet inside CombinedBookmarkHistoryActivity is static. So when
the activity is destroyed, it needs to remove its listener to avoid leak.
|
| | |
| |
| |
| |
| | |
mUrlIndex, mTitleIndex, and mBookmarkIndex are member variables
which are the same for all MyAdapters, so change them to static.
|
| |/
|
|
| |
and use <merge> instead of FrameLayout
|
| | |
|
| | |
|
| | |
|
| |
|