* Use DuckDuckGo favicon service
There are multiple ways of how favicon of a website can be published:
- Have a `favicon.ico` file under the website root
- Set through `<link rel="shortcut icon" href="..." />` tag
- Set through `<link rel="icon" href="..." />` tag, or
- Set through platform-specific tags like `<link rel="apple-touch-icon" href="..." />`
Current implementation only supports first option, which does not work in many cases.
Instead of implementing favicon fetching logic from scratch, favicon fetching services can be used.
There are multiple of them, e.g.:
- https://icons.duckduckgo.com/ip3/www.google.com.ico
- https://www.google.com/s2/favicons?domain=www.google.com
This change switched from fetching favicon from the original host to DuckDuckGo.
* Create UX for favicon download method preferences
* Add preferences for favicon download method
* Adjust preferences window location
Also, sort localized resources
Co-authored-by: Alex Rakov <alexander-rakov@users.noreply.github.com>
* - Translation to Spanish of the new functionalities (adapt to new Localizable strings order)
- Corrections of some typos in English translation
* - Update all spanish translations, UI included
* Add touchbar support for the password input
* Add touchbar support for entry list
* Set NSTouchBarItemIdentifier as static strings
* Simplify touchbar initialization in NSTextView
* Remove colored buttons in touchbar to adhere to the Human Interface Guidelines
* Add search action to touchbar
* Create a TouchBarButtonCreator
* Enable Touchbar customization
* Fix typo
* Add customizationLabel to all buttons
* Use localised strings instead of hardcoded
* Add a popover touchbar for editing
* Update localisation
* Set the bezel color of the show password button to selected if toggled
This change removes the test for autotype on startup and will only check for permissoins when the pereferences are shown or when (gloabal)autotype is performed.