fix: Add build script and fix manifest
- Add build-apk.sh for easy compilation - Simplify AndroidManifest.xml - Fix themes.xml to use basic Android themes - Enable BuildConfig - Add okhttp-dnsoverhttps dependency
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
|
||||
<title>Websiden er ikke tilgængelig</title>
|
||||
<style type="text/css">
|
||||
body { margin-top: 0px; padding-top: 0px; }
|
||||
h2 { margin-top: 5px; padding-top: 0px; }
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
<img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
||||
<h2>Websiden er ikke tilgængelig</h2>
|
||||
<p>Websiden på <a href="%s">%s</a> kunne ikke indlæses som:</p>
|
||||
<!-- The %e is replaced by a localized error string -->
|
||||
<p>%e</p>
|
||||
</body>
|
||||
</head>
|
||||
</html>
|
||||
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
|
||||
<title>Websiden er ikke tilgængelig</title>
|
||||
<style type="text/css">
|
||||
body { margin-top: 0px; padding-top: 0px; }
|
||||
h2 { margin-top: 5px; padding-top: 0px; }
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
<img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
||||
<h2>Websiden er ikke tilgængelig</h2>
|
||||
<p>Websiden på <a href="%s">%s</a> kan være midlertidigt nede eller flyttet permanent til en ny internetadresse.</p>
|
||||
|
||||
<p><b>Her er nogle forslag:</b></p>
|
||||
<ul>
|
||||
<li>Kontroller, at dit udstyr har signal- og dataforbindelse</li>
|
||||
<li>Genindlæs websiden senere</li>
|
||||
<li>Se en cached kopi af websiden fra Google</li>
|
||||
|
||||
</ul>
|
||||
</body>
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user