1. 25 Sep, 2009 1 commit
  2. 24 Sep, 2009 1 commit
    • Ben Murdoch's avatar
      In the case of a page load error, save a second screenshot in... · aac7aa6f
      Ben Murdoch authored
      In the case of a page load error, save a second screenshot in onProgressChanged(100) to ensure that we save the substituted error page rather than the previous page that loaded. Also save the thumbnail for the page if the user creates the bookmark through the add bookmark menu or clicking the add bookmark icon on the bookmarks page.
      
      Change-Id: Ib2b7692a45290f9ce372968e05cde8f6903e4572
      aac7aa6f
  3. 23 Sep, 2009 1 commit
  4. 21 Sep, 2009 2 commits
  5. 17 Sep, 2009 1 commit
    • Patrick Scott's avatar
      Display favicons for history items. · 8f0076b7
      Patrick Scott authored
      Use the data from the java database before talking to the native database. The
      bookmarks database may contain favicons that the native database does not have a
      mapping for. Used the native icon database for recent history items since those
      are not stored in the java db. Request the icons each time the activity is
      created since the url->bitmap mapping is a global.
      8f0076b7
  6. 16 Sep, 2009 1 commit
  7. 14 Sep, 2009 1 commit
  8. 06 Aug, 2009 1 commit
    • Leon Scroggins's avatar
      Make the "Most visited" page have a thumbnail viewing mode. · a5d669e4
      Leon Scroggins authored
      Start capturing screenshots for all visited pages, and show them
      in a grid view on the most visited page.  Modify the BrowserBookmarks-
      Page and Adapter so they can be used for the "Most visited" page.
      Also change some of the ids for context menu items to be the same
      in the browser and history context menus, for simplicity in
      handling them in BrowserBookmarksPage.
      a5d669e4
  9. 05 Aug, 2009 1 commit
    • Patrick Scott's avatar
      Implement onReceivedTouchIconUrl. · 3918d444
      Patrick Scott authored
      Add DownloadTouchIcon, an AsyncTask that downloads the apple-touch-icon for urls
      that are marked as bookmarks. The touch icon is stored in the bookmark database
      similar to favicons and thumbnails. If a shortcut is created for a bookmark
      containing a touch icon, the touch icon is used (with rounded corners).
      
      Refactor the bookmarks query to be a static function. The function uses the
      original url and new url to look for matching bookmarks. This takes care of
      redirects as well as bookmarks containing queries.
      3918d444
  10. 04 Aug, 2009 1 commit
    • Leon Scroggins's avatar
      Updates for the look of the bookmarks page. · 0c786500
      Leon Scroggins authored
      Add new assets.
      
      -tab_indicator.xml
      State selector for the background of tabs in the CombinedHistoryActivity
      
      -bookmark_thumnail.xml
      Web page title is now above the thumb.  Removed the favicon.  Added a
      shadow.
      
      -tab_header.xml
      Layout for the tabs in CombinedHistoryActivity
      
      -tabs.xml
      Change the height of the tabs.
      
      -bookmarks.xml
      Remove the title for the "switch" menu item, which gets set in Java,
      depending on the current viewing mode.
      
      -strings.xml
      Remove the placeholder menu item text, add the actual text for
      switching between modes.
      
      -BrowserBookmarksAdapter
      No longer set the favicon on top of the bookmark thumbs in grid mode.
      
      -BrowserBookmarksPage
      Implement onPrepareOptionsMenu, and set the title of a menu option,
      depending on the current viewing state.
      
      -CombinedHistoryActivity
      Create a common function for setting up all the tabs.  Change the
      look of the tabs to match the new design.
      0c786500
  11. 15 Jul, 2009 1 commit
    • Leon Scroggins's avatar
      Work on the Bookmark Grid, including the favicon. · 89c6d36e
      Leon Scroggins authored
      Remove the file BookmarkGridPage, since a GridView will do just fine.
      Now we specify a height and width for the bitmaps rather than adjusting
      them for the screen size.  Also add the favicon and match the design
      more closely for the Add option.  In BrowserActivity, match the size
      of the saved screenshots to the desired size for the Bookmarks
      Activity.  Also move the logic into its own method so it can be
      called from multiple places (still called in only one at the moment).
      89c6d36e
  12. 14 Jul, 2009 1 commit
    • Leon Scroggins's avatar
      Integrate bookmark grid view mode with list view mode. · 892df31f
      Leon Scroggins authored
      This way the two different modes can share code and have
      all the same behaviors (i.e. context menu options).
      
      AndroidManifest.xml
      Remove BookmarkGridPage, which is no longer an Activity.
      
      bookmarks.xml
      Add a menu option to switch between the different viewing modes.
      
      strings.xml
      Name for that menu option.
      
      AddNewBookmark.java
      Remove copyTo, which is not necessary.
      
      BookmarkGridPage.java
      Change to just be a GridView, with our desired settings, and
      overriding onSizeChanged to size the thumbs appropriately.  Now its
      constructor takes a BrowserBookmarksAdapter, which it uses instead
      of its old private Adapter.
      
      BrowserBookmarksAdapter.java
      Now has two modes, so it can be used for both the bookmarks grid
      and the list view.  Removed a bunch of obsolete code, which was
      used for searching/sorting the bookmarks.
      
      BrowserBookmarksPage.java
      Now switches back and forth between using a GridView and a ListView.
      892df31f
  13. 15 Jun, 2009 1 commit
  14. 21 May, 2009 1 commit
  15. 25 Mar, 2009 3 commits
  16. 04 Mar, 2009 2 commits
  17. 18 Dec, 2008 1 commit
  18. 21 Oct, 2008 1 commit