Skip to content

Commit 25ae385

Browse files
committed
Update Stroke Input Keyboard font to v1.7.0
From <https://github.com/stroke-input/stroke-input-font/releases/tag/v1.7.0>. Adds enter-key action glyphs.
1 parent 4f1e864 commit 25ae385

7 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
- Upgraded Android Gradle Plugin to 7.0.0
77
- Implemented action-dependent enter-key display
8+
- Updated keyboard font to [Stroke Input Keyboard v1.7.0]
9+
(adds enter-key action glyphs)
810

911

1012
## [v0.7.3] Symbols reshuffle (2021-08-09)
@@ -207,6 +209,8 @@ the actual functionality has not been implemented yet.
207209
[v0.1.0]:
208210
https://github.com/stroke-input/stroke-input-android/releases/tag/v0.1.0
209211

212+
[Stroke Input Keyboard v1.7.0]:
213+
https://github.com/stroke-input/stroke-input-font/releases/tag/v1.7.0
210214
[Stroke Input Keyboard v1.6.1]:
211215
https://github.com/stroke-input/stroke-input-font/releases/tag/v1.6.1
212216
[Stroke Input Keyboard v1.5.1]:

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-font">Stroke Input Keyboard</a> (v1.6.1)</h3>
32+
<h3><a href="https://github.com/stroke-input/stroke-input-font">Stroke Input Keyboard</a> (v1.7.0)</h3>
3333
<p class="notice">
3434
©&nbsp;2021 Conway<br>
3535
<span lang="en">GPL-3.0-only</span> 授權,見&lt;<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>&gt;。<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-font">Stroke Input Keyboard</a> (v1.6.1)</h3>
32+
<h3><a href="https://github.com/stroke-input/stroke-input-font">Stroke Input Keyboard</a> (v1.7.0)</h3>
3333
<p class="notice">
3434
©&nbsp;2021 Conway<br>
3535
<span lang="en">GPL-3.0-only</span> 授權,見&lt;<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>&gt;。<br>

app/src/main/assets/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
3131
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>
3232
</p>
3333
<h2>Keyboard font</h2>
34-
<h3><a href="https://github.com/stroke-input/stroke-input-font">Stroke Input Keyboard</a> (v1.6.1)</h3>
34+
<h3><a href="https://github.com/stroke-input/stroke-input-font">Stroke Input Keyboard</a> (v1.7.0)</h3>
3535
<p class="notice">
3636
©&nbsp;2021 Conway<br>
3737
Licensed under GPL-3.0-only, see &lt;<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>&gt;.<br>

app/src/main/assets/links.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
https://mvnrepository.com/artifact/com.google.android.material/material
2525
@@
2626

27-
{: \keyboard-font-version : v1.6.1 :}
27+
{: \keyboard-font-version : v1.7.0 :}
2828
@@[Stroke Input Keyboard]
2929
https://github.com/stroke-input/stroke-input-font
3030
@@
624 Bytes
Binary file not shown.

app/src/main/java/io/github/yawnoc/strokeinput/StrokeInputService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public void onStartInputView(
118118

119119
private void setEnterKeyDisplayText() {
120120

121-
// TODO: keyboard font glyphs
122121
String enterKeyDisplayText = null;
123122
switch (inputOptionsBits & EditorInfo.IME_MASK_ACTION) {
124123
case EditorInfo.IME_ACTION_DONE:

0 commit comments

Comments
 (0)