Skip to content

Commit 730d37c

Browse files
committed
Update website for release v0.5.3-beta
1 parent 7d239d2 commit 730d37c

File tree

5 files changed

+63
-15
lines changed

5 files changed

+63
-15
lines changed

build.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""Main script to build the website from jinja templates."""
2+
23
from jinja2 import Environment, FileSystemLoader, select_autoescape
34

45

56
env = Environment(
6-
loader=FileSystemLoader(searchpath="./templates/"),
7-
autoescape=select_autoescape()
7+
loader=FileSystemLoader(searchpath="./templates/"), autoescape=select_autoescape()
88
)
99

1010
if __name__ == "__main__":
@@ -25,8 +25,8 @@
2525
# render the templates
2626
template = env.get_template(page)
2727
output = template.render(
28-
version="v0.5.2-beta",
29-
n_supported_devices=83,
28+
version="v0.5.3-beta",
29+
n_supported_devices=86,
3030
)
3131

3232
# write to file

public/download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
162162
<p>Get it from Flathub and install it easily on any Linux distribution.</p>
163163
</a>
164164
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
165-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.2-beta/openandroidinstaller-v0.5.2-beta-ubuntu-latest.zip">
165+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.3-beta/openandroidinstaller-v0.5.3-beta-ubuntu-latest.zip">
166166
<div class="icon-text title">
167167
<span class="icon is-medium">
168168
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -173,7 +173,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
173173
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
174174
</a>
175175
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
176-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.2-beta/openandroidinstaller-v0.5.2-beta-ubuntu-20.04.zip">
176+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.3-beta/openandroidinstaller-v0.5.3-beta-ubuntu-20.04.zip">
177177
<div class="icon-text title">
178178
<span class="icon is-medium">
179179
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -186,7 +186,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
186186
</div>
187187
<div class="tile is-vertical is-parent">
188188
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
189-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.2-beta/openandroidinstaller-v0.5.2-beta-windows-latest.zip">
189+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.3-beta/openandroidinstaller-v0.5.3-beta-windows-latest.zip">
190190
<div class="icon-text title">
191191
<span class="icon is-medium">
192192
<i class="fab fa-windows" aria-hidden="true"></i>
@@ -196,7 +196,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
196196
<p>Click to download the zipped .exe.</p>
197197
</a>
198198
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
199-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.2-beta/openandroidinstaller-v0.5.2-beta-macos-latest.zip">
199+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.3-beta/openandroidinstaller-v0.5.3-beta-macos-latest.zip">
200200
<div class="icon-text title">
201201
<span class="icon is-medium">
202202
<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
@@ -212,7 +212,7 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Free & Open Source</h4>
212212
</svg></span>
213213
<div class="ml-3">
214214
<h4 class="is-size-4 has-text-weight-bold mb-2">Supports many devices</h4>
215-
<p class="subtitle has-text-grey">Built-in <a href="supported-devices.html">support for 83
215+
<p class="subtitle has-text-grey">Built-in <a href="supported-devices.html">support for 86
216216
devices</a> and an
217217
easy extension system.</p>
218218
</div>

public/supported-devices.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<div class="hero-body">
127127
<div class="container has-text-centered">
128128
<h1 class="mb-4 is-size-1 is-size-3-mobile has-text-weight-bold">Officially supported devices</h1>
129-
<h2 class="subtitle">Currently, <strong>we support 83 devices</strong> by various vendors
129+
<h2 class="subtitle">Currently, <strong>we support 86 devices</strong> by various vendors
130130
and working on adding more soon!</h2>
131131
</div>
132132
</div>
@@ -263,6 +263,14 @@ <h2 class="subtitle">Currently, <strong>we support 83 devices</strong> by variou
263263
<td>G900F/M/R4/R7/T/V/W8</td>
264264
<td><span class="tag is-success">tested</span></td>
265265
</tr>
266+
<tr>
267+
<td>Samsung</td>
268+
<td>Galaxy S5 Mini</td>
269+
<td><a href="https://wiki.lineageos.org/devices/kminilte" rel="noopener" target="_blank">kminilte</a>
270+
</td>
271+
<td>SM-G800F/M/Y</td>
272+
<td><span class="tag is-success">tested</span></td>
273+
</tr>
266274
<tr>
267275
<td>Samsung</td>
268276
<td>Galaxy S6</td>
@@ -684,7 +692,8 @@ <h2 class="subtitle">Currently, <strong>we support 83 devices</strong> by variou
684692
<tr>
685693
<td>OnePlus</td>
686694
<td>3/3T</td>
687-
<td><a href="https://wiki.lineageos.org/devices/oneplus3" rel="noopener" target="_blank">oneplus3</a></td>
695+
<td><a href="https://wiki.lineageos.org/devices/oneplus3" rel="noopener" target="_blank">oneplus3</a>
696+
</td>
688697
<td>A3003, A3000, A3010</td>
689698
<td><span class="tag is-warning">untested</span></td>
690699
</tr>
@@ -809,7 +818,8 @@ <h2 class="subtitle">Currently, <strong>we support 83 devices</strong> by variou
809818
<tr>
810819
<td>Xiaomi</td>
811820
<td>Redmi 9 / Poco M2</td>
812-
<td><a href="https://wiki.lineageos.org/devices/lancelot" rel="noopener" target="_blank">lancelot / galahad / shivan</a>
821+
<td><a href="https://wiki.lineageos.org/devices/lancelot" rel="noopener" target="_blank">lancelot /
822+
galahad / shivan</a>
813823
</td>
814824
<td></td>
815825
<td><span class="tag is-warning">untested</span></td>
@@ -857,6 +867,13 @@ <h2 class="subtitle">Currently, <strong>we support 83 devices</strong> by variou
857867
<td></td>
858868
<td><span class="tag is-warning">untested</span></td>
859869
</tr>
870+
<tr>
871+
<td>Xiaomi</td>
872+
<td>Redmi Note 10 Pro</td>
873+
<td><a href="https://wiki.lineageos.org/devices/sweet" rel="noopener" target="_blank">sweet</a></td>
874+
<td>M2101K6G</td>
875+
<td><span class="tag is-warning">untested</span></td>
876+
</tr>
860877
<tr>
861878
<td>Xiaomi</td>
862879
<td>Redmi Note 9S / 9 Pro / 9 Pro Max / 10 Lite / Poco M2 pro</td>
@@ -872,6 +889,13 @@ <h2 class="subtitle">Currently, <strong>we support 83 devices</strong> by variou
872889
<td></td>
873890
<td><span class="tag is-warning">untested</span></td>
874891
</tr>
892+
<tr>
893+
<td>Xiaomi</td>
894+
<td>Mi A2 / Mi 6X</td>
895+
<td>jasmine_sprout</td>
896+
<td></td>
897+
<td><span class="tag is-warning">untested</span></td>
898+
</tr>
875899
<tr>
876900
<td>Xiaomi</td>
877901
<td>Redmi K40 / Mi 11X / Poco F3</td>

templates/supported-devices.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
146146
<td>G900F/M/R4/R7/T/V/W8</td>
147147
<td><span class="tag is-success">tested</span></td>
148148
</tr>
149+
<tr>
150+
<td>Samsung</td>
151+
<td>Galaxy S5 Mini</td>
152+
<td><a href="https://wiki.lineageos.org/devices/kminilte" rel="noopener" target="_blank">kminilte</a>
153+
</td>
154+
<td>SM-G800F/M/Y</td>
155+
<td><span class="tag is-success">tested</span></td>
156+
</tr>
149157
<tr>
150158
<td>Samsung</td>
151159
<td>Galaxy S6</td>
@@ -567,7 +575,8 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
567575
<tr>
568576
<td>OnePlus</td>
569577
<td>3/3T</td>
570-
<td><a href="https://wiki.lineageos.org/devices/oneplus3" rel="noopener" target="_blank">oneplus3</a></td>
578+
<td><a href="https://wiki.lineageos.org/devices/oneplus3" rel="noopener" target="_blank">oneplus3</a>
579+
</td>
571580
<td>A3003, A3000, A3010</td>
572581
<td><span class="tag is-warning">untested</span></td>
573582
</tr>
@@ -692,7 +701,8 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
692701
<tr>
693702
<td>Xiaomi</td>
694703
<td>Redmi 9 / Poco M2</td>
695-
<td><a href="https://wiki.lineageos.org/devices/lancelot" rel="noopener" target="_blank">lancelot / galahad / shivan</a>
704+
<td><a href="https://wiki.lineageos.org/devices/lancelot" rel="noopener" target="_blank">lancelot /
705+
galahad / shivan</a>
696706
</td>
697707
<td></td>
698708
<td><span class="tag is-warning">untested</span></td>
@@ -740,6 +750,13 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
740750
<td></td>
741751
<td><span class="tag is-warning">untested</span></td>
742752
</tr>
753+
<tr>
754+
<td>Xiaomi</td>
755+
<td>Redmi Note 10 Pro</td>
756+
<td><a href="https://wiki.lineageos.org/devices/sweet" rel="noopener" target="_blank">sweet</a></td>
757+
<td>M2101K6G</td>
758+
<td><span class="tag is-warning">untested</span></td>
759+
</tr>
743760
<tr>
744761
<td>Xiaomi</td>
745762
<td>Redmi Note 9S / 9 Pro / 9 Pro Max / 10 Lite / Poco M2 pro</td>
@@ -755,6 +772,13 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
755772
<td></td>
756773
<td><span class="tag is-warning">untested</span></td>
757774
</tr>
775+
<tr>
776+
<td>Xiaomi</td>
777+
<td>Mi A2 / Mi 6X</td>
778+
<td>jasmine_sprout</td>
779+
<td></td>
780+
<td><span class="tag is-warning">untested</span></td>
781+
</tr>
758782
<tr>
759783
<td>Xiaomi</td>
760784
<td>Redmi K40 / Mi 11X / Poco F3</td>
@@ -821,4 +845,4 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
821845
</div>
822846
</section>
823847
<!-- Contribution Banner End -->
824-
{% endblock %}
848+
{% endblock %}

0 commit comments

Comments
 (0)