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 withXcode 8.3
andAppStore
- Fix
String.equals()
method to returntrue
when callingString.class == "string".getClass()
- Fix
NSGenericException
that occurred iniPAD
when an image was picked up from the camera just after another image was opened from the image gallery
- Fix
- Android
- Fix
CustomDialog
with scrollable elements, if aTextField
gets the focus, it was pushed outside theScreen
when the keyboard was opened. - Fix
AutoCompleteTextField
to avoid showing suggestions when thesetText()
method is called
- Fix