summaryrefslogtreecommitdiffstats
path: root/res/menu
Commit message (Collapse)AuthorAgeFilesLines
* Add an option to the long press on image menu to save that image as the home ↵Ben Murdoch2009-11-161-0/+2
| | | | | | | | screen wallpaper. See b/2210111 Change-Id: I911633772358504f0e82fe940f9f2efc4ef403de
* Use new bookmark assets.Leon Scroggins2009-09-281-0/+1
| | | | | | | | | Use the latest assets for the bookmark menu option, as well as for the bookmark tab on the bookmarks page. Fixes http://b/issue?id=2145205 Change-Id: Ic36ce791a9352be2a175f5affba32873b4854d8e
* Update menu items.Leon Scroggins2009-09-281-2/+6
| | | | | | Fix for http://b/issue?id=2145205 Change-Id: I9c7de6fc8ff81b7a583c0c9a9724651b3304f93f
* Use new, consistent assets for adding a bookmark.Leon Scroggins2009-09-252-2/+2
| | | | Change-Id: I08b492a792e518acb53a69346d51c8c88c06b75e
* Update assets for new tab.Leon Scroggins2009-09-251-1/+1
| | | | | | | | Also remove the old one and an obsolete file which references it. Fixes http://b/issue?id=2099961 Change-Id: I92e08fcc07826d5bde7ddb87c71932de2e01b778
* Add a context menu for the title bar.Leon Scroggins2009-09-241-0/+26
| | | | | | Fix for http://b/issue?id=2131232 Change-Id: I28f23d4dc1060208c3d12cf8e2bcbd0be24a9c6c
* Add menu shortcutsNicolas Roard2009-09-161-7/+11
|
* Add an options menu to the web site settings activity with just one option ↵Ben Murdoch2009-09-141-0/+21
| | | | | | to clear all websites' storage/geolocation permissions. Change-Id: Idbcf24f5340491e8d75353838c482bc2d5039da8
* Add an active tabs page.Leon Scroggins2009-09-101-4/+8
| | | | | | | | | | The active tabs page gives the user the ability to see all of their open tabs in a list, and switch tabs, create a new one, or close an old one. Fix for http://b/issue?id=2101994 Change-Id: Id4c14dd437f769144dbdb02011144ea97d8fd030
* Update the appearance of the title bar in the browser.Leon Scroggins2009-09-011-16/+21
| | | | | | | | | Change the title bar to use the look of the search bar. Remove the new tab button, which is now a part of the updated menu. Make the title bar for each WebView span the width of the screen. Make the title bar appear when pressing the menu button. Change-Id: I7ad1c955412d422be0fc6f26ec8d286172a0a99a
* Use the correct resource for the add bookmark item in the menu.Leon Scroggins2009-08-141-1/+1
|
* Initial attempt to get the sliding title bar working, using a Gallery.Leon Scroggins2009-08-131-19/+3
| | | | | | | In addition the sliding title bar, I have now removed the TabPicker. Now, when changing to a new tab, we just go straight there. Also put back in Add bookmark in the top level menu. And fix the bug where switching tabs was always bringing up the bookmarks.
* No load home page.Leon Scroggins2009-08-071-8/+6
| | | | | | | Rather than load a home page, bring up the browser/new tabs displaying the bookmarks page, with a search bar that can be clicked to open the omnibox. Also rearrange the menu. Fix for http://b/issue?id=2018524
* Make the "Most visited" page have a thumbnail viewing mode.Leon Scroggins2009-08-062-3/+3
| | | | | | | | | 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.
* Updates for the look of the bookmarks page.Leon Scroggins2009-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Integrate bookmark grid view mode with list view mode.Leon Scroggins2009-07-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-282-1/+5
| | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0311-0/+402
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0311-402/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-33/+23
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-202-6/+6
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+2
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-3/+3
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-21/+39
|
* Initial ContributionThe Android Open Source Project2008-10-2111-0/+392