Skip to content

Releases: stroke-input/stroke-input-android

v0.7.4 (19) Enter key display (2021-08-11)

10 Aug 17:41
Compare
Choose a tag to compare
  • Upgraded Android Gradle Plugin to 7.0.0
  • Implemented action-dependent enter-key display
  • Updated keyboard font to Stroke Input Keyboard v1.7.0 (adds enter-key action glyphs)

v0.7.3 (18) Symbols reshuffle (2021-08-09)

08 Aug 17:20
Compare
Choose a tag to compare
  • Reshuffled and changed existing symbols keys
  • Added second symbols keyboard for ideographic description characters
  • Changed debug mode toggle to long press enter key
  • Updated keyboard font to Stroke Input Keyboard v1.6.1 (adds ideographic description characters, horizontal ellipsis, and white lenticular brackets, and changes fullwidth space to a wide version of the open box glyph)

v0.7.2 (17) Clipped previews fix (2021-08-08)

08 Aug 17:19
Compare
Choose a tag to compare
  • Limited keyboard height to 50% of screen
  • Allocated space above keyboard for candidates bar
  • Fixed key previews clipped in Android 9 (API level 28)
  • Fixed key previews disappearing on change app
  • Fixed key preview vertical position on devices with soft buttons

v0.7.1 (16) Key previews shift fix (2021-07-30)

30 Jul 13:22
Compare
Choose a tag to compare
  • Fixed key previews not updating on certain shift mode changes

v0.7.0 (15) Key previews II (2021-07-30)

30 Jul 13:20
Compare
Choose a tag to compare
  • Re-implemented key preview popups
    • Fixed popup lag (noticeable delay before appearing)
    • Fixed popups not appearing when rapidly alternating between keys
    • Eliminated transition animation when moving between different-sized keys
    • Implemented time delay for dismissal of key previews
  • Fixed missing logic for touch event cancel action

v0.6.4 (14) Key previews (2021-07-24)

30 Jul 13:20
Compare
Choose a tag to compare
  • Implemented key preview popups
  • Improved organisation of utility classes

v0.6.3 (13) App icon (2021-07-23)

22 Jul 17:01
Compare
Choose a tag to compare
  • Made Help and About HTML web views zoomable
  • Updated keyboard font to Stroke Input Keyboard v1.5.1
    (adds private use glyph for 5-strokes logo)
  • Changed launcher icon to 5-strokes logo

v0.6.2 (12) Code cleanup (2021-07-21)

22 Jul 17:00
Compare
Choose a tag to compare
  • Simplified structure of Main Activity layout XML
  • Removed unused dependencies (AppCompat, ConstraintLayout)
  • Fixed shift pointer not unset on 3 or more pointers
  • Moved Keyboard.Row and Keyboard.Key to their own classes

v0.6.1 (11) User interface improvements (2021-07-20)

19 Jul 18:09
Compare
Choose a tag to compare
  • Updated keyboard font to Stroke Input Keyboard v1.4.0 (adds glyph U+82F1 英 for localised space bar)
  • Added proper localisation (instead of parallel text)
  • Added Help to main activity
  • Fixed flash of white background when loading About
  • Fixed keyboard not persistent on screen rotate or change app
  • Made change keyboard go to main rather than symbols
  • Made About key (circled information) launch Main Activity
  • Implemented extended keys to left/right edge (a, l, ¢)

v0.6.0 (10) Touch logic rewrite (2021-07-17)

18 Jul 08:29
Compare
Choose a tag to compare
  • Rewrote touch logic:
    • Fixed broken logic for second moving pointer
    • Reimplemented shift key logic to allow for:
      • Held mode
      • Move to shift key
      • Move from shift key
  • Reset shift mode on change keyboard (unless persistent)
  • Added toggleable debug mode showing currently pressed key and active pointer