Jump to: navigation, search

Version 4.1 Xamarin


Revision as of 14:25, 25 August 2021 by LGE (Talk | contribs)

[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.
  • Xamarin Android now supports managed app configuration for rolling out up to 9 Ubik profiles in an enterprise environment.
  • Some security related improvements.
    • The app now informs the web service to terminate the user session upon logout or app closing.
    • The app no longer allows self signed server certificates.
  • The app's entire login page is now customizable.
    • As a result, the old feature which allows customizers to configure the background image of the login page (bg_portrait.png/bg_landscape.png) is removed. Because it only worked for Xamarin.UWP and can now be done with regular XAML customizing.

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)