summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PhoneUi.java
Commit message (Collapse)AuthorAgeFilesLines
* fix titlebar disappearing on tab switchMichael Kolb2012-04-161-20/+0
| | | | | | | | | Bug: 6343476 Consolidate some quickcontrols code and set titlebar for BrowserWebView before attaching Change-Id: I3bc8100e3905538aae73be7a07fb611702c5e54b
* Submenus in QuickControlsMichael Kolb2012-04-111-2/+2
| | | | Change-Id: I5d4fe7fdac1fb58e2e89afe00c468eed632428db
* De-focus url input before tab data changeMichael Kolb2012-04-101-1/+0
| | | | | | Bug: 6315452 Change-Id: I1540122a7dd31fc2cf477b4f70ff88cdbcecc56e
* Don't embed titlebar in WebViewMichael Kolb2012-04-031-30/+2
| | | | | | | | | 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/+4
| | | | | | | | 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
* Avoid ISEMichael Kolb2012-01-101-1/+3
| | | | | | Bug: 5786209 Change-Id: I92321d8dfc2e2991a508e475d2353d5a6597156b
* fix navscreen animationMichael Kolb2011-12-151-1/+1
| | | | | | | | | Prevent image from jumping when coming out of navscreen by using the visible title height as the target top. Note: there is still a little jump animating to the nav screen this will be fixed by a different CL Change-Id: Id85995e43253579754a8f214fb8596dcd77e7240
* Add Bookmarks option to phone menuMichael Kolb2011-12-051-0/+4
| | | | | | Bug: 5713465 Change-Id: I7a260ea5138efca9b4f8ac461a03207480b438df
* Add Monkey protectionMichael Kolb2011-11-071-1/+3
| | | | | | Bug: 5577443 Change-Id: I61f59ec5e65de0b59890804f2fb0eb7ab182326d
* Monkey proofingJohn Reck2011-10-311-13/+25
| | | | | | Bug: 5531453 Change-Id: I0a8158212d8b2de638bae3c66bb2b9aa3bf85c1d
* Merge "Add null check" into ics-mr0John Reck2011-10-131-0/+3
|\
| * Add null checkJohn Reck2011-10-131-0/+3
| | | | | | | | | | | | Bug: 5452795 Change-Id: I8b43875e0e72665384c974c502d8f38946f0c6f1
* | Reduce size of menusMichael Kolb2011-10-131-15/+16
|/ | | | | | Bug: 5452031 Change-Id: I3cc638b981e50796293b0f61dac2d93b8e3df1a0
* DO NOT MERGE Fix Monkey NullPointerException in data URLs.George Mount2011-10-121-2/+5
| | | | | | | | | Bug 5442979 Fixed assumption that tab would not be null in previous change to disable bookmarking data URLs on phones. Change-Id: I9f032d165d0693a66a0595c33d598b14290dc974
* Reset animation stateJohn Reck2011-10-111-0/+6
| | | | | | Bug: 5444751 Change-Id: I1a053cf13f0f01d1f8b1ece2d9abe5efb605273d
* Fix crash with qcJohn Reck2011-10-111-13/+17
| | | | | | Bug: 5439827 Change-Id: Ic561a5c7689410dd917e01c27e9b454a8722f957
* Data URL fixes - bookmarks, save, and wallpaperGeorge Mount2011-10-101-1/+3
| | | | | | | | | Bug 5383517 Images kept in data URLs can now be selected and this fixes the Save and Set Wallpaper options. It also removes the bookmarking capability. Change-Id: I461bdcb4c950f6fcd8db8b38f4c599212106b027
* Improve tab switcher open perfJohn Reck2011-10-071-13/+33
| | | | | | Bug: 5379115 Change-Id: I5e5bfcfead4c54deb49af94de6f6526bd2710567
* Improve navscreen opening performanceJohn Reck2011-10-071-67/+87
| | | | | | | | | Bug: 5379115 Cache mNavScreen (expensive to create) Cache AnimScreen (expensive to create) Don't capture a screenshot for an unused parameter Change-Id: I0ac9de647f61222866499ae40c1a946551dad7bb
* Fix tab switcher in animationMichael Kolb2011-09-231-1/+2
| | | | | | Bug: 5367069 Change-Id: I029b7b1c31dfb8071d9816c1bb319f61e8362974
* Implement pseudo 3d overscroll for tab switcherMichael Kolb2011-09-211-36/+52
| | | | | | Bug: 5255100 Change-Id: Id756e36bba2644cc1be1a699f80dbd78119ec56f
* Use overlay action modeJohn Reck2011-09-161-2/+10
| | | | | | | | | | | | | | Bug: 5327408 By using actionBar: false with actionModeOverlay: true the action mode callbacks happen before the action mode animation. This allows us to animate down the URL bar at the same time if needed (when the URL is being edited). Overlay mode fixes the issue with webview being translated, which was what caused the selection handles to move. Only the selection handles were affected thanks to b/4982054 Change-Id: I8153de63124eb4e4d02e88637f0cf01658054a14
* Cleanup menusJohn Reck2011-09-141-2/+7
| | | | | | Bug: 5290513 Change-Id: I2ca1de40fe362b74d941056504fc4e3249de03a3
* 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