OSDN Git Service

Do not display unvisited sites in the history.
authorLeon Scroggins <scroggo@google.com>
Thu, 21 May 2009 20:00:19 +0000 (13:00 -0700)
committerLeon Scroggins <scroggo@google.com>
Thu, 21 May 2009 21:49:26 +0000 (14:49 -0700)
commit725815f455992fbedd7088c78cb1ee64b3ddc74b
tree98602b16ddcba4638feb099ca13386bc707ccb98
parentb7e86a19725f7ebf93c78d613bd610212f072779
Do not display unvisited sites in the history.

Fix for issue 1831854: An unvisited, bookmarked site
shows up in the history under "1 month ago".  This is
because although the site will be in the database with
a visited date of 0, it has some visits, so that it
will raise its priority in other lists.  Now, ignore
any sites with a visited date of 0 (or less) in the
history page.  Make the HistoryAdapter's member
variables private, and make the where clause final.

modified:   src/com/android/browser/BrowserHistoryPage.java
modified:   src/com/android/browser/BrowserHistoryPage.java
src/com/android/browser/BrowserHistoryPage.java