- 25 Sep, 2009 1 commit
-
-
Leon Scroggins authored
Limit the title of a bookmark to stop at the right edge of screenshot. Use the new default screenshots for bookmarks without screenshots. Resize the bookmark screenshot to match the size of the default icon. Fixes http://b/issue?id=2042025 and http://b/issue?id=2098770 Change-Id: I66a10671ea98007cfe5bf7502fb1e3619276ca22
-
- 24 Sep, 2009 1 commit
-
-
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
-
- 23 Sep, 2009 1 commit
-
-
Andrei Popescu authored
Fixes http://b/issue?id=2134421
-
- 21 Sep, 2009 2 commits
-
-
Patrick Scott authored
The WebView's original url and current url are incorrect during the provisional load. Use the given url instead when updating the favicon.
-
Ben Murdoch authored
Change-Id: Iaf52037f755fea343ef68a23d3740f0f5cdcecb7
-
- 17 Sep, 2009 1 commit
-
-
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.
-
- 16 Sep, 2009 1 commit
-
-
Ben Murdoch authored
Make the view mode that the user sets (either grid or list) in the bookmarks/most visited page sticky. Change-Id: I67db0ef2997a5948491223a5ae17fd4aa0356e94
-
- 14 Sep, 2009 1 commit
-
-
Leon Scroggins authored
Change-Id: Iff64adbd0549be5c182dd38a18c5fbeb5e88a1e8
-
- 06 Aug, 2009 1 commit
-
-
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.
-
- 05 Aug, 2009 1 commit
-
-
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.
-
- 04 Aug, 2009 1 commit
-
-
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.
-
- 15 Jul, 2009 1 commit
-
-
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).
-
- 14 Jul, 2009 1 commit
-
-
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.
-
- 15 Jun, 2009 1 commit
-
-
Leon Scroggins authored
Driven by a desire to put bookmarking functionality into the title bar, I have consolidated the code for adding and removing bookmarks.
-
- 21 May, 2009 1 commit
-
-
Leon Scroggins authored
This string was used for logging error messages, but it is not used.
-
- 25 Mar, 2009 3 commits
-
-
Patrick Scott authored
-
Patrick Scott authored
-
Patrick Scott authored
-
- 04 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 18 Dec, 2008 1 commit
-
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-