Difference between revisions of "Version 3.5 (WinX)"
(→Bugfixes) |
(→Build History) |
||
(25 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Attention|There are breaking XAML template changes in this version. If you use any customized XAMLs from older versions, they should be updated according to [[XAML_Changes_in_UBIK_WinX_3.5|these instructions]]. }} | ||
+ | |||
= Initial Release = | = Initial Release = | ||
=== New features === | === New features === | ||
Line 4: | Line 6: | ||
* It is now possible to use [[AR-Marker]]s for [[AR-Marker_Device_Pose_Estimation|device pose estimation]]. | * It is now possible to use [[AR-Marker]]s for [[AR-Marker_Device_Pose_Estimation|device pose estimation]]. | ||
* Administrators can now configure the [[UBIK_WinX_Client_Basics#Fit_Mode|fit modes]] which determines how documents are initially displayed. | * Administrators can now configure the [[UBIK_WinX_Client_Basics#Fit_Mode|fit modes]] which determines how documents are initially displayed. | ||
+ | * You can now find comments on various type list members in the [[Developer_Mode|developer mode]]. This is an ongoing process and more comments will be added/improved after the release. | ||
=== Enhancements === | === Enhancements === | ||
Line 14: | Line 17: | ||
* The [[Offline_Query_(UBIK_WinX)#String_criterion|string criteria of offline queries]] are now more restrictive (all sub strings must be found instead of just one). | * The [[Offline_Query_(UBIK_WinX)#String_criterion|string criteria of offline queries]] are now more restrictive (all sub strings must be found instead of just one). | ||
* Greatly improved the app's performance when loading PDF files with many pages. You might want to check [[XAML_Tips#FlipView|this]] out as well. | * Greatly improved the app's performance when loading PDF files with many pages. You might want to check [[XAML_Tips#FlipView|this]] out as well. | ||
− | + | * Scanning is now paused when the last search result dialog is still open for user interaction. | |
− | + | * Comma and dot are both accepted as decimal seperators when entering numbers, independent of the current culture. | |
=== Bugfixes === | === Bugfixes === | ||
Line 30: | Line 33: | ||
* Fixed an issue where the POI Flyout Selection was reversed after exiting buildings. | * Fixed an issue where the POI Flyout Selection was reversed after exiting buildings. | ||
* Fixed an issue where POI poses were not updated once the Building Level or POI Groups changed. | * Fixed an issue where POI poses were not updated once the Building Level or POI Groups changed. | ||
+ | * Fixed an issue where the HideOtherPOIs and ScreenOffset Settings had no effect on POI Rendering. | ||
+ | * Fixed an issue where POIs were rendered upside down when having a negative ScaleX property. | ||
+ | * Fixed an issue where POIs in the Map and POI Page were not updated once infrastructure objects were loaded. | ||
+ | * Fixed an issue where the Geo Editor TeachIn ignored manual positions. | ||
+ | * Fixed an issue where AR-Marker POIs were blinking when they should have been behind the camera. | ||
+ | * Fixed an issue where POIs were visible in the upper left corner of the POI Page if the near and far clipping plane were too close. | ||
+ | * Fixed an issue where camera flash toggle button was not updated when changing the camera. | ||
+ | * Fixed an issue where editor showed wrong content when Not Applicable was checked. | ||
+ | * Fixed an issue where the POI Page was not properly restored after UBIK was minimized. | ||
+ | * Fixed an issue where it was not possible to return to Scan Page after scanning AR-Markers. | ||
+ | * Fixed an issue where the RFID(NFC) Scanner did not show a dialog window with more objects (when tag has targets two objects or more) | ||
+ | * Invalid characters in profile names are escaped/replaced and will no longer break the app. | ||
+ | * Fixed several UI issues in the Gantt chart control. For example, no longer displaying the current date line or the progress bar if it doesn't fall into the project timeline. | ||
+ | * Fixed an issue where the content page displays incorrect title/subtitle right after editing a Guid property using a query. | ||
+ | * Fixed an issue where the user can only browse to the same object once by scanning the QR code (unless a different marker is scanned). | ||
+ | * Fixed an issue where the "Manual" sync mode configured in profiles is ignored during logins. | ||
+ | * Fixed an issue where the toggling of fit-to-width mode for documents doesn't work (when Windows animation is enabled). | ||
+ | * Fixed an issue where the device position calculated from AR-Markers was wrong. | ||
+ | * Fixed an issue where POIs having a negative AR-Marker side length were not shown. | ||
+ | |||
− | |||
=== Known issues === | === Known issues === | ||
* Project specific resources defined in UBIKThemes might not take effect immediately after switching profiles. Restarting the app solves the problem. | * 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. | * 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. | ||
+ | * When using the UBIK contrast profile for OCR scanning, the app might crash especially if other marker scanning is also turned on. | ||
=== Additional notes === | === Additional notes === | ||
= Build History = | = Build History = | ||
− | * 3.5. | + | * 3.5.2 on 2019-04-30 |
** Initial release. | ** Initial release. | ||
+ | * 3.5.3 on 2019-05-03 | ||
+ | ** It is now possible to display the distance to AR-Marker POIs. | ||
+ | ** The same layer selection button is now also available in the POI page (previously only in the map page). | ||
+ | * 3.5.5 on 2019-06-12 | ||
+ | ** [[XAML_Tips#Content_creation|Creating child objects under non-context objects]] is now possible. | ||
+ | ** Fixed an issue where the Guid property value is not committed if an editing starts from a child item. | ||
+ | ** Fixed an issue where Guid properties without original server values can’t be saved. | ||
+ | * 3.5.11 on 2019-07-19 | ||
+ | ** Fixed an issue so that navigating to a hotspot in a document works again. | ||
+ | ** Errors in custom XAML templates are now displayed as red section in the App, including the full exception message (which is typically pointing to the line in the XAML file) | ||
+ | {{Hint|There are still XAML errors that cannot be caught, such as referencing a StaticResource that doesn't exist - in such a case, the App will crash, but it will still write the full exception message to [AppInstallPath]\''LocalState\UBIKDebug.log'' before termination, thus the corrupted line can again be easily identified!}} | ||
+ | * 3.5.13 on 2019-07-19 | ||
+ | ** Fixed an issue so that navigating to a hotspot in a document works again. (Hotfix for the previous version, now it should work for image documents as well.) | ||
+ | ** Fixed an issue where hotspots and annotations are not shown the first time browsing to a document using customized Xamls. | ||
+ | * 3.5.14 on 2019-08-02 | ||
+ | ** For compatibility reasons, we have reverted one change from 3.5.11, namely "Errors in custom XAML templates..." which will be postponed into the next major release. | ||
+ | * 3.5.18 on 2019-08-20 | ||
+ | ** It is now possible to disable the automatic filter criteria for queries. | ||
+ | ** Fixed an issue where the distance to Direct AR-Markers was shown in Pixels instead of meters | ||
+ | * 3.5.19 on 2019-08-26 | ||
+ | ** Change the highlighting of selected hotspots | ||
+ | * 3.5.XX on 2019.08.XX | ||
+ | ** Charts will now be updated if the server sends updated values. | ||
+ | ** Fixed an issue where already processed pushes are not removed. | ||
+ | * 3.5.21 on 2019.09.10 | ||
+ | ** Fixed an issue where scanning OCR Texts using the UBIK Default Profile crashed the app on some devices. | ||
<headertabs /> | <headertabs /> |
Latest revision as of 13:31, 10 September 2019
There are breaking XAML template changes in this version. If you use any customized XAMLs from older versions, they should be updated according to these instructions. |