Android | iOS 2.6.11
Release Date: Mon, 13 Jul 2020
Customer-facing documentation:
Tip
After updating to a newer version, mobile users must log out and log in again to the application.
For a task that requires media (photo or video) to be uploaded, mobile users must allow the app to access their camera.
What’s New
KMZ List View with Search Bar
The KMZ List View with Search Bar solves these issues:
If there are multiple points in the same location, the user is unable to select the point that lies beneath.
The difficulty is navigating from one point to other, the user has to zoom and select each point in the map view.
When the points are spread across huge distances, the user has to zoom in and out and move left and right in a clunky way just find points
Some points may never be found if they are too far out from the main map area
Upon submission of a point, the user is redirected to the main page and with the map view.
Points on the map have just an icon and no additional information which makes finding a specific point by other details (such as point name) difficult as users will have to try every point to find it.
Implementation details: KMZ - Offline Support




Absolute Date Component
This component will let the user enter an absolute value of date, irrespective of their timezone.
When the mobile user wants to communicate a particular date, for example, a leave date, to the web user, converting it to UTC may not be relevant or required.
When the mobile user has selected a date as Jan 1st, 2020 from a location under IST, the same date should be seen by the user in PST as well.
Implementation details: Absolute Date Input Component - Implementation Details


Absolute Time Component
This component will let the user enter an absolute value of time, irrespective of their timezone.
When the user wants to communicate a particular time, for example, the break time for a day, to the web user, converting it to UTC might not be relevant or required. If the mobile user has selected a time 11:00 from IST, the same time should be seen by the user in PST as well.
Implementation details: Absolute Time Input Component - Implementation Details


Cancel Task in Offline Mode
Users can now cancel a task both in online and offline modes.
The canceled task is removed from the task list immediately, even while Offline and synced to the server immediately when the user is connected back.
Implementation Details:
When a workflow is offlineAllowed = true
and the wfa is cancelTask
and asyncTask = true
, on submission of the wfa, it will go to submission queue (whether there is internet or not), the task will be removed from the task list and will be synced to the server whenever there is an internet connection. If offlineAllowed=false, then we just treat it as asyncTask .

Bug Fixes
iOS: Photos of the "corrective task request" WFA are not shown in the task review panel of web
iOS: After Capturing photo and saving it the Text what user filled in the Subject Text Field is getting erased and he/she needs to fill it again
Android: Text overlapping on a few data grid columns because of long column names on devices with shorter display
Android: Notification not showing up under the notification bell icon.
Android: After capturing the photo from the gallery it directly took back to the data grid component and without opening the photo edit view
Android: EG - Tech unable to finalize and submit when he has finished a task (Search functionality added)