summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PhoneUi.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'android-4.2_r1' into mr1-stagingRicardo Cerqueira2012-11-191-0/+11
|\ | | | | | | Change-Id: Id36dc68dabccb44bd69de5580c8441cf7a6b6049
| * No search pane while tapping search button after backing to "windows" view ↵yijunx.zhu2012-08-211-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from "saved page" view. When NavScreen is showing, the active tab should be detached normally, but tab is reattached after backing to NavScreen from other activity. Do the detach again. Change-Id: I1b30791285a0ff08c69924d74a0f1660212995f2 Author: Weiwei Ji <weiweix.ji@intel.com> Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jack Ren <jack.ren@intel.com> Author-tracking-BZ: 28528
| * am 501fa728: Merge "Added a menu item in Browser called Close other tabs"Jean-Baptiste Queru2012-05-171-0/+8
| |\ | | | | | | | | | | | | * commit '501fa7284ae63fe28b8f81f403f24befa7c992dd': Added a menu item in Browser called Close other tabs
| | * Added a menu item in Browser called Close other tabsAfzal Najam2012-05-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | This closes all other tabs except the current one (only for the phone interface) Will submit patch for tablet interface once this is approved. It solves the problem of mass closing unneeded tabs to a certain extent. Preferred method would be to select multiple tabs like list items. Change-Id: I5af00f1c19043104987375f1da396eb6fefb5dd4
* | | Add fullscreen toggle to menuNebojsa Cvetkovic2012-09-121-0/+4
| | | | | | | | | | | | Change-Id: I7acecfc32dde250685f96354b45a91b93667114e
* | | Added a menu item in Browser called Close other tabsArham Jamal2012-07-241-0/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | This closes all other tabs except the current one (only for the phone interface) Will submit patch for tablet interface once this is approved. It solves the problem of mass closing unneeded tabs to a certain extent. Preferred method would be to select multiple tabs like list items. Credits: Afzal Najam Signed-off-by: Arham Jamal <arhamjamal@gmail.com> Change-Id: I5af00f1c19043104987375f1da396eb6fefb5dd4
* | Remove voice search handlingMichael Kolb2012-05-031-5/+0
| | | | | | | | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* | Fix QuickControls after title bar tweaksMichael Kolb2012-04-251-4/+2
| | | | | | | | | | | | | | | | 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-17/+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-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