Oss Bandb GraphView Versions Save

Android GraphView is used to display data in graph structures.

0.8.1

3 years ago

Breaking Changes!

  • Port graphview to recyclerview
  • Moved to maven central
  • Enhanced project structure

v0.7.1

3 years ago

Fix: Manifest merge fails due to unnecessary attributes.

v0.7.0

3 years ago

Breaking Changes!

  • Add padding calculation
  • Move layout algorithm from adapter to view and rename Algorithm to Layout.
  • Migrate to androidx.
  • Bump targetSdk/compiledSdk version to 29
  • Migrate to kotlin
  • Remove ZoomLayout from GraphView.
  • Now the redraw must be initiated manually via adapter.notifyDataSetChanged()

v0.6.0

5 years ago

Breaking Change!

  • Support for multiple view types
  • now nodes are clickable by default
  • some bug fixes

v0.5.0

5 years ago

Added: Layered Graph with Sugiyama algorithm

v0.4.2

5 years ago
  • Fix: Setting an algorithm without having a graph first

v0.4.1

5 years ago
  • Fixed: Deleting a node in a tree now deletes all children
  • Fixed: After deleting a node in a graph the remaining nodes are positioned closer together to remove unused space
  • Fixed: Deleting all nodes doesn't throw an exception anymore

v0.4.0

5 years ago
  • Added zoom feature
  • Added methods to add a single node/multiple nodes without creating an edge