Dotterel Versions Save

Dotterel is a free, open source program that provides the ability to use stenographic input on the Android platform.

v0.3.1-dev-signed

3 months ago

Signed version of v0.3.1-dev

v0.3.1-dev

1 year ago

Changes

  • Add dark mode support (follows system setting).
  • Fix possible crash when resuming some setting screens.
  • Fix the activity back button in the asset browser not working.
  • Fix key combo modifiers not being recognised in some programs.
  • Fix disable on-screen keyboard sometimes blanking out the screen.
  • Fix "J" in key combos producing "A" keycodes.

v0.3.0-dev

3 years ago

Changes

  • Add options to configure on-screen keyboards.
  • Change "touch" style on-screen keyboard to allow swiping keys and change swipe to apply stroke to swipe out of keys to apply stroke.
  • Add bevels to "swipe" style on-screen keyboard to make it easy to activate the intended keys.
  • Add NKRO stroke on first key up option.
  • Add lookup translation tool.
  • Add add translation tool.
  • Add multiple history buffers. Changing to a new text box will create a new translation history. Returning to the original text box will restore the original translation history.
  • Update main.json from Plover.
  • Add more advanced numbers dictionary. This is not enabled by default.
  • Optimise on-screen keyboards.
  • Fix systems taking longer to load than necessary because of loading base system resources as well (even when unused).
  • Fix escaped braces (\{ and \}) in translations coming out with the preceding backslash.
  • Fix missing support for opening file protocol URIs.
  • Fix key combos not sending key up events.

v0.2.0-dev

4 years ago

Changes:

  • Add support for custom systems defined in JSON. This allows for customising keys, prefix and suffix strokes, orthography rules and command aliases among other things.
  • Add new orthography model based on finding longest matching end of word followed by longest start of suffix (for use in addition to regex orthography model).
  • Add improved English orthography rules.
  • Add commands for performing Android IME actions.
    • {IME:EDITOR_ACTION} Perform editor action, usually submit or search.
    • {IME:SWITCH_PREVIOUS} Switch to previous IME.
    • {IME:SWITCH_NEXT} Switch to next IME.
    • {IME:SWITCH:ime} Switch directly to IME ime.
    • {IME:SHOW_PICKER} Show IME picker dialog.
  • Add dialog to go to keyboard settings screen when Dotterel is currently disabled.
  • Improve dictionary load performance.
  • Change behaviour of {>} to match Plover's (only change first character to lowercase). This was causing issues with uppercase fingerspelling translations following lowercase fingerspelling translations.
  • Fix Dotterel ignoring back button instead of closing the soft keyboard.
  • Fix version string in about page showing as undefined on some devices.

v0.1.2-dev

5 years ago

Changes:

  • Fix crash when a permissions error occurs while loading a dictionary (which can also occur when the file is missing). Add red highlights to inaccessible dictionaries in dictionary settings.

  • Fix Dotterel sometimes using its own plain white text box.

v0.1.1-dev

5 years ago

Changes

  • Add basic crash reporting

v0.1.0-dev

6 years ago