- Upgrade Robolectric version to
3.2.1 - Fix how
GroupViewHolder's expand and collapse method are called - Avoid unnecessary conversion between
ExpandableListPositionand group index - Add layout for each sample activity
- Only update children check states if group is expanded
- Update how
clearChoices()propagates view updates - Remove unnecessary check for only
CheckedTextViewand toggle everything inCheckableChildViewHolder - Update
ExpandActivitysample to turn off flash animation
- Add ability to programmatically toggle group using group
- Only expand / collapse groups if they have items
- Properly deserialize expandable group from Parcel
- Ensure onSaveInstanceState is saving a
java.util.ArrayList - Replace
SparseBooleanArraywith Boolean Array inCheckedExpandableGroup - Replace SparseBooleanArray in favor of Boolean array in
ExpandCollapseController
- Upgrade Gradle build tools to version
2.2.0 - Fix bug where expand and collapse were reversed in
GroupViewHolder
Initial Release