File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44## [ Unreleased]
55
6+
7+ ## [ v0.4.0] Symbols keyboard and fixes (2021-07-09)
8+
69- Added symbols keyboard and implemented switching to it
710- Fixed NullPointerException for ` onSinglePointerTouchEvent ` of null key
811- Fixed key press colour change dependent on activity background
@@ -54,7 +57,9 @@ the actual functionality has not been implemented yet.
5457
5558
5659[ 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
5863[ v0.3.0] :
5964 https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...v0.3.0
6065[ v0.2.0] :
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " io.github.yawnoc.strokeinput"
1111 minSdkVersion 24
1212 targetSdkVersion 30
13- versionCode 5
14- versionName " 0.3 .0"
13+ versionCode 6
14+ versionName " 0.4 .0"
1515 }
1616
1717 buildTypes {
You can’t perform that action at this time.
0 commit comments