NeoMAD 3.9.4 release notes¶
October 16, 2015
NeoMAD 3.9.4 is a maintenance release proposing bug fixes.
Fixes¶
- Android:
- Fix Build failure when application contains
HttpRequestcalls withAndroid SDK 6.0
- Fix Build failure when application contains
- iOS:
- Fix
ViewPagerbug whenViewPagersize changes. Now theViewPagerre-computes page sizes instead of re-creating each - Fix
ListViewbug when its size and the number of items change at the same time. - Fix Scroll gesture conflict between
ScrollViewandGestureDetector(event if there is no pan gesture listener). - Improve
View.setBackground(Image)memory consumption when image is too big - Fix
Applicationmissing field(s) initialization. - Fix
Applicationdefault constructor not called bug. - Fix
TextAreacontent height when editing - Fix memory leak with
ZoomViewinsideViewPager - Fix
ViewPagerreset to page 0 only when changing adapter - Fix
Signaturebuild step with Xcode 7 - Fix support of libraries built with Xcode 6 by disabling
BIT_CODE(this value can be changed through theURSfile)
- Fix
