summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Close Cursors when finished with them.Leon Scroggins2010-03-151-10/+10
* Avoid potential NPE if storage manager is not properly initialized.Shimeng (Simon) Wang2010-03-101-1/+0
* 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
* Ensure the fake title bar shows during loading.Leon Scroggins2010-03-051-6/+13
* Check the network state in onCreate.Patrick Scott2010-03-051-0/+8
* refactor find state and scrollingCary Clark2010-03-031-0/+1
* Do not insert duplicate urls into the browser database.Leon Scroggins2010-03-021-1/+1
* SslCertificate should provide Date interfaceBrian Carlstrom2010-03-021-26/+14
* Update to reflect android-common no longer in framework.Dianne Hackborn2010-02-241-1/+1
* Remove our dependency on gsf.Patrick Scott2010-02-241-6/+10
* If a tab was opened solely to download a file, close the tab.Leon Scroggins2010-02-241-1/+1
* Change the browser to use the standard EXTRA_SUBJECT intent extraPaul Westbrook2010-02-231-2/+2
* When long pressing on title bar, do not use WebView in onCreateContextMenuLeon Scroggins2010-02-231-0/+3
* Change the way the browser detects connectivity changes.Andrei Popescu2010-02-191-11/+9
* Remove tabs.Patrick Scott2010-02-191-6/+6
* When loading a new page from the UI side, update the title bar to the new url.Leon Scroggins2010-02-171-18/+64
* Clear omnibox when pressing search key.Leon Scroggins2010-02-161-8/+6
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-121-0/+67
* Use Search.SOURCE from android-commonBjorn Bringert2010-02-101-2/+3
* send broadcast intents to voice search for logging purposesLeon Scroggins2010-02-091-0/+15
* If the user submits the same search again from voice search, stay in place.Leon Scroggins2010-02-081-0/+9
* Implement support for V8 countersAndrei Popescu2010-02-021-0/+10
* Use the constants defined in RecognizerResultsIntent for voice search.Leon Scroggins2010-02-011-6/+9
* Handle the voice search intent.Leon Scroggins2010-01-291-19/+79
* Should trust my own codeGrace Kloba2010-01-281-1/+1
* Use a single EXTRA_HEADERS intent.Grace Kloba2010-01-281-8/+8
* Add request header support for the Browser/WebView.Grace Kloba2010-01-271-47/+22
* conditional code to test the browser in 32bitMike Reed2010-01-261-0/+6
* relocate GoogleLoginServiceDoug Zongker2010-01-211-1/+1
* Do not show the downloads page without the user explicitly requesting it.Leon Scroggins2010-01-211-4/+3
* Add data (title, screenshot, favicon) to share intent.Leon Scroggins2010-01-191-15/+89
* Detect if the current network is wifi or not and update webkit.Andrei Popescu2010-01-151-0/+17
* Use the private Download Manager APIs.Jean-Baptiste Queru2010-01-151-11/+12
* refactor draghandler dispatch in about:debug.drag#Mike Reed2010-01-131-6/+7
* am 4d569da2: am c7b92f81: Use a "boolean" instead of a "Boolean"Leon Scroggins2010-01-121-6/+3
|\
| * Use a "boolean" instead of a "Boolean"Leon Scroggins2010-01-121-6/+3
* | am 58c3d985: am fde9746a: Clear parent/child tab relationships when clearing ...Leon Scroggins2010-01-111-0/+9
|\|
| * Clear parent/child tab relationships when clearing history.Leon Scroggins2010-01-111-0/+9
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-8/+8
* | enable drag-trackers via about:debug.dragN where N isMike Reed2010-01-081-0/+6
* | switch to using AccountManager instead of GLSFred Quintana2009-12-181-93/+71
* | am 3950d733: am c06a2da3: Merge change I4c7be8c7 into eclair-mr2Derek Sollenberger2009-12-141-1/+4
|\|
| * Notify the WebView that its customView is not being displayed instead of fail...Derek Sollenberger2009-12-141-1/+4
* | am fb6549b9: am d530494d: Provide a button to allow the user to set the home ...Leon Scroggins2009-12-101-0/+2
|\|
| * Provide a button to allow the user to set the home page to the current page.Leon Scroggins2009-12-101-0/+2
* | am 98f0d6db: am a143bfea: Merge change If65b50dd into eclair-mr2Leon Scroggins2009-12-101-3/+6
|\|
| * Allow long press MENU to open IME in Browser.Leon Scroggins2009-12-081-3/+6
* | am 33c8bdb1: am b446443e: Only show manually entered URLs in suggestions.Leon Scroggins2009-11-271-5/+1
|\|
| * Only show manually entered URLs in suggestions.Leon Scroggins2009-11-251-5/+1