NeoMAD 4.9.5 release notes

February, 2024

Bundle generation for Android

aab bundle can now be generated instead of apk for Android release version using the -b option.

API improvements

  • Add method Keyboard.hide(View) to be able to hide the keyboard when opened on a specific view. This is prefered over Keyboard.hide() to hide the keyboard in complex cases like when the keyboard is opened over a dialog.
  • Add new TextMode for TextField and TextArea:
    • NUMERIC_SIGNED: for integer signed numbers
    • NUMERIC_DECIMAL: for positive numbers with floating point
    • NUMERIC_SIGNED_DECIMAL: for signed numbers with floating point