Release History

By product

UI for Android Q3 2014 (2014.3.1023)

October 27, 2014

Xamarin.Android

NEW C# wrappers (Chart, Calendar, AppFeedback and ScrollView) that can be used in the Xamarin IDE and Visual Studio add-in.

ScrollView

NEW Simultaneous bi-directional scrolling.

AppFeedback

NEW
  • Added progress indicator while sending feedback
  • The Send Feedback screen is now closed only after successful feedback submission
FIXED Various bug fixes.

Calendar

NEW
  • Range selection using Drag gesture

FIXED Various bug fixes and performance improvements.

Chart

NEW
  • Added support for Deferred Zoom - the Chart refreshes to its new zoom factor at the end of the gesture
  • Added Scatter Point and Bubble series
  • Added ability to define the position of the axes labels according to the axis line - inner or outer
 
FIXED
  • All chart elements no longer inherit from View which results in a performance improvement
  • Improved Pan and Zoom performance
  • The Chart no zooms toward the center of the pinch gesture
 
CHANGED

All chart elements except RadChartViewBase no longer inherit from View and therefore do not need a Context argument in their constructors.