summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Expand)AuthorAgeFilesLines
...
* | Use AsyncTask when calling Browser.updateVisitedHistoryLeon Scroggins2010-03-242-5/+25
* | Add the on-demand setting for plugins.Patrick Scott2010-03-231-5/+5
* | Use a Thread instead of an AsyncTask for removing Gears. This is becauseAndrei Popescu2010-03-231-9/+8
* | reject unhandled key events if browser is pausedCary Clark2010-03-222-2/+2
* | Merge "Show stop button in a pressed state when pressed."Leon Scroggins2010-03-221-7/+8
|\ \
| * | Show stop button in a pressed state when pressed.Leon Scroggins2010-03-221-7/+8
* | | Make selection color fill underneath the scroll bar for downloads.Leon Scroggins III2010-03-221-1/+0
|/ /
* | Diasble page cache on high-end devices while b: 2525377 is not fixed.Andrei Popescu2010-03-221-1/+5
* | Enable +/- zoom control for the sub-window.Grace Kloba2010-03-191-0/+2
* | Set sub window to scrollbars_outside_overlay toGrace Kloba2010-03-191-0/+1
* | Match the new webview overscroll background apiGrace Kloba2010-03-191-2/+2
* | Allow Browser bookmarks from AnyCut; don't NPE without Extras.Brad Fitzpatrick2010-03-191-4/+9
* | Update the browser title bar background assetGrace Kloba2010-03-191-55/+4
* | Close the SearchDialog when a new Intent opens the browser.Leon Scroggins2010-03-181-0/+3
* | Show a toast when a download starts.Leon Scroggins2010-03-181-1/+2
* | Fix build: add missing import.Brett Chabot2010-03-181-3/+1
* | Merge "Do not call invalidate() in draw(). This improved Browser loading per...Grace Kloba2010-03-181-4/+2
|\ \
| * | Do not call invalidate() in draw(). This improved Grace Kloba2010-03-171-4/+2
* | | Make sure the icon database is created in the UI thread.Patrick Scott2010-03-181-0/+3
|/ /
* | Use the passed in url as the WebView's url may not be up-to-date.Patrick Scott2010-03-171-2/+1
* | Delete the file even if the ContentResolver does not see it.Leon Scroggins2010-03-171-7/+4
* | Do not destroy the backforward list when doing another voice search.Leon Scroggins2010-03-172-8/+11
* | Remove the logic of setting dasher account's home page.Shimeng (Simon) Wang2010-03-162-177/+2
* | Merge "Fix for the 'Unable to add window' crash."Nicolas Catania2010-03-161-14/+20
|\ \
| * | Fix for the 'Unable to add window' crash.Nicolas Catania2010-03-161-14/+20
* | | Use a margin to make the title bar stay the same size while loading.Leon Scroggins2010-03-161-2/+43
* | | Allow going back to a voice search to work when choosing from n-best.Leon Scroggins2010-03-151-3/+6
* | | Force a load when getting a new intent from voice search.Leon Scroggins2010-03-151-1/+5
* | | Close Cursors when finished with them.Leon Scroggins2010-03-153-113/+137
|/ /
* | Use AsyncTask to edit history in the background.Leon Scroggins2010-03-111-33/+48
* | Request icons in the background.Patrick Scott2010-03-115-239/+34
* | Reset the boolean variables when first initialzied and when reset happens.Shimeng (Simon) Wang2010-03-101-18/+47
* | Avoid potential NPE if storage manager is not properly initialized.Shimeng (Simon) Wang2010-03-103-9/+12
* | Use a special flag to tell SearchDialog to show the microphone.Leon Scroggins2010-03-101-3/+4
* | When reverting the voice title bar, display the url.Leon Scroggins2010-03-101-2/+2
* | Use the new system overscroll background api.Grace Kloba2010-03-091-0/+2
* | Allow going back to voice search from not-first results.Leon Scroggins2010-03-091-21/+24
* | Pass attached HTTP headers to WebView from voice search.Leon Scroggins2010-03-081-1/+26
* | Check for null filename before creating a new file.Leon Scroggins2010-03-081-7/+10
* | Refactor android.backup -> android.app.backupChristopher Tate2010-03-052-4/+4
* | Ensure the fake title bar shows during loading.Leon Scroggins2010-03-051-6/+13
* | Merge "if savePicture failes, delete the file (which is now unreliable, and p...Mike Reed2010-03-051-0/+4
|\ \
| * | if savePicture failes, delete the file (which is now unreliable, and possibly...Mike Reed2010-03-051-0/+4
* | | Check the network state in onCreate.Patrick Scott2010-03-051-0/+8
|/ /
* | Merge "Close the bookmarks cursor."Patrick Scott2010-03-042-1/+5
|\ \
| * | Close the bookmarks cursor.Patrick Scott2010-03-042-1/+5
* | | Attach the stop button to the textbox in the title bar.Leon Scroggins2010-03-041-9/+21
|/ /
* | Going back to a voice search will reenter voice search mode.Leon Scroggins2010-03-031-0/+26
* | Merge "Do not allow our resend/dontresend messages to be sent twice."Leon Scroggins2010-03-031-3/+25
|\ \
| * | Do not allow our resend/dontresend messages to be sent twice.Leon Scroggins2010-03-021-3/+25