NeoMAD 4.4.6 release notes¶
March 19, 2018
NeoMAD 4.4.6 is a maintenance release proposing small enhancements.
Enhancements¶
Android obfuscation and optimization¶
Obfuscation and optimization are now available to shrink and protect your code in Android: Obfuscation and Optimization
iOS: performance improvement¶
File.listFiles()
execution performances and memory management have been improved.
Fix¶
- Android:
- Fix
TitleView
: sometimes title disappeared insideSlideScreen
when middle screen was pushed from left or rigfht screen. - Fix
SlideScreen
: the shadow of the middle screen did not disappear correctly after a rotation.
- Fix
- iOS:
- Fix
FileCache
: when full, the oldest cache entry was not clean and the application may have crashed.
- Fix