summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PhoneUi.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix black screen bugMichael Kolb2011-08-181-0/+10
| | | | | | | Bug: 5180937 attach a tab when fast exiting the navscreen Change-Id: I3ecf248ac6073dfff6a134e5323052150c4efed1
* Merge "check for parent before embedding titlebar"Michael Kolb2011-08-171-1/+5
|\
| * check for parent before embedding titlebarMichael Kolb2011-08-171-1/+5
| | | | | | | | | | | | | | Bug: 5166956 remove tbar from parent before embedding Change-Id: I3a3423bbb8f857bc8a9e9ac7b8a900f85a85e360
* | Fix Monkey NPEMichael Kolb2011-08-171-3/+5
|/ | | | | | Bug: 5177427 Change-Id: I7cfcfe63d8ba64b30a3fbe6a0c46efd15dc8688b
* fix hide tab switcherMichael Kolb2011-08-161-5/+7
| | | | | | | Bug: 5173072 make content visible if animation is bypassed Change-Id: I9c24b166c7b2d7dacd0fc275447eb8125cc6e091
* Fix monkey bugMichael Kolb2011-08-151-0/+2
| | | | | | | | Bug: 5166733 added missing return statements and valid active tab check Change-Id: Ida7ffa6faf77a95eaf19ef566176ad522be4efef
* Tab switcher animationMichael Kolb2011-08-151-16/+185
| | | | | | | | Bug: 5123884 first step towards animations between browser and tab switcher Change-Id: I1d959d42d0036f3c4498972fcc8ad434fa7f4437
* URL Bar auto show tweaksJohn Reck2011-08-121-5/+1
| | | | | | | Bug: 5144824 Bug: 5142398 Change-Id: I235828d52bc8d8c35e2b625d767caeffb2d9b654
* Don't hide urlbar when favicon menu is openJohn Reck2011-08-121-12/+0
| | | | | | Bug: 5144824 Change-Id: I691f094ab594621f14adefabfb44c1ea967fdec2
* Merge "Don't hide the navscreen when going to bookmarks"John Reck2011-08-111-8/+11
|\
| * Don't hide the navscreen when going to bookmarksJohn Reck2011-08-111-8/+11
| | | | | | | | | | | | Bug: 5144826 Change-Id: If810b3d82c52265f841954f295f5974af9807a01
* | Menu shufflingJohn Reck2011-08-111-4/+0
|/ | | | | | | Bug: 5145209 Move some stuff from the overflow menu to the favicon menu Change-Id: Ied61630281f1fbb8078997d72af6333a6d527249
* Reduce capture frequencyJohn Reck2011-08-091-2/+6
| | | | | | | | | Bug: 5142655 Only capture while the navscreen is visible Fix Tab.capture to never capture the title bar Fix navscreen not responding to updated thumbnails Change-Id: Id48ad32bb131c398c7d1ce4243e92f04cd421ade
* fix url action modeMichael Kolb2011-08-021-1/+3
| | | | | | | | | Bug: 5093025 The url bar is kept visible now It's still not perfect, because the url bar gets pushed down under the user's finger Change-Id: I7142cd1f442bf7e3b53af5aac150defda68661ed
* fix action bar and menuMichael Kolb2011-08-011-1/+22
| | | | | | | | | | | | | Bug: 5077207 Bug: 5097486 cleaned up action bar items dynamically change menu items based on context bookmarks option added to nav bar menu new tab added to navbar menu find/addbookmark only on real pages removed new incognito tab from tab switcher action bar Change-Id: I973f20a13bb7d9900041f717aff012e7a2c735b8
* add accessibility descriptions/eventsMichael Kolb2011-07-291-0/+5
| | | | | | | | Bug: 4979091 added content descriptions to the image buttons send event for screen transition Change-Id: I403fe8504cace4aa84a5b1c6ca18f6c10fc9be34
* Restore overhaulJohn Reck2011-07-271-0/+5
| | | | | | | | Bug: 5069192 Store thumbnails in a database restored async for each tab Fix restoring a tab not restoring its current state Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
* 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