Jump to: navigation, search

Version 3.3 (WinX)


Revision as of 06:40, 17 October 2018 by CHI (Talk | contribs)

[edit]

3.3.0

New features

  • A new control for viewing documents with 3D content was added. It allows basic pinch/zoom/selection actions with touch and mouse and currently supports .obj, .3ds and .stl formats, without textures. It is now the default document viewer for UBK documents with .obj extension, both in DetailsPage as well as DocumentsPage.
  • It is now possible to toggle the camera flashlight from all camera related pages (POI View, Scan View, etc.).
  • The Developer Mode has a search feature now and additionally displays declared Converters
  • AR-Markers can now be used with Windows-based devices
  • It is now possible to show Billboards in relation to AR-Markers.
  • The in-app PDF viewer now re-renders documents after zooming to provide better readability.

Enhancements

  • UBIK now actively clears out cached properties to reduce its memory footprint. See Fast Startup - Technical background for more details.
  • Further reduced the memory consumption for local content. (More properties are only loaded on demand.)
  • UBIK now requires far less memory during initialization and branch downloads.
  • It is now possible to customize the Elements of the Geo Edit Control and the Document Page Sidebar and Flyout.
  • Improved the usability of offline branch download by dividing an entire branch download task into several smaller ones.
  • Improved startup time of camera-related views (POI View, Scan View).
  • Improved browsing performance in developer mode.
  • Improved the file uploading mechanism (e.g. less web traffic, more reliable retries upon failures).
  • The property wizard will no longer get interrupted by the Guid property editor (when a user decides to further navigate to the Guid editing page)
  • Improved the default UI template for child items under data templates.

Bugfixes

  • Fixed an issue, where the Annotate and Hotspotting button were enabled on non-classified documents.
  • Fixed an issue, where the FlipView was not updated once the content was loaded.
  • Fixed an issue, where no visual feedback was given when clicking on Child Items.
  • Fixed an issue where files are downloaded unnecessarily for documents being deleted.
  • Fixed an issue where ContentViewModel.EditPropertyValueCommand did not check a property's editability before allowing a user to edit it.
  • Fixed an issue where PropertyListViewModel.EditableItems previously incorrectly returned those that are defined uneditable by user rights. (Existing Xaml customizings will need to be adapted for this.)
  • Fixed an issue where bindings using ContentViewModel.PropertyItems sometimes are not properly refreshed.
  • Fixed an issue, where the mouse wheel zooming in the Map behaved strange.