Releases: MrBIMC/MaterialSeekBarPreference
Releases · MrBIMC/MaterialSeekBarPreference
2.3.0
2.2.0
2.1.0
v2.0.0
0.12!
- Fixed unpersistable preference state.
- Added new Interface
Persistable
that is call-backed every time preference value needs to be saved. Useful for views(passable to a constructor or through asetOnPersistListener
method) to define custom value serialization behavior.
0.11
- Moved logic from SeekBarPreference to MaterialSeekBarController
- Implemented MaterialSeekBarView that can be used the same way as the SeekBarPreference
- 2 new xml keys: msbp_title and msbp_summary that are supposed to be used with view to set title and summary(instead of android:title and android:summary for preference)
0.10!
0.9
- 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()
0.8 release!
- added support for negative values;
- getValue and setValue public methods;
- fixed default seekbar value indication;
Reference resources!
- Support for reference resources.