Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
dd89680
Take Conway Stroke Data at a140fdee0e24509670c83aa1e823c6efd26a8aab
yawnoc Nov 30, 2025
6f161ee
[Work in progress] Add main activity step 6 (optional candidates)
yawnoc Nov 30, 2025
cb7c424
[Work in progress] Add optional candidate switch XML
yawnoc Dec 21, 2025
7a535da
[Work in progress] Change to custom class OptionalCandidatesSwitch
yawnoc Dec 21, 2025
581eeb0
[Work in progress] Fix main activity switch alignment
yawnoc Dec 21, 2025
f7c2002
[Work in progress] Remove 'which' from parenthetical
yawnoc Dec 21, 2025
9444428
[Work in progress] Fix missing full stop at end of toString docstring
yawnoc Dec 21, 2025
bbd87c2
[Work in progress] Encode min/max optional candidates in attributes
yawnoc Dec 21, 2025
34d199a
[Work in progress] Consistently disrespect org.junit.Assert order
yawnoc Dec 21, 2025
944f6e0
[Work in progress] Store String characters instead of min/max
yawnoc Dec 21, 2025
66fe768
[Work in progress] Fix missing toggle for U+9FF0 to U+9FFF
yawnoc Dec 21, 2025
bed4ccc
[Work in progress] Fix saveKeyboardHeightAdjustmentProgress indentation
yawnoc Dec 21, 2025
f9c34e4
[Work in progress] Implement optional candidates load/save
yawnoc Dec 21, 2025
87ee870
Implement actual filtering of prohibited candidates
yawnoc Dec 21, 2025
9abe7df
Improve optional candidate switch font size and spacing
yawnoc Dec 22, 2025
7222a22
Revert "Remove 'which' from parenthetical"
yawnoc Dec 22, 2025
632cf27
Confirm upddate of Conway Stroke Data to v2.0.0
yawnoc Dec 24, 2025
8f2f97d
Fix copyright year not updated in Contexty.java
yawnoc Dec 24, 2025
ac7084b
Update changelog for BMP completeness
yawnoc Dec 24, 2025
aa53052
Remove unused method loadSavedOptionalCandidatesPreferences()
yawnoc Dec 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@

## [Unreleased]

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


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

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

[Conway Stroke Data v2.0.0]:
https://github.com/stroke-input/stroke-input-data/releases/tag/v2.0.0
[Conway Stroke Data v1.34.0]:
https://github.com/stroke-input/stroke-input-data/releases/tag/v1.34.0
[Conway Stroke Data v1.33.1]:
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/about-zh-Hans-CN.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
以 <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>
</p>
<h2>笔画输入资料</h2>
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.34.0)</h3>
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v2.0.0)</h3>
<h4><code>sequence-characters.txt</code></h4>
<p class="notice">
©&nbsp;2021–2024 <span lang="en">Conway</span><br>
©&nbsp;2021–2025 <span lang="en">Conway</span><br>
以 <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>
</p>
<h4>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/about-zh-Hant-HK.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
以 <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>
</p>
<h2>筆畫輸入資料</h2>
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.34.0)</h3>
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v2.0.0)</h3>
<h4><code>sequence-characters.txt</code></h4>
<p class="notice">
©&nbsp;2021–2024 <span lang="en">Conway</span><br>
©&nbsp;2021–2025 <span lang="en">Conway</span><br>
以 <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>
</p>
<h4>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/about-zh-Hant-TW.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
以 <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>
</p>
<h2>筆畫輸入資料</h2>
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.34.0)</h3>
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v2.0.0)</h3>
<h4><code>sequence-characters.txt</code></h4>
<p class="notice">
©&nbsp;2021–2024 <span lang="en">Conway</span><br>
©&nbsp;2021–2025 <span lang="en">Conway</span><br>
以 <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>
</p>
<h4>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
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>
</p>
<h2>Stroke input data</h2>
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v1.34.0)</h3>
<h3><a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a> (v2.0.0)</h3>
<h4><code>sequence-characters.txt</code></h4>
<p class="notice">
©&nbsp;2021–2024 Conway<br>
©&nbsp;2021–2025 Conway<br>
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>
</p>
<h4>
Expand Down
14 changes: 14 additions & 0 deletions app/src/main/assets/characters-simplified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2382,6 +2382,19 @@
𠀾
𣗋
𣲗
Expand Down Expand Up @@ -2443,6 +2456,7 @@
𫞩
𫟅
𫟦
𫟷
𫟹
𫟼
𫠆
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/assets/characters-traditional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2924,12 +2924,14 @@
Expand Down Expand Up @@ -3088,6 +3090,7 @@
Expand Down Expand Up @@ -3156,6 +3159,7 @@
Expand Down Expand Up @@ -3656,6 +3660,7 @@
Expand Down Expand Up @@ -3979,6 +3984,8 @@
𡞵
𡠹
𡢃
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/links.cmdr
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ OrdinaryDictionaryReplacement: #.links.software-properties
* \stroke-input-years --> 2021--2025
* \material-version --> v1.13.0
* \material-years --> 2025
* \stroke-data-version --> v1.34.0
* \sequence-characters-years --> 2021--2024
* \stroke-data-version --> v2.0.0
* \sequence-characters-years --> 2021--2025
* \stroke-font-version --> v2.0.1
* \stroke-font-years --> 2021--2022

Expand Down
Loading