Skip to content

Releases: MrBIMC/MaterialSeekBarPreference

2.3.0

28 May 23:20
Compare
Choose a tag to compare
  • unified code to use the same logic for Preference/PreferenceCompat/View
  • adjusted seekbar sizing on small devices

2.2.0

23 May 18:07
Compare
Choose a tag to compare

Added option to disable customInputDialog

2.1.0

22 May 20:24
Compare
Choose a tag to compare

-support for v7

v2.0.0

21 May 22:50
Compare
Choose a tag to compare

Remade lib from scratch as it weren't working as expected. There are some breaking changes so read README.md for more details.

0.12!

04 Oct 10:08
Compare
Choose a tag to compare
  • 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 a setOnPersistListener method) to define custom value serialization behavior.

0.11

01 Oct 14:14
Compare
Choose a tag to compare
  • 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!

20 Aug 12:23
Compare
Choose a tag to compare

Introduced prefixes to avoid attribute collisions with other libs.

0.9

29 Jul 23:27
Compare
Choose a tag to compare
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!

27 Jul 13:41
Compare
Choose a tag to compare
  • added support for negative values;
  • getValue and setValue public methods;
  • fixed default seekbar value indication;

Reference resources!

13 Jun 11:09
Compare
Choose a tag to compare
  • Support for reference resources.