Skip to content

Releases: TellH/RecyclerTreeView

Bug fix & Enable to lock the TreeNode

Choose a tag to compare

@TellH TellH released this 07 Jan 06:05
a66bf9d
1.2.3

Update build.gradle

More ways to collapse the tree nodes.

Choose a tag to compare

@TellH TellH released this 19 Jan 10:04

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

Choose a tag to compare

@TellH TellH released this 03 Oct 12:39
1.1.4

add setParent method to tree node.

add Refresh to TreeViewAdapter

Choose a tag to compare

@TellH TellH released this 03 Oct 07:34
1.1.3

add refresh tree nodes int TreeViewAdapter.

Retrofit toString in TreeNode

Choose a tag to compare

@TellH TellH released this 02 Oct 13:45
1.1.2

Merge remote-tracking branch 'origin/master'

Add toString to TreeNode

Choose a tag to compare

@TellH TellH released this 02 Oct 13:06
1.1.1

add toString to TreeNode

Weather Collapse Child While Collapse Parent

Choose a tag to compare

@TellH TellH released this 02 Oct 04:50
1.1.0

Merge remote-tracking branch 'origin/master'

Initial Version

Choose a tag to compare

@TellH TellH released this 01 Oct 13:25

Simple Implement for TreeView with RecyclerVIew.