| AutocompleteAddFragment.kt |
Fragment showing settings UI to add custom autocomplete domains. |
3563 |
- |
| AutocompleteCustomDomainsPreference.kt |
Switch preference for enabling/disabling autocompletion for custom domains entered by the user. |
845 |
- |
| AutocompleteDefaultDomainsPreference.kt |
Switch preference for enabling/disabling autocompletion for default domains that ship with the app. |
850 |
- |
| AutocompleteDomainFormatter.kt |
Utility for formatting domain names for autocomplete. |
697 |
- |
| AutocompleteListFragment.kt |
Fragment showing settings UI listing all custom autocomplete domains entered by the user. |
11623 |
- |
| 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.
|
2115 |
- |
| AutocompleteSettingsFragment.kt |
Settings UI for configuring autocomplete. |
3215 |
- |