Release History / 2018 v1
2018 v1

This section contains information about all the new features, enhancements, and breaking changes in Xamarin.Android since 2017 v3.

General

Improvements

  • .NET Standard Project Template added for Visual Studio 2017.

Bug Fixed

  • Fixed an exception that could occur when deploying samples with Xamarin.Android.Suport.xxx version 27.0.2.
FlexChart

Improvements

  • Added Animations to FlexChart and FlexPie.
  • Zooming and Panning has been improved with the addition of Scale and DisplayedRange properties for each Axis.
  • Added ScrollTo method.

Bug Fixes

  • Fixed an issue where Zooming could not be performed programmatically after Axis Min and Max values were set on initial zoom.
  • Added missing properties for Android Designer configuration of FlexChart, FlexPie, and Sunburst.
  • Fixed an issue where some properties were not taking effect when set from the Android Designer.
  • Fixed the visual appearance of the Sunburst chart in the Android designer.
  • Customizing HorizontalLine/VerticalLine of LineMarker through ChartStyle class now takes effect.
  • SplineArea series now render if Stacking set to Stacked100pc when series contains Null values data point on iOS and Android.
  • Original Axis Label now renders correctly when an empty LabelLoading event is called.
  • AxisX labels now render correctly when formatting with LabelLoading event on Bar/Rotated chart.
  • Fixed an issue where properties of TitleStyle set for one secondary axis also take effect for another secondary axis.
  • Setting AxisY Origin now works if BindingX is set as a DateTime value.
  • Color of data points/series with the Minimal Palette are no longer the same as the Standard Palette.
FlexGrid

Improvements

  • Added support for Column and Row Reordering. This can be controlled by setting the AllowDragging property.
  • Changed deletion so that it is based on selection rather than current cell.

Bug Fixes

  • Corrected issue where a focused cell changes on dragging selection adorner in CellRange/RowRange SelectionModes.
  • Cells with int/double/float/DateTime/Boolean data type columns can now be correctly removed by pressing Delete key.
  • Fixed an issue where a selected cell value can be removed by pressing Delete key although its column is ReadOnly on Android.
  • Second to last row will now be selected automatically after removing the last row through deletion on Android.
Gauges

Improvements

  • Added support for dragging interactions.
Input

Improvements

  • Added FontAttributes, FontSize, and FontFamily properties.
  • Added animations that can be turned on or off by setting the IsAnimated property.

Bug Fixes

  • Fixed an IndexOutOfBoundsException that occurred when selecting any item from a full screen dropdown when the AutoComplete property is set to False.