Skip to content

Commit eea44ee

Browse files
committed
Add more warnings
1 parent 1e024a8 commit eea44ee

File tree

5 files changed

+65
-31
lines changed

5 files changed

+65
-31
lines changed

public/download.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
117117
<!-- Download -->
118118
<section class="section">
119119
<div class="container is-max-desktop">
120+
<article class="message is-warning">
121+
<div class="message-header">
122+
<div class="icon-text">
123+
<span class="icon">
124+
<i class="fas fa-exclamation-triangle"></i>
125+
</span>
126+
<span>Warning</span>
127+
</div>
128+
</div>
129+
<div class="message-body">
130+
This application is currently in beta state, so use at your own risk!
131+
While many people tested the application so far and we heard of no bricked devices, thinks might still go wrong.
132+
Help to improve the tool by reporting any issues you might face.
133+
</div>
134+
</article>
120135
<div class="tile is-ancestor">
121136
<div class="tile is-6 is-vertical is-parent">
122137
<a class="tile is-child box is-clickable" target="_blank"
@@ -141,8 +156,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
141156
<p>Build on Ubuntu 20.04.</p>
142157
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
143158
</a>
144-
<a class="tile is-child box is-clickable" target="_blank"
145-
href="#">
159+
<a class="tile is-child box is-clickable" target="_blank" href="#">
146160
<div class="icon-text title">
147161
<span class="icon is-medium">
148162
<i class="fab fa-linux" aria-hidden="true"></i>

public/sitemap.xml

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<urlset
3-
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6-
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7-
8-
<url>
9-
<loc>https://openandroidinstaller.org/</loc>
10-
<lastmod>2023-01-10T21:07:34+00:00</lastmod>
11-
<priority>1.00</priority>
12-
</url>
13-
<url>
14-
<loc>https://openandroidinstaller.org/supported-devices.html</loc>
15-
<lastmod>2023-01-10T21:07:34+00:00</lastmod>
16-
<priority>0.80</priority>
17-
</url>
18-
<url>
19-
<loc>https://openandroidinstaller.org/faq.html</loc>
20-
<lastmod>2023-01-10T21:07:34+00:00</lastmod>
21-
<priority>0.80</priority>
22-
</url>
23-
24-
25-
</urlset>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
8+
9+
<url>
10+
<loc>https://openandroidinstaller.org/</loc>
11+
<lastmod>2023-02-23T15:11:19+00:00</lastmod>
12+
<priority>1.00</priority>
13+
</url>
14+
<url>
15+
<loc>https://openandroidinstaller.org/supported-devices.html</loc>
16+
<lastmod>2023-02-23T15:11:19+00:00</lastmod>
17+
<priority>0.80</priority>
18+
</url>
19+
<url>
20+
<loc>https://openandroidinstaller.org/download.html</loc>
21+
<lastmod>2023-02-23T15:11:19+00:00</lastmod>
22+
<priority>0.80</priority>
23+
</url>
24+
<url>
25+
<loc>https://openandroidinstaller.org/faq.html</loc>
26+
<lastmod>2023-02-23T15:11:19+00:00</lastmod>
27+
<priority>0.80</priority>
28+
</url>
29+
30+
31+
</urlset>

public/supported-devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h2 class="subtitle">Currently, <strong>we support 52 devices</strong> by variou
197197
<td>Samsung</td>
198198
<td>Galaxy S6 Edge</td>
199199
<td><a href="https://wiki.lineageos.org/devices/zeroltexx/" target="_blank">zeroltexx</a></td>
200-
<td></td>
200+
<td>SM-G925F</td>
201201
<td><span class="tag is-success">tested</span></td>
202202
</tr>
203203
<tr>

templates/download.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
1717
<!-- Download -->
1818
<section class="section">
1919
<div class="container is-max-desktop">
20+
<article class="message is-warning">
21+
<div class="message-header">
22+
<div class="icon-text">
23+
<span class="icon">
24+
<i class="fas fa-exclamation-triangle"></i>
25+
</span>
26+
<span>Warning</span>
27+
</div>
28+
</div>
29+
<div class="message-body">
30+
This application is currently in beta state, so use at your own risk!
31+
While many people tested the application so far and we heard of no bricked devices, thinks might still go wrong.
32+
Help to improve the tool by reporting any issues you might face.
33+
</div>
34+
</article>
2035
<div class="tile is-ancestor">
2136
<div class="tile is-6 is-vertical is-parent">
2237
<a class="tile is-child box is-clickable" target="_blank"
@@ -41,8 +56,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
4156
<p>Build on Ubuntu 20.04.</p>
4257
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
4358
</a>
44-
<a class="tile is-child box is-clickable" target="_blank"
45-
href="#">
59+
<a class="tile is-child box is-clickable" target="_blank" href="#">
4660
<div class="icon-text title">
4761
<span class="icon is-medium">
4862
<i class="fab fa-linux" aria-hidden="true"></i>

templates/supported-devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
9797
<td>Samsung</td>
9898
<td>Galaxy S6 Edge</td>
9999
<td><a href="https://wiki.lineageos.org/devices/zeroltexx/" target="_blank">zeroltexx</a></td>
100-
<td></td>
100+
<td>SM-G925F</td>
101101
<td><span class="tag is-success">tested</span></td>
102102
</tr>
103103
<tr>

0 commit comments

Comments
 (0)