From 09035eb4c455535c52b335365237050c3971e49b Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Wed, 23 Jan 2013 12:13:07 -0800 Subject: [PATCH 1/4] Setting template AndroidManifest values for version to 1.0 and code to 1. --- bin/templates/project/AndroidManifest.xml | 2 +- framework/AndroidManifest.xml | 2 +- framework/project.properties | 2 +- test/AndroidManifest.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/templates/project/AndroidManifest.xml b/bin/templates/project/AndroidManifest.xml index 090c41eb..4a3dcb56 100644 --- a/bin/templates/project/AndroidManifest.xml +++ b/bin/templates/project/AndroidManifest.xml @@ -18,7 +18,7 @@ under the License. --> + package="__PACKAGE__" android:versionName="1.0" android:versionCode="1" android:hardwareAccelerated="true"> + package="org.apache.cordova" android:versionName="1.0" android:versionCode="1"> + package="org.apache.cordova.test" android:versionName="1.0" android:versionCode="1"> Date: Wed, 23 Jan 2013 12:17:42 -0800 Subject: [PATCH 2/4] tweaking readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ebee6d..0ce32069 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ Cordova Android === -Cordova Android is an Android application library that allows for Cordova based projects to be built for the Android Platform. Cordova based applications are, at the core, an application written with web technology: HTML, CSS and JavaScript. +Cordova Android is an Android application library that allows for Cordova-based +projects to be built for the Android Platform. Cordova based applications are, +at the core, applications written with web technology: HTML, CSS and JavaScript. Apache Cordova is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator project. From 2ab113b695dd08df5d8b1a54f7a23b92de5ab74d Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Wed, 23 Jan 2013 12:21:49 -0800 Subject: [PATCH 3/4] Removing notice about incubation in the readme. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ce32069..0d65aaf7 100755 --- a/README.md +++ b/README.md @@ -5,14 +5,7 @@ Cordova Android is an Android application library that allows for Cordova-based projects to be built for the Android Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript. -Apache Cordova is an effort undergoing incubation at The Apache -Software Foundation (ASF), sponsored by the Apache Incubator project. -Incubation is required of all newly accepted projects until a further -review indicates that the infrastructure, communications, and decision -making process have stabilized in a manner consistent with other -successful ASF projects. While incubation status is not necessarily -a reflection of the completeness or stability of the code, it does -indicate that the project has yet to be fully endorsed by the ASF. +Apache Cordova is a project at The Apache Software Foundation (ASF). Requires --- From 24a53e39ddecd8994a5a507c9c3312a469448a6e Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Wed, 23 Jan 2013 18:31:30 -0800 Subject: [PATCH 4/4] hey new line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d65aaf7..cf7e83f8 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ at the core, applications written with web technology: HTML, CSS and JavaScript. Apache Cordova is a project at The Apache Software Foundation (ASF). + Requires ---