Skip to content

Commit 41b5bbf

Browse files
authored
Add versionCode numbers to changelog headings
1 parent d74bab2 commit 41b5bbf

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ and <<https://gitlab.com/fdroid/fdroidserver/-/issues/813#note_822427606>>.
2121
https://github.com/stroke-input/stroke-input-android/compare/v0.9.3...v0.9.4
2222

2323

24-
## [v0.9.3] Initial store release (2022-01-22)
24+
## [v0.9.3] (25) Initial store release (2022-01-22)
2525

2626
No code changes. Just some housekeeping for release on Play Store.
2727

2828

29-
## [v0.9.2] Fixes and unit testing (2022-01-21)
29+
## [v0.9.2] (24) Fixes and unit testing (2022-01-21)
3030

3131
### Dependencies
3232

@@ -48,7 +48,7 @@ No code changes. Just some housekeeping for release on Play Store.
4848
- Added unit testing for Mappy, Stringy, and Valuey
4949

5050

51-
## [v0.9.1] Bigger keys and behavioural tweaks (2022-01-17)
51+
## [v0.9.1] (23) Bigger keys and behavioural tweaks (2022-01-17)
5252

5353
### Dependencies
5454

@@ -80,7 +80,7 @@ No code changes. Just some housekeeping for release on Play Store.
8080
- Changed regex prefix removal to literal prefix removal where possible
8181

8282

83-
## [v0.9.0] Phrases complete (2022-01-11)
83+
## [v0.9.0] (22) Phrases complete (2022-01-11)
8484

8585
### Dependencies
8686

@@ -114,7 +114,7 @@ No code changes. Just some housekeeping for release on Play Store.
114114
- Bumped targetSdkVersion to 31
115115

116116

117-
## [v0.8.0] Beta-ready (2021-11-29)
117+
## [v0.8.0] (21) Beta-ready (2021-11-29)
118118

119119
- Actually implemented stroke input and candidates
120120
(only the phrase set is incomplete)
@@ -125,20 +125,20 @@ No code changes. Just some housekeeping for release on Play Store.
125125
- Changed search magnifying glass to right-handed
126126

127127

128-
## [v0.7.5] Android 11 fix (2021-08-13)
128+
## [v0.7.5] (20) Android 11 fix (2021-08-13)
129129

130130
- Fixed crash on Android 11 (API level 30)
131131

132132

133-
## [v0.7.4] Enter key display (2021-08-11)
133+
## [v0.7.4] (19) Enter key display (2021-08-11)
134134

135135
- Upgraded Android Gradle Plugin to 7.0.0
136136
- Implemented action-dependent enter-key display
137137
- Updated keyboard font to [Stroke Input Keyboard v1.7.0]
138138
(adds enter-key action glyphs)
139139

140140

141-
## [v0.7.3] Symbols reshuffle (2021-08-09)
141+
## [v0.7.3] (18) Symbols reshuffle (2021-08-09)
142142

143143
- Reshuffled and changed existing symbols keys
144144
- Added second symbols keyboard for ideographic description characters
@@ -149,7 +149,7 @@ No code changes. Just some housekeeping for release on Play Store.
149149
a wide version of the open box glyph)
150150

151151

152-
## [v0.7.2] Clipped previews fix (2021-08-08)
152+
## [v0.7.2] (17) Clipped previews fix (2021-08-08)
153153

154154
- Limited keyboard height to 50% of screen
155155
- Allocated space above keyboard for candidates bar
@@ -158,12 +158,12 @@ No code changes. Just some housekeeping for release on Play Store.
158158
- Fixed key preview vertical position on devices with soft buttons
159159

160160

161-
## [v0.7.1] Key previews shift fix (2021-07-30)
161+
## [v0.7.1] (16) Key previews shift fix (2021-07-30)
162162

163163
- Fixed key previews not updating on certain shift mode changes
164164

165165

166-
## [v0.7.0] Key previews II (2021-07-30)
166+
## [v0.7.0] (15) Key previews II (2021-07-30)
167167

168168
- Re-implemented key preview popups
169169
- Fixed popup lag (noticeable delay before appearing)
@@ -173,29 +173,29 @@ No code changes. Just some housekeeping for release on Play Store.
173173
- Fixed missing logic for touch event cancel action
174174

175175

176-
## [v0.6.4] Key previews (2021-07-24)
176+
## [v0.6.4] (14) Key previews (2021-07-24)
177177

178178
- Implemented key preview popups
179179
- Improved organisation of utility classes
180180

181181

182-
## [v0.6.3] App icon (2021-07-23)
182+
## [v0.6.3] (13) App icon (2021-07-23)
183183

184184
- Made Help and About HTML web views zoomable
185185
- Updated keyboard font to [Stroke Input Keyboard v1.5.1]
186186
(adds private use glyph for 5-strokes logo)
187187
- Changed launcher icon to 5-strokes logo
188188

