mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 22:23:35 +00:00
Added Quick Settings tile for triggering accessibility autofill (#795)
* Added Quick Settings tile for triggering accessibility autofill * Fix crash when tile attempt to cancel non-visible but non-null overlay * Persist tile state plus cleanup
This commit is contained in:
12
src/App/Resources/AppResources.Designer.cs
generated
12
src/App/Resources/AppResources.Designer.cs
generated
@@ -2859,5 +2859,17 @@ namespace Bit.App.Resources {
|
||||
return ResourceManager.GetString("SaveAttachmentSuccess", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AutofillTileAccessibilityRequired {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillTileAccessibilityRequired", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AutofillTileUriNotFound {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillTileUriNotFound", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1625,4 +1625,10 @@
|
||||
<data name="SaveAttachmentSuccess" xml:space="preserve">
|
||||
<value>Attachment saved successfully</value>
|
||||
</data>
|
||||
<data name="AutofillTileAccessibilityRequired" xml:space="preserve">
|
||||
<value>Please enable "Auto-fill Accessibility Service" from Bitwarden Settings to use the Scan & Fill tile.</value>
|
||||
</data>
|
||||
<data name="AutofillTileUriNotFound" xml:space="preserve">
|
||||
<value>No password fields detected</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user