Skip to content

0.9

Compare
Choose a tag to compare
@MrBIMC MrBIMC released this 29 Jul 23:27
· 54 commits to master since this release
  • Fixed "edittext loses focus on backspace pressed" bug(which appeared in v0.8)
  • Updated sample app to show off new features and fixes
  • Implemented full widget control through java:
public void setCurrentValue(int value)
public int getCurrentValue()

public void setMaxValue(int maxValue)
public int getMaxValue()

public void setMinValue(int minValue)
public int getMinValue()

public void setInterval(int interval)
public int getInterval()

public void setMeasurementUnit(String measurementUnit)
public String getMeasurementUnit()