summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PhoneUi.java
Commit message (Collapse)AuthorAgeFilesLines
* fix shortcut handlingMichael Kolb2011-02-161-0/+6
| | | | | | | | | | | | | | 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
* Switch the phone to use the omnibox instead of qsbJohn Reck2011-02-151-1/+1
| | | | | | Initial changes, needs more work Change-Id: Ic9bbe4eb8e95212baa7c40813217f01d9efdf286
* Fix layout params for TouchProxyJohn Reck2011-02-141-43/+8
| | | | | | Also fixes auto-merger wierdness... Change-Id: I664dae43e1c16d177e79f1fd08ae6a6e3a2fd8e1
* Merge "Switch to ViewTunnel to handle phone ui"John Reck2011-02-141-3/+37
|\
| * Switch to ViewTunnel to handle phone uiJohn Reck2011-02-141-3/+41
| | | | | | | | Change-Id: Ic81f39594cb9b9e1f909f671c2237bf02e90103b
* | change phone title handlingMichael Kolb2011-02-141-2/+43
|/ | | | Change-Id: Ide3e425f3410336a01905adac218f4a20bc70444
* Fix crash when opening bookmarks on phoneJohn Reck2011-02-141-0/+6
| | | | Change-Id: I862c52000e2f3f414e1064a66c922dc9e924bc88
* Remove second url barMichael Kolb2011-02-111-64/+24
| | | | | | | | | | 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
* hardware keyboard supportMichael Kolb2011-01-251-0/+6
| | | | | | | | | | | http://b/issue?id=3368141 http://b/issue?id=3368100 Removed duplicate key handling added focus transition from page to url bar once framework bug http://b/issue?id=3381411 is fixed, focus transitions in url bar will be fixed Change-Id: Id5011e78bf70d51a25a4e01cf31d9e6ad95ceab7
* Overhaul handling tab data updatesJohn Reck2010-12-171-3/+2
| | | | | | | | | | Bug: 2127502, 3191165 Pushed some state tracking to the tab for URL, title, favicon, and lock status. This allowed me to remove many duplicate methods of updating that data, preventing the UI from getting out of sync with the web view. Change-Id: I995caa98068ad03ca37710207b5ab57bb9d801ab
* Add quick controlsMichael Kolb2010-12-151-0/+22
| | | | | | | | Bug: http://b/issue?id=3277888 Added Quick Controls Lab setting Implemented Quick Controls UI Change-Id: I72011daf9140aa5d15c8b785126867c10bbc5501
* Split UI based on screen sizeMichael Kolb2010-12-141-0/+251
Different UI implementation for normal and xlarge screens Change-Id: I8217ffd16e1f87b248a22426b17fa34b3a4f89df