NeoMAD 3.9.1 release notes¶
June 26, 2015
NeoMAD 3.9.1 is a maintenance release proposing small enhancements and fixes.
Enhancements¶
- New classes and methods:
EmailManager.isEmailAvailable()
: for iOS, returns true if the device is configured to send mail. Returns true for other platforms since email applications will handle email configuration in that case.
Fixes¶
- Android:
Layout
: fix a bug that occurred when adding a View usingaddView(View, int)
, the parameters (stretch mode, alignment…) of the child view were ignored by the layoutLocationBounds.include(Location)
: including a new location does not modify the latitude and longitude of the two original points of the LocationBounds
- iOS:
ImageUrlLabel
: fix a crash occurring when loading an image from cachesetPullToRefreshText(String)
,setRefreshLoadingText(String)
,setReleaseToRefreshText(String)
now correctly use the text in parameterCalendar.set(int, int)
: set(DAY_OF_WEEK, value) now correctly changes the date of the calendarLocationBounds.include(Location)
: including a new location does not modify the latitude and longitude of the two original points of the LocationBounds
- Windows Phone:
Map.setMarkerClickListener(MarkerClickListener)
: fix a NullPointerException that occurred when the listener callback was calledCalendar.set(int, int)
:set(DAY_OF_WEEK, value)
now correctly changes the date of the calendar
- Windows Store Apps
Calendar.set(int, int)
:set(DAY_OF_WEEK, value)
now correctly changes the date of the calendar