NeoMAD 4.2.3 release notes

May 02, 2017

NeoMAD 4.2.3 is a maintenance release proposing small enhancements and fixes.

Fixes

  • Fix TransCompilation of ternary expressions where generics are used
  • iOS
    • Fix ipa signature to be compliant with Xcode 8.3 and AppStore
    • Fix String.equals() method to return true when calling String.class == "string".getClass()
    • Fix NSGenericException that occurred in iPAD when an image was picked up from the camera just after another image was opened from the image gallery
  • Android
    • Fix CustomDialog with scrollable elements, if a TextField gets the focus, it was pushed outside the Screen when the keyboard was opened.
    • Fix AutoCompleteTextField to avoid showing suggestions when the setText() method is called