Enhancements:
Android
- Image/ImageCell will no longer reload images when the ImageSource instance is the same for a reused element.
- Minor memory improvements when reusing elements (ListView).
Bug fixes:
- Fixed an NullReferenceException creating a ResourceDictionary.
- Fixed layout issues in Grid with ColSpan/RowSpan (Bugzilla 23152).
iOS
- ImageCells no longer occasionally get reused for TextCells.
- Fixed a
NullReferenceException for Editor. - Fixed calling PopToRootAsync throwing NullReferenceException (Bugzilla 23234).
- Fixed SearchButtonPressed firing for Cancel (Bugzilla 23235).
- Fixed ListView not respecting BackgroundColor (Bugzilla 23056).
- Fixed a crash with DisplayActionSheet on iOS 8 (Bugzilla 23358).
- Fixed ScrollView measurement.
- Fixed intermittent rotation layout issues with MasterDetailPage (Bugzilla 21950).
Android
- Fixed Focused/Unfocused events for SearchBar (Bugzilla 23296).
- Fixed issue with label truncation.
- Fixed a crash with ScrollViews instances being reused.
- Fixed software keyboard not responding to Focus (Bugzilla 21862).
Windows Phone
- Fixed RotationX/Y to match Android/iOS.
- Fixed MapType (Bugzilla 22737).
- Fixed too many toolbars crash.