1
0
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:
Matt Portune
2020-01-10 10:20:19 -05:00
committed by Kyle Spearrin
parent fbe8708378
commit 641122b16f
26 changed files with 883 additions and 703 deletions

View File

@@ -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 &quot;Auto-fill Accessibility Service&quot; 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 &quot;Display over other apps&quot; 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 &quot;{0}&quot;..
/// </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 &quot;Display over other apps&quot; (under &quot;Advanced&quot;) 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>