Jump to: navigation, search

Difference between revisions of "Version 4.1 Xamarin"


(Created page with "= Release Notes = = XAML Notes = == XAML changes == Since there has been a major UI redesign in this version, quite a lot of changes in XAML code (especially bindings) are...")
 
Line 1: Line 1:
 
= Release Notes =
 
= Release Notes =
 +
 +
== Release ==
 +
 +
== Beta ==
 +
 +
== Preview ==
 +
 +
=== 4.0.? on 2021-??-?? {{key press|App Center}} ===
 +
* The app's default profile is now only generated during app startup when no other profiles are detected.
 +
 +
== Known issues ==
  
  
Line 29: Line 40:
  
 
{{Category/Version2|{{PAGENAME}}}}
 
{{Category/Version2|{{PAGENAME}}}}
 +
 +
[[Category:Version 4.0 Xamarin|Version 4.0 Xamarin]]

Revision as of 14:16, 18 August 2021

[edit]

Release Notes

Release

Beta

Preview

4.0.? on 2021-??-?? App Center

  • The app's default profile is now only generated during app startup when no other profiles are detected.

Known issues

XAML Notes

XAML changes

Since there has been a major UI redesign in this version, quite a lot of changes in XAML code (especially bindings) are involved. We have striven to maintain backward compatibility, but some changes either are simply unavoidable or their long term benefits outweigh the efforts required this one time.

UBIKContentArea

  • Changed from "Properties.Items" to "Properties.VisibleItems" in bindings because Items/AllItems now also include those system/invisible ones that users are not supposed to see.

UBIKThemes

  • Removed "Content.", "OwnerModel." from bindings in DateTemplate "UBIKPropertyItem".

UBIKEditNA

  • Prefixed bindings "EnableNAOption" & "NotApplicable" with "PropertyViewModel.".

Editor related templates

IC Hint square.pngThe changes are quite extensive and, therefore, we recommended you taking the default templates from the app and re-customize them from there.

The affected list of templates include: UBIKEditDateTime, UBIKEditDouble, UBIKEditInt, UBIKEditGuid, UBIKEditGeo, UBIKEditBool, UBIKEditString.

  • Changed from "PropertyItem" to "PropertyViewModel" in bindings;
  • Prefixed bindings "EnableNAOption", "NotApplicable", "Unit" & "ShowComboBox" with "PropertyViewModel.";
  • Changed from "PropertyValue" to "PropertyViewModel.ValueItem.PropertyValue" in bindings;
  • Prefixed binding "FilterQueryResults.Items" with "PropertyViewModel."; (UBIKEditGuid)
  • Changed from "ViewGuidObjectCommand" to "NavigateToGuidCommand". (UBIKEditGuid)