Skip to content

Commit bada2df

Browse files
authored
Merge pull request #28 from openandroidinstaller-dev/release-v0.5.2-beta
Update website for release v0.5.2-beta
2 parents 02fce90 + 25b5eb8 commit bada2df

File tree

6 files changed

+48
-10
lines changed

6 files changed

+48
-10
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
.PHONY: help install style website
2+
3+
help:
4+
@echo "help - show this help"
5+
@echo "install - install dependencies"
6+
@echo "style - build css"
7+
@echo "website - build website"
8+
19
install:
210
poetry install
311

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# render the templates
2626
template = env.get_template(page)
2727
output = template.render(
28-
version="v0.5.1-beta",
29-
n_supported_devices=81,
28+
version="v0.5.2-beta",
29+
n_supported_devices=83,
3030
)
3131

3232
# write to file

public/download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
146146
<p>Get it from Flathub and install it easily on any Linux distribution.</p>
147147
</a>
148148
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
149-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.1-beta/openandroidinstaller-v0.5.1-beta-ubuntu-latest.zip">
149+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.2-beta/openandroidinstaller-v0.5.2-beta-ubuntu-latest.zip">
150150
<div class="icon-text title">
151151
<span class="icon is-medium">
152152
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -157,7 +157,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
157157
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
158158
</a>
159159
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
160-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.1-beta/openandroidinstaller-v0.5.1-beta-ubuntu-20.04.zip">
160+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.2-beta/openandroidinstaller-v0.5.2-beta-ubuntu-20.04.zip">
161161
<div class="icon-text title">
162162
<span class="icon is-medium">
163163
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -170,7 +170,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
170170
</div>
171171
<div class="tile is-vertical is-parent">
172172
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
173-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.1-beta/openandroidinstaller-v0.5.1-beta-windows-latest.zip">
173+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.2-beta/openandroidinstaller-v0.5.2-beta-windows-latest.zip">
174174
<div class="icon-text title">
175175
<span class="icon is-medium">
176176
<i class="fab fa-windows" aria-hidden="true"></i>
@@ -180,7 +180,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
180180
<p>Click to download the zipped .exe.</p>
181181
</a>
182182
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
183-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.1-beta/openandroidinstaller-v0.5.1-beta-macos-latest.zip">
183+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.2-beta/openandroidinstaller-v0.5.2-beta-macos-latest.zip">
184184
<div class="icon-text title">
185185
<span class="icon is-medium">
186186
<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
@@ -197,7 +197,7 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Free & Open Source</h4>
197197
<div class="ml-3">
198198
<h4 class="is-size-4 has-text-weight-bold mb-2">Supports many devices</h4>
199199
<p class="subtitle has-text-grey">Built-in <a
200-
href="supported-devices.html">support for 81
200+
href="supported-devices.html">support for 83
201201
devices</a> and an
202202
easy extension system.</p>
203203
</div>

public/supported-devices.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<div class="hero-body">
111111
<div class="container has-text-centered">
112112
<h1 class="mb-4 is-size-1 is-size-3-mobile has-text-weight-bold">Officially supported devices</h1>
113-
<h2 class="subtitle">Currently, <strong>we support 81 devices</strong> by various vendors
113+
<h2 class="subtitle">Currently, <strong>we support 83 devices</strong> by various vendors
114114
and working on adding more soon!</h2>
115115
</div>
116116
</div>
@@ -665,6 +665,13 @@ <h2 class="subtitle">Currently, <strong>we support 81 devices</strong> by variou
665665
<td>A0001</td>
666666
<td><span class="tag is-success">tested</span></td>
667667
</tr>
668+
<tr>
669+
<td>OnePlus</td>
670+
<td>3/3T</td>
671+
<td><a href="https://wiki.lineageos.org/devices/oneplus3" rel="noopener" target="_blank">oneplus3</a></td>
672+
<td>A3003, A3000, A3010</td>
673+
<td><span class="tag is-warning">untested</span></td>
674+
</tr>
668675
<tr>
669676
<td>OnePlus</td>
670677
<td>5</td>
@@ -754,7 +761,7 @@ <h2 class="subtitle">Currently, <strong>we support 81 devices</strong> by variou
754761
<details>
755762
<summary class="box is-clickable"><span class="icon">
756763
<i class="fas fa-arrow-right"></i>
757-
</span><b>Xiaomi</b></summary>
764+
</span><b>Xiaomi & Poco</b></summary>
758765
<div class="table-container mb-5">
759766
<table class="table is-striped is-hoverable is-fullwidth">
760767
<thead>
@@ -783,6 +790,14 @@ <h2 class="subtitle">Currently, <strong>we support 81 devices</strong> by variou
783790
<td></td>
784791
<td><span class="tag is-success">tested</span></td>
785792
</tr>
793+
<tr>
794+
<td>Xiaomi</td>
795+
<td>Redmi 9 / Poco M2</td>
796+
<td><a href="https://wiki.lineageos.org/devices/lancelot" rel="noopener" target="_blank">lancelot / galahad / shivan</a>
797+
</td>
798+
<td></td>
799+
<td><span class="tag is-warning">untested</span></td>
800+
</tr>
786801
<tr>
787802
<td>Xiaomi</td>
788803
<td>Redmi Note 8 / 8T</td>

templates/supported-devices.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,13 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
564564
<td>A0001</td>
565565
<td><span class="tag is-success">tested</span></td>
566566
</tr>
567+
<tr>
568+
<td>OnePlus</td>
569+
<td>3/3T</td>
570+
<td><a href="https://wiki.lineageos.org/devices/oneplus3" rel="noopener" target="_blank">oneplus3</a></td>
571+
<td>A3003, A3000, A3010</td>
572+
<td><span class="tag is-warning">untested</span></td>
573+
</tr>
567574
<tr>
568575
<td>OnePlus</td>
569576
<td>5</td>
@@ -653,7 +660,7 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
653660
<details>
654661
<summary class="box is-clickable"><span class="icon">
655662
<i class="fas fa-arrow-right"></i>
656-
</span><b>Xiaomi</b></summary>
663+
</span><b>Xiaomi & Poco</b></summary>
657664
<div class="table-container mb-5">
658665
<table class="table is-striped is-hoverable is-fullwidth">
659666
<thead>
@@ -682,6 +689,14 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
682689
<td></td>
683690
<td><span class="tag is-success">tested</span></td>
684691
</tr>
692+
<tr>
693+
<td>Xiaomi</td>
694+
<td>Redmi 9 / Poco M2</td>
695+
<td><a href="https://wiki.lineageos.org/devices/lancelot" rel="noopener" target="_blank">lancelot / galahad / shivan</a>
696+
</td>
697+
<td></td>
698+
<td><span class="tag is-warning">untested</span></td>
699+
</tr>
685700
<tr>
686701
<td>Xiaomi</td>
687702
<td>Redmi Note 8 / 8T</td>

0 commit comments

Comments
 (0)