summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/TitleBarXLarge.java
Commit message (Collapse)AuthorAgeFilesLines
* refactor titlebar codeMichael Kolb2011-04-061-120/+9
| | | | Change-Id: I45db5f19af142ba78d3e3833fa428e8f9a14b889
* add old progress bar to uiMichael Kolb2011-03-301-0/+1
| | | | Change-Id: I53023ee54edf17894c51cb3247d7f2f2e2c7c240
* add qc to phone uiMichael Kolb2011-03-281-2/+2
| | | | | | | No progress bar in qc yet will be added later Change-Id: Id87066aec97b2823cdf28da9a4d10e77475b1d1a
* fix title barMichael Kolb2011-03-231-209/+32
| | | | | | | | Merge code from TitleBarXLarge down into base to support omnibox in both tablet and phone browser Change-Id: If54f3b162725411236f0b0676887bbcbdabadd25
* unify voice search codeMichael Kolb2011-03-201-5/+1
| | | | Change-Id: Icf1fc84405d08da8504ac91094e67c7d8d1c901d
* fix web refresh bugMichael Kolb2011-03-171-0/+3
| | | | | | | Bug: 4117355 force invalidate after layout of title bar changes Change-Id: I5775517573d15227e4f8a4bc5f84e1246c9d70ff
* fix qc urlbar position and show in auto-loginMichael Kolb2011-03-161-8/+20
| | | | | | | | | | Bug: 4108540 Show the url bar when auto-login is in progress Move url bar to top in QuickControls to work with instant search Remove suggestions reversal Change-Id: I0040fa74dd26b5eecdab278c0104199fe5269aba
* Merge "Set the url input to current page when cleared" into honeycomb-mr1John Reck2011-03-151-0/+7
|\
| * Set the url input to current page when clearedNarayan Kamath2011-03-151-0/+7
| | | | | | | | | | | | Bug: 4099000 Change-Id: I3a96b35a5234089fb76393273c250f3bfe0149eb
* | Switch account spinner to dropdown and holo styleJohn Reck2011-03-141-17/+20
|/ | | | | | Bug: 4093519 Change-Id: I0ac4670b325557616c24f024d86a85cf2e1ff141
* Add new auto-login UI.Patrick Scott2011-03-101-2/+116
| | | | | | | | | When the WebView notifies us of an auto-login request, check if the account is valid. If so, use it to log into the account manager. If that fails or the account is not valid, display the login UI. Bug: 3367381 Change-Id: I5a164ef676921eec03a89860fa5be722d3d987d4
* Merge "Clear existing completion when psychic is turned off." into honeycomb-mr1Bjorn Bringert2011-03-101-0/+4
|\
| * Clear existing completion when psychic is turned off.Narayan Kamath2011-03-091-0/+4
| | | | | | | | | | bug: 4076245 Change-Id: Ibbdd5f40927550e508631ce17663e8ee2b01ca82
* | set correct url icon when setting tabMichael Kolb2011-03-091-6/+5
|/ | | | | | Bug: 4075824 Change-Id: I6f053d9ef9c4562ed5dd3a727eeef8b25c709dd5
* Merge "Implement the psychic search engine."Bjorn Bringert2011-03-031-2/+9
|\
| * Implement the psychic search engine.Narayan Kamath2011-03-021-2/+9
| | | | | | | | | | | | | | | | | | | | (a) Add a new subclass of SearchEngine that receives suggestions provided by psychic and displays them in the suggestions dropdown. (b) Add a Labs setting that can turn this feature on or off. Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
* | Merge "Add autocomplete to the browser UrlInputView."Bjorn Bringert2011-03-031-15/+4
|\|
| * Add autocomplete to the browser UrlInputView.Narayan Kamath2011-03-021-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code and tests based on the google search app. A lot less code would be duplicated if we could somehow override AutoCompleteTextView but that is made impossible by it calling a bunch of stuff in its constructor. To do so would require changes to the existing API. I've verified that the unit test passes, but other browser tests appear to fail - even on a clean branch with none of my changes. Also fixes a minor bug in SearchEngines.getSearchableInfo( ). Change-Id: Ic61bc6b8fa27cd210a45dc181ebf15accf503244
* | add haptic feedback, fix QCMichael Kolb2011-03-021-11/+3
| | | | | | | | | | | | | | | | | | reduced number of QC entries fixed qc behavior with new titlebar add haptic feedback to qc selection change qc rendering from flat paint to bitmap shader Change-Id: I4b89fea1aec7ce680147f663f2c22d0d369f4194
* | fix another url bar icon bugMichael Kolb2011-03-021-17/+11
|/ | | | | | Bug: 3419951 Change-Id: I1d84dfb37d01f76829a5006861f649572d104c4f
* show voice icon when url is not editedMichael Kolb2011-02-241-4/+4
| | | | | | | Bug: 3410067 show go button only after user has modifed the url field Change-Id: Ie299b0376eb41cfa72173d5ad506c86ea638d0a7
* use title height without progress barMichael Kolb2011-02-231-0/+5
| | | | | | | | | Bug: 3473996 let the titlebar decide how high it is work around View.getHeight being final depends on I6e9a85d88eba176886e53b260d02082d26b410d8 Change-Id: I87a1acbddbb71637979491c40858a3ee22a230b5
* Phone UI title bar workJohn Reck2011-02-161-2/+1
| | | | | | | | | Updated progress bar to holo and below URL bar Removed spinner Swapped stop/bookmark with new assets Wired up bookmark listener to change star state Change-Id: Ie91ae446cc1c429ce4a1662cc337202aaf7877c3
* fix shortcut handlingMichael Kolb2011-02-161-7/+49
| | | | | | | | | | | | | | Bugs: 3400078 3270434 3368141 3381411 Fixed controller to check for menu & ctrl keys for shortcuts Changed focus handling in url bar Keyboard focus transitions are not 100% working yet, but it's possible to navigate to all the elements Change-Id: I514d85a37dae2589e3ce1ecb18c7fc0bf4e715f3
* Merge "Switch the phone to use the omnibox instead of qsb"John Reck2011-02-151-69/+2
|\
| * Switch the phone to use the omnibox instead of qsbJohn Reck2011-02-151-69/+2
| | | | | | | | | | | | Initial changes, needs more work Change-Id: Ic9bbe4eb8e95212baa7c40813217f01d9efdf286
* | Fix voice search modeMichael Kolb2011-02-151-0/+1
|/ | | | | | | | | Bug: 3410067 Fixes voice search mode Fixes two buttons to the left of the url This CL does not fix the voice button to the right yet. Change-Id: I743f8d97811fc4dfc0488d27fc08cac10fdd1043
* Merge "Remove second url bar"Michael Kolb2011-02-141-35/+34
|\
| * Remove second url barMichael Kolb2011-02-111-35/+34
| | | | | | | | | | | | | | | | | | | | Remove the overlay "fake" titlebar by telling the WebView where to render the embedded titlebar Simplify focus handling requires Ic979b641c8cc80acb83eeab49c4f700fc5c50e72 in frameworks/base Change-Id: I7896cd731949fdcc47cd18abfee5ef947b0e8cee
* | Only edit existing bookmark when bookmarking from the title bar.Leon Scroggins2011-02-111-1/+1
|/ | | | | Bug:3425178 Change-Id: I32341270440231a870dad5b007d218654760548b
* fix focus handling in url inputMichael Kolb2011-01-281-16/+19
| | | | | | | http://b/issue?id=3373046 removed focus updates from focus listener Change-Id: I48fdb39053dce7546038022f7aee671fe97047df
* fix SOX in clearFocusMichael Kolb2011-01-271-3/+3
| | | | | | | http://b/issue?id=3373046 don't clear focus when already not focused Change-Id: I8a445b84416c156a4f72196439502670ac57b177
* fix suggestion dropdown offsetMichael Kolb2011-01-261-1/+1
| | | | | | | http://b/issue?id=3394446 adjust offset to new bckground resource and adjust based on quickcontrols mode Change-Id: I93d096e6465f91fcbb01941aa3f746f5e3f77354
* Fixes most visited content:// uri in omniboxJohn Reck2011-01-261-5/+5
| | | | | | Bug: 3395311 Change-Id: If9e447ada3b13e490ca423c5c4cd4ce756f92313
* fix url barMichael Kolb2011-01-251-0/+4
| | | | | | | | http://b/issue?id=3351733 added web /search icon fixed positioning when focus changes Change-Id: Ib917c2797c9886e6b899494798fb080757f01c7a
* Disable SearchSuggestions in incognito modeJohn Reck2011-01-241-0/+4
| | | | | | Bug: 3336558 Change-Id: Ie88eddee0f4931a206ba45cec708cdbb69cce008
* asset drop & namingMichael Kolb2011-01-201-6/+19
| | | | | | | | | 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
* fix voice search suggestionsMichael Kolb2011-01-131-1/+9
| | | | | | | | http://b/issue?id=3348242 In voice search mode, make sure the suggestions are routed via tab's activateVoiceSearch Change-Id: I464f186510047a1d2b0d6b2be7809ec66ec74b22
* 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