mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
add bromite autofill support
This commit is contained in:
parent
99713f8ed7
commit
b5277e89d5
3 changed files with 9 additions and 29 deletions
|
@ -14,7 +14,7 @@ namespace Bit.Android.Autofill
|
||||||
"com.opera.browser.beta","com.opera.mini.native","com.chrome.dev","com.chrome.canary",
|
"com.opera.browser.beta","com.opera.mini.native","com.chrome.dev","com.chrome.canary",
|
||||||
"com.google.android.apps.chrome","com.google.android.apps.chrome_dev","com.yandex.browser",
|
"com.google.android.apps.chrome","com.google.android.apps.chrome_dev","com.yandex.browser",
|
||||||
"com.sec.android.app.sbrowser","com.sec.android.app.sbrowser.beta","org.codeaurora.swe.browser",
|
"com.sec.android.app.sbrowser","com.sec.android.app.sbrowser.beta","org.codeaurora.swe.browser",
|
||||||
"com.amazon.cloud9","org.mozilla.klar","com.duckduckgo.mobile.android","mark.via.gp"
|
"com.amazon.cloud9","org.mozilla.klar","com.duckduckgo.mobile.android","mark.via.gp","org.bromite.bromite"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static HashSet<string> ExcludedPackageIds = new HashSet<string>
|
public static HashSet<string> ExcludedPackageIds = new HashSet<string>
|
||||||
|
|
|
@ -63,7 +63,8 @@ namespace Bit.Android
|
||||||
new Browser("acr.browser.barebones", "search"),
|
new Browser("acr.browser.barebones", "search"),
|
||||||
new Browser("com.microsoft.emmx", "url_bar"),
|
new Browser("com.microsoft.emmx", "url_bar"),
|
||||||
new Browser("com.duckduckgo.mobile.android", "omnibarTextInput"),
|
new Browser("com.duckduckgo.mobile.android", "omnibarTextInput"),
|
||||||
new Browser("mark.via.gp", "aw")
|
new Browser("mark.via.gp", "aw"),
|
||||||
|
new Browser("org.bromite.bromite", "url_bar"),
|
||||||
}.ToDictionary(n => n.PackageName);
|
}.ToDictionary(n => n.PackageName);
|
||||||
|
|
||||||
// Known packages to skip
|
// Known packages to skip
|
||||||
|
|
33
src/Android/Resources/Resource.Designer.cs
generated
33
src/Android/Resources/Resource.Designer.cs
generated
|
@ -6506,17 +6506,17 @@ namespace Bit.Android
|
||||||
// aapt resource value: 0x7f0a0051
|
// aapt resource value: 0x7f0a0051
|
||||||
public const int ApplicationName = 2131361873;
|
public const int ApplicationName = 2131361873;
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00b2
|
// aapt resource value: 0x7f0a00ab
|
||||||
public const int AutoFillServiceDescription = 2131361970;
|
public const int AutoFillServiceDescription = 2131361963;
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00b1
|
// aapt resource value: 0x7f0a00aa
|
||||||
public const int AutoFillServiceSummary = 2131361969;
|
public const int AutoFillServiceSummary = 2131361962;
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a0050
|
// aapt resource value: 0x7f0a0050
|
||||||
public const int Hello = 2131361872;
|
public const int Hello = 2131361872;
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00b3
|
// aapt resource value: 0x7f0a00ac
|
||||||
public const int MyVault = 2131361971;
|
public const int MyVault = 2131361964;
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a0027
|
// aapt resource value: 0x7f0a0027
|
||||||
public const int abc_action_bar_home_description = 2131361831;
|
public const int abc_action_bar_home_description = 2131361831;
|
||||||
|
@ -6671,27 +6671,6 @@ namespace Bit.Android
|
||||||
// aapt resource value: 0x7f0a000f
|
// aapt resource value: 0x7f0a000f
|
||||||
public const int common_signin_button_text_long = 2131361807;
|
public const int common_signin_button_text_long = 2131361807;
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00ac
|
|
||||||
public const int default_web_client_id = 2131361964;
|
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00ad
|
|
||||||
public const int firebase_database_url = 2131361965;
|
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00aa
|
|
||||||
public const int gcm_defaultSenderId = 2131361962;
|
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00ae
|
|
||||||
public const int google_api_key = 2131361966;
|
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00ab
|
|
||||||
public const int google_app_id = 2131361963;
|
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00af
|
|
||||||
public const int google_crash_reporting_api_key = 2131361967;
|
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a00b0
|
|
||||||
public const int google_storage_bucket = 2131361968;
|
|
||||||
|
|
||||||
// aapt resource value: 0x7f0a0052
|
// aapt resource value: 0x7f0a0052
|
||||||
public const int hockeyapp_crash_dialog_app_name_fallback = 2131361874;
|
public const int hockeyapp_crash_dialog_app_name_fallback = 2131361874;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue