Release 0.5.9
- PreferenceAdapter now has stable ids to support animations*
* Since notifyDataSetChanged()
is used inside the adapter, it's necessary to call RecylcerView.scheduleLayoutAnimation()
after changing screens, e.g. via an OnScreenChangeListener
.