summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/NetworkStateHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* De-classicify Android Browser part 2Jonathan Dixon2013-08-251-4/+0
| | | | | | | | | | Bug: 10427705 Allows Browser to compile even when WebViewClassic is no longer in frameworks/base. The deleted functionality was already disabled at runtime when using non-classic webview. Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
* De-classicify BrowserJonathan Dixon2012-12-171-1/+1
| | | | | | | | Removes the hard run-time dependency on WebViewClassic. (Still needs visisbility of it to build though) This is needed to enable chromium webview testing. Change-Id: I290b6b23b2eac525537ebc3ef8007d681a67a169
* pref for html5 prefetch bandwidth managementVictoria Lease2012-03-301-1/+4
| | | | | Bug: 5218987 Change-Id: Ifeb9a1b3d71ac83b8ad94a8f31ed324ebd5d0fe7
* Fixup browser to use WebView proxyJonathan Dixon2012-03-021-1/+2
| | | | | | | | 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
* Remove network connection error dialogJohn Reck2011-09-191-27/+1
| | | | | | Bug: 5341852 Change-Id: I34028cbfb6fa834624ccb816dda0824504b56028
* Fix connection-determination code.Robert Greenwalt2011-01-121-1/+4
| | | | | | | | Don't use isAvailable as a measure of connectedness. EXTRA_NO_CONNECTION is better - if it has a problem file a bug about that rather than finding other mechanisms. Change-Id: Ia8836972a1f268afef34cca06547af011dc11e6b
* Controller RefactorMichael Kolb2010-11-171-0/+140
Bug: 3170671 First step towards a model/view/control design in Browser introduced Controller object started separating UI code represent state of the app in one place only Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f