File tree Expand file tree Collapse file tree
java/io/github/yawnoc/strokeinput Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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] :
Original file line number Diff line number Diff 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 > 授權,見<< a href ="https://www.apache.org/licenses/LICENSE-2.0.html "> https://www.apache.org/licenses/LICENSE-2.0.html</ a > >。< 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© 2021 Conway< br >
3535以 < span lang ="en "> GPL-3.0-only</ span > 授權,見<< a href ="https://www.gnu.org/licenses/ "> https://www.gnu.org/licenses/</ a > >。< br >
Original file line number Diff line number Diff 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 > 授權,見<< a href ="https://www.apache.org/licenses/LICENSE-2.0.html "> https://www.apache.org/licenses/LICENSE-2.0.html</ a > >。< 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© 2021 Conway< br >
3535以 < span lang ="en "> GPL-3.0-only</ span > 授權,見<< a href ="https://www.gnu.org/licenses/ "> https://www.gnu.org/licenses/</ a > >。< br >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h3><a href="https://mvnrepository.com/artifact/com.google.android.material/mate
3131Licensed under Apache-2.0, see << a href ="https://www.apache.org/licenses/LICENSE-2.0.html "> https://www.apache.org/licenses/LICENSE-2.0.html</ a > >.< 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© 2021 Conway< br >
3737Licensed under GPL-3.0-only, see << a href ="https://www.gnu.org/licenses/ "> https://www.gnu.org/licenses/</ a > >.< br >
Original file line number Diff line number Diff line change 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@@
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments