1. 30 Jun, 2009 2 commits
  2. 25 Jun, 2009 2 commits
  3. 24 Jun, 2009 2 commits
    • Android (Google) Code Review's avatar
      Merge change 5160 into donut · d1c2a433
      Android (Google) Code Review authored
      * changes:
        Return the url of a browser history item in the intent query column of the suggestion. This is so that global search can rewrite a query in the search dialog (i.e., fill in the search box with the url of the suggestion when the user rolls over to select the suggestion). Browser uses android:searchMode="rewriteQueryFromData" to accomplish this but global search does the default thing of using the intent query column, if present, as a rewrite for the current query.
      d1c2a433
    • Mike LeBeau's avatar
      Return the url of a browser history item in the intent query column of the · 2af73052
      Mike LeBeau authored
      suggestion. This is so that global search can rewrite a query in the search
      dialog (i.e., fill in the search box with the url of the suggestion when the
      user rolls over to select the suggestion). Browser uses
      android:searchMode="rewriteQueryFromData" to accomplish this but global search
      does the default thing of using the intent query column, if present, as a rewrite
      for the current query.
      2af73052
  4. 23 Jun, 2009 1 commit
    • Satish Sampath's avatar
      Pass through SearchManager.APP_DATA bundle in web searches. · 15e9f2dc
      Satish Sampath authored
      This got missed when we made the change to invoke the system default web search handler instead of the browser directing all searches to Google. This makes sure that the receiving web search providers can pass on the source parameter appropriately as part of the results page that they launch.
      15e9f2dc
  5. 22 Jun, 2009 5 commits
  6. 19 Jun, 2009 1 commit
  7. 18 Jun, 2009 1 commit
    • Dianne Hackborn's avatar
      Update browser to use new Intent URI expansion. · 99189435
      Dianne Hackborn authored
      This changes the browser's URI->intent processing to use the new generic
      "intent:" scheme supported by Intent.  Doing so allows the user to
      provide links to arbitrary intents in a web page.  The browser restricts
      which intents can actually be execute to those supported by the
      BROWSABLE category by adding this to the resulting Intent and making
      sure there is no explicit component in the Intent.
      
      With the addition of package-specific Intents, this allows people to
      have a link that is guaranteed to launch an activity in their own
      package, not allowing others to intercept it.
      99189435
  8. 17 Jun, 2009 1 commit
  9. 16 Jun, 2009 1 commit
  10. 15 Jun, 2009 2 commits
  11. 12 Jun, 2009 1 commit
  12. 11 Jun, 2009 1 commit
  13. 10 Jun, 2009 5 commits
  14. 09 Jun, 2009 1 commit
  15. 08 Jun, 2009 1 commit
  16. 05 Jun, 2009 3 commits
  17. 04 Jun, 2009 4 commits
  18. 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
  19. 02 Jun, 2009 1 commit
  20. 26 May, 2009 1 commit
  21. 19 May, 2009 2 commits