Skip to content

Commit deef060

Browse files
committed
Update Conway Stroke Data to v1.16.0
From <https://github.com/stroke-input/stroke-input-data/releases/tag/v1.16.0>. - Adds phrases 喊露, 打喊露 - Adds phrases 七七八八, 七彩 - Adds phrases 九十後, 九重 - Adds phrase 了結 - Adds phrases 二進制, 十進制, 進制 - Adds phrases 人事部, 人名, 人均 - Adds phrase 兒科 - Adds phrases 入伙, 入住, 入味, etc. - Adds phrases 刁蠻, 力度, 叉腰 - Adds phrase 幾點
1 parent b91e0ff commit deef060

8 files changed

Lines changed: 78 additions & 5 deletions

File tree

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+
- Updated stroke input data to [Conway Stroke Data v1.16.0]
7+
- Adds phrases 喊露, 打喊露
8+
- Adds phrases 七七八八, 七彩
9+
- Adds phrases 九十後, 九重
10+
- Adds phrase 了結
11+
- Adds phrases 二進制, 十進制, 進制
12+
- Adds phrases 人事部, 人名, 人均
13+
- Adds phrase 兒科
14+
- Adds phrases 入伙, 入住, 入味, etc.
15+
- Adds phrases 刁蠻, 力度, 叉腰
16+
- Adds phrase 幾點
17+
618

719
## [v0.9.21] (43) God save the King (2022-09-11)
820

@@ -519,6 +531,8 @@ the actual functionality has not been implemented yet.
519531
[v0.1.0]:
520532
https://github.com/stroke-input/stroke-input-android/releases/tag/v0.1.0
521533

534+
[Conway Stroke Data v1.16.0]:
535+
https://github.com/stroke-input/stroke-input-data/releases/tag/v1.16.0
522536
[Conway Stroke Data v1.15.0]:
523537
https://github.com/stroke-input/stroke-input-data/releases/tag/v1.15.0
524538
[Conway Stroke Data v1.14.0]:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <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.15.0)</h3>
32+
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.16.0)</h3>
3333
<h4><code>sequence-characters.txt</code></h4>
3434
<p class="notice">
3535
©&nbsp;2021–2022 <span lang="en">Conway</span><br>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <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.15.0)</h3>
32+
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.16.0)</h3>
3333
<h4><code>sequence-characters.txt</code></h4>
3434
<p class="notice">
3535
©&nbsp;2021–2022 <span lang="en">Conway</span><br>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <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.15.0)</h3>
32+
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.16.0)</h3>
3333
<h4><code>sequence-characters.txt</code></h4>
3434
<p class="notice">
3535
©&nbsp;2021–2022 <span lang="en">Conway</span><br>

app/src/main/assets/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <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.15.0)</h3>
35+
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.16.0)</h3>
3636
<h4><code>sequence-characters.txt</code></h4>
3737
<p class="notice">
3838
©&nbsp;2021–2022 Conway<br>

app/src/main/assets/links.cmdr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OrdinaryDictionaryReplacement: #.links.software-properties
1919
* \stroke-input-years --> 2021--2022
2020
* \material-version --> v1.6.1
2121
* \material-years --> 2022
22-
* \stroke-data-version --> v1.15.0
22+
* \stroke-data-version --> v1.16.0
2323
* \sequence-characters-years --> 2021--2022
2424
* \stroke-font-version --> v2.0.1
2525
* \stroke-font-years --> 2021--2022

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,14 @@
128128
丁屋
129129
丁权
130130
七七
131+
七七八八
131132
七七四十九日
132133
七号
133134
七国
134135
七国咁乱
135136
七姊妹
136137
七年
138+
七彩
137139
七情六欲
138140
七日
139141
七月
@@ -926,6 +928,7 @@
926928
九七
927929
九九
928930
九九八十一
931+
九十后
929932
九号
930933
九声
931934
九大簋
@@ -939,6 +942,7 @@
939942
九月
940943
九死一生
941944
九泉
945+
九重
942946
九重天
943947
九龙
944948
九龙塘
@@ -1041,6 +1045,7 @@
10411045
了件事
10421046
了断
10431047
了然
1048+
了结
10441049
了解
10451050
予以
10461051
争些
@@ -1117,6 +1122,7 @@
11171122
二维码
11181123
二胡
11191124
二进位
1125+
二进制
11201126
二郎神
11211127
于事无补
11221128
于今
@@ -1320,6 +1326,7 @@
13201326
人为财死
13211327
人事
13221328
人事管理
1329+
人事部
13231330
人云亦云
13241331
人人
13251332
人人得而诛之
@@ -1334,13 +1341,15 @@
13341341
人口密度
13351342
人口普查
13361343
人口老化
1344+
人名
13371345
人员
13381346
人命
13391347
人命关天
13401348
人品
13411349
人哋
13421350
人嚟
13431351
人地
1352+
人均
13441353
人士
13451354
人多势众
13461355
人多密集
@@ -2345,6 +2354,7 @@
23452354
儿孙
23462355
儿孙满堂
23472356
儿戏
2357+
儿科
23482358
儿童
23492359
儿童不宜
23502360
允许
@@ -2499,33 +2509,44 @@
24992509
兢兢业业
25002510
入乡随俗
25012511
入伍
2512+
入伙
2513+
入会
2514+
入住
25022515
入侵
2516+
入党
25032517
入冬
25042518
入去
25052519
入口
2520+
入味
25062521
入嚟
25072522
入围
25082523
入场
25092524
入场券
2525+
入场费
25102526
入城
25112527
入境
25122528
入声
25132529
入夜
25142530
入学
25152531
入室
25162532
入屋
2533+
入席
2534+
入座
25172535
入来
25182536
入樽
25192537
入殓
25202538
入狱
25212539
入睡
2540+
入神
25222541
入籍
25232542
入股
2543+
入药
25242544
入货
25252545
入赘
25262546
入选
25272547
入门
25282548
入闸
2549+
入院
25292550
全世界
25302551
全体
25312552
全副
@@ -3187,6 +3208,7 @@
31873208
几日后
31883209
几时
31893210
几次
3211+
几点
31903212
几种
31913213
凡事
31923214
凡人
@@ -3341,6 +3363,7 @@
33413363
刀背
33423364
刀锋
33433365
刁民
3366+
刁蛮
33443367
刁难
33453368
分上
33463369
分享
@@ -3653,6 +3676,7 @@
36533676
力不从心
36543677
力争
36553678
力学
3679+
力度
36563680
力挺
36573681
力量
36583682
劝勉
@@ -3964,6 +3988,7 @@
39643988
十月
39653989
十足
39663990
十进位
3991+
十进制
39673992
千万
39683993
千万不可
39693994
千万不能
@@ -4436,6 +4461,7 @@
44364461
叉烧米
44374462
叉烧餐包
44384463
叉烧饭
4464+
叉腰
44394465
及早
44404466
及时
44414467
及时赶到
@@ -5594,6 +5620,7 @@
55945620
喉沙
55955621
喉糖
55965622
喉舌
5623+
喊露
55975624
喋喋
55985625
喋血
55995626
喘息
@@ -9670,6 +9697,7 @@
96709697
打压
96719698
打发
96729699
打呔
9700+
打喊露
96739701
打喷嚏
96749702
打嗝
96759703
打坐
@@ -25167,6 +25195,7 @@
2516725195
进入
2516825196
进军
2516925197
进出
25198+
进制
2517025199
进化
2517125200
进化论
2517225201
进去

0 commit comments

Comments
 (0)