summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* use title height without progress barMichael Kolb2011-02-233-0/+16
| | | | | | | | | Bug: 3473996 let the titlebar decide how high it is work around View.getHeight being final depends on I6e9a85d88eba176886e53b260d02082d26b410d8 Change-Id: I87a1acbddbb71637979491c40858a3ee22a230b5
* Prevent PARENT account from not matching inserted valuesJohn Reck2011-02-231-5/+34
| | | | | | | | Bug: 3481259 Adds a check in insert to make sure that the PARENT folder has the same account_* values as the bookmark being inserted. Change-Id: I5e42e94fd4eac39eb73047e4246d2102d8e55d82
* Merge "Insert a missing break statement."Leon Scroggins2011-02-231-0/+1
|\
| * Insert a missing break statement.Leon Scroggins2011-02-231-0/+1
| | | | | | | | Change-Id: Ib9434d81752f6d7a06c404a54485e10c460ea952
* | Remove unused variable.Leon Scroggins2011-02-231-1/+0
|/ | | | Change-Id: Ibdd37b1255251d97149207c5262c83288ab7465b
* Merge "When receiving the correct Intent, open a new tab."Leon Scroggins2011-02-231-0/+4
|\
| * When receiving the correct Intent, open a new tab.Leon Scroggins2011-02-231-0/+4
| | | | | | | | | | | | | | | | Bug:3405773 Requires a change to frameworks/base. Change-Id: I26475d76fa68dded8709708c156e2de441716d79
* | Merge "Only look for most recently saved bookmark by current user."Leon Scroggins2011-02-231-3/+3
|\ \
| * | Only look for most recently saved bookmark by current user.Leon Scroggins2011-02-231-3/+3
| |/ | | | | | | | | Bug:3471015 Change-Id: I0f7c751f838bb7c8c59b643e063def0b3289bbcf
* | Merge "Fix code style"John Reck2011-02-231-2/+1
|\ \ | |/ |/|
| * Fix code styleJohn Reck2011-02-221-2/+1
| | | | | | | | | | | | See: http://source.android.com/source/code-style.html#braces Change-Id: Iba8c00ce986dd8565b23deca97293f8d47c5e407
* | Merge "fix NPE in drawClipped"Michael Kolb2011-02-221-6/+8
|\ \
| * | fix NPE in drawClippedMichael Kolb2011-02-221-6/+8
| | | | | | | | | | | | | | | | | | | | | Bug: 3416053 only call draw clipped with instantiated shaders Change-Id: Ib8d2f2bc37c8d4a4d0660e6bc745dea2733e5f32
* | | fix title bar update bugMichael Kolb2011-02-221-0/+3
|/ / | | | | | | | | | | | | Bug: 3470752 exit editing before switching tabs, so the updates stick Change-Id: Ic47351d86c4da639d49dfcc96968b9334c4f7031
* | Merge "Fix NPE in onDestroy"John Reck2011-02-221-1/+1
|\ \
| * | Fix NPE in onDestroyJohn Reck2011-02-221-1/+1
| |/ | | | | | | | | | | Bug: 3478016 Change-Id: I0bf1819ab786a8b07575856b8cfa4d20bc074e49
* | Merge "Check the size of the wallpapers we download."John Reck2011-02-221-5/+55
|\ \
| * | Check the size of the wallpapers we download.Ben Murdoch2011-02-221-5/+55
| |/ | | | | | | | | | | | | | | | | | | Bug: 3250639 If we download a very large wallpaper, scale it back down to a size more fitting for the system. This avoids us crashing by trying to load a huge bitmap, or the WallpaperManager bailing out if it gets passed a big image. Change-Id: I9182cdf0aa28abbb4afa43bea54edc6aff3755c7
* | Fix scroll jump on updateJohn Reck2011-02-221-2/+6
|/ | | | | | Bug: 3476420 Change-Id: I4c99c1925116309fdfa1a53c8569554a8c8b955a
* Merge "Revert "Remove set wallpaper context item""John Reck2011-02-222-0/+130
|\
| * Revert "Remove set wallpaper context item"John Reck2011-02-222-0/+130
| | | | | | | | This reverts commit fa286747cae4c65080a88635287dde63ececbeff.
* | Fix file upload handling after ActivityNotFoundException.Ben Murdoch2011-02-222-4/+22
|/ | | | | | | | | | | When we launch the file picker for uploads, if nothing can handle the type of file then we catch the ActivityNotFoundException so that we do not crash and launch a default picker instead. However we still will receive a callback for the intent that failed so in this case we must skip processing it. Bug:3447924 Change-Id: Ic309f4ba1a6feda981fcce5231b9aed9be70eef2
* don't scroll title bar while editingMichael Kolb2011-02-183-7/+25
| | | | | | | | Bug: 3405814 Check if scroll is user initiated and if user is editing url before hiding titlebar when scrolling Change-Id: Icc32ef1cc83018021ebe12402aec016c9555e3a9
* Merge "Fade in animation for bookmarks"John Reck2011-02-181-0/+6
|\
| * Fade in animation for bookmarksJohn Reck2011-02-181-0/+6
| | | | | | | | | | | | Bug: 3368824 Change-Id: Iefa77f32e74f50024d79879bf1a0362d086b2b17
* | Remove set wallpaper context itemJohn Reck2011-02-182-130/+0
|/ | | | | | Bug: 3250639 & 3471061 Change-Id: I221c0fce6fee57ce19f50821c26d504a3fd7e6ef