Skip to content

Commit e8cf087

Browse files
committed
Remove support for the samsung galaxy S10 line of devices
1 parent f49cf7e commit e8cf087

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
template = env.get_template(page)
2727
output = template.render(
2828
version="v0.5.3-beta",
29-
n_supported_devices=86,
29+
n_supported_devices=83,
3030
)
3131

3232
# write to file

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Free & Open Source</h4>
194194
</svg></span>
195195
<div class="ml-3">
196196
<h4 class="is-size-4 has-text-weight-bold mb-2">Supports many devices</h4>
197-
<p class="subtitle has-text-grey">Built-in <a href="supported-devices.html">support for 86
197+
<p class="subtitle has-text-grey">Built-in <a href="supported-devices.html">support for 83
198198
devices</a> and an
199199
easy extension system.</p>
200200
</div>

public/supported-devices.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="hero-body">
109109
<div class="container has-text-centered">
110110
<h1 class="mb-4 is-size-1 is-size-3-mobile has-text-weight-bold">Officially supported devices</h1>
111-
<h2 class="subtitle">Currently, <strong>we support 86 devices</strong> by various vendors
111+
<h2 class="subtitle">Currently, <strong>we support 83 devices</strong> by various vendors
112112
and working on adding more soon!</h2>
113113
</div>
114114
</div>
@@ -298,7 +298,7 @@ <h2 class="subtitle">Currently, <strong>we support 86 devices</strong> by variou
298298
<td></td>
299299
<td><span class="tag is-success">tested</span></td>
300300
</tr>
301-
<tr>
301+
<!--<tr>
302302
<td>Samsung</td>
303303
<td>Galaxy S10</td>
304304
<td><a href="https://wiki.lineageos.org/devices/beyond1lte" rel="noopener"
@@ -321,7 +321,7 @@ <h2 class="subtitle">Currently, <strong>we support 86 devices</strong> by variou
321321
target="_blank">beyond2lte</a></td>
322322
<td></td>
323323
<td><span class="tag is-success">tested</span></td>
324-
</tr>
324+
</tr>-->
325325
<tr>
326326
<td>Samsung</td>
327327
<td>Galaxy Note 3 LTE</td>

templates/supported-devices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
199199
<td></td>
200200
<td><span class="tag is-success">tested</span></td>
201201
</tr>
202-
<tr>
202+
<!--<tr>
203203
<td>Samsung</td>
204204
<td>Galaxy S10</td>
205205
<td><a href="https://wiki.lineageos.org/devices/beyond1lte" rel="noopener"
@@ -222,7 +222,7 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
222222
target="_blank">beyond2lte</a></td>
223223
<td></td>
224224
<td><span class="tag is-success">tested</span></td>
225-
</tr>
225+
</tr>-->
226226
<tr>
227227
<td>Samsung</td>
228228
<td>Galaxy Note 3 LTE</td>

0 commit comments

Comments
 (0)