Release History

By product

UI for Android Q3 2014 SP1 (2014.3.1204)

December 3, 2014

Chart

FIXED
  • Fixed an issue that caused poor performance in DateTimeContinuousAxis.
  • Modified CartesianChartGrid to have setters for vertical axis and horizontal axis. This allows it to be used in a chart with multiple axes.
  • Fixed a potential NullPointerException in CandlestickPointRenderer.
  • Disabled virtualization for all series by default.
  • Fixed an issue that caused the chart to blink when refreshed frequently. Using live data for example.
  • Fixed an issue that caused points to disappear when panning and zooming.
 
CHANGED RadRect, RadSize, RadPoint are now immutable types. 

Calendar

NEW
  • Major performance improvement.
  • UI Virtualization and better memory allocation via reusing of elements.
  • Added scroll modes.
  • Light and dark themes.
  • Better animations and transitions.
  • Easier customization system via the CalendarAdapter.
  • Added more customization options.
CHANGED
  • Calendar is now a single View holding custom elements for better performance and virtualization.
  • CalendarGestureAssistantis is deprecated and replaced with CalendarGestureManager.