summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/AddNewBookmark.java
Commit message (Collapse)AuthorAgeFilesLines
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+55
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-041-53/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* 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