NeoMAD 3.6.2 release notes

July 25, 2014

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

Fixes

  • Fix the licence check feature on MacOS when the hostname is modified by the DHCP server
  • Fix the translation of synchronized methods from Java to Objective-C (iOS) and C# (Windows)
  • Fix compilation failure for iOS and Windows platforms when accessing an inner class in an imported class (e.g. com.A is imported, and A.B was not resolved)
  • Fix compilation failure for iOS and Windows platforms when accessing an inner class in inherited class (e.g. A extends B, and B.C was not resolved)
  • Fix compilation failure for iOS and Windows platforms when declaring an anonymous static interface implementation
  • Fix compilation failure for iOS and Windows platforms when accessing java.lang.Object methods from a variable with interface type
  • Android:
    • Fix build failure with android-sdk build tools revision 20
    • Add missing xxhdpi variation when compiling for ANDROID22 target
    • Fix WebView zoom locked with SVG images
    • Fix ImageLabel scaleType fit bug with match_content stretch mode
    • Fix NullPointerException thrown by HttpRequest.setMethod()
  • BlackBerry:
    • Fix HttpRequest behavior when running on a simulator
    • Fix border width wrong value (convert value from DP to pixels)
    • Fix application crashes when applying a corner radius to view borders
  • iOS:
    • Fix Xcode 6 build failure
    • Fix build failure with iOS 64-bit architectures
    • Fix the translation of instanceof from Java to Objective-C (iOS)
    • Fix ImageLabel scaleType fit bug with match_content stretch mode
    • Fix ListView size bug when the list is inside a ViewPager
    • Fix HorizontalListView.setRowHeight() not implemented bug
    • Fix FrameLayout default stretch mode
    • Fix ComboBox.openChooser(): null is now authorized as a default value
    • Fix HttpRequest.setPostContent() bug with Http method different than POST
  • Windows:
    • Fix HttpRequest.setPostContent() bug with Http method different than POST