summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* add tabs to QuickControlsMichael Kolb2011-03-108-28/+267
| | | | | | | | | Bug: 4084343 The final act in a 3 act drama. Adds tab thumbnails to QuickControls menu and removes the tab bar. Change-Id: Id667e8020745c3d77920858fcd9dd7f510973dd9
* New Bookmark Import wizardJohn Reck2011-03-103-221/+578
| | | | | | Bug: 3091551 Change-Id: Id5552cd9c6e0a833b46a23eaa226d89fb1ac226a
* Merge "fix url bar disappearing bug" into honeycomb-mr1Michael Kolb2011-03-101-3/+5
|\
| * fix url bar disappearing bugMichael Kolb2011-03-101-3/+5
| | | | | | | | | | | | | | | | Bug 3508517 url bar was hidden when coming out of aciton mode this should only happen when QC are enabled Change-Id: Ibe0b502e96dd1e8f2d198c21484cc1c0f4ee8868
* | Merge "Clear existing completion when psychic is turned off." into honeycomb-mr1Bjorn Bringert2011-03-103-4/+12
|\ \ | |/ |/|
| * Clear existing completion when psychic is turned off.Narayan Kamath2011-03-093-4/+12
| | | | | | | | | | bug: 4076245 Change-Id: Ibbdd5f40927550e508631ce17663e8ee2b01ca82
* | Merge "set correct url icon when setting tab" into honeycomb-mr1Michael Kolb2011-03-091-6/+5
|\ \
| * | set correct url icon when setting tabMichael Kolb2011-03-091-6/+5
| | | | | | | | | | | | | | | | | | Bug: 4075824 Change-Id: I6f053d9ef9c4562ed5dd3a727eeef8b25c709dd5
* | | remove tab switch animationMichael Kolb2011-03-092-91/+10
|/ / | | | | | | | | | | | | | | | | Bug: 4052162 due to problems in webview rendering, the blending animation can cause some annoying flicker this change backs out the blending animation Change-Id: I532fc01b79a6285f332a002c7515e759d377fd64
* | add menu options to qcMichael Kolb2011-03-0911-9/+428
|/ | | | | | | | Bug 4071315 Use the standard menu items to popuplate a menu from within quick controls Change-Id: I80d483ab2ce054e9b70ff4c6b0d6e0d9be783dc4
* Merge "fix NPE in dispatchKeyEvents" into honeycomb-mr1Michael Kolb2011-03-081-16/+17
|\
| * fix NPE in dispatchKeyEventsMichael Kolb2011-03-081-16/+17
| | | | | | | | | | | | Bug: 3514737 Change-Id: I38e448c32c9591004e422627125f9d05db5f8083
* | qc refactor part1Michael Kolb2011-03-084-370/+244
| | | | | | | | | | | | | | | | Bug: 4052266 change QuickControl rendering (removes all path calculations) change pie to allow several levels of items Change-Id: I52254745eadf956da83d963e23c1ba07946f53a7
* | fix action appearing after cabMichael Kolb2011-03-082-7/+19
|/ | | | | | | | Bug: 3426763 Due to a bug in frameworks, the action bar re-appears after being hidden this CL works around the bug by posting the hide Change-Id: I253bdaa3a5a76ffe82e665b915d8a9f7101ff7c6
* Merge "bug:3513950 a trivial change due to renaming of api in ↵Vasu Nori2011-03-071-1/+2
|\ | | | | | | downloadmanager" into honeycomb-mr1
| * bug:3513950 a trivial change due to renaming of api in downloadmanagerVasu Nori2011-03-071-1/+2
| | | | | | | | Change-Id: I1fb18c4de069ab60723dd4a78b10fd5ec5d95e3f
* | Merge "Add invalid id check to isValidParent" into honeycomb-mr1John Reck2011-03-041-0/+3
|\ \
| * | Add invalid id check to isValidParentJohn Reck2011-03-041-0/+3
| |/ | | | | | | | | | | Bug: 3512786 Change-Id: I8f16038e230a24bcc50e4cc75d24f413d0166844
* | Guard against mSearchBox being null.Narayan Kamath2011-03-041-1/+5
|/ | | | | | | | Unlikely to be seen in practice, but discovered by monkey. Bug: 3510741 Change-Id: I64d9b5aca66e7c7023632dfd31a22764ecac8dd0
* fix NPE in instant suggestionsMichael Kolb2011-03-031-1/+3
| | | | | | | | Bug: 3510741 check for null searchbox which might be returned by change I256375b2 Change-Id: Ic40209f2c1ea9a87098ce11586b4fd92f9065559
* Merge "fix tab switching animation bug" into honeycomb-mr1Michael Kolb2011-03-032-1/+7
|\
| * fix tab switching animation bugMichael Kolb2011-03-032-1/+7
| | | | | | | | | | | | | | | | | | Bug: 3510200 block tab swicthing while animation is running this shouldn't affect users much, but prevent some monkey business Change-Id: I198d3572ec5c0b3170ee15355ab9edcfb20743d1
* | Merge "Fix isValidParent check" into honeycomb-mr1John Reck2011-03-031-1/+1
|\ \
| * | Fix isValidParent checkJohn Reck2011-03-031-1/+1
| |/ | | | | | | | | | | | | | | Bug: 3506038 Lookup the parent itself, not the children of the parent in isValidParent check. Also, adds testing to watch for regressions Change-Id: I59f00094f862f2e9cd4b4f9fd92d370b87e612e5
* | Make enter in home page dialog do the right thingJohn Reck2011-03-031-1/+20
|/ | | | | | Bug: 1204628 Change-Id: I4e12cd922f806b23c63292b159cd919ea4a259c1
* Use OriginalUrl instead of Url for historyJohn Reck2011-03-032-2/+9
| | | | | | Bug: 3500263 Change-Id: I8a0b795dcac28e016e8511aa856aa3e9a45d6a13
* Merge "Implement the psychic search engine."Bjorn Bringert2011-03-0317-109/+690
|\
| * Implement the psychic search engine.Narayan Kamath2011-03-0217-109/+690
| | | | | | | | | | | | | | | | | | | | (a) Add a new subclass of SearchEngine that receives suggestions provided by psychic and displays them in the suggestions dropdown. (b) Add a Labs setting that can turn this feature on or off. Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
* | Merge "Add autocomplete to the browser UrlInputView."Bjorn Bringert2011-03-037-23/+1389
|\ \ | |/
| * Add autocomplete to the browser UrlInputView.Narayan Kamath2011-03-027-23/+1389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code and tests based on the google search app. A lot less code would be duplicated if we could somehow override AutoCompleteTextView but that is made impossible by it calling a bunch of stuff in its constructor. To do so would require changes to the existing API. I've verified that the unit test passes, but other browser tests appear to fail - even on a clean branch with none of my changes. Also fixes a minor bug in SearchEngines.getSearchableInfo( ). Change-Id: Ic61bc6b8fa27cd210a45dc181ebf15accf503244
* | add haptic feedback, fix QCMichael Kolb2011-03-025-30/+93
| | | | | | | | | | | | | | | | | | reduced number of QC entries fixed qc behavior with new titlebar add haptic feedback to qc selection change qc rendering from flat paint to bitmap shader Change-Id: I4b89fea1aec7ce680147f663f2c22d0d369f4194
* | Merge "Only import bookmarks not associated with an account"John Reck2011-03-021-1/+2
|\ \
| * | Only import bookmarks not associated with an accountJohn Reck2011-03-021-1/+2
| | | | | | | | | | | | | | | | | | Bug: 3501936 Change-Id: I3cd98d5e18d6085db1440655e4d90d65646c29b3
* | | Merge "fix another url bar icon bug"Michael Kolb2011-03-021-17/+11
|\ \ \
| * | | fix another url bar icon bugMichael Kolb2011-03-021-17/+11
| |/ / | | | | | | | | | | | | | | | Bug: 3419951 Change-Id: I1d84dfb37d01f76829a5006861f649572d104c4f
* | | add tab switch animationsMichael Kolb2011-03-023-28/+121
|/ / | | | | | | | | | | | | | | Bug: 3446585 Bug: 3281140 Cross fade between the current and the new tab Change-Id: I403e40b02e3f77806dc5ed3ebecd01afc508f68f
* | Downloads from incognito tabs need to use the correct cookieKristian Monsen2011-03-022-12/+20
| | | | | | | | Change-Id: Iee012fe4a32dd51b8a59763b9ceab1e7dbde5246
* | Merge "Change "Save Web Archive" to "Save Page""John Reck2011-03-011-4/+7
|\ \
| * | Change "Save Web Archive" to "Save Page"John Reck2011-02-281-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3492152 If WebView fails to save the page as a web archive (which will happen if the page is not an (X)HTML document), instead of showing a failure toast we fall back to downloading the URL through download manager. Also changes the string "Save Web Archive" to "Save Page" and moves the menu option to be after "Share page". Change-Id: Ia4219075ae2585df865b58fa75ad24357150824f
* | | Merge "Make enter advance navigation or sign in"John Reck2011-03-011-0/+13
|\ \ \ | |_|/ |/| |
| * | Make enter advance navigation or sign inJohn Reck2011-02-281-0/+13
| |/ | | | | | | | | | | | | Bug: 3487066 Also cleaned up the layout Change-Id: Iaa471ff8fcd793381cb98416493dcf707cbecc29
* | Fix a timer issue when backing out of an app tab.Patrick Scott2011-02-281-13/+3
|/ | | | | | | | The code was old and assumed that onPause would have an invalid tab and never pause timers. That is no longer the case. Bug: 3452002 Change-Id: I98cf6e368b4cf7db05975716d5c21960945d8950
* Restart browser after "reset to default"John Reck2011-02-251-1/+7
| | | | | | Bug: 3483736 Change-Id: I9e83cb0ba9307163d75b8e48505f50e575800cc4
* Merge "disable zoom buttons on m-touch screen only"Michael Kolb2011-02-251-1/+4
|\
| * disable zoom buttons on m-touch screen onlyMichael Kolb2011-02-241-1/+4
| | | | | | | | | | | | | | | | Bug: 3405875 check for multi-touch device support before disabling the on screen zoom buttons Change-Id: I3a057d2d06db1e77138eef1d8237802667796567
* | Fix back long press behaviorJohn Reck2011-02-242-9/+20
| | | | | | | | | | | | Bug: 3486271 Change-Id: I49eb218670b4082b1fcf6daaab025ec7e0be6b8c
* | Merge "Make sure timers are running during pre-login."Patrick Scott2011-02-241-0/+7
|\ \ | |/ |/|
| * Make sure timers are running during pre-login.Patrick Scott2011-02-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | Pause/resume timers is really broken. If the user exits the Browser, the process is still around with paused timers. If pre-login needs to run, timers will be stalled during the process. This is because there is no current tab during onResume. Make sure to call resumeTimers and start the cookie sync manager before handling pre-login. Bug: 3474608 Change-Id: I12be617947f3ae54a206e31760a2973f81252f50
* | show voice icon when url is not editedMichael Kolb2011-02-241-4/+4
| | | | | | | | | | | | | | Bug: 3410067 show go button only after user has modifed the url field Change-Id: Ie299b0376eb41cfa72173d5ad506c86ea638d0a7
* | fix NPEs after delayed startMichael Kolb2011-02-241-4/+10
|/ | | | | | | | Bug: 3476031 Bug: 3480829 add check for valid tab Change-Id: I4430ba2f369125fe263599aa5c8b3460bf6e7ffa