Jump to: navigation, search

Difference between revisions of "Version 3.7 (WinX)"


(Build History)
Line 46: Line 46:
 
* 3.7.17 on 2020-11-12 {{key press|Internal on DevOps}}
 
* 3.7.17 on 2020-11-12 {{key press|Internal on DevOps}}
 
** Added CreateChildItemsCommand, to support uploading of multiple documents at once.
 
** Added CreateChildItemsCommand, to support uploading of multiple documents at once.
 +
* 3.7.18
 +
** The DeviceID is now unique and independent of network hardware changes.
  
 
<headertabs />
 
<headertabs />

Revision as of 17:10, 21 January 2021

[edit]

Initial Release

New features

  • The UBIK client can now automatically use UI customizings deployed from the server. Details can be found here.

Enhancements

Bugfixes

  • Fixed a memory leak issue when viewing 3D models in the app.
  • Fixed an issue where created content is not automatically committed if the navigation is skipped.
  • Fixed an issue where unwanted values are assigned during the data/template replications.
  • Fixed the not working template selection button in the default XAML template.

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.
  • Sometimes after an external bluetooth RFID scanner is disconnected, the app still incorrectly recognizes it as available.
  • It's not possible to interact with an online document in a flip view. This will be fixed in the next build. Until then, a workaround is to customize the default UBIKDetailsArea template. Find the one and only Canvas control in it and change its Visibility property value to "{Binding DataContext.HotSpotViewModel.DocumentScanMode, ElementName=ChildFlipView, Converter={StaticResource BoolToVisConverter}, FallbackValue=Collapsed}"