summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/AddNewBookmark.java
Commit message (Collapse)AuthorAgeFilesLines
* Unused variables in AddNewBookmarkHenrik Baard2010-12-061-5/+0
| | | | | | | The fields mTextView and mImageView are not used, and should be removed. Change-Id: Iaa5211b1f36e19b68d42bc925f8ace8641535a2c
* Integrate bookmark grid view mode with list view mode.Leon Scroggins2009-07-141-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+68
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-68/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-5/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+72