Skip to content

Releases: stroke-input/stroke-input-android

v0.5.2 (9) Dark theme (2021-07-14)

14 Jul 09:22
Compare
Choose a tag to compare
  • Implemented dark theme for main activity and About
  • Made About show full screen on mobile
  • Made About have max-width on desktop
  • Made stroke keys text colour match theme (umbrella yellow)

v0.5.1 (8) Visual improvements (2021-07-13)

14 Jul 08:52
Compare
Choose a tag to compare
  • Updated keyboard font to Stroke Input Keyboard v1.3.1 (adds glyphs for qwerty symbols etc.)
  • Reduced key label font sizes
  • Fixed InputContainer background not transparent
  • Fixed keyboard background bounds (fill only the keyboard, not the whole view)

v0.5.0 (7) Implemented qwerty (2021-07-12)

12 Jul 12:28
Compare
Choose a tag to compare
  • Implemented qwerty keyboard (swipe space bar to switch)
  • Implemented horizontal swiping of a key
  • Fixed backspace not working in Termux
  • Increased backspace repeat speed for ASCII
  • Prevented keyboard from showing on main activity startup
  • Added Source code (link) and About to main activity
  • Improved main activity information text
  • Reduced main activity padding sizes

v0.4.0 (6) Symbols keyboard and fixes (2021-07-09)

09 Jul 15:20
Compare
Choose a tag to compare
  • Added symbols keyboard and implemented switching to it
  • Fixed NullPointerException for onSinglePointerTouchEvent of null key
  • Fixed key press colour change dependent on activity background
  • Implemented abort on move outside keyboard (by adding 1 px gutter)
  • Updated keyboard font to Stroke Input Keyboard v1.2.1
  • Improved "switch to symbols" label aesthetics
  • Reduced space bar height
  • Reduced digit row key height
  • Added fillColour attribute for the keyboard as a whole
  • Lightened key fill and text colours slightly
  • Made parameters/variables final where possible

v0.3.0 (5) Basic keyboard behaviour (2021-07-08)

07 Jul 18:52
Compare
Choose a tag to compare

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

  • Improved logic for multiple pointers (e.g. two-thumb typing)
  • Implemented extended press behaviour (long presses and key repeats)
  • Implemented backspace, space bar, enter key behaviour
  • Implemented currently pressed key behaviour and appearance
  • Removed key attribute displayIcon

v0.2.0 (4) Default key behaviour (2021-07-06)

06 Jul 10:37
Compare
Choose a tag to compare
  • Implemented default key behaviour (commit valueText)
  • Updated keyboard font to Stroke Input Keyboard v1.2.0
  • Cleaned up Java variables
  • Reduced key heights
  • Reduced key text font sizes
  • Styled stroke key text yellow
  • Cleaned up README.md

v0.1.1 (3) New keyboard font (2021-06-29)

28 Jun 19:05
Compare
Choose a tag to compare
  • Updated README.md links given GitHub organisation move
  • Changed keyboard font to Stroke Input Keyboard v1.1.0
  • Made key text offsets inherit from Row from Keyboard

v0.1.0 (2) Implemented drawing (2021-06-27)

28 Jun 18:57
Compare
Choose a tag to compare

This milestone marks the successful re-implmentation of the drawing part of AOSP's Keyboard.java and KeyboardView.java. Note that the keyboard is literally a bunch of drawn rectangles; the actual functionality has not been implemented yet.