1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-11 20:15:03 -05:00
k-9/src/com/fsck/k9/view
Joe Steele 094156cc2a Fix issue 6064: Inline images don't display on KitKat
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.
2014-01-19 01:31:55 +01:00
..
AccessibleWebView.java Refactor code for MessageWebView.setText() 2013-03-01 14:32:16 -05:00
AttachmentView.java Close stream when done (StrictMode error). 2013-08-02 12:56:10 -04:00
ColorChip.java make the checkmark a little wider. 2012-11-24 17:44:07 -05:00
K9PullToRefreshListView.java Work around a bug in ListView 2013-03-18 22:56:56 +01:00
MessageCryptoView.java Converted message view to a fragment 2012-10-05 18:14:07 +02:00
MessageHeader.java Switch to using NonLockingScrollView 2013-11-05 16:26:23 -05:00
MessageTitleView.java message view: fix subject bugs 2013-02-11 13:47:31 +01:00
MessageWebView.java Fix issue 6064: Inline images don't display on KitKat 2014-01-19 01:31:55 +01:00
NonLockingScrollView.java Use non-deprecated constants 2013-11-05 16:26:29 -05:00
RigidWebView.java Move AOSP files. 2013-11-05 16:26:27 -05:00
SingleMessageView.java Switch to using NonLockingScrollView 2013-11-05 16:26:23 -05:00
ViewSwitcher.java Make sure onSwitchComplete() is also called when animations are disabled 2013-02-06 21:21:13 +01:00