Difference between revisions of "Version 3.6 (WinX)"
Line 3: | Line 3: | ||
= Initial Release = | = Initial Release = | ||
=== New features === | === New features === | ||
− | * Position and Orientation information of | + | * Position and Orientation information of separate source systems (GPS, Compass, AR-Markers, etc.) are now combined based on their probabilistic error levels using an Extended Kalman Filter. |
* It is now possible to persist the scroll position of a ListView when browsing through the content hierarchy. But the ListView does need an unique identifying name (x:name) to work properly. Furthermore, if list elements depend on other UI-elements those have to be created above the ListView in the XAML. | * It is now possible to persist the scroll position of a ListView when browsing through the content hierarchy. But the ListView does need an unique identifying name (x:name) to work properly. Furthermore, if list elements depend on other UI-elements those have to be created above the ListView in the XAML. | ||
− | * The element in the middle of the screen within a !ListView is | + | * The element in the middle of the screen within a !ListView is memorized. With this information the scroll position is memorized. But the ListView does need an unique identifying name (x:name) to work properly. Furthermore, if list elements depend on other UI-elements those have to be created above the ListView in the XAML. |
* The feature of [[Login_View#UWP_.26_Xamarin_clients|remembering user credentials]] is redesigned. | * The feature of [[Login_View#UWP_.26_Xamarin_clients|remembering user credentials]] is redesigned. | ||
* The GlobalStatusBar can now be fully customized in the template: ''UBIKGlobalStatusBar.xaml''. | * The GlobalStatusBar can now be fully customized in the template: ''UBIKGlobalStatusBar.xaml''. | ||
Line 13: | Line 13: | ||
* It's now possible to use [[XAML_Tips#MultiBinding|multi bindings]] in XAML. | * It's now possible to use [[XAML_Tips#MultiBinding|multi bindings]] in XAML. | ||
* A new command ''InvokeForAllChildrenCommand'' allows to execute a command on all selected items of a ''ChildrenListViewModel'' | * A new command ''InvokeForAllChildrenCommand'' allows to execute a command on all selected items of a ''ChildrenListViewModel'' | ||
+ | * A new property ''LinkedLevel'' on the ''PropertyListItemViewModel'' loads and delivers a full PageViewModel of the linked object of a Guid property | ||
=== Enhancements === | === Enhancements === | ||
Line 52: | Line 53: | ||
{{Category/Version2|{{PAGENAME}}}} | {{Category/Version2|{{PAGENAME}}}} | ||
− | |||
− |