Skip to content

Releases: TellH/RecyclerTreeView

Bug fix & Enable to lock the TreeNode

07 Jan 06:05
a66bf9d

Choose a tag to compare

More ways to collapse the tree nodes.

19 Jan 10:04

Choose a tag to compare

Use DiffUtil to update TreeView.
Add those method to collapse the tree nodes.

  • public void collapseNode(TreeNode pNode)
  • public void collapseBrotherNode(TreeNode pNode)
  • public void collapseAll()

Add setParent to TreeNode

03 Oct 12:39

Choose a tag to compare

1.1.4

add setParent method to tree node.

add Refresh to TreeViewAdapter

03 Oct 07:34

Choose a tag to compare

1.1.3

add refresh tree nodes int TreeViewAdapter.

Retrofit toString in TreeNode

02 Oct 13:45

Choose a tag to compare

1.1.2

Merge remote-tracking branch 'origin/master'

Add toString to TreeNode

02 Oct 13:06

Choose a tag to compare

1.1.1

add toString to TreeNode

Weather Collapse Child While Collapse Parent

02 Oct 04:50

Choose a tag to compare

1.1.0

Merge remote-tracking branch 'origin/master'

Initial Version

01 Oct 13:25

Choose a tag to compare

Simple Implement for TreeView with RecyclerVIew.