MindFusion.Diagramming for Android Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
MindFusion.Diagramming for Android 1.5Jul 17, 2017
Features
  • Flip shapes - ShapeNodes can now be flipped horizontally or vertically.
  • DiagramLink improvements
    • AllowSplitLinks now works for Bezier links too.
    • IntermediateShape shapes are now rendered at correct position for Spline links.
  • Miscellaneous
    • Behavior.PanAndModify lets you select and modify when touch gesture starts over an item, or pan the view otherwise.
    • Item texts are now rendered anti-aliased.
    • Zoom is now centered around touch position by default. The ZoomAtTopLeft Boolean property has been replaced by ZoomPivot property and respective enumeration, whose Center and TopLeft elements enable the old zoom behaviors.
    • Brush, Pen and DashStyle classes have been moved to com.mindfusion.drawing package.
MindFusion.Diagramming for Android 1.4 releasedJan 21, 2017
Features
  • Fluent API - Builder classes in com.mindfusion.diagramming.builders package add support for fluent programming style.
  • DiagramLink improvements
    • The component no longer keeps a separate segmentCount field, removing a common source of errors. The SegmentCount property now calculates its value from ControlPoints elements. The updateFromPoints(updateGroups, updateSegments) overload has been removed too.
    • SegmentCount setter no longer refuses changing number of segments if auto-routing is enabled or the link is a self-loop.
    • The new Spline element of LinkShape enumeration draws links as interpolating splines that pass through all of their control points.
  • Enum types - Old-style enumeration classes with static finals have been replaced by enum types, improving type checking and auto-completion support.