1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 17:43:17 +00:00

PM-3349 PM-3350 Migrated remaining AutomationProperties to SemanticProperties.

All 'IsInAccessibleTree="True"' were deleted.
'IsInAccessibleTree="False"' were kept and stayed in code.
This commit is contained in:
Dinis Vieira
2023-11-09 23:01:04 +00:00
parent a86f6e3034
commit e0c721098c
38 changed files with 22 additions and 171 deletions

View File

@@ -73,7 +73,6 @@
Margin="5, 0, 0, 0"
Text="{Binding Source={x:Static core:BitwardenIcons.ExclamationTriangle}}"
IsVisible="{Binding Send.Disabled, Mode=OneTime}"
AutomationProperties.IsInAccessibleTree="True"
SemanticProperties.Description="{u:I18n Disabled}"
AutomationId="DisabledSendLabel" />
<controls:IconLabel
@@ -85,7 +84,6 @@
Margin="5, 0, 0, 0"
Text="{Binding Source={x:Static core:BitwardenIcons.Key}}"
IsVisible="{Binding Send.HasPassword, Mode=OneTime}"
AutomationProperties.IsInAccessibleTree="True"
SemanticProperties.Description="{u:I18n Password}"
AutomationId="PasswordProtectedSendLabel" />
<controls:IconLabel
@@ -97,7 +95,6 @@
Margin="5, 0, 0, 0"
Text="{Binding Source={x:Static core:BitwardenIcons.Ban}}"
IsVisible="{Binding Send.MaxAccessCountReached, Mode=OneTime}"
AutomationProperties.IsInAccessibleTree="True"
SemanticProperties.Description="{u:I18n MaxAccessCountReached}"
AutomationId="SendMaxAccessCountReachedLabel" />
<controls:IconLabel
@@ -109,7 +106,6 @@
Margin="5, 0, 0, 0"
Text="{Binding Source={x:Static core:BitwardenIcons.Clock}}"
IsVisible="{Binding Send.Expired, Mode=OneTime}"
AutomationProperties.IsInAccessibleTree="True"
SemanticProperties.Description="{u:I18n Expired}"
AutomationId="ExpiredSendLabel" />
<controls:IconLabel
@@ -121,7 +117,6 @@
Margin="5, 0, 0, 0"
Text="{Binding Source={x:Static core:BitwardenIcons.Trash}}"
IsVisible="{Binding Send.PendingDelete, Mode=OneTime}"
AutomationProperties.IsInAccessibleTree="True"
SemanticProperties.Description="{u:I18n PendingDelete}"
AutomationId="SendWithPendingDeletionLabel" />
</Grid>
@@ -135,7 +130,6 @@
Clicked="MoreButton_Clicked"
VerticalOptions="CenterAndExpand"
HorizontalOptions="EndAndExpand"
AutomationProperties.IsInAccessibleTree="True"
SemanticProperties.Description="{u:I18n Options}"
AutomationId="SendOptionsButton" />