mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 11:43:49 +00:00
UI support in app settings for handling overlay permission requirement in Accessibility Service implementation (#697)
* UI support in app settings for handling overlay permission requirement in Accessibility Service implementation * Cleaned up shorthand operator with new var
This commit is contained in:
committed by
Kyle Spearrin
parent
fbe8708378
commit
641122b16f
74
src/App/Resources/AppResources.Designer.cs
generated
74
src/App/Resources/AppResources.Designer.cs
generated
@@ -70,7 +70,7 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bitwarden requires additional accessibility configuration. Open the app for more info..
|
||||
/// Looks up a localized string similar to Bitwarden needs attention - See "Auto-fill Accessibility Service" from Bitwarden Settings.
|
||||
/// </summary>
|
||||
public static string AccessibilityOverlayPermissionAlert {
|
||||
get {
|
||||
@@ -681,15 +681,6 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to When you see a Bitwarden auto-fill notification, you can tap it to launch the auto-fill service..
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceNotification {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceNotification", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Tap this notification to auto-fill an item from your vault..
|
||||
/// </summary>
|
||||
@@ -726,6 +717,33 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open Overlay Permission Settings.
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceOpenOverlayPermissionSettings {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceOpenOverlayPermissionSettings", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service..
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceOverlay {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceOverlay", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 3. On the Android App Settings screen for Bitwarden, go to the "Display over other apps" options (under Advanced) and tap the toggle to enable overlay support..
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceOverlayPermission {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceOverlayPermission", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You are searching for an auto-fill item for "{0}"..
|
||||
/// </summary>
|
||||
@@ -753,6 +771,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 3. On the Android App Settings screen for Bitwarden, select "Display over other apps" (under "Advanced") and switch on the toggle to allow the overlay..
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceStep3 {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceStep3", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Black.
|
||||
/// </summary>
|
||||
@@ -1212,6 +1239,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Denied.
|
||||
/// </summary>
|
||||
public static string Denied {
|
||||
get {
|
||||
return ResourceManager.GetString("Denied", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Disable Automatic TOTP Copy.
|
||||
/// </summary>
|
||||
@@ -1869,6 +1905,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Granted.
|
||||
/// </summary>
|
||||
public static string Granted {
|
||||
get {
|
||||
return ResourceManager.GetString("Granted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Help and Feedback.
|
||||
/// </summary>
|
||||
@@ -2904,6 +2949,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Permission.
|
||||
/// </summary>
|
||||
public static string OverlayPermission {
|
||||
get {
|
||||
return ResourceManager.GetString("OverlayPermission", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ownership.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user