Name Description Size
AutocompleteAddFragment.kt Fragment showing settings UI to add custom autocomplete domains. 3961
AutocompleteCustomDomainsPreference.kt Switch preference for enabling/disabling autocompletion for custom domains entered by the user. 829
AutocompleteDefaultDomainsPreference.kt Switch preference for enabling/disabling autocompletion for default domains that ship with the app. 834
AutocompleteDomainFormatter.kt 564
AutocompleteListFragment.kt Fragment showing settings UI listing all custom autocomplete domains entered by the user. 12132
AutocompleteRemoveFragment.kt A Fragment that allows the user to select and remove custom autocomplete domains. This fragment extends [AutocompleteListFragment] to display the list of domains but operates in a selection mode, allowing the user to pick specific items to delete from the [CustomDomains] storage. It inflates a specific menu containing a removal action and handles the deletion logic asynchronously. 2425
AutocompleteSettingsFragment.kt Settings UI for configuring autocomplete. 3262