You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bc...@apache.org on 2012/04/05 22:39:45 UTC

android commit: Update project template cordova.js reference and title.

Updated Branches:
  refs/heads/master 5d43835db -> 8b05ce41d


Update project template cordova.js reference and title.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/8b05ce41
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/8b05ce41
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/8b05ce41

Branch: refs/heads/master
Commit: 8b05ce41dd0ee06608adc3b50d9ac6de4ec65b57
Parents: 5d43835
Author: Bryce Curtis <cu...@gmail.com>
Authored: Thu Apr 5 15:39:33 2012 -0500
Committer: Bryce Curtis <cu...@gmail.com>
Committed: Thu Apr 5 15:39:33 2012 -0500

----------------------------------------------------------------------
 .../cordova/templates/project/AndroidManifest.xml  |    5 -----
 .../templates/project/assets/www/index.html        |    4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8b05ce41/bin/templates/project/cordova/templates/project/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/templates/project/AndroidManifest.xml b/bin/templates/project/cordova/templates/project/AndroidManifest.xml
index d7cccc4..bae310f 100644
--- a/bin/templates/project/cordova/templates/project/AndroidManifest.xml
+++ b/bin/templates/project/cordova/templates/project/AndroidManifest.xml
@@ -39,11 +39,6 @@
 				<category android:name="android.intent.category.LAUNCHER" />
 			</intent-filter>
         </activity>
-        <activity android:name="org.apache.cordova.DroidGap" android:label="@string/app_name" 
-            	  android:configChanges="orientation|keyboardHidden">
-        	<intent-filter>
-        	</intent-filter>
-        </activity>
     </application>
 
 	<uses-sdk android:minSdkVersion="5" />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8b05ce41/bin/templates/project/cordova/templates/project/assets/www/index.html
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/templates/project/assets/www/index.html b/bin/templates/project/cordova/templates/project/assets/www/index.html
index 00704ae..24eca03 100644
--- a/bin/templates/project/cordova/templates/project/assets/www/index.html
+++ b/bin/templates/project/cordova/templates/project/assets/www/index.html
@@ -5,12 +5,12 @@
     <meta http-equiv="Content-type" content="text/html; charset=utf-8">
     <title>PhoneGap</title>
 	  <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title">
-	  <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
+	  <script type="text/javascript" charset="utf-8" src="cordova-1.6.0rc1.js"></script>
 	  <script type="text/javascript" charset="utf-8" src="main.js"></script>
 
   </head>
   <body onload="init();" id="stage" class="theme">
-    <h1>Welcome to PhoneGap!</h1>
+    <h1>Welcome to Cordova!</h1>
     <h2>this file is located at assets/www/index.html</h2>
     <div id="info">
         <h4>Platform: <span id="platform"> &nbsp;</span>,   Version: <span id="version">&nbsp;</span></h4>