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>דף אינטרנט לא זמין</title>
|
||||
<style type="text/css">
|
||||
body { margin-top: 0px; padding-top: 0px; direction: rtl; }
|
||||
h2 { margin-top: 5px; padding-top: 0px; }
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
<img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
||||
<h2>דף אינטרנט לא זמין</h2>
|
||||
<p>דף האינטרנט ב-‎<a href="%s">%s</a>‎ לא ניטן לטעינה בתור:</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>דף אינטרנט לא זמין</title>
|
||||
<style type="text/css">
|
||||
body { margin-top: 0px; padding-top: 0px; direction: rtl; }
|
||||
h2 { margin-top: 5px; padding-top: 0px; }
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
<img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
||||
<h2>דף אינטרנט לא זמין</h2>
|
||||
<p>ייתכן שדף האינטרנט ב-‎<a href="%s">%s</a>‎ מושבת באופן זמני או שעבר לצמיתות לכתובת אינטרנט חדשה.</p>
|
||||
|
||||
<p><b>להלן מספר הצעות:</b></p>
|
||||
<ul>
|
||||
<li>בדוק כדי לוודא שההתקן שלך כולל חיבור אותות ונתונים</li>
|
||||
<li>טען מחדש דף אינטרנט זה במועד מאוחר יותר.</li>
|
||||
<li>הצג עותק של דף האינטרנט של Google שנשמר במטמון</li>
|
||||
|
||||
</ul>
|
||||
</body>
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user