Xamarin.Forms 1.2.2-pre2 is available now. Get it on nuget.org.
Bug Fixes in 1.2.2-pre2
[Android] Reported wrong minimum size for most controls, causing layout issues
[Android] ActionBar no longer wrongly shows up action when navigation page is not navigated
[Android] MasterDetailPage no longer crashes when re-shown with retained master
[Android] Fix issue where toolbar items sometimes didn't show up
[Android/iOS] Map reported wrong size request
[iOS] Fix crash when assigning to ListView.Source after being unrealized
[WP] Geocoder backend now returns actual address strings
[WP] Fix issue where toolbar items sometimes didn't show up
[Core] Fix crash when ShortNameBinding set but not grouping enabled
[Core] navPage.Navigation.PopToRoot now works as expected
Fixes from 1.2.2-pre1
API Changes
- NavigationPage.Get/SetTitleIcon takes a FileImageSource and not a string (as was intended). This was an oversight.
Bug Fixes
- [Android]
SwitchCell
no longer leaves phantom switches inListView
- [Android] Fixed an
ArgumentOutOfRangeException
withListView
when grouping. - [Android] Fixed
NullReferenceException
fromSetActionBarTextColor ()
when there's no ActionBar. - [Android]
ListView
no longer mixes up cell order after a layout change. - [Android]
VisualElement.Opacity
works again properly. - [Android]
Page
andCell
Disappearing
events is now raised more reliably. - [Android] Tapping back while the page animation is still playing no longer crashes.
- [Android] Several memory leaks plugged.
- [XAML] Fixed an issue with StaticResource lookup in data templates.
ImageCell.ImageSource
changes now are reflected in the UI.Grid
now correctly does a re-layout if its columns or rows change.