|
| 1 | +# Changelog |
| 2 | + |
| 3 | + |
| 4 | +## [Unreleased] |
| 5 | + |
| 6 | +- Implemented backspace, space bar, enter key behaviour |
| 7 | +- Implemented extended press behaviour (long presses and key repeats) |
| 8 | +- Implemented currently pressed key behaviour and appearance |
| 9 | +- Removed key attribute `displayIcon` |
| 10 | + |
| 11 | + |
| 12 | +## [v0.2.0] Default key behaviour (2021-07-06) |
| 13 | + |
| 14 | +- Implemented default key behaviour (commit `valueText`) |
| 15 | +- Updated keyboard font to [Stroke Input Keyboard v1.2.0] |
| 16 | +- Cleaned up Java variables |
| 17 | +- Reduced key heights |
| 18 | +- Reduced key text font sizes |
| 19 | +- Styled stroke key text yellow |
| 20 | +- Cleaned up `README.md` |
| 21 | + |
| 22 | + |
| 23 | +## [v0.1.1] New keyboard font (2021-06-29) |
| 24 | + |
| 25 | +- Updated `README.md` links given GitHub organisation move |
| 26 | +- Changed keyboard font to [Stroke Input Keyboard v1.1.0] |
| 27 | +- Made key text offsets inherit from Row from Keyboard |
| 28 | + |
| 29 | + |
| 30 | +## [v0.1.0] Implemented drawing (2021-06-27) |
| 31 | + |
| 32 | +This milestone marks the successful re-implmentation |
| 33 | +of the drawing part of AOSP's `Keyboard.java` and `KeyboardView.java`. |
| 34 | +Note that the keyboard is literally a bunch of drawn rectangles; |
| 35 | +the actual functionality has not been implemented yet. |
| 36 | + |
| 37 | + |
| 38 | +[Unreleased]: |
| 39 | + https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...HEAD |
| 40 | +[v0.2.0]: |
| 41 | + https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...v0.2.0 |
| 42 | +[v0.1.1]: |
| 43 | + https://github.com/stroke-input/stroke-input-android/compare/v0.1.0...v0.1.1 |
| 44 | +[v0.1.0]: |
| 45 | + https://github.com/stroke-input/stroke-input-android/releases/tag/v0.1.0 |
| 46 | + |
| 47 | +[Stroke Input Keyboard v1.1.0]: |
| 48 | + https://github.com/stroke-input/stroke-input-font/releases/tag/v1.1.0 |
| 49 | +[Stroke Input Keyboard v1.2.0]: |
| 50 | + https://github.com/stroke-input/stroke-input-font/releases/tag/v1.2.0 |
0 commit comments