File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## [ Unreleased]
5
5
6
+
7
+ ## [ v0.4.0] Symbols keyboard and fixes (2021-07-09)
8
+
6
9
- Added symbols keyboard and implemented switching to it
7
10
- Fixed NullPointerException for ` onSinglePointerTouchEvent ` of null key
8
11
- Fixed key press colour change dependent on activity background
@@ -54,7 +57,9 @@ the actual functionality has not been implemented yet.
54
57
55
58
56
59
[ Unreleased] :
57
- https://github.com/stroke-input/stroke-input-android/compare/v0.3.0...HEAD
60
+ https://github.com/stroke-input/stroke-input-android/compare/v0.4.0...HEAD
61
+ [ v0.4.0] :
62
+ https://github.com/stroke-input/stroke-input-android/compare/v0.3.0...v0.4.0
58
63
[ v0.3.0] :
59
64
https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...v0.3.0
60
65
[ v0.2.0] :
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " io.github.yawnoc.strokeinput"
11
11
minSdkVersion 24
12
12
targetSdkVersion 30
13
- versionCode 5
14
- versionName " 0.3 .0"
13
+ versionCode 6
14
+ versionName " 0.4 .0"
15
15
}
16
16
17
17
buildTypes {
You can’t perform that action at this time.
0 commit comments