summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserBookmarksPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Work on the Bookmark Grid, including the favicon.Leon Scroggins2009-07-151-5/+15
| | | | | | | | | | 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).
* Integrate bookmark grid view mode with list view mode.Leon Scroggins2009-07-141-29/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Enable setting home page from bookmarks/history.Leon Scroggins2009-05-281-1/+8
| | | | | | | Fix for issue 1482954: Longpress on bookmark or history should set homepage [1/1]. Add a string for set homepage. Add the option in both the context menu for the browser history and for browser bookmarks. In BrowserHistoryPage and BrowserBookmarksPage handle the new option by setting the new homepage.
* Automated import from //branches/master/...@141656,141656Patrick Scott2009-03-241-6/+52
|
* Automated import from //branches/master/...@140651,140651Romain Guy2009-03-241-1/+1
|
* Automated import from //branches/master/...@140415,140415Patrick Scott2009-03-241-1/+1
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-2/+7
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+385
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-385/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-5/+15
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-8/+27
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+356