Difference between revisions of "Version 3.6 (WinX)"
(→Enhancements) |
|||
Line 33: | Line 33: | ||
** 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. | ||
− | ** Added | + | ** Added an {{key press|Edit UBIKThemes}} button for fast and easy access to the custom/default UBIKThemes.xaml file, see [[Developer_Mode#XAML_Files|details here]]. |
** The developer mode stage information is now shown in the app's title instead of notifications. | ** The developer mode stage information is now shown in the app's title instead of notifications. | ||
− | * Improved the performance and responsiveness when loading large lists. | + | * Improved the performance and responsiveness when loading large lists. As a result, removed the previous workaround which allowed setting a limit on the max number of displayed child items (e.g. <x:Int32 x:Key="MaxItemsInList">500</x:Int32> in UBIKThemes). |
* Added a toggle setting to turn on a strict template loading policy to help customizers spot potentially [[Developer_Mode#Missing_template|missing templates]]. | * Added a toggle setting to turn on a strict template loading policy to help customizers spot potentially [[Developer_Mode#Missing_template|missing templates]]. | ||
* The ''Schedule'' (Gantt) control now allows to configure it's Date format through a new property ''DateTimeFormat'', examples on valid format strings can be found e.g. [https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1 here] | * The ''Schedule'' (Gantt) control now allows to configure it's Date format through a new property ''DateTimeFormat'', examples on valid format strings can be found e.g. [https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1 here] | ||
− | |||
− | |||
− | |||
− | |||
=== Bugfixes === | === Bugfixes === | ||
Line 56: | 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. | ||
+ | |||
+ | === Known issues === | ||
+ | * Project specific resources defined in UBIKThemes might not take effect immediately after switching profiles. Restarting the app solves the problem. | ||
+ | * 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. | ||
<br /> | <br /> | ||
Revision as of 13:07, 17 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. |