Changes
* Fixed some misbehaviors in the signature editor. For example, the signing isn't properly disabled after the countdown ends when a stroke is not yet finished.
== Known issues ==
=== UBIKGlobalStatusBar ===
Some properties members are moved from the GlobalStatusBarViewModel to the AppStatusViewModelwhich is available as a property called AppStatus in the former.* "So the previous bindings in the form of <code>{Binding ProgressIndicator, ...XXX}" is changed to "</code> will now require a new binding of <code>{Binding AppStatus.ProgressIndicatorXXX}</code> (with some exceptions, see below).The affected members include the following..}"* "{Binding ProgressIndicator;* LoginState, ...}" is changed to "{Binding AppStatus.LoginState, ...}";* "{Binding WritingToDB, ;* TaskCount;* SyncModeName;* UserSelectedSyncModeName;* SyncModeCommand -> AppStatus.SwitchSyncModeCommand...]" is changed to " {{Binding AppStatus.WritingToDB, .Hint|The changes here are not mandatory and the old bindings are still compatible.But we highly recommend that you use the new ones since the old ones will not receive further updates such as bugfixes and improvements.}"}* "{Binding TaskCount, ....]" is changed to "{Binding AppStatus.TaskCount, ..Hint|All these changes are also marked in the developer mode.}"}
=== UBIKPropertyValueRecordDialog ===
=== Editor related templates ===
{{Hint|The changes are quite extensive and, therefore, we recommended that you taking take the default templates from the app and re-customize them from there.}}
First of all for UBIKEditDateTime, UBIKEditDouble, UBIKEditInt, UBIKEditGuid, UBIKEditChart, UBIKEditGeo, UBIKEditBool, UBIKEditString.
=== Any template having ViewModel as the data context ===
Some commands members are moved from the ViewModel to the AppStatusViewModel which is available as a property called AppStatus in ViewModelthe former. So the previous bindings in the form of XXXCommand <code>{Binding XXX}</code> will now require a new binding of <code>{Binding AppStatus.XXXCommand XXX}</code> (with some exceptions, see below). The affected members include the following.
* CallRemoteSupportCommand;
* SwitchSyncModeCommand;