NeoMAD 4.4.2 release notes¶
October 6, 2017
NeoMAD 4.4.2 is a maintenance release proposing small enhancement.
Fixes¶
View.setClickListener()
will set the view clickable (even if the listener isnull
)- Android:
- Declaring
<maps/>
inURS
correctly declared theplay-services-maps
dependency in the AndroidStudio generated project - Declaring
<push/>
inURS
only add the declaration ofplay-services-gcm
dependency in the AndroidStudio generated project.play-services-auth
,play-services-basement
,play-services-measurement
dependencies are no longer added in the generated project, to add them if your specific code needs them, use the customtemplateDir
mechanism and declare them directly in the build.gradle template. - Fix a crash that occured when a photo was taken from the camera
- Declaring
- iOS:
- Add support of icon
1024x1024
which is required for store publication - Fix
RadioButton onCheckChange
callback that was not called when aradiobutton
was used outside aRadioGroup
- Fix an
Agenda
crash that occured when trying to open the Agenda with an event withoutrecurrence
- Add
WaitView.setIndicatorStyle()
to change the iOSWaitView
indicator style in order to replacesetStyle()
(setStyle() is used by XML layouts). This method is only for iOS and does nothing on other platforms.
- Add support of icon
- Windows:
- Fix a
ListView.scrollToTop()
crash that occured when the method is called while theListView
is not visible on the screen
- Fix a