Difference between revisions of "Version 1.1 (Xamarin)"
(→1.1.64 on 2020-10-16) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Releases == | == Releases == | ||
+ | |||
+ | === 1.1.88 on 2021-01-12 {{key press| beta play store version}} === | ||
+ | * Implemented scan-to-input for string properties. | ||
+ | |||
+ | === 1.1.85 on 2020-12-03 === | ||
+ | * It's now possible to use the UBIKContentView with a explicitly specified custom template (its "Content"). | ||
=== 1.1.84 on 2020-11-24 === | === 1.1.84 on 2020-11-24 === | ||
Line 52: | Line 58: | ||
* Fixed an issue where the app didn't navigate to tapped query results. | * Fixed an issue where the app didn't navigate to tapped query results. | ||
* Fixed an issue where items stopped responding to tapping after back navigations from queries. | * Fixed an issue where items stopped responding to tapping after back navigations from queries. | ||
+ | * Provided a workaround for not being able to enter negative (minus) numbers on iOS: in an empty field, the first {{key press|,}} will be interpreted as {{key press|-}} | ||
+ | |||
+ | [[Category:Client|Version 1.1 Xamarin]] | ||
+ | [[Category:Version 1.1|Version 1.1 Xamarin]] | ||
+ | [[Category:Xamarin|Version 1.1 Xamarin]] | ||
=== 1.1.62 on 2020-09-22 === | === 1.1.62 on 2020-09-22 === | ||
Line 86: | Line 97: | ||
* Basic Aruco Marker implementation (Landscape mode only) | * Basic Aruco Marker implementation (Landscape mode only) | ||
* Basic AR Navigation implementation (Route from the Demo plant only) | * Basic AR Navigation implementation (Route from the Demo plant only) | ||
+ | * The UBIK client can now automatically use UI customizings deployed from the server. Details can be found [[Deploy_UI_Customizings_(Client)|here]]. | ||
+ | |||
+ | [[Category:Client|Version 1.1 Xamarin]] | ||
+ | [[Category:Version 1.1|Version 1.1 Xamarin]] | ||
+ | [[Category:Xamarin|Version 1.1 Xamarin]] | ||
+ | |||
=== 1.1.9 on 2020-02-06 === | === 1.1.9 on 2020-02-06 === | ||
* Added scroll views in the settings page so that all entries are accessible on smaller devices. | * Added scroll views in the settings page so that all entries are accessible on smaller devices. | ||
Line 105: | Line 122: | ||
* 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. | * 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. | ||
* [https://www.syncfusion.com/support/directtrac/incidents/301168 A memory leak] in general page navigation is present in this release and will be addressed soon in a patch. | * [https://www.syncfusion.com/support/directtrac/incidents/301168 A memory leak] in general page navigation is present in this release and will be addressed soon in a patch. | ||
+ | * In rare cases, selection of PDF annotations might misbehave on iOS. | ||