Difference between revisions of "Version 1.1 (Xamarin)"
(→1.1.64 on 2020-10-16) |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
== Releases == | == Releases == | ||
− | === 1.1. | + | === 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 === | ||
+ | * Fixed an issue where buttons (triggering commands) might be enabled/disabled incorrectly when navigating back to a page. | ||
+ | |||
+ | === 1.1.83 on 2020-11-19 {{key press|store version}} === | ||
+ | * Fixed an issue where XAML based filtering doesn't work for changed items. | ||
+ | * Fixed memory leaks caused by images and glyphs | ||
+ | |||
+ | === 1.1.81 on 2020-11-18 === | ||
+ | * Fixed an issue where root objects were loaded from the server on every navigation step. | ||
+ | * Fixed an issue where added PDF annotations could not be removed or edited anymore. | ||
+ | |||
+ | === 1.1.80 on 2020-11-17 === | ||
* Fixed an issue where a page refresh triggered by property based list filtering causes the app to pause (as if stuck at the previous page). | * Fixed an issue where a page refresh triggered by property based list filtering causes the app to pause (as if stuck at the previous page). | ||
* Fixed a crash related to list views on iOS. | * Fixed a crash related to list views on iOS. | ||
− | === 1.1.78 on 2020-11-16 === | + | === 1.1.78 on 2020-11-16 {{key press|store version}} === |
* Fixed a performance issue when navigating. | * Fixed a performance issue when navigating. | ||
* Fixed a crash on some devices when navigating away from a PDF page. | * Fixed a crash on some devices when navigating away from a PDF page. | ||
− | === 1.1.76 on 2020-11-12 === | + | === 1.1.76 on 2020-11-12 {{key press|store version}} === |
* Fixed an issue where query results are sometimes not displayed in a Guid editor when it’s first opened. | * Fixed an issue where query results are sometimes not displayed in a Guid editor when it’s first opened. | ||
* Fixed bug that caused cascaded work packages to not update their status properly when navigating back. | * Fixed bug that caused cascaded work packages to not update their status properly when navigating back. | ||
* Improved infrastructure document Files download behaviour. | * Improved infrastructure document Files download behaviour. | ||
+ | |||
+ | |||
+ | |||
+ | |||
== Previews == | == Previews == | ||
Line 37: | 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 71: | 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 90: | 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. | ||