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
synchronizedmethods 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
xxhdpivariation when compiling forANDROID22target - Fix
WebViewzoom locked with SVG images - Fix
ImageLabelscaleType fit bug withmatch_contentstretch mode - Fix
NullPointerExceptionthrown byHttpRequest.setMethod()
- BlackBerry:
- Fix
HttpRequestbehavior 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
- Fix
- iOS:
- Fix Xcode 6 build failure
- Fix build failure with iOS 64-bit architectures
- Fix the translation of
instanceoffrom Java to Objective-C (iOS) - Fix
ImageLabelscaleType fit bug withmatch_contentstretch mode - Fix
ListViewsize bug when the list is inside aViewPager - Fix
HorizontalListView.setRowHeight()not implemented bug - Fix
FrameLayoutdefault stretch mode - Fix
ComboBox.openChooser():nullis now authorized as a default value - Fix
HttpRequest.setPostContent()bug with Http method different thanPOST
- Windows:
- Fix
HttpRequest.setPostContent()bug with Http method different thanPOST
- Fix
