MindFusion.Diagramming for Android(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MindFusion.Diagramming for Android 1.52017年7月17日
機能
  • 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 released2017年1月21日
機能
  • 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.