chiark / gitweb /
Set fields properly in config.xml, and added the Android icons
authorMarnanel Thurman <marnanel@thurman.org.uk>
Fri, 3 Dec 2021 22:47:14 +0000 (22:47 +0000)
committerMarnanel Thurman <marnanel@thurman.org.uk>
Fri, 3 Dec 2021 22:47:14 +0000 (22:47 +0000)
config.xml

index 9d1b04d35fde9a0d431bfe57021224b8981c6e6d..1a7ef54b0612fefbf295a9e55a9e887aa86b71a1 100644 (file)
@@ -1,11 +1,13 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget id="com.cordova.react" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
-    <name>HelloCordova</name>
+<widget id="org.marnanel.dwim" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"
+        xmlns:android="http://schemas.android.com/apk/res/android"
+        >
+    <name>dwim</name>
     <description>
-        A sample Apache Cordova application that responds to the deviceready event.
+            Dreamwidth client
     </description>
-    <author email="dev@cordova.apache.org" href="http://cordova.io">
-        Apache Cordova Team
+    <author email="marnanel@thurman.org.uk" href="https://marnanel.org">
+            Marnanel Thurman
     </author>
     <content src="index.html" />
     <access origin="*" />
         <edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
             <application android:usesCleartextTraffic="true" />
         </edit-config>
+        <icon src="res/android/ldpi.png" density="ldpi" />
+        <icon src="res/android/mdpi.png" density="mdpi" />
+        <icon src="res/android/hdpi.png" density="hdpi" />
+        <icon src="res/android/xhdpi.png" density="xhdpi" />
+        <icon src="res/android/xxhdpi.png" density="xxhdpi" />
+        <icon src="res/android/xxxhdpi.png" density="xxxhdpi" />
     </platform>
     <platform name="ios">
         <allow-intent href="itms:*" />