Basic AR Navigation implementation (Route from the Demo plant only)
1.1.9 on 2020-02-06
Added scroll views in the settings page so that all entries are accessible on smaller devices.
Added some missing Spanish and Portuguese translations.
Enabled annotating/redlining for PDF's and images.
1.1.8 on 2019-12-03
Fixed a bug where importing of XAML customizings from zip files didn't work anymore.
1.1.7 on 2019-11-27
Enabled QR- and OCR-based POIs.
Fixed Geo-POIs for portrait and landscape orientations.
1.1.6 on 2019-11-14
Added OCR scanning in ScanPage and POI Page.
Added first set of Geo AR and Maps features in POI page.
Known issues
Branch download might be paused if the device goes into sleep mode without a power source attached and will only resume if the device screen is unlocked again. We are aware of this issue and will improve it in the future versions.
When editing the value of a double property in landscape mode characters other then numbers are not displayed but still remain in the string.
In rare cases, a query page appears blank without list content after navigating back from another query page. In such cases, a workaround is to reopen it or pull the list area to refresh.
A memory leak in general page navigation is present in this release and will be addressed soon in a patch.
XAML changes
Chlld list item tap behavior
Previously, the tap behavior to navigate to child items is included by default in the ContentListView style definition. Due to technical reasons, that is no longer the case.
If you have customized certain templates before and they contain child lists, it's now necessary to enable the navigation behavior like the following.
Previously, the property editor templates (of different types) did not include certain parts such as the header and the generic confirm/reset/cancel buttons.
Starting from this version, you can customize the entire editor area (top app bar aside) in these templates.