Release History

By product

UI for Android Q2 2015 (version 2015.2.624)

June 24, 2015

DataForm

NEW A new DataForm component that allows editing of business objects at run-time.

ListView

NEW
  • "Deck of Cards" layout.
  • Empty Content - a feature that allows you to set an arbitrary content in case the ListView has no items yet.
FIXED
  • Issue when changing the items in ListViewDataSourceAdapter.
  • Issue with single selection in ListViewDataSourceAdapter.

SideDrawer

NEW
  • Now official.
  • Integration with the Android Toolbar and ActionBar.
FIXED Issue that caused many  tap gestures to be ignored.

Calendar

NEW
  • Event display modes – Inline, Popup, None (default).
  • New selection mode – None (disables selection).
  • Separated logic from the EventReadAdapter, so that events can be loaded not only from the device’s calendars, but also from various external sources like web services, parsing local files etc.
  • drawAllCells(boolean) - a method that allows you to control whether dates from the previous/next month should be visible.
FIXED
  • Fixed "Ghost effect" in the cell’s decorator.
  • Customization issues.
  • Decreased the number of UI redraws the Calendar was causing while performing scrolling.

Chart

NEW
  • ChartAnimationPanel class which allows the chart series to be animated.
  • Categorical Buble Chart.