AutofillFeature

interface AutofillFeature

This is the class that represents the autofill feature flags

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Remote Flag that enables the ability to import passwords directly from Google Password Manager

Link copied to clipboard
Link copied to clipboard

Kill switch for if we should inject Autofill javascript into the browser.

Link copied to clipboard
abstract fun canSaveCredentials(): Toggle

Kill switch for toggling how deep a domain comparison to do when saving/updating credentials. We want to limit times we save duplicates, and we can do that with a deeper comparison of domains to decide if we already have a matching cred. By deeper, this means comparing using E-TLD+1

Link copied to clipboard

Kill switch for making case insensitive checks on existing username matches

Kill switch for the new layout of list mode where everything is inside the recycler view

Link copied to clipboard
abstract fun onByDefault(): Toggle
Link copied to clipboard
abstract fun onForExistingUsers(): Toggle

Remote Flag to control logic that decides if existing users that had autofill disabled by default, should have it enabled

Link copied to clipboard
abstract fun partialFormSaves(): Toggle

Remote flag that enables the ability to support partial form saves. A partial form save is common with scenarios like:

Link copied to clipboard
abstract fun self(): Toggle
Link copied to clipboard

Remote Flag that enables the old dialog prompt to disable autofill