OSDN Git Service

Only show manually entered URLs in suggestions.
authorLeon Scroggins <scroggo@google.com>
Wed, 25 Nov 2009 17:37:50 +0000 (12:37 -0500)
committerLeon Scroggins <scroggo@google.com>
Wed, 25 Nov 2009 17:37:50 +0000 (12:37 -0500)
commitb446443e47c334bc3aaae98b67c8dca347da3032
treea3bda5021994e9cafb6f50e34604f0adbd0c5a3a
parent3f355eaeadda57d67d7a44cc1e769065f078220b
Only show manually entered URLs in suggestions.

In the bookmarks database, add a column to keep track of whether
the url was entered by the user.  When providing a Cursor for
suggestions, do not show visited websites that were not entered
by the user.  In BrowserActivity, add manually entered urls to
the database, so that they can be seen in the suggestons.

Requires a change to frameworks/base.

Fixes http://b/issue?id=2281371
src/com/android/browser/BrowserActivity.java
src/com/android/browser/BrowserProvider.java