1. 09 Jun, 2009 1 commit
  2. 08 Jun, 2009 1 commit
  3. 05 Jun, 2009 3 commits
  4. 04 Jun, 2009 4 commits
  5. 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
  6. 02 Jun, 2009 1 commit
  7. 26 May, 2009 1 commit
  8. 19 May, 2009 2 commits
  9. 14 May, 2009 2 commits
  10. 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
  11. 07 May, 2009 2 commits
  12. 05 May, 2009 1 commit
  13. 01 May, 2009 3 commits
  14. 30 Apr, 2009 1 commit
  15. 29 Apr, 2009 7 commits
  16. 28 Apr, 2009 3 commits
  17. 23 Apr, 2009 3 commits
  18. 22 Apr, 2009 2 commits
    • Eric Fischer's avatar
      AI 147406: Import revised translations. · 5f0531ee
      Eric Fischer authored
      Automated import of CL 147406
      5f0531ee
    • Patrick Scott's avatar
      Show the saved picture for freed tabs. · 2ed6edb7
      Patrick Scott authored
      Create a small class containing the data needed to display the saved or current
      picture. For freed tabs, inflate the picture and use the saved state from
      mSavedState. Reorganize populatePickerData to use the current top window or the
      saved state depending on if the tab has been freed.
      
      There was another bug where onNewPicture would update the wrong FakeWebView due
      to ListViews reusing the same view. Have the tab manage the new picture and
      invalidate the FakeWebView. When reusing the view, clear out the tab's
      FakeWebView field.
      
      Wipe all the picker data at the same time the ImageGrid and ImageAdapter are
      cleared.
      2ed6edb7