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:
Renato
2026-01-28 22:36:38 +00:00
parent d3ce7872e7
commit 2ccdf3a78c
11853 changed files with 741631 additions and 543 deletions

View File

@@ -0,0 +1,19 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</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>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</h2>
<p>Webov&aacute; str&aacute;nka na adrese <a href="%s">%s</a> nemohla b&yacute;t načtena. Chyba:</p>
<!-- The %e is replaced by a localized error string -->
<p>%e</p>
</body>
</head>
</html>

View File

@@ -0,0 +1,25 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</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>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</h2>
<p>Webov&aacute; str&aacute;nka na adrese <a href="%s">%s</a> je možn&aacute; dočasně nedostupn&aacute; nebo byla možn&aacute; přesunuta na novou adresu. </p>
<p><b>Možnosti dalš&iacute;ho postupu:</b></p>
<ul>
<li>Zkontrolujte na sv&eacute;m zař&iacute;zen&iacute;, zda je sign&aacute;l dostatečně siln&yacute; a zda je funkčn&iacute; datov&eacute; připojen&iacute;.</li>
<li>Otevřete tuto webovou str&aacute;nku později.</li>
<li>Pod&iacute;vejte se na kopii t&eacute;to webov&eacute; str&aacute;nky v mezipaměti vyhled&aacute;vače Google</li>
</ul>
</body>
</head>
</html>