Jump to: navigation, search

Difference between revisions of "Version 3.6 (WinX)"


(Initial Release)
Line 7: Line 7:
 
* The element in the middle of the screen within a !ListView is memorised. With this information the scroll position is memorised. 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 memorised. With this information the scroll position is memorised. 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"
  
 
=== Bugfixes ===
 
=== Bugfixes ===
 
* Fixed an issue when clicking on ListViewItem in ZoomedOutListView it does not navigate, when clicking on the right side of the object
 
* Fixed an issue when clicking on ListViewItem in ZoomedOutListView it does not navigate, when clicking on the right side of the object
  
 
+
[[Category:Version 3.6|Version 3.6 (WinX)]]
  
 
= Build History =
 
= Build History =

Revision as of 13:02, 10 July 2019

IC Attention.pngThere are breaking XAML template changes in this version. If you use any customized XAMLs from older versions, they should be updated according to breaking changes.
[edit]

Initial Release

New features

  • Position and Orientation information of seperate 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.
  • The element in the middle of the screen within a !ListView is memorised. With this information the scroll position is memorised. 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 remembering user credentials is redesigned.
  • The GlobalStatusBar can now be fully customized in the template: "UBIKGlobalStatusBar.xaml"

Bugfixes

  • Fixed an issue when clicking on ListViewItem in ZoomedOutListView it does not navigate, when clicking on the right side of the object

Build History

Breaking changes

  • If the template "UBIKMainArea.xaml" has been customized, in the xaml all references to "Root" need to be updated to "contentPage", like: "{Binding ElementName=Root needs to be changed to "{Binding ElementName=contentPage