Release History

By product

UI for Android R1 2017 (version 2017.1.118)

January 18, 2017

TabView (beta) – new control

Implementing a Tab navigation on Android has always been a challenge. We decided to fix that by implementing a component that is more intuitive and easy to get started with. You can now easily implement a simple Tab-based navigation with a few lines of code, listen for navigation changes and adjust the way tabs are presented.

Gauge - now official

Gauges for Android are already official. We have addressed issues and polished the documentation. The SDK samples are also updated with useful scenarios that can easily get you started.

 

AutoCompleteTextView - now official

AutoCompleteTextView is also out of beta with improvements in the Tokens layout and new examples.
 

DataForm

NEW
  • New editor - AutoComplete
FIXED
  • When editor layout is changed after the editor is loaded, further value changes in the editor were not committed to the property.
  • In Integer/Decimal editors when the text is deleted and the editor losses focus an exception is thrown.
  • When the available values for Picker/Segmented/List editors are not set initially the property value is changed to null.