opera touch support

This commit is contained in:
Kyle Spearrin 2019-02-19 22:25:15 -05:00
parent b0cabbbfc2
commit 05f6d6d156
2 changed files with 3 additions and 1 deletions

View file

@ -32,7 +32,8 @@ namespace Bit.Android.Autofill
"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.amazon.cloud9","mark.via.gp","org.bromite.bromite","org.chromium.chrome","com.kiwibrowser.browser",
"com.ecosia.android","com.opera.mini.native.beta","org.mozilla.fennec_aurora","com.qwant.liberty"
"com.ecosia.android","com.opera.mini.native.beta","org.mozilla.fennec_aurora","com.qwant.liberty",
"com.opera.touch"
};
// The URLs are blacklisted from autofilling

View file

@ -35,6 +35,7 @@ namespace Bit.Android
new Browser("com.opera.browser", "url_field"),
new Browser("com.opera.browser.beta", "url_field"),
new Browser("com.opera.mini.native", "url_field"),
new Browser("com.opera.touch", "addressbarEdit"),
new Browser("com.chrome.dev", "url_bar"),
new Browser("com.chrome.canary", "url_bar"),
new Browser("com.google.android.apps.chrome", "url_bar"),