Jump to: navigation, search

Difference between revisions of "Version 4.1 (Xamarin)"


(4.0.13 on 2022-02-24 {{key press|App Center}})
Line 9: Line 9:
 
== Preview ==
 
== Preview ==
  
=== 4.1.xx on 2022-0x-xx ===
+
=== 4.1.34 on 2022-06-22 ===
* Fixed an issue when scanning QR codes with line breaks on Android/iOS.  
+
* Some UI updates including button styles, page layouts, etc.
 +
* It's now possible for users to request [[Exclusive_Access_Content_(Client)|exclusive access]] for UBIK content to prevent others from editing it at the same time.
 +
* Custom UBIKContentArea templates can now be chosen automatically based on [[SYSCLS_CHILDAREATEMPLATE|certain properties of the context object]].
 
* The [[Managed_App_Configuration|managed app configuration]] on Android now supports for rolling out up to 25 {{UBIK}} profiles in an enterprise environment.
 
* The [[Managed_App_Configuration|managed app configuration]] on Android now supports for rolling out up to 25 {{UBIK}} profiles in an enterprise environment.
 
* Some properties now need to be authenticated first before editing (Authentication Properties).
 
* Some properties now need to be authenticated first before editing (Authentication Properties).
 +
* The scroll positions of property lists are now by default also remembered (just like content lists).
 +
* Fixed an issue when scanning QR codes with line breaks on Android/iOS.
 +
* Fixed an issue where file (profiles, XAMLs, etc.) import fails on Android due to the outdated permission handling.
 +
* Fixed an issue where the root list is not updated the first time with an empty database.
 +
* Fixed an issue where the LaunchDocumentByReferenceCommand can potentially crash the client on non existing document files.
  
[[Category:Client|Version 4.0 Xamarin]]
 
[[Category:Version 4.0|Version 4.0 Xamarin]]
 
[[Category:Version 4.1|Version 4.1 Xamarin]]
 
[[Category:Version 4.1 Xamarin|Version 4.1 Xamarin]]
 
[[Category:Xamarin|Version 4.0 Xamarin]]
 
  
 
=== 4.0.13 on 2022-02-24 {{key press|App Center}} ===
 
=== 4.0.13 on 2022-02-24 {{key press|App Center}} ===
* The app's default profile is now only generated during app startup when no other profiles are detected.
 
 
* Xamarin Android now supports [[Managed_App_Configuration|managed app configuration]] for rolling out up to 9 {{UBIK}} profiles in an enterprise environment.
 
* Xamarin Android now supports [[Managed_App_Configuration|managed app configuration]] for rolling out up to 9 {{UBIK}} profiles in an enterprise environment.
 +
* [[Property_Direct_Edit_(Client)|Property direct editing]]. However, unlike in the [[Version_4.0_(WinX)#4_0|UWP 4.0]] client, direct editing is not fully enabled by default due to the limited size of the device screen.
 
* Some security related improvements.
 
* Some security related improvements.
 
** The app now informs the web service to terminate the user session upon logout or app closing.
 
** The app now informs the web service to terminate the user session upon logout or app closing.
 
** The app no longer allows self signed server certificates.
 
** The app no longer allows self signed server certificates.
 +
* {{UBIK}} clients are now able to log all webservice communication related activities (in UBIKWebserviceDebug.log) for better trouble shooting. It can also be turned off using the EnableSyncLogging setting in the profiles.
 +
* {{UBIK}} now supports [[Camera Calibration|In-App Camera Calibration]].
 
* The app's entire login page is now customizable.
 
* The app's entire login page is now customizable.
 
** As a result, the old feature which allows customizers to configure the background image of the login page (bg_portrait.png/bg_landscape.png) is removed. Because it only worked for Xamarin.UWP and can now be done with regular XAML customizing.
 
** As a result, the old feature which allows customizers to configure the background image of the login page (bg_portrait.png/bg_landscape.png) is removed. Because it only worked for Xamarin.UWP and can now be done with regular XAML customizing.
* Fixed an issue where the Logout button sometimes disappeared
+
* The app's default profile is now only generated during app startup when no other profiles are detected.
 +
* Fixed an issue where the Logout button sometimes disappeared.
 
* Fixed an issue where unnecessary messages are logged. ("Message is null")
 
* Fixed an issue where unnecessary messages are logged. ("Message is null")
* {{UBIK}} clients are now able to log all webservice communication related activities (in UBIKWebserviceDebug.log) for better trouble shooting. It can also be turned off using the EnableSyncLogging setting in the profiles.
+
* Fixed an issue where the SetPropertyValueCommand always saves changes regardless of the AutoSave parameter value.
* {{UBIK}} now supports [[Camera Calibration|In-App Camera Calibration]]
+
 
 +
 
 +
 
  
[[Category:Client|Version 4.0 Xamarin]]
 
[[Category:Version 4.0|Version 4.0 Xamarin]]
 
[[Category:Version 4.1|Version 4.1 Xamarin]]
 
[[Category:Version 4.1 Xamarin|Version 4.1 Xamarin]]
 
[[Category:Xamarin|Version 4.0 Xamarin]]
 
  
 
== Known issues ==
 
== Known issues ==

Revision as of 09:56, 22 June 2022

IC Attention.pngUBIK 4 clients can only connect to UBIK® Servers of version 3.6 and higher!
[edit]

Release Notes

Release

Beta

Preview

4.1.34 on 2022-06-22

  • Some UI updates including button styles, page layouts, etc.
  • It's now possible for users to request exclusive access for UBIK content to prevent others from editing it at the same time.
  • Custom UBIKContentArea templates can now be chosen automatically based on certain properties of the context object.
  • The managed app configuration on Android now supports for rolling out up to 25 UBIK® profiles in an enterprise environment.
  • Some properties now need to be authenticated first before editing (Authentication Properties).
  • The scroll positions of property lists are now by default also remembered (just like content lists).
  • Fixed an issue when scanning QR codes with line breaks on Android/iOS.
  • Fixed an issue where file (profiles, XAMLs, etc.) import fails on Android due to the outdated permission handling.
  • Fixed an issue where the root list is not updated the first time with an empty database.
  • Fixed an issue where the LaunchDocumentByReferenceCommand can potentially crash the client on non existing document files.


4.0.13 on 2022-02-24 App Center

  • Xamarin Android now supports managed app configuration for rolling out up to 9 UBIK® profiles in an enterprise environment.
  • Property direct editing. However, unlike in the UWP 4.0 client, direct editing is not fully enabled by default due to the limited size of the device screen.
  • Some security related improvements.
    • The app now informs the web service to terminate the user session upon logout or app closing.
    • The app no longer allows self signed server certificates.
  • UBIK® clients are now able to log all webservice communication related activities (in UBIKWebserviceDebug.log) for better trouble shooting. It can also be turned off using the EnableSyncLogging setting in the profiles.
  • UBIK® now supports In-App Camera Calibration.
  • The app's entire login page is now customizable.
    • As a result, the old feature which allows customizers to configure the background image of the login page (bg_portrait.png/bg_landscape.png) is removed. Because it only worked for Xamarin.UWP and can now be done with regular XAML customizing.
  • The app's default profile is now only generated during app startup when no other profiles are detected.
  • Fixed an issue where the Logout button sometimes disappeared.
  • Fixed an issue where unnecessary messages are logged. ("Message is null")
  • Fixed an issue where the SetPropertyValueCommand always saves changes regardless of the AutoSave parameter value.



Known issues