1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 05:13:31 +00:00

[PM-2658] Settings Reorganization feature (#2702)

* [PM-2658] Settings Reorganization Init (#2697)

* PM-2658 Started settings reorganization (settings main + vault + about)

* PM-2658 Added settings controls based on templates and implemented OtherSettingsPage

* PM-2658 Fix format

* [PM-3512] Settings Appearance (#2703)

* PM-3512 Implemented new Appearance Settings

* PM-3512 Fix format

* [PM-3510] Implement Account Security Settings view (#2714)

* PM-3510 Implemented Security settings view

* PM-3510 Fix format

* PM-3510 Added empty placeholder to pending login requests and also improved a11y on security settings view.

* PM-3511 Implemented autofill settings view (#2735)

* [PM-3695] Add Connect to Watch to Other settings (#2736)

* PM-3511 Implemented autofill settings view

* PM-3695 Add Connect to watch setting to other settings view

* [PM-3693] Clear old Settings approach (#2737)

* PM-3511 Implemented autofill settings view

* PM-3693 Remove old Settings approach

* PM-3845 Fix default dark theme description verbiage (#2759)

* PM-3839 Fix allow screen capture and submit crash logs to init their state when the page appears (#2760)

* PM-3834 Fix dialogs strings on settings (#2758)

* [PM-3834] Fix import items link (#2782)

* PM-3834 Fix import items link

* PM-3834 Fix import items link, removed old link.

* [PM-4092] Fix vault timeout policies on new Settings (#2796)

* PM-4092 Fix vault timeout policy on settings for disabling controls and reset timeout when surpassing maximum

* PM-4092 Removed testing hardcoding of policy data
This commit is contained in:
Federico Maccaroni
2023-09-27 16:26:12 -03:00
committed by GitHub
parent 218a30b510
commit e97a37222a
91 changed files with 3621 additions and 2357 deletions

View File

@@ -229,6 +229,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Account fingerprint phrase.
/// </summary>
public static string AccountFingerprintPhrase {
get {
return ResourceManager.GetString("AccountFingerprintPhrase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Locked.
/// </summary>
@@ -283,6 +292,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Account security.
/// </summary>
public static string AccountSecurity {
get {
return ResourceManager.GetString("AccountSecurity", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Switched to next available account.
/// </summary>
@@ -355,6 +373,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Additional options.
/// </summary>
public static string AdditionalOptions {
get {
return ResourceManager.GetString("AdditionalOptions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add new attachment.
/// </summary>
@@ -562,6 +589,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Appearance.
/// </summary>
public static string Appearance {
get {
return ResourceManager.GetString("Appearance", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to App extension.
/// </summary>
@@ -886,6 +922,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to The Android Autofill Framework is used to assist in filling login information into other apps on your device..
/// </summary>
public static string AutofillServicesExplanationLong {
get {
return ResourceManager.GetString("AutofillServicesExplanationLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your logins are now easily accessible right from your keyboard while logging into apps and websites..
/// </summary>
@@ -1273,6 +1318,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Bitwarden Help Center.
/// </summary>
public static string BitwardenHelpCenter {
get {
return ResourceManager.GetString("BitwardenHelpCenter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Black.
/// </summary>
@@ -1444,6 +1498,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to You can change your master password on the Bitwarden web app..
/// </summary>
public static string ChangeMasterPasswordDescriptionLong {
get {
return ResourceManager.GetString("ChangeMasterPasswordDescriptionLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?.
/// </summary>
@@ -1606,6 +1669,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Contact Bitwarden support.
/// </summary>
public static string ContactBitwardenSupport {
get {
return ResourceManager.GetString("ContactBitwardenSupport", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cant find what you are looking for? Reach out to Bitwarden support on bitwarden.com..
/// </summary>
public static string ContactSupportDescriptionLong {
get {
return ResourceManager.GetString("ContactSupportDescriptionLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue.
/// </summary>
@@ -1615,6 +1696,51 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Continue to app store?.
/// </summary>
public static string ContinueToAppStore {
get {
return ResourceManager.GetString("ContinueToAppStore", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue to contact support?.
/// </summary>
public static string ContinueToContactSupport {
get {
return ResourceManager.GetString("ContinueToContactSupport", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue to Help center?.
/// </summary>
public static string ContinueToHelpCenter {
get {
return ResourceManager.GetString("ContinueToHelpCenter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue to web app?.
/// </summary>
public static string ContinueToWebApp {
get {
return ResourceManager.GetString("ContinueToWebApp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue to {0}?.
/// </summary>
public static string ContinueToX {
get {
return ResourceManager.GetString("ContinueToX", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Copy.
/// </summary>
@@ -1624,6 +1750,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Copy app information.
/// </summary>
public static string CopyAppInformation {
get {
return ResourceManager.GetString("CopyAppInformation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Copy application.
/// </summary>
@@ -1930,6 +2065,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Choose the dark theme to use when your devices dark mode is in use.
/// </summary>
public static string DefaultDarkThemeDescriptionLong {
get {
return ResourceManager.GetString("DefaultDarkThemeDescriptionLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Default (System).
/// </summary>
@@ -2569,6 +2713,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Explore more features of your Bitwarden account on the web app..
/// </summary>
public static string ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp {
get {
return ResourceManager.GetString("ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Export vault.
/// </summary>
@@ -3649,6 +3802,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Bitwarden allows you to share your vault items with others by using an organization. Learn more on the bitwarden.com website..
/// </summary>
public static string LearnAboutOrganizationsDescriptionLong {
get {
return ResourceManager.GetString("LearnAboutOrganizationsDescriptionLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Learn more.
/// </summary>
@@ -3658,6 +3820,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Learn more about how to use Bitwarden on the Help center..
/// </summary>
public static string LearnMoreAboutHowToUseBitwardenOnTheHelpCenter {
get {
return ResourceManager.GetString("LearnMoreAboutHowToUseBitwardenOnTheHelpCenter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Learn about organizations.
/// </summary>
@@ -4813,6 +4984,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to One hour and one minute.
/// </summary>
public static string OneHourAndOneMinute {
get {
return ResourceManager.GetString("OneHourAndOneMinute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to One hour and {0} minutes.
/// </summary>
public static string OneHourAndXMinute {
get {
return ResourceManager.GetString("OneHourAndXMinute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 1 minute.
/// </summary>
@@ -5372,6 +5561,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Help others find out if Bitwarden is right for them. Visit the app store and leave a rating now..
/// </summary>
public static string RateAppDescriptionLong {
get {
return ResourceManager.GetString("RateAppDescriptionLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Rate the app.
/// </summary>
@@ -5975,6 +6173,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Session timeout.
/// </summary>
public static string SessionTimeout {
get {
return ResourceManager.GetString("SessionTimeout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Session timeout action.
/// </summary>
public static string SessionTimeoutAction {
get {
return ResourceManager.GetString("SessionTimeoutAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set master password.
/// </summary>
@@ -6281,6 +6497,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Sync now.
/// </summary>
public static string SyncNow {
get {
return ResourceManager.GetString("SyncNow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sync vault now.
/// </summary>
@@ -6642,6 +6867,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Make your account more secure by setting up two-step login in the Bitwarden web app..
/// </summary>
public static string TwoStepLoginDescriptionLong {
get {
return ResourceManager.GetString("TwoStepLoginDescriptionLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Two-step login options.
/// </summary>
@@ -6795,6 +7029,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Unlock options.
/// </summary>
public static string UnlockOptions {
get {
return ResourceManager.GetString("UnlockOptions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unlock vault.
/// </summary>
@@ -6993,6 +7236,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Use inline autofill if your selected keyboard supports it. Otherwise, use the default overlay..
/// </summary>
public static string UseInlineAutofillExplanationLong {
get {
return ResourceManager.GetString("UseInlineAutofillExplanationLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Username.
/// </summary>
@@ -7012,7 +7264,7 @@ namespace Bit.App.Resources {
}
/// <summary>
/// Looks up a localized string similar to Use this device to approve login requests made from other devices..
/// Looks up a localized string similar to Use this device to approve login requests made from other devices.
/// </summary>
public static string UseThisDeviceToApproveLoginRequestsMadeFromOtherDevices {
get {
@@ -7056,6 +7308,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Vault.
/// </summary>
public static string Vault {
get {
return ResourceManager.GetString("Vault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vault: {0}.
/// </summary>
@@ -7452,6 +7713,33 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to {0} hours.
/// </summary>
public static string XHours {
get {
return ResourceManager.GetString("XHours", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} hours and one minute.
/// </summary>
public static string XHoursAndOneMinute {
get {
return ResourceManager.GetString("XHoursAndOneMinute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} hours and {1} minutes.
/// </summary>
public static string XHoursAndYMinutes {
get {
return ResourceManager.GetString("XHoursAndYMinutes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} minutes ago.
/// </summary>
@@ -7479,6 +7767,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to You can import data to your vault on {0}..
/// </summary>
public static string YouCanImportDataToYourVaultOnX {
get {
return ResourceManager.GetString("YouCanImportDataToYourVaultOnX", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You cannot edit passkey application because it would invalidate the passkey.
/// </summary>