Skip to content

Commit 1c3d399

Browse files
committed
Update website for release 0.4.4-beta
1 parent fabbe17 commit 1c3d399

File tree

5 files changed

+36
-8
lines changed

5 files changed

+36
-8
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# render the templates
2525
template = env.get_template(page)
2626
output = template.render(
27-
version="v0.4.3-beta",
28-
n_supported_devices=60,
27+
version="v0.4.4-beta",
28+
n_supported_devices=62,
2929
)
3030

3131
# write to file

public/download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
143143
<p>Get it from Flathub and install it easily on any Linux distribution.</p>
144144
</a>
145145
<a class="tile is-child box is-clickable" target="_blank"
146-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.3-beta/openandroidinstaller-v0.4.3-beta-ubuntu-latest.zip">
146+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.4-beta/openandroidinstaller-v0.4.4-beta-ubuntu-latest.zip">
147147
<div class="icon-text title">
148148
<span class="icon is-medium">
149149
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -154,7 +154,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
154154
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
155155
</a>
156156
<a class="tile is-child box is-clickable" target="_blank"
157-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.3-beta/openandroidinstaller-v0.4.3-beta-ubuntu-20.04.zip">
157+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.4-beta/openandroidinstaller-v0.4.4-beta-ubuntu-20.04.zip">
158158
<div class="icon-text title">
159159
<span class="icon is-medium">
160160
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -167,7 +167,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
167167
</div>
168168
<div class="tile is-vertical is-parent">
169169
<a class="tile is-child box" target="_blank"
170-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.3-beta/openandroidinstaller-v0.4.3-beta-windows-latest.zip">
170+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.4-beta/openandroidinstaller-v0.4.4-beta-windows-latest.zip">
171171
<div class="icon-text title">
172172
<span class="icon is-medium">
173173
<i class="fab fa-windows" aria-hidden="true"></i>
@@ -177,7 +177,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
177177
<p>Click to download the zipped exe.</p>
178178
</a>
179179
<a class="tile is-child box is-clickable" target="_blank"
180-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.3-beta/openandroidinstaller-v0.4.3-beta-macos-latest.zip">
180+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.4-beta/openandroidinstaller-v0.4.4-beta-macos-latest.zip">
181181
<div class="icon-text title">
182182
<span class="icon is-medium">
183183
<i class="fab fa-apple" aria-hidden="true"></i>

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Free & Open Source</h4>
196196
<div class="ml-3">
197197
<h4 class="is-size-4 has-text-weight-bold mb-2">Supports many devices</h4>
198198
<p class="subtitle has-text-grey">Built-in <a
199-
href="https://openandroidinstaller.org/supported-devices.html">support for 60
199+
href="https://openandroidinstaller.org/supported-devices.html">support for 62
200200
devices</a> and an
201201
easy extension system.</p>
202202
</div>

public/supported-devices.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<div class="hero-body">
108108
<div class="container has-text-centered">
109109
<h1 class="mb-4 is-size-1 is-size-3-mobile has-text-weight-bold">Officially supported devices</h1>
110-
<h2 class="subtitle">Currently, <strong>we support 60 devices</strong> by various vendors and working on
110+
<h2 class="subtitle">Currently, <strong>we support 62 devices</strong> by various vendors and working on
111111
adding more soon!</h2>
112112
</div>
113113
</div>
@@ -178,6 +178,13 @@ <h2 class="subtitle">Currently, <strong>we support 60 devices</strong> by variou
178178
<td>GT-I9301I</td>
179179
<td><span class="tag is-success">tested</span></td>
180180
</tr>
181+
<tr>
182+
<td>Samsung</td>
183+
<td>Galaxy Tab S2</td>
184+
<td><a href="https://wiki.lineageos.org/devices/gts210vewifi/" target="_blank">gts210vewifi</a></td>
185+
<td>T813</td>
186+
<td><span class="tag is-success">tested</span></td>
187+
</tr>
181188
<tr>
182189
<td>Samsung</td>
183190
<td>Galaxy S4 Mini LTE</td>
@@ -192,6 +199,13 @@ <h2 class="subtitle">Currently, <strong>we support 60 devices</strong> by variou
192199
<td>SM-A510F</td>
193200
<td><span class="tag is-success">tested</span></td>
194201
</tr>
202+
<tr>
203+
<td>Samsung</td>
204+
<td>Galaxy A5 2017</td>
205+
<td><a href="https://wiki.lineageos.org/devices/a5y17lte/" target="_blank">a5y17lte</a></td>
206+
<td></td>
207+
<td><span class="tag is-success">tested</span></td>
208+
</tr>
195209
<tr>
196210
<td>Samsung</td>
197211
<td>Galaxy A7 2016</td>

templates/supported-devices.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
7979
<td>GT-I9301I</td>
8080
<td><span class="tag is-success">tested</span></td>
8181
</tr>
82+
<tr>
83+
<td>Samsung</td>
84+
<td>Galaxy Tab S2</td>
85+
<td><a href="https://wiki.lineageos.org/devices/gts210vewifi/" target="_blank">gts210vewifi</a></td>
86+
<td>T813</td>
87+
<td><span class="tag is-success">tested</span></td>
88+
</tr>
8289
<tr>
8390
<td>Samsung</td>
8491
<td>Galaxy S4 Mini LTE</td>
@@ -93,6 +100,13 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
93100
<td>SM-A510F</td>
94101
<td><span class="tag is-success">tested</span></td>
95102
</tr>
103+
<tr>
104+
<td>Samsung</td>
105+
<td>Galaxy A5 2017</td>
106+
<td><a href="https://wiki.lineageos.org/devices/a5y17lte/" target="_blank">a5y17lte</a></td>
107+
<td></td>
108+
<td><span class="tag is-success">tested</span></td>
109+
</tr>
96110
<tr>
97111
<td>Samsung</td>
98112
<td>Galaxy A7 2016</td>

0 commit comments

Comments
 (0)