Difference between revisions of "Version 3.6 (WinX)"
Line 6: | Line 6: | ||
* 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. | * 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 | + | * 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 18: | Line 18: | ||
* An [[XAML_Tips#InvokeOnItemsCommand|InvokeOnItemsCommand]] is now available to execute a specified command on list items. | * An [[XAML_Tips#InvokeOnItemsCommand|InvokeOnItemsCommand]] is now available to execute a specified command on list items. | ||
* Added the [[SYSCLS_3DMODELCLASSIFICATION|Archive3DModelClassification]] to enable downloading 3D models including additional files like textures. | * Added the [[SYSCLS_3DMODELCLASSIFICATION|Archive3DModelClassification]] to enable downloading 3D models including additional files like textures. | ||
− | |||
=== Enhancements === | === Enhancements === | ||
* Simplified and improved the bindings to TemplateService and its templates. See [[Version_3.6_(WinX)#Xaml_Changes|Xaml Changes]]. | * Simplified and improved the bindings to TemplateService and its templates. See [[Version_3.6_(WinX)#Xaml_Changes|Xaml Changes]]. | ||
− | * The shortcut key to activate the | + | * [[Developer_Mode]] related: |
− | * Improved ToString representations of collections | + | ** The shortcut key to activate the developer mode is changed from {{key press|F12}} to {{key press|Ctrl}}+{{key press|F12}} (to reduce activations by accident and to avoid conflicts with other applications). |
+ | ** Improved ToString representations of collections to make finding data easier. | ||
+ | ** When switching between different stages, one can see different parts (area, item, etc.) highlighted. This now also supports custom named templates such as UBIKChildArea_WP. | ||
+ | ** Added a member "InfrastructureObjects" to "AppStatus" which is available in every view model. This allows administrators to do quick checks whether the infrastructure objects they expected are actually delivered from the service. | ||
+ | ** Added a {{key press|Edit UBIKThemes}} button for fast and easy access to the custom/default UBIKThemes.xaml file, see [[Developer_Mode#XAML_Files|details here]]. | ||
* Improved the performance and responsiveness when loading large lists. | * Improved the performance and responsiveness when loading large lists. | ||
Line 31: | Line 34: | ||
* Fixed an issue where OCR letters with holes (e.g. O, B, 8 etc.) were misinterpreted | * Fixed an issue where OCR letters with holes (e.g. O, B, 8 etc.) were misinterpreted | ||
* Fixed an issue where UBIK was crashing when repeatedly opening the GuidEditor using the PropertyWizard. | * Fixed an issue where UBIK was crashing when repeatedly opening the GuidEditor using the PropertyWizard. | ||
− | * Fixed an issue where configured barcode formats for not read correctly from the profile, thus the App always used QR Codes only, after restart | + | * Fixed an issue where configured barcode formats for not read correctly from the profile, thus the App always used QR Codes only, after restart. |
− | + | * Fixed an issue in the back navigation behavior in the type browser of the developer mode. | |
+ | * Fixed an confusing filtering behavior in the type browser of the developer mode. | ||
= Build History = | = Build History = |
Revision as of 10:10, 12 December 2019
There are mandatory Xaml changes and existing customizings need to be updated. |
Starting with this version, Windows 10 build 16299 or later builds are required. |