summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BaseUi.java
Commit message (Collapse)AuthorAgeFilesLines
* Enable voice search in omniboxMichael Kolb2012-06-041-0/+5
| | | | | | | | Bug: 6601348 Bring back voice search. Also fixes focus bug for fixed titlebar. Change-Id: I83c8ad96957b62c23ad0bbb35685712687d11213
* tighten nav bar layout & fix animation bugMichael Kolb2012-05-291-0/+10
| | | | | | Bug: 6563289 Change-Id: I00fdecf645128bb1fec8e23be94aa2b85fb586f7
* Fix portrait's fixed title barJohn Reck2012-05-181-0/+16
| | | | | | Bug: 6468013 Change-Id: Ia6ee9645df9ebb8aa98734efef45b57db94651f7
* Hide webview when showing a custom viewMichael Kolb2012-05-151-0/+2
| | | | | | bug:6477718 Change-Id: Id3253096755ac4c174a791115f06dcb195b699c7
* Remove voice search handlingMichael Kolb2012-05-031-14/+0
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* Fix QuickControls after title bar tweaksMichael Kolb2012-04-251-0/+9
| | | | | | | | Bug: 6398599 Minor cleanup in title bar code. Change-Id: I55357acb86050e549d80d44d99f4a89ed1e49e9d
* show IME when titlebar is selected in tab switcherMichael Kolb2012-04-241-2/+2
| | | | Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
* Title bar tweaksJohn Reck2012-04-191-5/+0
| | | | | | | | Bug: 5677901 Delay hiding after page load Show for duration on tab switch Change-Id: Ie962cd86fd3bd6f5d10a807db1638e9cbdbfef67
* fix titlebar disappearing on tab switchMichael Kolb2012-04-161-2/+27
| | | | | | | | | Bug: 6343476 Consolidate some quickcontrols code and set titlebar for BrowserWebView before attaching Change-Id: I3bc8100e3905538aae73be7a07fb611702c5e54b
* Remove already attached warningMichael Kolb2012-04-121-10/+0
| | | | Change-Id: If50ad6d81e83c7dad5b044a65eac326022c5eb83
* Submenus in QuickControlsMichael Kolb2012-04-111-0/+4
| | | | Change-Id: I5d4fe7fdac1fb58e2e89afe00c468eed632428db
* De-focus url input before tab data changeMichael Kolb2012-04-101-0/+1
| | | | | | Bug: 6315452 Change-Id: I1540122a7dd31fc2cf477b4f70ff88cdbcecc56e
* Don't embed titlebar in WebViewMichael Kolb2012-04-031-8/+1
| | | | | | | | | Bug: 5032345 The titlebar gets attached to an overlay and tracks the scrolling of the WebView at the top of the page. Change-Id: I60b2163bb7a3642813823995278722455f566f36
* Fixup browser to use WebView proxyJonathan Dixon2012-03-021-3/+5
| | | | | | | | Has to escape out to WebViewClassic whenever it needs a hidden API. Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
* Shock the MonkeyMichael Kolb2011-12-161-0/+1
| | | | | | Bug: 5731650 Change-Id: Icf2c3aba7f1146b1f78d191a807121dcbe3012ae
* Remove even more unnecessary flagMichael Kolb2011-12-061-2/+1
| | | | | | | | Bug: 5715053 The flag added earlier caused a screen blackout on stingray. Change-Id: Ia1400111c4a53a1803f92549c4da73e3715cfe15
* Remove unnecessary flagsMichael Kolb2011-12-021-11/+2
| | | | | | | | Bug: 5494143 handled by HTML5FullScreenView now Change-Id: Ifdf3d0e2835acde856a9278d03f91a6ed4089b37
* Merge "Support super-full-screen mode for html5 video" into ics-mr1Teng-Hui Zhu2011-11-221-1/+6
|\
| * Support super-full-screen mode for html5 videoTeng-Hui Zhu2011-11-211-1/+6
| | | | | | | | | | | | | | | | bug:5569146 Framework change is c/151486/ Change-Id: I9b622c7de87810ebfab5e01ea77e25c2401deef3
* | Remove the psychic labs feature.Narayan Kamath2011-11-181-5/+0
|/ | | | | | | | Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578
* Fix fullscreen modeMichael Kolb2011-10-211-5/+19
| | | | | | | | | Bug: 5494143 Set fullscreen flags on window hide system UI Change-Id: I38714fd3973d2ee0baca51eb89f0ca640cbab225
* Improve tab switcher open perfJohn Reck2011-10-071-1/+4
| | | | | | Bug: 5379115 Change-Id: I5e5bfcfead4c54deb49af94de6f6526bd2710567
* Merge "Improve navscreen opening performance"John Reck2011-10-071-2/+0
|\
| * Improve navscreen opening performanceJohn Reck2011-10-071-2/+0
| | | | | | | | | | | | | | | | | | Bug: 5379115 Cache mNavScreen (expensive to create) Cache AnimScreen (expensive to create) Don't capture a screenshot for an unused parameter Change-Id: I0ac9de647f61222866499ae40c1a946551dad7bb
* | Show the unlocked padlock icon when there is an SSL authentication problem.Steve Block2011-10-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces two changes in behaviour ... - If the page's main resource uses SSL but there's a problem with it's certificate, show the open lock icon rather than the closed lock icon. - If the page's main resource uses SSL and the certificate is good, but some sub-resources have problems with their certificates, show the open lock icon rather than the closed lock icon. Previously we would show the open lock icon only if these sub-resources did not use SSL. Requires https://android-git.corp.google.com/g/#/c/139926. Bug: 5403366 Change-Id: I0cb1b26d1180aacfbc500a944421e7b753cd95f1
* | Correct fullscreen video playback for HTML5 videoMichael Kolb2011-10-061-31/+19
|/ | | | | | | | | Bug: 5415790 Changed from window back to a fullscreen layout attached to the decor view Change-Id: I85750e27aa2a953ffc54ee96cc2de4156d52cc5e
* Immediately update title bar when loading a URLMichael Kolb2011-10-051-0/+1
| | | | | | Bug: 5153437 Change-Id: I712c62f15bcb294a0833f526fa27dac88ec15c8e
* Avoid fullscreen resize for custom viewMichael Kolb2011-10-041-25/+36
| | | | | | | | Bug: 5283037 Show plugin views in new window to avoid resize due to ActionBar Change-Id: I6923382d211b243878c1bd246182868dd2fcf51c
* Rename Tab.LockIcon to Tab.SecurityStateSteve Block2011-10-031-11/+11
| | | | | | | | | | | | | The tab's state is concerned with whether or not the page is secure. It should not mention the lock icon, as this is just a UI choice of how to represent the security state. Also renames WebViewController.onUpdatedLockIcon() to onUpdatedSecurityState(). No functional change. Bug: 5403366 Change-Id: Id18402e84fd9b1f661c160189c7a19a9352fd25c
* Fix NPE in setActiveTabMichael Kolb2011-09-021-2/+1
| | | | | | | | Bug: 5248939 5214748 The second bug is actually different, and was not repeatable but the first case is now protected Change-Id: I26f16ee3a828f6e9208c02cde89faa43a0423428
* URL bar pull down tweaksJohn Reck2011-09-011-2/+6
| | | | | | Bug: 5222990 Change-Id: If5c4154dca892410f6884cae8d39fb25fbb0575f
* Check current tab before making activeMichael Kolb2011-08-241-1/+4
| | | | | | Bug: 5202966 Change-Id: I62fc806176d178193c4a9f0b658efa45b4d96584
* Fix icon resourcesMichael Kolb2011-08-241-1/+1
| | | | | | | | | | Bug: 5066431 updated remaining icons: secure/partial/overlay progress various bookmark icons Change-Id: I474a1cd3981474eddbd4be0a38a8d0d8083232e1
* Avoid showing previous tab when closing an app tabMichael Kolb2011-08-221-0/+3
| | | | | | | | Bug: 5188145 skip setActiveTab when closing a tab launched from an app set active tab in onResume Change-Id: If602358a61690f15fe2e81a6b3d62d51ad15e16d
* Show incognito and saved page icons in urlbarJohn Reck2011-08-161-0/+1
| | | | | | Bug: 5162768 Change-Id: I02e521bd4c9de62166e3029437b105e669902797
* Merge "Add monkey protection to editUrl"Michael Kolb2011-08-121-1/+1
|\
| * Add monkey protection to editUrlMichael Kolb2011-08-121-1/+1
| | | | | | | | | | | | | | Bug: 5145898 check for valid active tab Change-Id: I32da53b71771b0f81af44fbbc317d6c891741098
* | URL Bar auto show tweaksJohn Reck2011-08-121-44/+14
|/ | | | | | | Bug: 5144824 Bug: 5142398 Change-Id: I235828d52bc8d8c35e2b625d767caeffb2d9b654
* Don't hide urlbar when favicon menu is openJohn Reck2011-08-121-1/+2
| | | | | | Bug: 5144824 Change-Id: I691f094ab594621f14adefabfb44c1ea967fdec2
* Don't hide the navscreen when going to bookmarksJohn Reck2011-08-111-1/+7
| | | | | | Bug: 5144826 Change-Id: If810b3d82c52265f841954f295f5974af9807a01
* fix action bar and menuMichael Kolb2011-08-011-0/+4
| | | | | | | | | | | | | 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
* Restore overhaulJohn Reck2011-07-271-14/+0
| | | | | | | | 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-0/+6
| | | | | | | | | | | 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
* Move ComboView to its own activityJohn Reck2011-07-181-48/+11
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* Snapshot title barJohn Reck2011-07-131-5/+7
| | | | | | Bug: 4982126 Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
* TitleBar refactorJohn Reck2011-07-111-24/+35
| | | | Change-Id: I0a2df041529143c8e0ff17af341376a3f827be04
* Add overflow menu to title barMichael Kolb2011-07-111-1/+1
| | | | | | Bug: 5011697 Change-Id: Idcd9ddc2883caa0ee0513300b8322af1c6d89423
* make QC work on phoneMichael Kolb2011-07-111-1/+2
| | | | | | | | Reduce options in QC menu on phone Avoid restart when enabling/disabling QC Bug: 3326929 Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
* Don't show URL bar during pinch zoomJohn Reck2011-07-071-1/+2
| | | | | | Bug: 4984157 Change-Id: Ice03f3a497fbf16401fab0b2245c9ae1c168b1fb
* Temporarily show title bar on setActiveTabJohn Reck2011-07-011-0/+11
| | | | | | Bug: 4988753 Change-Id: I59ea95c860bac6cbf33f5f4e3907a039e199430c