The following improvements have been made here:
- There may be a progress bar which measures how far a user has proceeded. So the progress bar will not move by itself. If there are any buttons or text editable elements we conclude that the progress bar is progressing through user interactions.
- A new classification
PHOTOS
, which has the purpose of identifying an clickable element that leads you to select a downloadable photo from google's photos app. - A photo view that can handle clicking on a photo thumbnail in google's photo app.
- PII data has been added in the form of year, month, day. That format is easier to interact with than a single element
dob
which is currently unused. - Permissionhandler will always allow. There was a single case where the permission handler disallowed the permission which made you not proceed.