summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
Commit message (Collapse)AuthorAgeFilesLines
* Switch the phone to use the omnibox instead of qsbJohn Reck2011-02-151-0/+19
| | | | | | Initial changes, needs more work Change-Id: Ic9bbe4eb8e95212baa7c40813217f01d9efdf286
* Make bookmarks useable-ish on phonesJohn Reck2011-02-141-0/+1
| | | | | | | | This fix just makes it so that you can actually see and get to all the various controls. It is unpleasant to use, but at least it can be used at all. Change-Id: I43dabb337af61497ddee78cb07ffd04d2e9309b2
* Fix crash when opening bookmarks on phoneJohn Reck2011-02-141-63/+0
| | | | Change-Id: I862c52000e2f3f414e1064a66c922dc9e924bc88
* Use APIs to determine Launcher icon sizeKenny Root2011-01-261-1/+1
| | | | | | | | | The app_icon_size didn't look good in the Launcher, so we introduced some APIs to determine the preferred size and density. Now we can use those to determine how large to make our shortcut icon. Bug: 3224340 Change-Id: I6ad7581435065ea1f1ce82e0e19f985549f127c3
* asset drop & namingMichael Kolb2011-01-201-1/+1
| | | | | | | | | drop in new assets get naming in sync with UX Note: not all resources are included yet item_background...xm will be enabled when all required resources come in Change-Id: I321084abd25ef6c533f1f3da636a246e7ee00547
* Change open in background string to tabs on xlargeJohn Reck2011-01-181-0/+2
| | | | | | Bug: 3366071 Change-Id: Iee8297234d4784ee7f1a5c84a9bf2ae0351eacb8
* Bookmark UI updateJohn Reck2011-01-141-0/+4
| | | | Change-Id: Ibdf7f93f7c5863d7108044dcd40d3866ff02518a
* fix link context menusMichael Kolb2011-01-141-0/+3
| | | | | | | | | | http://b/issue?id=3351385 http://b/issue?id=3352255 remove bookmark/share link option change open in new tab text based on open in background setting Change-Id: I3930d085339a7f829d8ef4f1afc879b4df743f24
* More widget tweaksJohn Reck2011-01-131-2/+2
| | | | Change-Id: I9233bbc2df9a88a4979d065b17b0a3943500c7cd
* Thumbnail widget tweaksJohn Reck2011-01-121-3/+3
| | | | Change-Id: I9e8d7ec040698627caaacfff7f23d1c7fd48a0e5
* Replace old list widget with new thumbnail widgetJohn Reck2011-01-121-0/+3
| | | | | | Bug: 3336562 Change-Id: Ic612b5309f185658f4515bbc90cc44d8b9ccf1e0
* Merge "Adds a "open all in tabs" to folder context menu" into honeycombJohn Reck2011-01-111-0/+2
|\
| * Adds a "open all in tabs" to folder context menuJohn Reck2011-01-111-0/+2
| | | | | | | | | | | | | | | | In bookmarks, long pressing on a folder now has an "open all in new tabs" option that opens all of it's child bookmarks (not recursive) in new tabs. Change-Id: Ied4da5cd4f2cf83b58a6f1e618bdfce44b4f4a99
* | Most Visited custom homepageJohn Reck2011-01-111-0/+5
|/ | | | Change-Id: Ic57762855e5d187aa0fe3a8eab2757b5a76ff08d
* Change "Window" to "Tab" in contextual menuBart Sears2010-12-211-0/+3
| | | | | | | | | For devices with xlarge screens (new UI) display "Open in new tab" instead of "Open in new window" in the long-press-on-link contextual menu. Bug: 3303257 Change-Id: I21990a364919da98357a071e0d205b57024efe77
* Single column omnibox and pressed selectorJohn Reck2010-12-201-0/+2
| | | | | | | | | Bugs: 3275725, 3270476 Converted omnibox to single column in landscape, made each item slightly smaller to fit 5 instead of 4 rows in landscape, added the correct pressed selector, and added basic keyboard support Change-Id: I0b2774817f055c1b17289a33975ed4f8f088db45
* New tab renderingMichael Kolb2010-12-101-3/+2
| | | | | | Rendering tabs from a fixed background asset Change-Id: Ic02ed0c059486c2bb8157f19012f98099bf7e75a
* Update homescreen icon generator to look better on xlarge devices.Ben Murdoch2010-11-301-1/+2
| | | | | | | | | | | | Copy mipmap-hdpi resources into mipmap-xlarge to provide larger assets for xlarge devices (previously we were picking them up from mipmap-mdpi). With the larger icons, we also need to increase the size of the rectangle we draw the favicon onto (otherwise we see the points of the star coming out of the favicon). Bug: 3224340 Change-Id: If0a297836c288104a32e5dbcd5d886d5849f9698
* Fixes style mismatchJohn Reck2010-11-291-0/+2
| | | | | | | | Bug: 3235979 Changes the style of the UrlInputView to use the light theme to match the inverse text theme when using style-xlarge. Change-Id: Ib7d6171ab255699e4118e89d8423ac7386a226f0
* Updated for ActionBar API changesAdam Powell2010-11-151-1/+1
| | | | Change-Id: I20d162c2921b1d8797594b162aaafd4a72aae607
* Fix http auth dialog for Holo themeMichael Kolb2010-10-201-22/+7
| | | | | | | | Bug 3083992 Removed style/color overrides for majority of dialogs in preparation for UX refresh Change-Id: I1ff6d0271b802af1e7682c19e077d85025656c09
* new bookmark screen part 2Michael Kolb2010-10-131-2/+2
| | | | | | | | | specs here: https://docs.google.com/a/google.com/present/edit?id=0ARMpWryWB2oaY2RkbmZwdnBfODc0Y2diYnBoNDc&hl=en moved tabs to top added bread crumbs view for folder hierarchy changed thumbnail sizes for xlarge screens Change-Id: I3035f299b343f9aa1ec0dd41772e5594cd6b21f5
* revert menu style for framework updateMichael Kolb2010-10-101-4/+0
| | | | Change-Id: Idf26c43adcd49f954b82a0e585caf65f12c1ab98
* fix bookmarks context menu styleMichael Kolb2010-10-011-2/+9
| | | | | | http://b/issue?id=3055537 Change-Id: I3fc825630a4bb62be0fba5dd7f92fd41b21aae61
* move new tab button next to tabsMichael Kolb2010-10-011-0/+25
| | | | | | | | | | http://b/issue?id=3052018 moved tab button added new tab option to menu http://b/issue?id=3052583 changed text from window to tab Change-Id: I079636f29ea529915a5f8c3ad55b4b4c7afe579f
* new two column suggestion dropdownMichael Kolb2010-09-271-2/+3
| | | | | | http://b/issue?id=3039704 Change-Id: I8b32553682cc547c695d0089e6633ead77426869
* UI theme workMichael Kolb2010-09-101-0/+16
| | | | | | | | fixed styles for action bar changed URLInput layout suppress selection acion mode for url input Change-Id: Ia5dbab792057b7d172e797c01f07f06ca190c88b
* Updated for framework changes in ActionBar style attributesAdam Powell2010-09-091-1/+1
| | | | Change-Id: I6bb73ccf5e2523615833ec458173626f362f25dd
* checkpoint for moving UI to Holo styleMichael Kolb2010-09-081-2/+11
| | | | | | | mostly final assets dialogs are not styled correctly Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
* Make the bookmark thumbnails larger.Jeff Hamilton2010-09-021-0/+16
| | | | Change-Id: I33e72e55e0cad9c73b3c50cb30277ed22eb511cb
* fixed adding bookmark shortcut from home screenMichael Kolb2010-08-251-0/+3
| | | | | | | bug: http://b/issue?id=2948937 added shortcut activity to host bookmarks page fragment Change-Id: I39db8985b3c07fae6ca800cc57da3747040cb814
* UI work on CombinedBookmarksHistoryMichael Kolb2010-08-211-3/+2
| | | | | | | Adjust the CombinedBookmarksHistory activity to leave TabBar and UrlBar visible Enable clicks on the top bars to propagate back to the BrowserActivity Change-Id: Ie6aed7dc0777d31dafc7c31807adf17a60f57767
* switched to using action bar for large screenMichael Kolb2010-08-131-0/+44
Change-Id: I33b6bcd78d4983e0ce1b503d3756687588dd8ed0