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>Webseite nicht verfügbar</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>Webseite nicht verfügbar</h2>
|
||||
<p>Die Webseite unter <a href="%s">%s</a> konnte nicht geladen werden als:</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>Webseite nicht verfügbar</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>Webseite nicht verfügbar</h2>
|
||||
<p>Die Webseite unter <a href="%s">%s</a> ist möglicherweise vorübergehend deaktiviert oder dauerhaft an eine neue Webadresse verschoben worden.</p>
|
||||
|
||||
<p><b>Hier sind einige Vorschläge:</b></p>
|
||||
<ul>
|
||||
<li>Stellen Sie sicher, dass Ihr Gerät ein Signal empfängt und über eine Datenverbindung verfügt.</li>
|
||||
<li>Laden Sie die Webseite später erneut.</li>
|
||||
<li>Zeigen Sie eine im Cache gespeicherte Kopie der Webseite von Google an.</li>
|
||||
|
||||
</ul>
|
||||
</body>
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user