(→Release) |
(→Release) |
||
| (13 intermediate revisions by 4 users not shown) | |||
| Line 28: | Line 28: | ||
== Release == | == Release == | ||
| − | === 5.1. | + | |
| + | === 5.1.54 on 2026-07-02 {{key press|Android: Store}}{{key press|iOS: Store}} === | ||
| + | * You can now specify a boolean command parameter for ContentViewModel.DiscardContentCommand in order to skip the confirmation dialog. | ||
| + | |||
| + | |||
| + | === 5.1.52 2026-06-23 {{key press|Android: Store Beta}} / 5.1.53 2026-06-24 {{key press|iOS: Store Beta}} === | ||
* New features and enhancements in MRO. | * New features and enhancements in MRO. | ||
** {{UBIK}} now supports defining [[MRO_Objects_(Client)#Procedure_Tasks|branching logic in procedure work packages]]. | ** {{UBIK}} now supports defining [[MRO_Objects_(Client)#Procedure_Tasks|branching logic in procedure work packages]]. | ||
| Line 58: | Line 63: | ||
* Fixed an issue where filtering was not possible in query popups. | * Fixed an issue where filtering was not possible in query popups. | ||
* Fixed an issue where it was not possible to set N/A via editors. | * Fixed an issue where it was not possible to set N/A via editors. | ||
| − | + | * Fixed an issue where the Properties UI was not refreshed properly after reverting changes. | |
| − | + | * Fixed an issue where the app gets stuck during login when there are geography properties without values. | |
| − | + | * Fixed an issue where the root object list doesn't get fully refreshed upon meta definition updates. | |
| + | * Fixed a potential UI performance issue during file upload. | ||
| + | * Fixed an issue where it's impossible to show document files externally from list items. | ||
| + | * (iOS) Fixed an issue where the NFC button in the side menu looked like a toggle button while it's not. | ||
| + | * Fixed an issue where the Unit of a Task value has been clipped. | ||
| Line 117: | Line 126: | ||
* Due to the change of the underlying XAML technology, the existing XAMLs for the old mobile clients (pre 5.0) are no longer compatible. Please refer to [[HowTo:Convert_Xamarin_XAMLs_to_Maui]] for migrating them to the new client. | * Due to the change of the underlying XAML technology, the existing XAMLs for the old mobile clients (pre 5.0) are no longer compatible. Please refer to [[HowTo:Convert_Xamarin_XAMLs_to_Maui]] for migrating them to the new client. | ||
* There are some XAML changes necessary when using the new [[Active_List_Client|Active List]] feature, or when using the new [[MRO_Objects_%28Client%29#Pick_List_Task|MRO Pick List Task]]. These XAML changes are explained [[Active_List_Client#XAML|here]]. | * There are some XAML changes necessary when using the new [[Active_List_Client|Active List]] feature, or when using the new [[MRO_Objects_%28Client%29#Pick_List_Task|MRO Pick List Task]]. These XAML changes are explained [[Active_List_Client#XAML|here]]. | ||
| + | * The possibility to trigger external opening of documents from listview level was added, but to access document-specific commands from the context of a non-document parent view you need to apply the following workaround in xaml; (namely, the "Documents.Items[0]" prefix). <syntaxhighlight lang="xml"> | ||
| + | <behaviors:EventHandlerBehavior EventName="ItemTapped"> | ||
| + | <behaviors:InvokeCommandAction | ||
| + | Command="{Binding Documents.Items[0].DocumentViewModel.ShowDocumentCommand}" | ||
| + | Converter="{StaticResource ItemTappedEventArgsToViewModelConverter}"/> | ||
| + | </behaviors:EventHandlerBehavior> | ||
| + | </syntaxhighlight> | ||
| + | ** Also note that this same workaround is used in UBIKRootArea. The technical reason is that root items have no parent context from which commands are initialized, so the navigation command needs to be 'borrowed' from the first root item. | ||
Latest revision as of 08:38, 21 July 2026
| Existing pre 5.0 XAMLs are not compatible with UBIK Mobile client 5.1. Please refer to Convert Xamarin XAMLs to Maui for migrating them to the new client. |
| UBIK 5 clients can only connect to UBIK® Servers of version 3.6 and higher! |
Availability
Android: StoreiOS: Store: Publicly available in Google Play Store / Apple App Store.
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.
Android: Store Preview: Available through Google Play Store's invitation link.
iOS: Store Beta: Available through Apple App Store's invitation link.
iOS: Store Preview: Available through Apple App Store's invitation link.
Windows: Store Preview: The mobile Windows client is not an official product and is only distributed as test versions upon request and/or in our release portal.