Merge branch 'master' into pluggable_webview

Conflicts:
	framework/src/org/apache/cordova/CordovaWebView.java
This commit is contained in:
Ian Clelland
2014-05-15 15:59:11 -04:00
8 changed files with 163 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ import android.widget.FrameLayout;
public class AndroidWebView extends WebView implements CordovaWebView {
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.5.0-dev";
public static final String CORDOVA_VERSION = "3.6.0-dev";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();