From d0d581d1e33d8b7751294812c7e87b9a3a695cfe Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Wed, 14 Aug 2019 11:52:00 -0400 Subject: [PATCH] Closes #3647 - Change HTTP icon to broken lock --- .../toolbar/src/main/res/drawable/mozac_ic_site_security.xml | 2 +- docs/changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/browser/toolbar/src/main/res/drawable/mozac_ic_site_security.xml b/components/browser/toolbar/src/main/res/drawable/mozac_ic_site_security.xml index cdba3bc2eab..34df1d08c4a 100644 --- a/components/browser/toolbar/src/main/res/drawable/mozac_ic_site_security.xml +++ b/components/browser/toolbar/src/main/res/drawable/mozac_ic_site_security.xml @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + diff --git a/docs/changelog.md b/docs/changelog.md index f06f660dd9e..b6926a54560 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -18,6 +18,9 @@ permalink: /changelog/ * **feature-media** * Do not display title/url/icon of website in media notification if website is opened in private mode. +* **browser-toolbar** + * HTTP sites are now marked as insecure with a broken padlock icon, rather than a globe icon. Apps can revert to the globe icon by using a custom `BrowserToolbar.siteSecurityIcon`. + # 8.0.0 * [Commits](https://github.com/mozilla-mobile/android-components/compare/v7.0.0...v8.0.0) @@ -54,7 +57,7 @@ permalink: /changelog/ onTabsReceiver = { from, tabs -> /* Do cool things here! */ } ) ``` - + * **feature-media** * `MediaFeature` is no longer showing a notification for playing media with a very short duration. * Lowererd priority of media notification channel to avoid the media notification makign any sounds itself.