Jump to: navigation, search

Difference between revisions of "Version 4.7 (WinX)"


Line 1: Line 1:
{{Attention|UBIK 4 clients can only connect to {{UBIK}} Servers of [[Version 3.6(Server)|version 3.6]] and higher!}}
+
{{Attention|This version requires [https://en.wikipedia.org/wiki/Windows_10_version_history#Version_1809_(October_2018_Update) Windows 10 build 17763] or higher}}
  
 
== Availability ==
 
== Availability ==
{{key press|Android: Store}}{{key press|iOS: Store}}: Publicly available in Google Play Store / Apple App Store.
+
{{key press|Store}}: Publicly available in Microsoft Store.
  
{{key press|Android: Store Beta}}: Publicly available in Google Play Store as beta versions. You can opt in or out of the beta at any time in the store.
+
{{key press|Store Beta}}: Publicly available in Microsoft Store as beta versions to those whose account email is included in our beta program. Please contact the Augmensys staff and submit your chosen email address if you would like to join.
  
{{key press|iOS: Store Beta}}: Available through Apple App Store's [https://testflight.apple.com/join/ijGm4j2h invitation link].
+
{{key press|App Center}}: Available to those who have access to the Augmensys App Center.
  
{{key press|UWP: App Center}}{{key press|Android: App Center}}{{key press|iOS: App Center}}: Available to those who have access to the Augmensys App Center.
 
 
<br/>
 
<br/>
 
+
{{Attention|Some customized XAMLs might need an update to work properly. These changes are marked with ⚠️}}
 
+
{{Attention|Some customized XAMLs might need an update to work properly. These changes are marked with a ⚠️}}
+
  
 
= Release Notes =
 
= Release Notes =
Line 21: Line 18:
 
== Beta ==
 
== Beta ==
  
 
+
=== 4.7.3 on 2024-05-03 {{key press|Store Beta}}  ===
== Preview ==
+
 
+
=== 4.7.? on 2024-0?-?? {{key press|App Center}}  ===
+
 
* Fixed an issue where the user gets presented with an unnecessary dialog at the end of the SSO login process.
 
* Fixed an issue where the user gets presented with an unnecessary dialog at the end of the SSO login process.
 
* When the SSO option is turned on and a UBIK user session expires, the client now tries to use the same SSO token if it has not expired yet.
 
* When the SSO option is turned on and a UBIK user session expires, the client now tries to use the same SSO token if it has not expired yet.
Line 37: Line 31:
 
* Fixed an issue where the app might freeze or crash when you flip through a large list of PDF documents.
 
* Fixed an issue where the app might freeze or crash when you flip through a large list of PDF documents.
  
 +
 +
== Preview ==
  
 
=== 4.7.2 on 2024-03-18 {{key press|App Center}}  ===
 
=== 4.7.2 on 2024-03-18 {{key press|App Center}}  ===
Line 55: Line 51:
 
* UBIK can also find matching [[OCR#Online_search|online results for OCR scans]] now.
 
* UBIK can also find matching [[OCR#Online_search|online results for OCR scans]] now.
 
* Fixed an issue where it's not always possible to revert/reset changes on queries.
 
* Fixed an issue where it's not always possible to revert/reset changes on queries.
 
 
 
  
  
 
== Known issues ==
 
== Known issues ==
* Sometimes, objects shift their positions in the lists after being edited. We found out that this is related to the 3rd party list control we use and are considering replacing it. However, this will take some more time in order to make all features we build around the control still function.
+
* Free Text Annotations that where created in former sessions cannot be selected and therefore cannot be edited any more.
* Currently, the Samsung keyboard doesn't show {{key press|,}} at all, regardless of the current language/locale setting of the device. Please use a different virtual keyboard (e.g. Gboard from Google) instead if {{key press|.}} is unacceptable.
+
* The periodic execution of background pushes is not guaranteed on iOS.
+
  
 
<br/>
 
<br/>

Revision as of 09:40, 3 May 2024

IC Attention.pngThis version requires Windows 10 build 17763 or higher

Availability

Store: Publicly available in Microsoft Store.

Store Beta: Publicly available in Microsoft Store as beta versions to those whose account email is included in our beta program. Please contact the Augmensys staff and submit your chosen email address if you would like to join.

App Center: Available to those who have access to the Augmensys App Center.


IC Attention.pngSome customized XAMLs might need an update to work properly. These changes are marked with ⚠️
[edit]

Release Notes

Release

Beta

4.7.3 on 2024-05-03 Store Beta

  • Fixed an issue where the user gets presented with an unnecessary dialog at the end of the SSO login process.
  • When the SSO option is turned on and a UBIK user session expires, the client now tries to use the same SSO token if it has not expired yet.
  • Fixed an issue where pressing the previous button in the PDFViewer led to a freezing of the app.
  • Optimized the app startup process.
  • Fixed an issue where reverting a property value led to saving all other properties with unsaved changes on the related ContentViewModel.
  • Added the AutoSaveDocumentsOnPageClose property to enable auto saving of documents when navigating away.
  • Fixed an issue where the app doesn't select a camera by default and the in app camera views (POI, scan, etc.) do not function until one is selected by the user.
  • Fixed an issue where setting value ranges on DateTime query criteria do not always work.
  • Fixed an issue where the scan window in the string editor can not be displayed on Windows 11.
  • Fixed an issue that prevented the property UI from being updated properly when deleting a value or cancel editing.
  • Fixed an issue where the app might freeze or crash when you flip through a large list of PDF documents.


Preview

4.7.2 on 2024-03-18 App Center


4.7.1 on 2024-03-15 App Center

  • UBIK now supports properties with minimum and maximum values.
  • Fixed an issue where the placeholder text in the property drop down list ("Select") is not localized.
  • An error when refreshing the OIDC token in a special case was fixed.
  • Excluded Queries from changed objects.
  • The download behavior of an object classified by OFFLINE_SYNC_LEVEL_CLASSIFICATION can now be configured to download a certain amount of children levels instead of infinite levels.


4.7.0 on 2024-03-01 App Center

  • Added a new UpdateArbitraryObjectCommand that allows to update an arbitrary object based on a set of provided parameters.
  • Bing Road Maps is now supported as a new map type.
  • UBIK can also find matching online results for OCR scans now.
  • Fixed an issue where it's not always possible to revert/reset changes on queries.


Known issues

  • Free Text Annotations that where created in former sessions cannot be selected and therefore cannot be edited any more.


⚠️ XAML Notes

Namespace change(s):

  • ViewModelLocator: From xmlns:vm="using:UBIK.WinX.ViewModel" to xmlns:uiservices="using:UBIK.UI.Services".