189189

190-
## [v0.6.2] Code cleanup (2021-07-21)
190+
## [v0.6.2] (12) Code cleanup (2021-07-21)
191191

192192
- Simplified structure of Main Activity layout XML
193193
- Removed unused dependencies (AppCompat, ConstraintLayout)
194194
- Fixed shift pointer not unset on 3 or more pointers
195195
- Moved Keyboard.Row and Keyboard.Key to their own classes
196196

197197

198-
## [v0.6.1] User interface improvements (2021-07-20)
198+
## [v0.6.1] (11) User interface improvements (2021-07-20)
199199

200200
- Updated keyboard font to [Stroke Input Keyboard v1.4.0]
201201
(adds glyph `U+82F1 英` for localised space bar)
@@ -208,7 +208,7 @@ No code changes. Just some housekeeping for release on Play Store.
208208
- Implemented extended keys to left/right edge (`a`, `l`, `¢`)
209209

210210

211-
## [v0.6.0] Touch logic rewrite (2021-07-17)
211+
## [v0.6.0] (10) Touch logic rewrite (2021-07-17)
212212

213213
- Rewrote touch logic:
214214
- Fixed broken logic for second moving pointer
@@ -220,15 +220,15 @@ No code changes. Just some housekeeping for release on Play Store.
220220
- Added toggleable debug mode showing currently pressed key and active pointer
221221

222222

223-
## [v0.5.2] Dark theme (2021-07-14)
223+
## [v0.5.2] (9) Dark theme (2021-07-14)
224224

225225
- Implemented dark theme for main activity and About
226226
- Made About show full screen on mobile
227227
- Made About have `max-width` on desktop
228228
- Made stroke keys text colour match theme (umbrella yellow)
229229

230230

231-
## [v0.5.1] Visual improvements (2021-07-13)
231+
## [v0.5.1] (8) Visual improvements (2021-07-13)
232232

233233
- Updated keyboard font to [Stroke Input Keyboard v1.3.1]
234234
(adds glyphs for qwerty symbols etc.)
@@ -237,7 +237,7 @@ No code changes. Just some housekeeping for release on Play Store.
237237
- Fixed keyboard background bounds (fill only the keyboard, not the whole view)
238238

239239

240-
## [v0.5.0] Implemented qwerty (2021-07-12)
240+
## [v0.5.0] (7) Implemented qwerty (2021-07-12)
241241

242242
- Implemented qwerty keyboard (swipe space bar to switch)
243243
- Implemented horizontal swiping of a key
@@ -249,7 +249,7 @@ No code changes. Just some housekeeping for release on Play Store.
249249
- Reduced main activity padding sizes
250250

251251

252-
## [v0.4.0] Symbols keyboard and fixes (2021-07-09)
252+
## [v0.4.0] (6) Symbols keyboard and fixes (2021-07-09)
253253

254254
- Added symbols keyboard and implemented switching to it
255255
- Fixed NullPointerException for `onSinglePointerTouchEvent` of null key
@@ -264,7 +264,7 @@ No code changes. Just some housekeeping for release on Play Store.
264264
- Made parameters/variables final where possible
265265

266266

267-
## [v0.3.0] Basic keyboard behaviour (2021-07-08)
267+
## [v0.3.0] (5) Basic keyboard behaviour (2021-07-08)
268268

269269
Implemented everything that a normal (non-stroke-input) keyboard should do.
270270

@@ -275,7 +275,7 @@ Implemented everything that a normal (non-stroke-input) keyboard should do.
275275
- Removed key attribute `displayIcon`
276276

277277

278-
## [v0.2.0] Default key behaviour (2021-07-06)
278+
## [v0.2.0] (4) Default key behaviour (2021-07-06)
279279

280280
- Implemented default key behaviour (commit `valueText`)
281281
- Updated keyboard font to [Stroke Input Keyboard v1.2.0]
@@ -286,14 +286,14 @@ Implemented everything that a normal (non-stroke-input) keyboard should do.
286286
- Cleaned up `README.md`
287287

288288

289-
## [v0.1.1] New keyboard font (2021-06-29)
289+
## [v0.1.1] (3) New keyboard font (2021-06-29)
290290

291291
- Updated `README.md` links given GitHub organisation move
292292
- Changed keyboard font to [Stroke Input Keyboard v1.1.0]
293293
- Made key text offsets inherit from Row from Keyboard
294294

295295

296-
## [v0.1.0] Implemented drawing (2021-06-27)
296+
## [v0.1.0] (2) Implemented drawing (2021-06-27)
297297

298298
This milestone marks the successful re-implementation
299299
of the drawing part of AOSP's `Keyboard.java` and `KeyboardView.java`.

0 commit comments

Comments
 (0)