Difference between revisions of "Version 3.6 (WinX)"
(→Bugfixes) |
|||
Line 31: | Line 31: | ||
** Improved ToString representations of collections to make finding data easier. | ** 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. | ** 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. | ||
+ | ** It's now possible to define in UBIKThemes.xaml only the resources that one wants to customize. | ||
** When using the {{key press|Edit XAML Template}} button, a copy of the default template can be deployed to the custom XAML folder. This now also supports custom named templates. | ** When using the {{key press|Edit XAML Template}} button, a copy of the default template can be deployed to the custom XAML folder. This now also supports custom named templates. | ||
** 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 expect are actually delivered from the service. | ** 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 expect are actually delivered from the service. | ||
Line 40: | Line 41: | ||
=== Bugfixes === | === Bugfixes === | ||
− | |||
* Fixed an issue where OCR Definitions ("TAG_Chars.xml) generated through the experimental ''TagReader'' App could not be used by the client anymore. | * Fixed an issue where OCR Definitions ("TAG_Chars.xml) generated through the experimental ''TagReader'' App could not be used by the client anymore. | ||
* 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. | ||
Line 52: | Line 52: | ||
* Fixed an issue where the app did not properly navigate to the object when a user clicked on items in a zoomed out list. | * Fixed an issue where the app did not properly navigate to the object when a user clicked on items in a zoomed out list. | ||
* Fixed an issue where the app always displayed the zoomed in list view even if a user switched to the zoomed out one in the same app session. | * Fixed an issue where the app always displayed the zoomed in list view even if a user switched to the zoomed out one in the same app session. | ||
− | + | * Search filter is now properly cleared when navigating in the TypeBrowser. | |
− | + | * Fixed an issue where the generic summary text of child types are displayed instead of the actual types when viewing a level the first time. | |
− | + | * Fixed an issue where evaluating an offline query might not work the first time after editing Guid properties using the very same query. | |
− | + | * Fixed an issue where the POI flyout template was not shown. | |
+ | * Fixed an issue where some POIs (e.g. lines and polygons) with read-only geo properties appeared editable. | ||
+ | * Fixed an issue where videos/audios kept playing even after navigating away from them in the flip view (document gallery view). | ||
+ | * Fixed an issue where some 3D models were not shown in the app due to their peculiar scales and offsets. | ||
=== Known issues === | === Known issues === | ||
Line 61: | Line 64: | ||
* If a device has multiple cameras of exactly the same model (e.g. Microsoft HD 3000), the wrong one might be used during remote support calls. | * If a device has multiple cameras of exactly the same model (e.g. Microsoft HD 3000), the wrong one might be used during remote support calls. | ||
* The AR Marker related features are resource intense and can cause the app to slow down on weaker tablets. | * The AR Marker related features are resource intense and can cause the app to slow down on weaker tablets. | ||
+ | * The in-app 3D model viewer can cause memory leaks and app instability if being opened and closed in a quick and repeated manner. | ||
<br /> | <br /> | ||
Revision as of 14:09, 31 January 2020
There are mandatory Xaml changes and existing customizings need to be updated. See Xaml Changes tab. |
Starting with this version, Windows 10 build 16299 or later builds are required. |