cordova-android/framework
Andrew Grieve 087ec11e6a CB-8510 Create a new abstraction for sharing common logic of WebView engines
Having CordovaWebViewImpl separate from CordovaWebViewEngine is helpful because
now each webview doesn't have to re-implement non-webview-specific
featrues. e.g.:
1. load timeout
2. keyboard events
3. showCustomView
4. lifecycle events

Moved AndroidWebView into its own package to ensure that it doesn't use
any package-private symbols (since plugins cannot use them).
2015-02-19 12:21:30 -05:00
..
.settings Fix NPE when POLLING bridge mode is used. 2014-02-18 22:11:38 -05:00
assets/www Update JS snapshot (was missing "CoreAndroid" name change) 2015-02-05 20:45:14 -05:00
res Merge branch 'master' into 4.0.x (External whitelist changes) 2014-09-11 10:08:45 -04:00
src/org/apache/cordova CB-8510 Create a new abstraction for sharing common logic of WebView engines 2015-02-19 12:21:30 -05:00
test/org/apache/cordova CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
.classpath Update .classpath to make Eclipse happy (just re-orders one line) 2014-07-04 11:38:31 -04:00
.project Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
AndroidManifest.xml CB-6707 Update minSdkVersion to 10 consistently 2014-05-23 11:30:58 -07:00
ant.properties CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
build.gradle gradle: Fix incorrect buildTools dependencies in framework's build.gradle 2015-01-20 10:49:19 -05:00
build.xml CB-5490: add javadoc target to ant script 2013-11-26 13:06:28 -05:00
cordova.gradle CB-8026 Remove default target value from gradle file 2015-01-20 11:33:55 -05:00
default.properties Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
project.properties CB-8026: Bumping up Android Version and setting it up to allow third-party cookies. This might change later. 2015-01-09 11:31:29 -08:00