summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/TitleBarXLarge.java
Commit message (Collapse)AuthorAgeFilesLines
* remove voice button when unsupportedMichael Kolb2011-01-111-1/+6
| | | | | | | | http://b/issue?id=3338108 voice search button is hidden if the selected search engine does not support voice search Change-Id: I410d9e0a5fff7b0c045a3f0b1818fac03b247897
* Reverse suggestions for quick controlsJohn Reck2011-01-101-2/+3
| | | | | | Reverses the URL suggestions when in quick controls mode Change-Id: Icd010f4b5803a8633f5b41fb393a91ff0c2206cb
* Prevents the URL from changing while being editedJohn Reck2010-12-221-6/+4
| | | | | | | Bug: 3296057 Prevent updating the URL if the user is editing the URL Change-Id: I5650a5cb9c18a64ebb9fda3f19927e51eddcc686
* Protect url editing from progress changesMichael Kolb2010-12-151-5/+15
| | | | | | Also fixes url bar disappearing when selection mode is entered Change-Id: I87ec4ac9bb3abd9e472df9f565bf8b0f6d1f510e
* Add quick controlsMichael Kolb2010-12-151-1/+29
| | | | | | | | Bug: http://b/issue?id=3277888 Added Quick Controls Lab setting Implemented Quick Controls UI Change-Id: I72011daf9140aa5d15c8b785126867c10bbc5501
* Enable voice searchMichael Kolb2010-12-151-4/+61
| | | | | | | | | http://b/issue?id=3039695 send voice search intent implement voice search title bar also fixes another Urlbar focus handling bug Change-Id: Icdcbec9ffff586d445545cc7fe86ca045022f381
* Split UI based on screen sizeMichael Kolb2010-12-141-4/+4
| | | | | | Different UI implementation for normal and xlarge screens Change-Id: I8217ffd16e1f87b248a22426b17fa34b3a4f89df
* fix urlbar focus handlingMichael Kolb2010-12-131-11/+39
| | | | | | | | | Bug: http://b/issue?id=3275805 Entering url edit mode is controlled by the UI class Only the overlay title bar is used for editing Url selection action mode does not hide overlay title bar Change-Id: Ib528c641ba6cebb3a62de498ef3974a6117369df
* Fix NPE in onDismissMichael Kolb2010-12-101-2/+9
| | | | | | | Bug: http://b/issue?id=3224622 Checking WebView added Change-Id: I809a8bdcd94589981876cf4d566fd8825b850a87
* Update url bar look & feelMichael Kolb2010-12-101-58/+78
| | | | | | updated assets, layout, search behavior Change-Id: I05543e57cb9a69e3a7cb5fe9a27648fd7196e51e
* add source type to search queriesMichael Kolb2010-12-091-2/+9
| | | | | | | Bug: http://b/issue?id=3237688 add the source extra to search queries based on the source Change-Id: Id39083a5904c7ff98431e7e625871f920f634bcf
* Fix search button bugMichael Kolb2010-12-071-1/+1
| | | | | | | Bug 3253916 Fixed the search button to select url input mode Change-Id: Ic6c0b8dc2fbb6941fcea8543d366570c112c4dc9
* Show a highlighted star for bookmarked pages.Leon Scroggins2010-12-061-2/+29
| | | | | | Bug:3222677 Change-Id: Ifeb6e7a922c0defb1e4a88ded0c188b97e0a4a56
* Url bar selection handling updatedMichael Kolb2010-12-021-25/+7
| | | | | | | | | Bug: 3222647 framework has been updated to change the way tap/double tap and long press are handled url bar uses a custom action bar to add the share option Change-Id: Ie75fc07fe71c9e16fc7f83deda8ecddea39b0397
* Controller RefactorMichael Kolb2010-11-171-21/+24
| | | | | | | | | | Bug: 3170671 First step towards a model/view/control design in Browser introduced Controller object started separating UI code represent state of the app in one place only Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f
* Omnibox supports search extra dataJohn Reck2010-11-101-2/+5
| | | | | | | | Bug: 3025590 Fix the omnibox to support passing on SearchManager.EXTRA_SEARCH_DATA in searches done from the suggestion adapter. Change-Id: Ica6462ef27722c3bbcc0508178ce431e87e27e86
* Incorporate save to home screen with add bookmark dialog.Leon Scroggins2010-10-221-1/+2
| | | | | | | | | | | Bug:2953515 Remove the initial popup menu when pressing the star that selects between saving to home screen and saving to bookmarks. Instead, once the add bookmark dialog is open, the user can select between bookmarks and saving to home screen. Change-Id: I35e8590ff6a2a7c2058e45e4f77ec6b5d209b0f9
* Fixed lock icon, url touch area, dropdown visibilityMichael Kolb2010-10-141-1/+4
| | | | | | | | | | | Bug 2989058 Bug 3098918 added light colored icons (not final assets) added click handler to generic web icon fixed suggestion adapter result count Change-Id: I1842335be22eab6da2dd4187b2147e535a9ac77c
* Fix suggestion edit buttonMichael Kolb2010-10-141-1/+6
| | | | | | | | | | Bug 3052626 Bug 3052664 added vertical divider refresh dropdown when sugegstion is selected Change-Id: I3f2e72bbd9a93ccc3a7968e646493945c0052d2b
* update bookmarks & history pageMichael Kolb2010-10-061-1/+1
| | | | | | | | convert combopage from activity to view embed combopage in main layout handle callbacks in BrowserActivity Change-Id: Ie5f092f5de677a960181544e7519c2f7d5cb86c1
* another round of UI refreshMichael Kolb2010-09-281-5/+23
| | | | | | | moved buttons in the url bar fixed selected tab visuals (activated) Change-Id: Ib69f9ca68b3d8cc8dfe6856f7248f21267127ae8
* new two column suggestion dropdownMichael Kolb2010-09-271-1/+2
| | | | | | http://b/issue?id=3039704 Change-Id: I8b32553682cc547c695d0089e6633ead77426869
* fixed empty search bugMichael Kolb2010-09-241-2/+4
| | | | | | http://b/issue?id=3004798 Change-Id: Id72be2dbd3f2b85a875354c55f4df012a6c8ebca
* UI theme workMichael Kolb2010-09-101-28/+45
| | | | | | | | fixed styles for action bar changed URLInput layout suppress selection acion mode for url input Change-Id: Ia5dbab792057b7d172e797c01f07f06ca190c88b
* checkpoint for moving UI to Holo styleMichael Kolb2010-09-081-12/+31
| | | | | | | mostly final assets dialogs are not styled correctly Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
* UI work on CombinedBookmarksHistoryMichael Kolb2010-08-211-0/+6
| | | | | | | 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-5/+1
| | | | Change-Id: I33b6bcd78d4983e0ce1b503d3756687588dd8ed0
* New tab flow through Bookmarks/History screenMichael Kolb2010-08-091-2/+1
| | | | Change-Id: I0f21279fea33582229f16f37bf813ad1fca15fc2
* UI revision for tabbed browsingMichael Kolb2010-08-061-402/+80
| | | | | | | | | | bug # http://b/issue?id=2712871 separated tab bar from url bar subclassed webview for scroll listener added search button support Change-Id: Ib9bd0c7e815e2ef08cdd20334daf61263cd52938
* tabbed title bar workMichael Kolb2010-07-271-97/+434
| | | | | | | | | | | | | bug # http://b/issue?id=2712871 added tab bar added tab status callbacks to Tab and TabControl added compact progress/stop/refresh button added UrlInputView for auto-complete suggestions modified BrowserProvider for url input suggestions modified BrowserActivity to use TitleBarXLarge Change-Id: I62db2be5b89f4c4f27c09dbc6fee7b3b0d5e91b5
* Improve the visibility and discoverability of the "add shortcutBen Murdoch2010-07-091-3/+1
| | | | | | | | | | | | | | | to home" functionality in the Browser. When the user selects the bookmark button adjacent to the URL bar they will be prompted to either add a new bookmark for the current page or add a shortcut to the current page to their homescreen, rather than being taken to the bookmark management activity. The bookmarks button on the options menu will still take the user directly to the bookmark management activity. Bug: b/2794945 Change-Id: I07190250379f1d6e2fe6b8ea280317949cd58b15
* Use the new look for the progress bar.Leon Scroggins2010-06-161-0/+2
| | | | | | Bug 2712871 Change-Id: Ifb6afe59196332d966590dbc08228fb78aa5f8cf
* Initial work on new browser barLeon Scroggins2010-06-161-0/+170
Bug 2712871 Change-Id: Id1c76b05a5f126a4a68369a32dda8975fc1d2e6b