mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
094156cc2a
Eliminate the invocation of WebSettings.setBlockNetworkImage(boolean flag), thus maintaining the the default setting of "false". On Android versions prior to KitKat, this setting has no effect on inline image attachments loaded with content: URIs. Such images would load regardless. With KitKat, this setting does have an effect -- a setting of "true" will block image attachments loaded with content: URIs. By removing this call, K-9 Mail behaves the same on KitKat as on earlier Android versions, and the behavior on earlier versions is unchanged. |
||
---|---|---|
.. | ||
AccessibleWebView.java | ||
AttachmentView.java | ||
ColorChip.java | ||
K9PullToRefreshListView.java | ||
MessageCryptoView.java | ||
MessageHeader.java | ||
MessageTitleView.java | ||
MessageWebView.java | ||
NonLockingScrollView.java | ||
RigidWebView.java | ||
SingleMessageView.java | ||
ViewSwitcher.java |