Skip to content

Commit 8e657dc

Browse files
authored
Merge branch 'bmp-completeness'
2 parents 7bf0a67 + aa53052 commit 8e657dc

File tree

23 files changed

+471
-45
lines changed

23 files changed

+471
-45
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
## [Unreleased]
55

6+
- Fulfilled full coverage of Basic Multilingual Plane
7+
by adding toggle settings for *optional* characters
8+
(which may not have system font support)
9+
- Updated stroke input data to [Conway Stroke Data v2.0.0]
10+
- Adds *optional* characters U+9FD1 鿑 to U+9FFF 鿿
11+
- Adds *optional* characters U+4DB6 䶶 to U+4DBF 䶿
12+
- Adds *optional* character 𠀤
13+
- Adds character 𠮟
14+
- Adds characters 𠂇𠦝𡯂𤴓𦉪𨸏
15+
- Adds characters 𠓗𠓾𣁾𤾩
16+
- Adds *optional* character 𫟷
17+
618

719
## [v1.5.0] (71) Cursed be Android 16 for ever and ever (2025-09-21)
820

@@ -844,6 +856,8 @@ the actual functionality has not been implemented yet.
844856
[v0.1.0]:
845857
https://github.com/stroke-input/stroke-input-android/releases/tag/v0.1.0
846858

859+
[Conway Stroke Data v2.0.0]:
860+
https://github.com/stroke-input/stroke-input-data/releases/tag/v2.0.0
847861
[Conway Stroke Data v1.34.0]:
848862
https://github.com/stroke-input/stroke-input-data/releases/tag/v1.34.0
849863
[Conway Stroke Data v1.33.1]:

app/src/main/assets/about-zh-Hans-CN.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
2929
<span lang="en">Apache-2.0</span> 授权,见&lt;<a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a>&gt;。<br>
3030
</p>
3131
<h2>笔画输入资料</h2>
32-
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.34.0)</h3>
32+
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v2.0.0)</h3>
3333
<h4><code>sequence-characters.txt</code></h4>
3434
<p class="notice">
35-
©&nbsp;2021–2024 <span lang="en">Conway</span><br>
35+
©&nbsp;2021–2025 <span lang="en">Conway</span><br>
3636
<span lang="en">CC-BY-4.0</span> 授权,见&lt;<a href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a>&gt;。<br>
3737
</p>
3838
<h4>

app/src/main/assets/about-zh-Hant-HK.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
2929
<span lang="en">Apache-2.0</span> 授權,見&lt;<a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a>&gt;。<br>
3030
</p>
3131
<h2>筆畫輸入資料</h2>
32-
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.34.0)</h3>
32+
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v2.0.0)</h3>
3333
<h4><code>sequence-characters.txt</code></h4>
3434
<p class="notice">
35-
©&nbsp;2021–2024 <span lang="en">Conway</span><br>
35+
©&nbsp;2021–2025 <span lang="en">Conway</span><br>
3636
<span lang="en">CC-BY-4.0</span> 授權,見&lt;<a href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a>&gt;。<br>
3737
</p>
3838
<h4>

app/src/main/assets/about-zh-Hant-TW.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
2929
<span lang="en">Apache-2.0</span> 授權,見&lt;<a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a>&gt;。<br>
3030
</p>
3131
<h2>筆畫輸入資料</h2>
32-
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.34.0)</h3>
32+
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v2.0.0)</h3>
3333
<h4><code>sequence-characters.txt</code></h4>
3434
<p class="notice">
35-
©&nbsp;2021–2024 <span lang="en">Conway</span><br>
35+
©&nbsp;2021–2025 <span lang="en">Conway</span><br>
3636
<span lang="en">CC-BY-4.0</span> 授權,見&lt;<a href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a>&gt;。<br>
3737
</p>
3838
<h4>

app/src/main/assets/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
3232
Licensed under Apache-2.0, see &lt;<a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a>&gt;.<br>
3333
</p>
3434
<h2>Stroke input data</h2>
35-
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.34.0)</h3>
35+
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v2.0.0)</h3>
3636
<h4><code>sequence-characters.txt</code></h4>
3737
<p class="notice">
38-
©&nbsp;2021–2024 Conway<br>
38+
©&nbsp;2021–2025 Conway<br>
3939
Licensed under CC-BY-4.0, see &lt;<a href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a>&gt;.<br>
4040
</p>
4141
<h4>

app/src/main/assets/characters-simplified.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,6 +2382,19 @@
23822382
23832383
23842384
2385+
2386+
2387+
2388+
2389+
2390+
2391+
2392+
2393+
2394+
2395+
2396+
2397+
23852398
𠀾
23862399
𣗋
23872400
𣲗
@@ -2443,6 +2456,7 @@
24432456
𫞩
24442457
𫟅
24452458
𫟦
2459+
𫟷
24462460
𫟹
24472461
𫟼
24482462
𫠆

app/src/main/assets/characters-traditional.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,12 +2924,14 @@
29242924
29252925
29262926
2927+
29272928
29282929
29292930
29302931
29312932
29322933
2934+
29332935
29342936
29352937
@@ -3088,6 +3090,7 @@
30883090
30893091
30903092
3093+
30913094
30923095
30933096
@@ -3156,6 +3159,7 @@
31563159
31573160
31583161
3162+
31593163
31603164
31613165
@@ -3656,6 +3660,7 @@
36563660
36573661
36583662
3663+
36593664
36603665
36613666
@@ -3979,6 +3984,8 @@
39793984
39803985
39813986
3987+
3988+
39823989
𡞵
39833990
𡠹
39843991
𡢃

app/src/main/assets/links.cmdr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ OrdinaryDictionaryReplacement: #.links.software-properties
1919
* \stroke-input-years --> 2021--2025
2020
* \material-version --> v1.13.0
2121
* \material-years --> 2025
22-
* \stroke-data-version --> v1.34.0
23-
* \sequence-characters-years --> 2021--2024
22+
* \stroke-data-version --> v2.0.0
23+
* \sequence-characters-years --> 2021--2025
2424
* \stroke-font-version --> v2.0.1
2525
* \stroke-font-years --> 2021--2022
2626

0 commit comments

Comments
 (0)