Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge #4127
Browse files Browse the repository at this point in the history
4127: Closes #3647 - Change HTTP icon to broken lock r=pocmo a=NotWoods

All HTTP sites are now marked insecure by default.



Co-authored-by: Tiger Oakes <[email protected]>
  • Loading branch information
MickeyMoz and NotWoods committed Aug 14, 2019
2 parents 3a740b0 + d0d581d commit 0c766d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ac="http://schemas.android.com/apk/res-auto">
<item android:drawable="@drawable/mozac_ic_lock" ac:state_site_secure="true" />
<item android:drawable="@drawable/mozac_ic_globe" />
<item android:drawable="@drawable/mozac_ic_broken_lock" />
</selector>
5 changes: 4 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0c766d2

Please sign in to comment.