summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PhoneUi.java
Commit message (Collapse)AuthorAgeFilesLines
...
* use system menuMichael Kolb2011-07-201-10/+15
| | | | | | | | | | | On phones with hardware menu key, use the framework's menu Also fixes: Bug: 5051899 remove overflow button from bar if menu key is present Nav options are not visible on tab switcher Change-Id: I5b55934a392a76f9d9ef16e3bf5c71f27b88d69a
* fix tab switcher and menuMichael Kolb2011-07-181-0/+8
| | | | Change-Id: Ibcda8fc9fa73f11dba7d8f2f8061740910cedc55
* show menu on phone with menu keyMichael Kolb2011-07-181-3/+3
| | | | | | | Bug: 5017628 show the menu anchored to the tab switcher button Change-Id: I99baa1978d4c0a99b0fe17fee198ddd5b7db1b76
* Move ComboView to its own activityJohn Reck2011-07-181-16/+4
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* update navigation bar state for tabMichael Kolb2011-07-131-0/+4
| | | | | | | | Bug: 5023085 force a state update to the navigation bar when setting active tab Change-Id: Ie6db9587e1be8ba3c2303a8d1fa60c698d88cfdb
* use screenshots for tab switcherMichael Kolb2011-07-121-57/+1
| | | | | | also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
* Don't restore all tabs for phoneJohn Reck2011-07-121-0/+5
| | | | Change-Id: I33cf6e2cc64f6b0507529d73d5a69b3fa4788e28
* TitleBar refactorJohn Reck2011-07-111-17/+8
| | | | Change-Id: I0a2df041529143c8e0ff17af341376a3f827be04
* Add overflow menu to title barMichael Kolb2011-07-111-0/+12
| | | | | | Bug: 5011697 Change-Id: Idcd9ddc2883caa0ee0513300b8322af1c6d89423
* make QC work on phoneMichael Kolb2011-07-111-3/+8
| | | | | | | | Reduce options in QC menu on phone Avoid restart when enabling/disabling QC Bug: 3326929 Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
* Saved Pages tabJohn Reck2011-07-011-2/+2
| | | | | | | | | | Bug: 4982126 Add saved pages tab Remove "save page" menu option Add "save for offline reading" menu option Smooth animation to combo view Change-Id: Ia67552a6f6a5474a6dfcff6790a341d4d36d5a77
* Always trigger URL bar on scroll down gestureJohn Reck2011-06-291-3/+0
| | | | | | | Bug: 4976168 Prevent websites from preventing the URL bar gesture Change-Id: Id9d01c93267ff4376c89503b39945ae003e7d5bf
* Implement scroll up trigger titlebarJohn Reck2011-06-221-8/+3
| | | | | | On phones, when scroll up show the title bar Change-Id: I432bdddf693a351be9c6223e26804452b09d783f
* fix hide navscreen bugMichael Kolb2011-06-091-0/+1
| | | | | | | Bug: 4569020 check if we're already hidden Change-Id: Ief4d2e94c66cf85fa71f5c19ffacfde3e204c42b
* use webview proxy in nav screenMichael Kolb2011-06-011-1/+0
| | | | Change-Id: If5c914dfad48cd4b13cd5fe81374e8adc35060f9
* long axis scrolling for nav screenMichael Kolb2011-05-271-11/+21
| | | | | | | | | also: fix combo view navscreen overlap fix menu key handling adjust screenshot capture size Change-Id: Ia0c920ed40e7d97d5902d98b85830817b9de6506
* new iteration of the navigation UIMichael Kolb2011-05-251-120/+16
| | | | | | use live webviews Change-Id: Ie787c76470e445548d358374f83f33a1b0b0b5cf
* fix navscreen orientationMichael Kolb2011-05-091-9/+9
| | | | | | | | handle configuration change in navscreen capture actual screen for tabs size tabs correctly Change-Id: I20ff72bdcab13678cdba4c55849bd5ff16cb6568
* Smoother animations pleaseJohn Reck2011-04-271-6/+18
| | | | Change-Id: Ie27fef1678f758bdaf43f90d5baeabdeef3b9f83
* remove async captureMichael Kolb2011-04-251-10/+4
| | | | Change-Id: I3a621487d35eabe519d54411f392e16918c0af00
* Merge "fix pie menu handling"Michael Kolb2011-04-251-10/+0
|\
| * fix pie menu handlingMichael Kolb2011-04-251-10/+0
| | | | | | | | Change-Id: Iab2bc23c2200799dbb0983b43ef66891bb51215d
* | smooth navscreen animationMichael Kolb2011-04-251-4/+21
|/ | | | Change-Id: I87bfba8a18a1aaeffa95d15e4ddb4313dd2752d9
* remove menu inflation hackMichael Kolb2011-04-201-6/+2
| | | | Change-Id: I481f35120cb753f3c2f8cce815cff2ab4597e16b
* new navscreen uiMichael Kolb2011-04-201-83/+132
| | | | Change-Id: Iedbdf5af5d3ee2fbdd6944c1689f6551b3af8d46
* Fix action bar bugJohn Reck2011-04-131-1/+0
| | | | | | Remove call to ActionBar.show() in PhoneUI Change-Id: I03e94d8b2c46271fe89f8ca84bb6497d1625b0ca
* Fix QuickControls menu glitchJohn Reck2011-04-111-8/+10
| | | | | | | Fixes a bug where the first time opening the menu in quick controls causes the URL bar to appear. Change-Id: Iccdb1701b228b9256a6b79cca3bbd859f6c306f3
* refactor titlebar codeMichael Kolb2011-04-061-38/+10
| | | | Change-Id: I45db5f19af142ba78d3e3833fa428e8f9a14b889
* add old progress bar to uiMichael Kolb2011-03-301-8/+20
| | | | Change-Id: I53023ee54edf17894c51cb3247d7f2f2e2c7c240
* add qc to phone uiMichael Kolb2011-03-281-23/+96
| | | | | | | No progress bar in qc yet will be added later Change-Id: Id87066aec97b2823cdf28da9a4d10e77475b1d1a
* fix title barMichael Kolb2011-03-231-3/+5
| | | | | | | | Merge code from TitleBarXLarge down into base to support omnibox in both tablet and phone browser Change-Id: If54f3b162725411236f0b0676887bbcbdabadd25
* use thumbnails in tab switcherJohn Reck2011-03-211-0/+16
| | | | Change-Id: I0c7bda38c4c12448822f575f6fe0670f87b3eb7b
* Hack to workaround b/4136071John Reck2011-03-181-0/+12
| | | | Change-Id: Idea9fe38cb44c454bd3e850ef487118aa025d5e7
* use BrowserWebView for all UIsJohn Reck2011-03-181-17/+0
| | | | | | Rename ScrollWebView->BrowserWebView Change-Id: Icce042be4ad054b1fc3d5c0f9500f8ea112479a4
* 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