1. 11 Jun, 2009 1 commit
  2. 10 Jun, 2009 5 commits
  3. 09 Jun, 2009 1 commit
  4. 08 Jun, 2009 1 commit
  5. 05 Jun, 2009 3 commits
  6. 04 Jun, 2009 4 commits
  7. 03 Jun, 2009 2 commits
    • Satish Sampath's avatar
      Use system default web search & suggestions providers. · 565505b1
      Satish Sampath authored
      - Web search was hard coded to Google and suggestions in the search dialog were hard coded to the GoogleSearch suggest provider package. Both now point to the system default web search/suggest provider which can include third party search engines.
      - I also removed the intent filter to handle action.WEB_SEARCH from the browser because it should no longer provide web search functionality for other apps, that feature is provided by the recently added WebSearchProvider package. Removing this intent filter also removes the browser from the list of web search providers in the system settings.
      - As part of this change I had to factor out the search shortcut code to a separate function, add a couple of new functions and modify the browser provider code to access cursor fields in a safe manner.
      565505b1
    • Mike LeBeau's avatar
      Change the string for the browser in global search from · 8dd422a6
      Mike LeBeau authored
      "Bookmarks & history" to "Browser".
      8dd422a6
  8. 02 Jun, 2009 1 commit
  9. 26 May, 2009 1 commit
  10. 19 May, 2009 2 commits
  11. 14 May, 2009 2 commits
  12. 13 May, 2009 1 commit
    • Mike LeBeau's avatar
      Swap the title and subtitle of browser suggestions, so the webpage title · 21beb131
      Mike LeBeau authored
      shows as the first line and the url shows as the second line. Preceding
      "http://" is stripped from urls. If the first line would be empty or
      whitespace, the second line is promoted to the first line.
      
      This affects suggestions both for the browser and for global search. I
      thought this looked a lot better so ran it by Leland and he's cool with
      this.
      
      I went ahead and reused the raw int values being used for column indices
      and such, but this is bad. You guys should really consider making this
      code a little safer/cleaner. :)
      21beb131
  13. 07 May, 2009 2 commits
  14. 05 May, 2009 1 commit
  15. 01 May, 2009 3 commits
  16. 30 Apr, 2009 1 commit
  17. 29 Apr, 2009 7 commits
  18. 28 Apr, 2009 2 commits