commit | b446443e47c334bc3aaae98b67c8dca347da3032 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Wed Nov 25 12:37:50 2009 -0500 |
committer | Leon Scroggins <scroggo@google.com> | Wed Nov 25 12:37:50 2009 -0500 |
tree | a3bda5021994e9cafb6f50e34604f0adbd0c5a3a | |
parent | 3f355eaeadda57d67d7a44cc1e769065f078220b [diff] |
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